Home
last modified time | relevance | path

Searched refs:DEVICE_DETACH (Results 1 – 7 of 7) sorted by relevance

/freebsd/stand/kshim/
H A Dbsd_kernel.h154 #define DEVICE_DETACH(dev, ...) \ macro
H A Dbsd_kernel.c985 error = DEVICE_DETACH(dev); in device_detach()
/freebsd/sys/kern/
H A Ddevice_if.m335 * @see DEVICE_DETACH()
H A Dbus_if.m203 * Called after the child's DEVICE_DETACH() method to allow the parent
H A Dsubr_bus.c2682 if ((error = DEVICE_DETACH(dev)) != 0) { in device_detach()
/freebsd/share/man/man9/
H A DMakefile105 DEVICE_DETACH.9 \
/freebsd/sys/dev/bhnd/
H A Dbhnd_bus_if.m435 * - DEVICE_DETACH()