Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/cpr/
H A Dcpr_mod.c194 cpr_sleeptype = CPR_TORAM; in cpr()
413 if (cpr_sleeptype == CPR_TORAM) { in cpr()
H A Dcpr_main.c148 if (sleeptype == CPR_TORAM) { in cpr_main()
714 if (sleeptype == CPR_TORAM) { in cpr_suspend()
1116 (sleeptype == CPR_TORAM && in cpr_resume()
/onnv-gate/usr/src/uts/i86pc/os/
H A Dcpr_impl.c531 ASSERT(sleeptype == CPR_TORAM); in i_cpr_power_down()
750 if (sleeptype != CPR_TORAM) in i_cpr_is_supported()
/onnv-gate/usr/src/uts/common/sys/
H A Dcpr.h594 #define CPR_TORAM 3 macro