Home
last modified time | relevance | path

Searched refs:sensor_max (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/py-salt/salt-3004.1/salt/beacons/
H A Dsensehat.py76 sensor_max = str(sensor_config[1])
79 sensor_max = str(sensor_config)
83 if isinstance(sensor_max, str) and "%" in sensor_max:
84 sensor_max = re.sub("%", "", sensor_max)
86 sensor_max = float(sensor_max)
89 if not sensor_min <= current_value <= sensor_max:
/dports/sysutils/openipmi/OpenIPMI-2.0.29/lib/
H A Dsensor.c177 unsigned char sensor_max; member
1367 s[p]->sensor_max = sdr.data[29]; in get_sensors_from_sdrs()
1636 if (s1->sensor_max != s2->sensor_max) return 0; in cmp_sensor()
2117 ipmi_sensor_get_sensor_max(ipmi_sensor_t *sensor, double *sensor_max) in ipmi_sensor_get_sensor_max() argument
2122 sensor->sensor_max, in ipmi_sensor_get_sensor_max()
2123 sensor_max)); in ipmi_sensor_get_sensor_max()
2851 return sensor->sensor_max; in ipmi_sensor_get_raw_sensor_max()
3202 sensor->sensor_max = raw_sensor_max; in ipmi_sensor_set_raw_sensor_max()
/dports/sysutils/ipmitool/ipmitool-1.8.18/lib/
H A Dipmi_sdr.c1337 creading = sdr_convert_sensor_reading(full, full->sensor_max); in print_sensor_min_max()
1338 if ((full->cmn.unit.analog == 0 && full->sensor_max == 0xff) || in print_sensor_min_max()
1339 (full->cmn.unit.analog == 1 && full->sensor_max == 0x00) || in print_sensor_min_max()
1340 (full->cmn.unit.analog == 2 && full->sensor_max == 0x7f) || in print_sensor_min_max()
1347 printf(" Maximum sensor range : 0x%02X\n", full->sensor_max); in print_sensor_min_max()
1593 printf("0x%02X,0x%02X", sr->full->sensor_min, sr->full->sensor_max); in ipmi_sdr_print_sensor_fc()
1600 sr->full->sensor_max)); in ipmi_sdr_print_sensor_fc()
/dports/sysutils/ipmitool/ipmitool-1.8.18/include/ipmitool/
H A Dipmi_sdr.h544 uint8_t sensor_max; /* sensor maximum, raw value */ member
/dports/sysutils/openipmi/OpenIPMI-2.0.29/include/OpenIPMI/
H A Dipmiif.h1596 int ipmi_sensor_get_sensor_max(ipmi_sensor_t *sensor, double *sensor_max);
H A Dipmiif.h.in1596 int ipmi_sensor_get_sensor_max(ipmi_sensor_t *sensor, double *sensor_max);
/dports/sysutils/openipmi/OpenIPMI-2.0.29/swig/
H A DOpenIPMI.i8466 int get_sensor_max(double *sensor_max) in get_sensor_max() argument
8468 return ipmi_sensor_get_sensor_max(self, sensor_max); in get_sensor_max()
/dports/sysutils/openipmi/OpenIPMI-2.0.29/doc/
H A DIPMI.ltx8338 int ipmi_sensor_get_sensor_max(ipmi_sensor_t *sensor, double *sensor_max);