Searched refs:sensor (Results 1 - 21 of 21) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fm/dicts/
H A DSENSOR.dict29 fault.sensor.fan.failed=0
30 fault.sensor.psu.failed=1
H A DSTORAGE.dict43 fault.sensor.read-fail=15
/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dsensor.esc53 event ereport.sensor.failure@fan;
54 event ereport.sensor.failure@psu;
60 ereport.sensor.failure@fan { payloadprop("type") == "fan" &&
64 ereport.sensor.failure@fan { payloadprop("type") == "fan" &&
68 ereport.sensor.failure@psu { payloadprop("type") == "psu" &&
73 ereport.sensor.failure@psu { payloadprop("type") == "psu" &&
78 ereport.sensor.failure@psu { payloadprop("type") == "psu" &&
83 ereport.sensor.failure@psu { payloadprop("type") == "psu" &&
H A Dstorage.esc59 event fault.sensor.read-fail@controller;
60 event fault.sensor.read-fail@fanmodule;
61 event fault.sensor.read-fail@fan;
62 event fault.sensor.read-fail@psu;
98 event ereport.chassis.sensor.current.oc@controller;
99 event ereport.chassis.sensor.current.oc@fanmodule;
100 event ereport.chassis.sensor.current.oc@psu;
101 event ereport.chassis.sensor.current.uc@controller;
102 event ereport.chassis.sensor.current.uc@fanmodule;
103 event ereport.chassis.sensor
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/files/i386/
H A DMakefile35 sensor.eft \
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/sensor-transport/
H A DMakefile26 MODULE = sensor-transport
/opensolaris-onvv-gate/usr/src/cmd/fm/eversholt/files/sparc/
H A DMakefile35 sensor.eft \
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/
H A DMakefile34 sensor-transport \
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclsensors.c30 * Routines in this file are used to manage CPU temperature sensor
177 * Sets the threshold temperature specified in given sensor number
212 * returns the sensor reading of the SMC sensor specified in sensor_no
271 * volatile function that returns the state of sensor
321 * volatile property to read sensor thresholds
469 env_init_temp_sensor_values(int sensor_no, env_temp_sensor_t *sensor) argument
471 if (env_get_sensor_reading(sensor_no, &sensor->curr_temp) !=
477 &sensor->lo_warning) != PICL_SUCCESS) {
483 &sensor
[all...]
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/blade/bsc/
H A Dpicllom.info70 PROP Class string r 0 "temperature-sensor"
71 REFPROP _temperature-sensor_ name:/platform/pci/isa/bscbus/bscv/cpu-die?_class=temperature-sensor
74 PROP Class string r 0 "temperature-sensor"
75 REFPROP _temperature-sensor_ name:/platform/pci/isa/bscbus/bscv/enclosure?_class=temperature-sensor
144 PROP Class string r 0 "temperature-sensor"
145 REFPROP _temperature-sensor_ name:/platform/pci/isa/bscbus/bscv/cpu-die?_class=temperature-sensor
148 PROP Class string r 0 "temperature-sensor"
149 REFPROP _temperature-sensor_ name:/platform/pci/isa/bscbus/bscv/enclosure?_class=temperature-sensor
159 name:/platform/pci/isa/bscbus/bscv/cpu-die?_class=temperature-sensor
161 name:/platform/pci/isa/bscbus/bscv/enclosure?_class=temperature-sensor
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgenv.c39 * Each sensor is named by a unique Tag. The Tag identifies the geographical
40 * location of the sensor in the Serengeti, and what it is the sensor measures.
42 * Requestable sensor properties are broken into two types: Those which are
56 * (This sparse list of keys is then used as an index to obtain all the sensor
69 * environmental state changes (such as a sensor state change, Fan speed
72 * The SC-APP maintains a pseudo-sensor in each collection "measuring" changes
73 * to the quasi-constants in that collection. By monitoring these pseudo-sensor
195 * <env_cache> is a cache of all the sensor readings which is persistent
1144 * For each sensor collectio
2297 env_sensor_t sensor; local
2403 sgenv_set_sensor_status(env_sensor_t *sensor) argument
2922 sgenv_process_threshold_event(env_sensor_t sensor) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libipmi/common/
H A Dipmi_sdr.c74 * Analog sensor reading data formats
178 * Refresh the cache of sensor data records.
631 * This function converts the raw sensor reading returned by
635 ipmi_sdr_conv_reading(ipmi_sdr_full_sensor_t *sensor, uint8_t val, argument
640 m = __TO_M(sensor->is_fs_mtol);
641 b = __TO_B(sensor->is_fs_bacc);
642 k1 = __TO_B_EXP(sensor->is_fs_bacc);
643 k2 = __TO_R_EXP(sensor->is_fs_bacc);
645 switch (sensor->is_fs_analog_fmt) {
659 /* This sensor doe
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgenv_impl.h197 static void sgenv_set_sensor_status(env_sensor_t *sensor);
208 static int sgenv_process_threshold_event(env_sensor_t sensor);
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c97 rmclomv_cache_section_t *start, uint16_t sensor);
110 static void set_val_unav(envmon_sensor_t *sensor);
680 rmclomv_find_section(rmclomv_cache_section_t *start, uint16_t sensor) argument
684 while ((next != NULL) && (next->sensor_type != sensor))
713 * The sensor id name is sought in the supplied section and if found
950 "sensor %s/%s is now ok", fru_name,
955 "sensor %s/%s is now outside warning thresholds", fru_name,
960 "sensor %s/%s is now outside shutdown thresholds", fru_name,
1053 /* split name into fru name and sensor name */
1072 /* is it a voltage or temperature sensor
1805 set_val_unav(envmon_sensor_t *sensor) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/
H A Dfac_prov_ipmi.c192 * to manipulate disk fault LEDs over IPMI, but uses the standard sensor
214 * Get an IPMI handle and then lookup the generic device locator sensor
300 topo_mod_dprintf(mod, "Failed to get sensor reading "
301 "for sensor %s: %s\n", entity_ref,
397 topo_mod_dprintf(mod, "Failed to get sensor reading for sensor "
430 ipmi_sdr_full_sensor_t *sensor; local
454 if ((sensor = ipmi_sdr_lookup_full_sensor(hdl, entity_refs[i]))
469 if ((reading = ipmi_get_sensor_reading(hdl, sensor->is_fs_number))
471 topo_mod_dprintf(mod, "Failed to get sensor readin
[all...]
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcpolicy/
H A Dpsvcpolicy.c997 * The first sensor in the list is:
1062 char *sensor = ps_prev_id[instance][i]; local
1064 if (sensor == NULL)
1080 id, sensor);
1184 /* Set fault sensor states to "" */
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A Dservice-fault-management.mf404 file path=usr/lib/fm/eft/sensor.eft mode=0444
446 file path=usr/lib/fm/fmd/plugins/sensor-transport.conf
447 file path=usr/lib/fm/fmd/plugins/sensor-transport.so mode=0555
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/conf/
H A Dpsvcobj.conf765 1 0 0x9c 0 /devices/pci@9,700000/ebus@1/i2c@1,30/temperature-sensor@0,9c:lm75
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/sebring/conf/
H A Dpsvcobj.conf765 1 0 0x9c 0 /devices/pci@9,700000/ebus@1/i2c@1,30/temperature-sensor@0,9c:lm75
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/daktari/conf/
H A Dpsvcobj.conf1832 1 0 0x9c 0 /devices/pci@9,700000/ebus@1/i2c@1,30/temperature-sensor@0,9c:lm75
1833 1 0 0x9e 0 /devices/pci@9,700000/ebus@1/i2c@1,30/temperature-sensor@0,9e:lm75
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/silverstone/conf/
H A Dpsvcobj.conf1832 1 0 0x9c 0 /devices/pci@9,700000/ebus@1/i2c@1,30/temperature-sensor@0,9c:lm75
1833 1 0 0x9e 0 /devices/pci@9,700000/ebus@1/i2c@1,30/temperature-sensor@0,9e:lm75

Completed in 282 milliseconds