Searched refs:highs (Results 1 – 1 of 1) sorted by relevance
94 envmon_thresholds_t *lows, envmon_thresholds_t *highs, int16_t *value);611 envmon_thresholds_t *lows, envmon_thresholds_t *highs, int16_t *value) in get_sensor_data() argument634 if (highs != NULL) in get_sensor_data()635 *highs = data.highthresholds; in get_sensor_data()1122 envmon_thresholds_t highs; in add_env_nodes() local1148 highs.warning = highs.shutdown = highs.poweroff = in add_env_nodes()1163 &highs, &sensor_data); in add_env_nodes()1262 if (highs.warning != ENVMON_VAL_UNAVAILABLE) { in add_env_nodes()1264 fru_type, highs.warning); in add_env_nodes()1269 if (highs.shutdown != ENVMON_VAL_UNAVAILABLE) { in add_env_nodes()[all …]