Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/io/
H A Drmclomv.c1832 uint16_t sensor_status; in do_psu_cmd() local
1843 sensor_status = ENVMON_SENSOR_OK; in do_psu_cmd() local
1851 sensor_status = ENVMON_NOT_PRESENT; in do_psu_cmd()
1858 sensor_status = ENVMON_NOT_PRESENT; in do_psu_cmd()
1865 if (sensor_status == ENVMON_SENSOR_OK) { in do_psu_cmd()
1876 if ((sensor_status == ENVMON_SENSOR_OK) && (rmclomv_rmc_error || in do_psu_cmd()
1880 sensor_status = ENVMON_INACCESSIBLE; in do_psu_cmd()
1882 if ((env_ind->sensor_status = sensor_status) == ENVMON_SENSOR_OK) { in do_psu_cmd()
1887 env_ind->sensor_status |= ENVMON_NOT_PRESENT; in do_psu_cmd()
1888 if (rmc_psu_r->psu_status[0].sensor_status != in do_psu_cmd()
[all …]
/titanic_44/usr/src/uts/sun4u/sys/
H A Denvmon.h118 uint16_t sensor_status; member
127 uint16_t sensor_status; member
134 uint16_t sensor_status; member
162 uint16_t sensor_status; member
181 uint16_t sensor_status; member
201 uint8_t sensor_status; member
H A Drmc_comm_hproto.h481 enum sensor_status { enum
489 rsci8 sensor_status; /* tells whether the reading is */ member
519 rsci8 sensor_status; /* tells whether the reading is */ member
549 rsci8 sensor_status; /* tells whether the reading is */ member
592 rsci8 sensor_status; /* tells whether the reading is */ member
670 rsci8 sensor_status; /* tells whether the reading is */ member
730 rsci8 sensor_status; /* tells whether the reading is */ member
803 rsci8 sensor_status; /* tells whether the reading */ member
834 rsci8 sensor_status; /* tells whether the reading is */ member
/titanic_44/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c1139 sensor_status_t sensor_status = SENSOR_OK; in sun4v_env_print_sensor_callback() local
1148 sensor_status = SENSOR_UNKNOWN; in sun4v_env_print_sensor_callback()
1156 sensor_status = SENSOR_DISABLED; in sun4v_env_print_sensor_callback()
1161 if (sensor_status != SENSOR_DISABLED && in sun4v_env_print_sensor_callback()
1162 sensor_status != SENSOR_UNKNOWN) { in sun4v_env_print_sensor_callback()
1165 sensor_status = SENSOR_UNKNOWN; in sun4v_env_print_sensor_callback()
1196 sensor_status = SENSOR_FAILED; in sun4v_env_print_sensor_callback()
1201 sensor_status = SENSOR_FAILED; in sun4v_env_print_sensor_callback()
1206 sensor_status = SENSOR_WARN; in sun4v_env_print_sensor_callback()
1208 sensor_status = SENSOR_OK; in sun4v_env_print_sensor_callback()
[all …]
/titanic_44/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c625 if ((data.sensor_status & ENVMON_NOT_PRESENT) != 0) in get_sensor_data()
637 if ((data.sensor_status & ENVMON_INACCESSIBLE) != 0) { in get_sensor_data()
662 if ((data.sensor_status & ENVMON_NOT_PRESENT) != 0) in get_indicator_data()
666 if ((data.sensor_status & ENVMON_INACCESSIBLE) != 0) { in get_indicator_data()
687 if ((data.sensor_status & ENVMON_NOT_PRESENT) != 0) in get_fan_data()
694 if ((data.sensor_status & ENVMON_INACCESSIBLE) != 0) { in get_fan_data()
719 if ((data.sensor_status & ENVMON_NOT_PRESENT) != 0) in get_led_data()
723 if ((data.sensor_status & ENVMON_INACCESSIBLE) != 0) { in get_led_data()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c620 if (data.sensor_status != ENVMON_SENSOR_OK) { in read_vol_data()
764 if ((res == 0) && (hpu.sensor_status == ENVMON_SENSOR_OK) && in rmc_state_event()
2211 ((hpu.sensor_status & ENVMON_NOT_PRESENT) == 0)) { in opst_init()