tail head cat sleep
QR code linking to this page

Manual Pages  — BUS_RESCAN

NAME

BUS_RESCAN – rescan a bus checking for devices that have been added or removed

CONTENTS

SYNOPSIS

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

void
BUS_RESCAN(device_t dev);

DESCRIPTION

The BUS_RESCAN() method is called to request a rescan of the child devices on a bus device. The method should add any devices that have been added since the previous scan and remove devices that have been removed. This method is not required to re-examine existing devices to determine if their properties have changed. This method is also not required to propagate the rescan request to child devices.

SEE ALSO

device(9)

BUS_RESCAN (9) April 27, 2016

tail head cat sleep
QR code linking to this page


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

I think Unix and snowflakes are the only two classes of objects in the universe in which no two instances ever match exactly.
— Noel Chiappa