Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dsysctrl.h258 enum power_state { BOOT = 0, BELOW_MINIMUM, MINIMUM, REDUNDANT }; enumerator
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl.c2080 case BELOW_MINIMUM: in ps_fail_handler()
2096 } else if (softsp->power_state == BELOW_MINIMUM) { in ps_fail_handler()
2127 if (softsp->power_state == BELOW_MINIMUM && in ps_fail_handler()
2239 return (BELOW_MINIMUM); in compute_power_state()
H A Dsysctrl_dr.c184 case BELOW_MINIMUM: in sysc_policy_enough_power()