Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c94 envmon_thresholds_t *lows, envmon_thresholds_t *highs, int16_t *value);
98 envmon_thresholds_t *lows, uint16_t *speed, char *units);
611 envmon_thresholds_t *lows, envmon_thresholds_t *highs, int16_t *value) in get_sensor_data() argument
632 if (lows != NULL) in get_sensor_data()
633 *lows = data.lowthresholds; in get_sensor_data()
677 envmon_thresholds_t *lows, uint16_t *speed, char *units) in get_fan_data() argument
689 if (lows != NULL) in get_fan_data()
690 *lows = data.lowthresholds; in get_fan_data()
1121 envmon_thresholds_t lows; in add_env_nodes() local
1146 lows.warning = lows.shutdown = lows.poweroff = in add_env_nodes()
[all …]