Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/kern/
Ddevice_if.h210 static __inline int DEVICE_DETACH(device_t dev) in DEVICE_DETACH() function
Dsubr_bus.c2325 if ((error = DEVICE_DETACH(dev)) != 0) { in device_detach()