Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/kern/
H A Ddevice_if.h217 /** @brief Unique descriptor for the DEVICE_SHUTDOWN() method */
219 /** @brief A function implementing the DEVICE_SHUTDOWN() method */
236 static __inline int DEVICE_SHUTDOWN(device_t dev) in DEVICE_SHUTDOWN() function
H A Dsubr_bus.c1784 * This function calls the DEVICE_SHUTDOWN() driver method if the
1787 * @returns the value returned by DEVICE_SHUTDOWN()
1794 return (DEVICE_SHUTDOWN(dev)); in device_shutdown()
1890 * @brief Helper function for implementing DEVICE_SHUTDOWN()
1892 * This function can be used to help implement the DEVICE_SHUTDOWN()

Completed in 5 milliseconds