Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c1782 if (envstat->state == TEMP_OK) { in update_temp()
1862 } else if (temp_state == TEMP_OK) { in update_temp()
2259 enum temp_state state = TEMP_OK; in get_temp_state()
3456 return (TEMP_OK); in fhc_env_temp_state()
H A Dsysctrl_dr.c816 (fhc_env_temp_state(sysc_stat->board) == TEMP_OK)) { in sysc_policy_connected_condition()
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h341 enum temp_state { TEMP_OK = 0, /* normal board temperature */ enumerator