Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_bus.c1818 dev->state = DS_NOTPRESENT; in make_device()
2960 dev->state = DS_NOTPRESENT; in device_attach()
3032 dev->state = DS_NOTPRESENT; in device_detach()
4090 if (child->state == DS_NOTPRESENT || in bus_generic_driver_added()
4121 else if (child->state == DS_NOTPRESENT) in bus_generic_new_pass()
5643 dev->state == DS_NOTPRESENT) { in device_gen_nomatch()
/f-stack/freebsd/sys/
H A Dbus.h57 DS_NOTPRESENT = 10, /**< @brief not probed or probe failed */ enumerator