Searched refs:sleeptype (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_main.c134 cpr_main(int sleeptype) argument
140 if (sleeptype == CPR_TODISK) {
147 if (sleeptype == CPR_TORAM) {
148 rc = cpr_suspend(sleeptype);
151 int i_cpr_power_down(int sleeptype);
166 rc = i_cpr_power_down(sleeptype);
178 rc2 = cpr_resume(sleeptype);
188 rc = cpr_resume(sleeptype);
200 rc = cpr_suspend(sleeptype);
209 (void) cpr_resume(sleeptype);
441 cpr_suspend(int sleeptype) argument
844 cpr_resume(int sleeptype) argument
1268 cpr_suspend_init(int sleeptype) argument
[all...]
H A Dcpr_mod.c45 extern int i_cpr_is_supported(int sleeptype);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpr_impl.c510 i_cpr_power_down(int sleeptype) argument
533 ASSERT(sleeptype == CPR_TORAM);
747 i_cpr_is_supported(int sleeptype) argument
753 if (sleeptype != CPR_TORAM)
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c1764 i_cpr_is_supported(int sleeptype) argument
1772 if (sleeptype != CPR_TODISK)
1937 i_cpr_power_down(int sleeptype) argument
1943 ASSERT(sleeptype == CPR_TODISK);

Completed in 51 milliseconds