Searched refs:DEVICE_DETACH (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.h147 #define DEVICE_DETACH(dev, ...) \ macro
H A Dbsd_kernel.c999 error = DEVICE_DETACH(dev);
/freebsd-11-stable/share/man/man9/
H A DMakefile91 DEVICE_DETACH.9 \
/freebsd-11-stable/sys/kern/
H A Dsubr_bus.c2944 * This function is a wrapper around the DEVICE_DETACH() driver
2945 * method. If the call to DEVICE_DETACH() succeeds, it calls
2975 if ((error = DEVICE_DETACH(dev)) != 0) {
3688 * @brief Helper function for implementing DEVICE_DETACH()
3690 * This function can be used to help implement the DEVICE_DETACH() for

Completed in 119 milliseconds