*** 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_HINTED_CHILD | Section: 9 | Source: FreeBSD | File: BUS_HINTED_CHILD.9.gz
BUS_HINTED_CHILD(9) FreeBSD Kernel Developer's Manual BUS_HINTED_CHILD(9) NAME BUS_HINTED_CHILD - notify a bus device about a potential child device identified by hints SYNOPSIS #include <sys/param.h> #include <sys/bus.h> void BUS_HINTED_CHILD(device_t dev, const char *dname, int dunit); DESCRIPTION The BUS_HINTED_CHILD() method is invoked by the bus_enumerate_hinted_children(9) function for each set of named hints whose "at" hint matches the bus device dev. Typically, this method should determine if the set of hints for the given device name and unit sufficiently describe a new device. If so, a new device should be added via BUS_ADD_CHILD(9). SEE ALSO BUS_ADD_CHILD(9), device(9) HISTORY The BUS_HINTED_CHILD() method first appeared in FreeBSD 6.2. FreeBSD 14.1-RELEASE-p8 January 6, 2025 FreeBSD 14.1-RELEASE-p8

Navigation Options