GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
BUS_HINTED_CHILD(9) FreeBSD Kernel Developer's Manual BUS_HINTED_CHILD(9)

BUS_HINTED_CHILDnotify a bus device about a potential child device identified by hints

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

void
BUS_HINTED_CHILD(device_t dev, const char *dname, int dunit);

The () 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).

BUS_ADD_CHILD(9), device(9)

The BUS_HINTED_CHILD() method first appeared in FreeBSD 6.2.

January 6, 2025 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 9 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.