Searched defs:sensor (Results 1 - 7 of 7) sorted by relevance

/illumos-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...]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Dmcdi_mon.c42 /* Bitmasks of valid port(s) for each sensor */
50 /* Entry for MCDI sensor in sensor map */
54 /* Entry for sensor next page flag in sensor map */
99 STAT_NEXT_PAGE(), /* 0x1f Next page flag (not a sensor) */
131 STAT_NO_SENSOR(), /* 0x3b (no sensor) */
132 STAT_NO_SENSOR(), /* 0x3c (no sensor) */
133 STAT_NO_SENSOR(), /* 0x3d (no sensor) */
134 STAT_NO_SENSOR(), /* 0x3e (no sensor) */
174 uint16_t sensor; local
263 uint16_t sensor; local
[all...]
/illumos-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...]
/illumos-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...]
/illumos-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
2295 env_sensor_t sensor; local
2401 sgenv_set_sensor_status(env_sensor_t *sensor) argument
2920 sgenv_process_threshold_event(env_sensor_t sensor) argument
[all...]
/illumos-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 "" */
/illumos-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...]

Completed in 79 milliseconds