Home
last modified time | relevance | path

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

/freebsd/tools/tools/ncpus/
H A Dacpi.c250 case DS_ALIVE: in devstate()
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_device_tbl.c353 case DS_ALIVE: /* probe succeeded */ in device_get_status()
/freebsd/sys/kern/
H A Dsubr_bus.c1624 if (child->state == DS_ALIVE) in device_probe_child()
1757 child->state = DS_ALIVE; in device_probe_child()
2300 return (dev->state >= DS_ALIVE); in device_is_alive()
2466 if (dev->state >= DS_ALIVE) in device_probe()
/freebsd/sys/sys/
H A Dbus.h56 DS_ALIVE = 20, /**< @brief probe succeeded */ enumerator