Home
last modified time | relevance | path

Searched refs:lows (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);
96 envmon_thresholds_t *lows, uint16_t *speed, char *units);
609 envmon_thresholds_t *lows, envmon_thresholds_t *highs, int16_t *value) in get_sensor_data() argument
630 if (lows != NULL) in get_sensor_data()
631 *lows = data.lowthresholds; in get_sensor_data()
675 envmon_thresholds_t *lows, uint16_t *speed, char *units) in get_fan_data() argument
687 if (lows != NULL) in get_fan_data()
688 *lows = data.lowthresholds; in get_fan_data()
1119 envmon_thresholds_t lows; in add_env_nodes() local
1144 lows.warning = lows.shutdown = lows.poweroff = in add_env_nodes()
[all …]