Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpm.h169 #define PSC_ALL_LOWEST 0x8000 /* all devices at lowest power */ macro
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c734 (pmstate.flags & PSC_ALL_LOWEST) ? 1 : 0; in pmthr()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c1122 (pmstate.flags & PSC_ALL_LOWEST) ? 1 : 0; in pmthr()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvd.c1168 (pmstate.flags & PSC_ALL_LOWEST) ? 1 : 0; in pmthr()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c1492 (pmstate.flags & PSC_ALL_LOWEST) ? 1 : 0; in pmthr()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c2260 (pmstate.flags & PSC_ALL_LOWEST) ? 1 : 0; in pmthr()
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c2674 p->flags |= PSC_ALL_LOWEST; in psc_entry()
2676 p->flags &= ~PSC_ALL_LOWEST; in psc_entry()