tail head cat sleep
QR code linking to this page

Manual Pages  — BUS_DELAYED_ATTACH_CHILDREN

NAME

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

CONTENTS

SYNOPSIS

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


int
bus_delayed_attach_children(device_t dev);

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

RETURN VALUES

A zero return value indicates success.

SEE ALSO

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

AUTHORS

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

BUS_DELAYED_ATTACH_CHILDREN (9) December 13, 2019

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

On two occasions I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question.
— Charles Babbage