Lines Matching refs:suspend
38 #include <sys/suspend.h>
91 "domain-suspend", /* svc_id */
141 * Set to true if OS suspend is supported. If OS suspend is not
142 * supported, the suspend service will not be started.
166 * suspend service to be re-registered after a suspend/resume
168 * between retry attempts when sending the post-suspend message
169 * after a suspend/resume operation.
270 cmn_err(CE_WARN, "ds_cap_init domain-suspend failed: "
461 * Send a suspend response message. If a timeout is specified, wait
525 cmn_err(CE_NOTE, "suspend ds_cap_send resp failed (%d) "
534 * Handle data coming in for the suspend service. The suspend is
537 * a suspend operation is not already in progress.
574 /* If a suspend operation is in progress, abort now */
593 * Schedule the suspend operation by calling the pre-suspend, suspend,
594 * and post-suspend functions. When sending back response messages, we
595 * only use a timeout for the post-suspend response because after
615 * Abort the suspend if a DR operation is in progress. Otherwise,
619 /* Pre-suspend */
659 /* Post-suspend */
676 * Wait for a suspend request or for ps_suspend_thread_exit to be set.