Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c637 *value = ENVMON_VAL_UNAVAILABLE; in get_sensor_data()
694 *speed = ENVMON_VAL_UNAVAILABLE; in get_fan_data()
1145 ENVMON_VAL_UNAVAILABLE; in add_env_nodes()
1147 ENVMON_VAL_UNAVAILABLE; in add_env_nodes()
1239 if (lows.warning != ENVMON_VAL_UNAVAILABLE) { in add_env_nodes()
1246 if (lows.shutdown != ENVMON_VAL_UNAVAILABLE) { in add_env_nodes()
1253 if (lows.poweroff != ENVMON_VAL_UNAVAILABLE) { in add_env_nodes()
1260 if (highs.warning != ENVMON_VAL_UNAVAILABLE) { in add_env_nodes()
1267 if (highs.shutdown != ENVMON_VAL_UNAVAILABLE) { in add_env_nodes()
1274 if (highs.poweroff != ENVMON_VAL_UNAVAILABLE) { in add_env_nodes()
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c1807 sensor->value = ENVMON_VAL_UNAVAILABLE; in set_val_unav()
1808 sensor->lowthresholds.warning = ENVMON_VAL_UNAVAILABLE; in set_val_unav()
1809 sensor->lowthresholds.shutdown = ENVMON_VAL_UNAVAILABLE; in set_val_unav()
1810 sensor->lowthresholds.poweroff = ENVMON_VAL_UNAVAILABLE; in set_val_unav()
1811 sensor->highthresholds.warning = ENVMON_VAL_UNAVAILABLE; in set_val_unav()
1819 fan->speed = ENVMON_VAL_UNAVAILABLE; in set_fan_unav()
1821 fan->lowthresholds.warning = ENVMON_VAL_UNAVAILABLE; in set_fan_unav()
1822 fan->lowthresholds.shutdown = ENVMON_VAL_UNAVAILABLE; in set_fan_unav()
1823 fan->lowthresholds.poweroff = ENVMON_VAL_UNAVAILABLE; in set_fan_unav()
2309 ENVMON_VAL_UNAVAILABLE; in rmclomv_ioctl()
[all …]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Denvmon.h53 #define ENVMON_VAL_UNAVAILABLE ((int16_t)(-32768)) macro