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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Denvmon.h57 * in the sensor_status field.
58 * The following sensor_status bit fields are defined
114 * In this case, sensor_status will be returned as ENVMON_NOT_PRESENT.
118 uint16_t sensor_status; member in struct:__anon10154
127 uint16_t sensor_status; member in struct:__anon10155
134 uint16_t sensor_status; member in struct:__anon10156
162 uint16_t sensor_status; member in struct:__anon10157
181 uint16_t sensor_status; member in struct:__anon10159
201 uint8_t sensor_status; member in struct:__anon10161
H A Drmc_comm_hproto.h481 enum sensor_status { enum
489 rsci8 sensor_status; /* tells whether the reading is */ member in struct:dp_tempr_status
519 rsci8 sensor_status; /* tells whether the reading is */ member in struct:dp_fan_status
549 rsci8 sensor_status; /* tells whether the reading is */ member in struct:dp_psu_status
592 rsci8 sensor_status; /* tells whether the reading is */ member in struct:dp_fru_status
670 rsci8 sensor_status; /* tells whether the reading is */ member in struct:dp_led_state
730 rsci8 sensor_status; /* tells whether the reading is */ member in struct:dp_alarm_state
803 rsci8 sensor_status; /* tells whether the reading */ member in struct:dp_volt_status
834 rsci8 sensor_status; /* tells whether the reading is */ member in struct:dp_circuit_brk_status
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c1832 uint16_t sensor_status; local
1843 sensor_status = ENVMON_SENSOR_OK;
1851 sensor_status = ENVMON_NOT_PRESENT;
1858 sensor_status = ENVMON_NOT_PRESENT;
1865 if (sensor_status == ENVMON_SENSOR_OK) {
1876 if ((sensor_status == ENVMON_SENSOR_OK) && (rmclomv_rmc_error ||
1880 sensor_status = ENVMON_INACCESSIBLE;
1882 if ((env_ind->sensor_status = sensor_status) == ENVMON_SENSOR_OK) {
1887 env_ind->sensor_status |
1985 uint16_t sensor_status; local
3449 uint16_t sensor_status; local
3455 sensor_status = ENVMON_SENSOR_OK; local
3515 uint16_t sensor_status; local
3521 sensor_status = ENVMON_SENSOR_OK; local
[all...]
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c1139 sensor_status_t sensor_status = SENSOR_OK; local
1148 sensor_status = SENSOR_UNKNOWN;
1156 sensor_status = SENSOR_DISABLED;
1161 if (sensor_status != SENSOR_DISABLED &&
1162 sensor_status != SENSOR_UNKNOWN) {
1165 sensor_status = SENSOR_UNKNOWN;
1196 sensor_status = SENSOR_FAILED;
1201 sensor_status = SENSOR_FAILED;
1206 sensor_status = SENSOR_WARN;
1208 sensor_status
1363 sensor_status_t sensor_status = SENSOR_OK; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c625 if ((data.sensor_status & ENVMON_NOT_PRESENT) != 0)
637 if ((data.sensor_status & ENVMON_INACCESSIBLE) != 0) {
662 if ((data.sensor_status & ENVMON_NOT_PRESENT) != 0)
666 if ((data.sensor_status & ENVMON_INACCESSIBLE) != 0) {
687 if ((data.sensor_status & ENVMON_NOT_PRESENT) != 0)
694 if ((data.sensor_status & ENVMON_INACCESSIBLE) != 0) {
719 if ((data.sensor_status & ENVMON_NOT_PRESENT) != 0)
723 if ((data.sensor_status & ENVMON_INACCESSIBLE) != 0) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c620 if (data.sensor_status != ENVMON_SENSOR_OK) {
764 if ((res == 0) && (hpu.sensor_status == ENVMON_SENSOR_OK) &&
2211 ((hpu.sensor_status & ENVMON_NOT_PRESENT) == 0)) {

Completed in 87 milliseconds