Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h343 enum temp_state { TEMP_OK = 0, /* normal board temperature */ enumerator
/titanic_50/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c1783 if (envstat->state == TEMP_OK) { in update_temp()
1863 } else if (temp_state == TEMP_OK) { in update_temp()
2260 enum temp_state state = TEMP_OK; in get_temp_state()
3457 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()