Searched refs:DS_ALIVE (Results 1 – 4 of 4) sorted by relevance
250 case DS_ALIVE: in devstate()
353 case DS_ALIVE: /* probe succeeded */ in device_get_status()
1685 if (child->state == DS_ALIVE) in device_probe_child()1811 child->state = DS_ALIVE; in device_probe_child()2354 return (dev->state >= DS_ALIVE); in device_is_alive()2514 if (dev->state >= DS_ALIVE) in device_probe()
56 DS_ALIVE = 20, /**< @brief probe succeeded */ enumerator