*** 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: BUS_NEW_PASS | Section: 9 | Source: FreeBSD | File: BUS_NEW_PASS.9.gz
BUS_NEW_PASS(9) FreeBSD Kernel Developer's Manual BUS_NEW_PASS(9) NAME BUS_NEW_PASS - notify a bus that the pass level has been changed SYNOPSIS #include <sys/param.h> #include <sys/bus.h> void BUS_NEW_PASS(device_t dev); DESCRIPTION The BUS_NEW_PASS() method is called on each bus device to rescan the device tree when the pass level has been changed. This method is responsible for invoking BUS_NEW_PASS on child bus devices to propagate the rescan to child devices. It is also responsible for reprobing any unattached child devices and allowing drivers for the current pass to identify new children. A default implementation is provided by bus_generic_new_pass(9). SEE ALSO bus_generic_new_pass(9), bus_set_pass(9), device(9) FreeBSD 14.1-RELEASE-p8 June 8, 2009 FreeBSD 14.1-RELEASE-p8

Navigation Options