Home
last modified time | relevance | path

Searched refs:curr_temp (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclsensors.c264 temp_sensor.curr_temp = sensor_reading; in get_curr_temp()
471 if (env_get_sensor_reading(sensor_no, &sensor->curr_temp) != in env_init_temp_sensor_values()
512 if (sensor->curr_temp > sensor->hi_shutdown || in env_init_temp_sensor_values()
513 sensor->curr_temp < sensor->lo_shutdown) { in env_init_temp_sensor_values()
517 } else if (sensor->curr_temp > sensor->hi_warning || in env_init_temp_sensor_values()
518 sensor->curr_temp < sensor->lo_warning) { in env_init_temp_sensor_values()
H A Dpiclsensors.h48 int8_t curr_temp; member
/titanic_41/usr/src/lib/libprtdiag_psr/sparc/sunfire/common/
H A Dsunfire.c1503 uchar_t curr_temp; in disp_env_status() local
1622 curr_temp = bksp->tempstat.l1[bksp->tempstat.index % L1_SZ]; in disp_env_status()
1623 log_printf(" %2d ", curr_temp, 0); in disp_env_status()
1647 curr_temp = kstats->tempstat.l1[kstats->tempstat.index % L1_SZ]; in disp_env_status()
1648 log_printf(" %2d ", curr_temp, 0); in disp_env_status()
/titanic_41/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c1972 int curr_temp; in temp_trend() local
1984 curr_temp = tempstat->l2[curr_index]; in temp_trend()
2001 delta = curr_temp - tempstat->l2[PREV_L2_INDEX(curr_index)]; in temp_trend()
2003 trail_temp = prev_temp = curr_temp; in temp_trend()
2014 if (prev_temp <= curr_temp - NOISE_THRESH) { in temp_trend()
2029 if (prev_temp >= curr_temp + NOISE_THRESH) { in temp_trend()