Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/kern/
Dsubr_bus.c1224 return (dev->state >= DS_ALIVE); in device_is_alive()
1733 if (dev->state >= DS_ALIVE && (dev->flags & DF_REBID) == 0) in device_probe()
2442 if (child->state == DS_ALIVE && (child->flags & DF_REBID) == 0) in device_probe_child()
2565 if (child->state > DS_ALIVE && best->driver != child->driver) in device_probe_child()
2592 child->state = DS_ALIVE; in device_probe_child()
/third_party/FreeBSD/sys/sys/
Dbus.h50 DS_ALIVE = 20, /**< @brief probe succeeded */ enumerator