Home
last modified time | relevance | path

Searched refs:device_is_alive (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/x86/bios/
H A Dsmbios.c85 if (!device_is_alive(parent)) in smbios_identify()
H A Dvpd.c140 if (!device_is_alive(parent)) in vpd_identify()
/f-stack/freebsd/i386/bios/
H A Dsmapi.c158 if (!device_is_alive(parent)) in smapi_identify()
/f-stack/freebsd/sys/
H A Dbus.h602 int device_is_alive(device_t dev); /* did probe succeed? */
/f-stack/freebsd/kern/
H A Dsubr_bus.c1835 if (device_is_alive(child)) in device_print_child()
2700 device_is_alive(device_t dev) in device_is_alive() function
5758 if (device_is_alive(dev)) { in devctl2_ioctl()