Searched defs:suspend_start (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/os/
H A Dsuspend.c56 * externally by calling suspend_pre, suspend_start, and suspend_post.
60 * system is suspended. suspend_start prepares kernel services to be suspended
219 * It is the responsibility of the caller of suspend_start and the DR
538 * suspend_start can be called. Callers should first call suspend_support to
574 * failure. Must be called after suspend_start is called, regardless of
575 * whether or not suspend_start is successful.
589 * suspend_post must be called after suspend_start, whether or not
590 * suspend_start returns an error.
594 suspend_start(char *error_reason, size_t max_reason_len) function

Completed in 133 milliseconds