Searched refs:DEVICE_DETACH (Results 1 – 2 of 2) sorted by relevance
/third_party/FreeBSD/sys/kern/ | ||
D | device_if.h | 210 static __inline int DEVICE_DETACH(device_t dev) in DEVICE_DETACH() function |
D | subr_bus.c | 2325 if ((error = DEVICE_DETACH(dev)) != 0) { in device_detach() |