Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c92 envmon_thresholds_t *lows, envmon_thresholds_t *highs, int16_t *value);
609 envmon_thresholds_t *lows, envmon_thresholds_t *highs, int16_t *value) in get_sensor_data() argument
632 if (highs != NULL) in get_sensor_data()
633 *highs = data.highthresholds; in get_sensor_data()
1120 envmon_thresholds_t highs; in add_env_nodes() local
1146 highs.warning = highs.shutdown = highs.poweroff = in add_env_nodes()
1161 &highs, &sensor_data); in add_env_nodes()
1260 if (highs.warning != ENVMON_VAL_UNAVAILABLE) { in add_env_nodes()
1262 fru_type, highs.warning); in add_env_nodes()
1267 if (highs.shutdown != ENVMON_VAL_UNAVAILABLE) { in add_env_nodes()
[all …]