Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclsensors.h59 NORMAL_THRESHOLD = 0x0, /* temp is within thresholds */ enumerator
H A Dpiclsensors.c83 static env_temp_threshold_t env_curr_state = NORMAL_THRESHOLD;
817 if (env_curr_state == NORMAL_THRESHOLD) { in env_temp_monitor()
845 env_curr_state = NORMAL_THRESHOLD; in env_temp_monitor()
849 if (env_curr_state == NORMAL_THRESHOLD) { in env_temp_monitor()