Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c1805 } else if (temp_state == TEMP_DANGER) { in update_temp()
1882 if (envstat->state == TEMP_DANGER && in update_temp()
1900 if (temp_state == TEMP_DANGER) { in update_temp()
2317 state = TEMP_DANGER; in get_temp_state()
3353 if ((state == TEMP_WARN) || (state == TEMP_DANGER)) in fhc_cpu_poweron()
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h343 TEMP_DANGER = 2 }; /* get ready to shutdown */ enumerator