*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: device_verbose | Section: 9 | Source: FreeBSD | File: device_verbose.9.gz
DEVICE_QUIET(9) FreeBSD Kernel Developer's Manual DEVICE_QUIET(9) NAME device_quiet, device_verbose, device_is_quiet - manipulate device quiet flag SYNOPSIS #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 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 printing of the device identification string during attach and printing of a message during detach. To quiet a device, call device_quiet() during a device driver probe routine. To re-enable probe messages, call device_verbose(). To test to see if a device is quieted, call device_is_quiet(). Devices are implicitly marked verbose after a driver detaches. SEE ALSO device(9) AUTHORS This manual page was written by Doug Rabson. FreeBSD 14.1-RELEASE-p8 September 12, 2016 FreeBSD 14.1-RELEASE-p8

Navigation Options