Searched defs:temp_sensor (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclsensors.c79 static env_temp_sensor_t temp_sensor; variable
264 temp_sensor.curr_temp = sensor_reading;
290 (void) strncpy(temp_sensor.state, PICLEVENTARGVAL_UNKNOWN,
291 sizeof (temp_sensor.state));
300 if (sensor_reading > temp_sensor.hi_shutdown ||
301 sensor_reading < temp_sensor.lo_shutdown)
302 (void) strncpy(temp_sensor.state,
304 sizeof (temp_sensor.state));
305 else if (sensor_reading > temp_sensor.hi_warning ||
306 sensor_reading < temp_sensor
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/
H A Dpsvcpolicy.c455 char *temp_sensor; local
471 &temp_sensor, PSVC_DEV_TEMP_SENSOR, i);
474 status = psvc_get_attr(hdlp, temp_sensor,
478 temp_sensor);

Completed in 62 milliseconds