Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/sys/
H A Denvmon.h121 envmon_thresholds_t highthresholds; member
/titanic_41/usr/src/uts/sun4u/io/
H A Drmclomv.c1811 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()
2110 env_sensor.highthresholds.warning = in rmclomv_ioctl()
2112 env_sensor.highthresholds.shutdown = in rmclomv_ioctl()
2114 env_sensor.highthresholds.poweroff = in rmclomv_ioctl()
2221 env_sensor.highthresholds.warning = in rmclomv_ioctl()
2223 env_sensor.highthresholds.shutdown = in rmclomv_ioctl()
2225 env_sensor.highthresholds.poweroff = in rmclomv_ioctl()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c635 *highs = data.highthresholds; in get_sensor_data()