Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/cpr/
H A Dcpr_mod.c192 cpr_sleeptype = CPR_TORAM; in cpr()
415 if (cpr_sleeptype == CPR_TORAM) { in cpr()
H A Dcpr_main.c147 if (sleeptype == CPR_TORAM) { in cpr_main()
712 if (sleeptype == CPR_TORAM) { in cpr_suspend()
1101 (sleeptype == CPR_TORAM && in cpr_resume()
/titanic_44/usr/src/uts/i86pc/os/
H A Dcpr_impl.c533 ASSERT(sleeptype == CPR_TORAM); in i_cpr_power_down()
753 if (sleeptype != CPR_TORAM) in i_cpr_is_supported()
/titanic_44/usr/src/uts/common/sys/
H A Dcpr.h594 #define CPR_TORAM 3 macro