Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/kern/
H A Ddevice_if.h183 /** @brief Unique descriptor for the DEVICE_DETACH() method */
185 /** @brief A function implementing the DEVICE_DETACH() method */
210 static __inline int DEVICE_DETACH(device_t dev) in DEVICE_DETACH() function
332 * @see DEVICE_DETACH()
H A Dsubr_bus.c1862 * @brief Helper function for implementing DEVICE_DETACH()
1864 * This function can be used to help implement the DEVICE_DETACH() for
2294 * This function is a wrapper around the DEVICE_DETACH() driver
2295 * method. If the call to DEVICE_DETACH() succeeds, it calls
2324 if ((error = DEVICE_DETACH(dev)) != 0) { in device_detach()

Completed in 5 milliseconds