Home
last modified time | relevance | path

Searched refs:IS_THRESHOLD_SENSOR (Results 1 – 3 of 3) sorted by relevance

/openbmc/ipmitool/lib/
H A Dipmi_sensor.c411 if (IS_THRESHOLD_SENSOR(sensor)) in ipmi_sensor_print_fc()
625 if (!IS_THRESHOLD_SENSOR(sdr->record.common)) { in ipmi_sensor_set_threshold()
H A Dipmi_sdr.c147 if ( !IS_THRESHOLD_SENSOR(&sr->full->cmn) ) { in sdr_sensor_has_analog_reading()
1561 if (!IS_THRESHOLD_SENSOR(sensor)) { in ipmi_sdr_print_sensor_fc()
1662 if (IS_THRESHOLD_SENSOR(sensor)) { in ipmi_sdr_print_sensor_fc()
1679 if (IS_THRESHOLD_SENSOR(sensor)) { in ipmi_sdr_print_sensor_fc()
1695 if (IS_THRESHOLD_SENSOR(sensor) && in ipmi_sdr_print_sensor_fc()
1733 if (!IS_THRESHOLD_SENSOR(sensor)) { in ipmi_sdr_print_sensor_fc()
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_sdr.h404 #define IS_THRESHOLD_SENSOR(s) ((s)->event_type == 1) macro