*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> device_is_quiet (9)              
Title
Content
Arch
Section
 

DEVICE_QUIET(9)

Contents


NAME    [Toc]    [Back]

     device_quiet, device_verbose, device_is_quiet -- manipulate device quiet
     flag

SYNOPSIS    [Toc]    [Back]

     #include <sys/param.h>
     #include <sys/bus.h>

     void
     device_quiet(device_t dev);

     void
     device_verbose(device_t dev);

     int
     device_is_quiet(device_t dev);

DESCRIPTION    [Toc]    [Back]

     Each device has a quiet flag associated with it.  A device is verbose by
     default when it is created but may be quieted to prevent the device identification
 string to be printed during probe.  To quiet a device, call
     device_quiet(), to re-enable to probe message (to make the message appear
     again, for example after a device_detach(9)) call device_verbose().  To
     test to see if a device is quieted, call device_is_quiet().

SEE ALSO    [Toc]    [Back]

      
      
     device(9)

AUTHORS    [Toc]    [Back]

     This manual page was written by Doug Rabson.


FreeBSD 5.2.1			 June 21, 1999			 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
SSL_set_quiet_shutdown Tru64 Set a value to the quiet-shutdown flag in the ssl data structure
SSL_get_quiet_shutdown Tru64 Get a value of the quiet-shutdown flag in the ssl data structure
device_is_enabled FreeBSD manipulate device enabled flag
device_enable FreeBSD manipulate device enabled flag
device_disable FreeBSD manipulate device enabled flag
device_busy FreeBSD manipulate device state
device_unbusy FreeBSD manipulate device state
device_get_state FreeBSD manipulate device state
device_is_alive FreeBSD manipulate device state
device_is_attached FreeBSD manipulate device state
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service