Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c639 *value = ENVMON_VAL_UNAVAILABLE; in get_sensor_data()
696 *speed = ENVMON_VAL_UNAVAILABLE; in get_fan_data()
1147 ENVMON_VAL_UNAVAILABLE; in add_env_nodes()
1149 ENVMON_VAL_UNAVAILABLE; in add_env_nodes()
1241 if (lows.warning != ENVMON_VAL_UNAVAILABLE) { in add_env_nodes()
1248 if (lows.shutdown != ENVMON_VAL_UNAVAILABLE) { in add_env_nodes()
1255 if (lows.poweroff != ENVMON_VAL_UNAVAILABLE) { in add_env_nodes()
1262 if (highs.warning != ENVMON_VAL_UNAVAILABLE) { in add_env_nodes()
1269 if (highs.shutdown != ENVMON_VAL_UNAVAILABLE) { in add_env_nodes()
1276 if (highs.poweroff != ENVMON_VAL_UNAVAILABLE) { in add_env_nodes()
/titanic_41/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()
1812 sensor->highthresholds.shutdown = ENVMON_VAL_UNAVAILABLE; in set_val_unav()
1813 sensor->highthresholds.poweroff = 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()
[all …]
/titanic_41/usr/src/uts/sun4u/sys/
H A Denvmon.h53 #define ENVMON_VAL_UNAVAILABLE ((int16_t)(-32768)) macro