Home
last modified time | relevance | path

Searched refs:cpr_sleeptype (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/cpr/
H A Dcpr_mod.c142 int cpr_sleeptype; in cpr() local
166 cpr_sleeptype = CPR_TODISK; in cpr()
192 cpr_sleeptype = CPR_TORAM; in cpr()
272 if (!i_cpr_is_supported(cpr_sleeptype) || cpr_reusable_mode) in cpr()
342 if (!i_cpr_is_supported(cpr_sleeptype)) in cpr()
346 if ((cpr_sleeptype == CPR_TODISK && in cpr()
353 ASSERT(i_cpr_is_supported(cpr_sleeptype)); in cpr()
405 if (rc = cpr_main(cpr_sleeptype)) { in cpr()
415 if (cpr_sleeptype == CPR_TORAM) { in cpr()
463 (void) i_cpr_power_down(cpr_sleeptype); in cpr()
[all …]