Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/kern/
H A Ddevice_if.h308 /** @brief Unique descriptor for the DEVICE_QUIESCE() method */
310 /** @brief A function implementing the DEVICE_QUIESCE() method */
335 static __inline int DEVICE_QUIESCE(device_t dev) in DEVICE_QUIESCE() function
H A Dsubr_bus.c1758 * This function is a wrapper around the DEVICE_QUIESCE() driver
1759 * method. If the call to DEVICE_QUIESCE() succeeds.
1778 return (DEVICE_QUIESCE(dev)); in device_quiesce()

Completed in 5 milliseconds