Home
last modified time | relevance | path

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

/freebsd/sys/dev/smbios/
H A Dsmbios.c91 if (!device_is_alive(parent)) in smbios_identify()
/freebsd/sys/i386/bios/
H A Dsmapi.c145 if (!device_is_alive(parent)) in smapi_identify()
/freebsd/sys/x86/bios/
H A Dvpd.c136 if (!device_is_alive(parent)) in vpd_identify()
/freebsd/sys/dev/acpica/
H A Dacpi_ec.c396 if (peer != NULL && device_is_alive(peer)) { in acpi_ec_probe()
/freebsd/sys/dev/hid/
H A Dhmt.c878 if (device_is_alive(hconf) == 0) in hmt_set_input_mode()
/freebsd/sys/kern/
H A Dsubr_bus.c1371 if (device_is_alive(child)) in device_print_child()
2298 device_is_alive(device_t dev) in device_is_alive() function
5685 if (device_is_alive(dev)) { in devctl2_ioctl()
/freebsd/sys/sys/
H A Dbus.h681 int device_is_alive(device_t dev); /* did probe succeed? */
/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus_chan.c2282 if (chan->ch_dev == NULL || !device_is_alive(chan->ch_dev)) in vmbus_chan_printf()
/freebsd/sys/dev/usb/
H A Dusb_generic.c2383 device_is_alive(iface->subdev)) in ugen_ioctl_post()
/freebsd/share/man/man9/
H A DMakefile1012 device_get_state.9 device_is_alive.9 \
/freebsd/sys/dev/sk/
H A Dif_sk.c1802 if (device_is_alive(dev)) { in skc_detach()
/freebsd/sys/dev/msk/
H A Dif_msk.c2064 if (device_is_alive(dev)) { in mskc_detach()