Home
last modified time | relevance | path

Searched refs:DF_REBID (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/kern/
Dsubr_bus.c1733 if (dev->state >= DS_ALIVE && (dev->flags & DF_REBID) == 0) in device_probe()
2096 (child->flags & DF_REBID)) in bus_generic_driver_added()
2442 if (child->state == DS_ALIVE && (child->flags & DF_REBID) == 0) in device_probe_child()
2588 child->flags |= DF_REBID; in device_probe_child()
2591 child->flags &= ~DF_REBID; in device_probe_child()
2901 (dev->flags&DF_REBID? "rebiddable,":""), in print_device_short()
/third_party/FreeBSD/sys/sys/
Dbus.h82 #define DF_REBID 0x80 /* Can rebid after attach */ macro