Searched refs:DEVICE_SUSPEND (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/xen/control/
H A Dcontrol.c222 * Be sure to hold Giant across DEVICE_SUSPEND/RESUME since non-MPSAFE
226 if (DEVICE_SUSPEND(root_bus) != 0) {
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.h155 #define DEVICE_SUSPEND(dev, ...) \ macro
/freebsd-11-stable/sys/dev/usb/
H A Dusb_device.c1379 err = DEVICE_SUSPEND(iface->subdev);
1575 err = DEVICE_SUSPEND(dev);
/freebsd-11-stable/sys/i386/bios/
H A Dapm.c489 * Be sure to hold Giant across DEVICE_SUSPEND/RESUME since
493 error = DEVICE_SUSPEND(root_bus);
/freebsd-11-stable/sys/kern/
H A Dsubr_bus.c3748 error = DEVICE_SUSPEND(child);
3772 * @brief Helper function for implementing DEVICE_SUSPEND()
3774 * This function can be used to help implement the DEVICE_SUSPEND()
3775 * for a bus. It calls DEVICE_SUSPEND() for each of the device's
3776 * children. If any call to DEVICE_SUSPEND() fails, the suspend
/freebsd-11-stable/sys/dev/ixgbe/
H A Dif_ix.c4351 error = DEVICE_SUSPEND(dev);
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi.c2640 * XXX Suspending from callout causes freezes in DEVICE_SUSPEND().
2891 * Be sure to hold Giant across DEVICE_SUSPEND/RESUME since non-MPSAFE
2906 * device fails, DEVICE_SUSPEND() automatically resumes the tree.
2912 if (DEVICE_SUSPEND(root_bus) != 0) {

Completed in 218 milliseconds