Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclsensors.c300 if (sensor_reading > temp_sensor.hi_shutdown || in get_sensor_condition()
346 *(int8_t *)bufp = temp_sensor.hi_shutdown; in get_sensor_thr()
396 if ((temp + 5) > temp_sensor.hi_shutdown) { in set_sensor_thr()
415 (temp - 5) < temp_sensor.hi_shutdown) { in set_sensor_thr()
449 temp_sensor.hi_shutdown = temp; in set_sensor_thr()
501 &sensor->hi_shutdown) != PICL_SUCCESS) { in env_init_temp_sensor_values()
512 if (sensor->curr_temp > sensor->hi_shutdown || in env_init_temp_sensor_values()
H A Dpiclsensors.h50 int8_t hi_shutdown; member
/titanic_41/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c1133 int32_t hi_warning, hi_shutdown, hi_poweroff; in sun4v_env_print_sensor_callback() local
1185 &hi_shutdown, sizeof (hi_shutdown)) != PICL_SUCCESS) in sun4v_env_print_sensor_callback()
1186 hi_shutdown = INVALID_THRESHOLD; in sun4v_env_print_sensor_callback()
1199 (hi_shutdown != INVALID_THRESHOLD && in sun4v_env_print_sensor_callback()
1200 current_val >= hi_shutdown)) { in sun4v_env_print_sensor_callback()