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

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

Completed in 118 milliseconds