Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

bus_delayed_attach_children — request that the children be attached when interrupts are enabled

Authors

       This manual page was written by Warner Losh <imp@FreeBSD.org>.

Debian                                           August 29, 2019                  BUS_DELAYED_ATTACH_CHILDREN(9)

Description

       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
       aren't yet running, this happens after interrupts are enabled, but before the system mounts root.

Name

       bus_delayed_attach_children — request that the children be attached when interrupts are enabled

Return Values

       A zero return value indicates success.

See Also

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

Synopsis

#include<sys/param.h>#include<sys/bus.h>intbus_delayed_attach_children(device_tdev);

See Also