Searched refs:SENSOR_PRINT_CSV (Results 1 – 1 of 1) sorted by relevance
/openbmc/ipmitool/lib/ |
H A D | ipmi_sdr.c | 914 #define SENSOR_PRINT_CSV(FULLSENS, FLAG, READ) \ macro 1591 SENSOR_PRINT_CSV(sr->full, sr->full->analog_flag.nominal_read, in ipmi_sdr_print_sensor_fc() 1593 SENSOR_PRINT_CSV(sr->full, sr->full->analog_flag.normal_min, in ipmi_sdr_print_sensor_fc() 1595 SENSOR_PRINT_CSV(sr->full, sr->full->analog_flag.normal_max, in ipmi_sdr_print_sensor_fc() 1597 SENSOR_PRINT_CSV(sr->full, sensor->mask.type.threshold.read.unr, in ipmi_sdr_print_sensor_fc() 1599 SENSOR_PRINT_CSV(sr->full, sensor->mask.type.threshold.read.ucr, in ipmi_sdr_print_sensor_fc() 1601 SENSOR_PRINT_CSV(sr->full, sensor->mask.type.threshold.read.unc, in ipmi_sdr_print_sensor_fc() 1603 SENSOR_PRINT_CSV(sr->full, sensor->mask.type.threshold.read.lnr, in ipmi_sdr_print_sensor_fc() 1605 SENSOR_PRINT_CSV(sr->full, sensor->mask.type.threshold.read.lcr, in ipmi_sdr_print_sensor_fc() 1607 SENSOR_PRINT_CSV(sr->full, sensor->mask.type.threshold.read.lnc, in ipmi_sdr_print_sensor_fc()
|