Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/kern/
Dsubr_bus.c1397 dev->state = DS_NOTPRESENT; in make_device()
1670 dev->state = DS_NOTPRESENT; in device_attach()
2095 if (child->state == DS_NOTPRESENT || in bus_generic_driver_added()
2127 else if (child->state == DS_NOTPRESENT) in bus_generic_new_pass()
2342 dev->state = DS_NOTPRESENT; in device_detach()
/third_party/FreeBSD/sys/sys/
Dbus.h49 DS_NOTPRESENT = 10, /**< @brief not probed or probe failed */ enumerator