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_DELAYED_ATTACH_CHILDREN(9) FreeBSD Kernel Developer's Manual BUS_DELAYED_ATTACH_CHILDREN(9)

bus_delayed_attach_children
request that the children be attached when interrupts are enabled

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


int
bus_delayed_attach_children(device_t dev);

The bus_delayed_attach_children() function requests that the children of this device be attached when interrupts are running. If interrupts are currently running, this happens immediately. If interrupts are not yet running, this happens after interrupts are enabled, but before the system mounts root.

A zero return value indicates success.

bus(9), device(9), driver(9)

This manual page was written by Warner Losh <imp@FreeBSD.org>.
December 13, 2019 FreeBSD 13.1-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.