Searched refs:normal_max (Results 1 – 9 of 9) sorted by relevance
| /openbmc/pldm/libpldmresponder/ |
| H A D | pdr_numeric_effecter.hpp | 149 pdr->normal_max.value_u8 = e.value("normal_max", 0); in generateNumericEffecterPDR() 156 pdr->normal_max.value_s8 = e.value("normal_max", 0); in generateNumericEffecterPDR() 163 pdr->normal_max.value_u16 = e.value("normal_max", 0); in generateNumericEffecterPDR() 170 pdr->normal_max.value_s16 = e.value("normal_max", 0); in generateNumericEffecterPDR() 177 pdr->normal_max.value_u32 = e.value("normal_max", 0); in generateNumericEffecterPDR() 184 pdr->normal_max.value_s32 = e.value("normal_max", 0); in generateNumericEffecterPDR() 191 pdr->normal_max.value_f32 = e.value("normal_max", 0); in generateNumericEffecterPDR()
|
| /openbmc/pldm/pldmtool/ |
| H A D | pldm_platform_cmd.cpp | 1125 output["normalMax"] = unsigned(pdr->normal_max.value_u8); in printNumericEffecterPDR() 1132 output["normalMax"] = unsigned(pdr->normal_max.value_s8); in printNumericEffecterPDR() 1139 output["normalMax"] = unsigned(pdr->normal_max.value_u16); in printNumericEffecterPDR() 1146 output["normalMax"] = unsigned(pdr->normal_max.value_s16); in printNumericEffecterPDR() 1153 output["normalMax"] = unsigned(pdr->normal_max.value_u32); in printNumericEffecterPDR() 1160 output["normalMax"] = unsigned(pdr->normal_max.value_s32); in printNumericEffecterPDR() 1167 output["normalMax"] = unsigned(pdr->normal_max.value_f32); in printNumericEffecterPDR() 1415 output["normalMax"] = pdr.normal_max.value_u8; in printNumericSensorPDR() 1426 output["normalMax"] = pdr.normal_max.value_s8; in printNumericSensorPDR() 1437 output["normalMax"] = pdr.normal_max.value_u16; in printNumericSensorPDR() [all …]
|
| /openbmc/fb-ipmi-oem/include/ |
| H A D | sdrutils.hpp | 87 uint8_t normal_max; member
|
| /openbmc/ipmitool/include/ipmitool/ |
| H A D | ipmi_sdr.h | 531 uint8_t normal_max:1; /* normal max field specified */ member 535 uint8_t normal_max:1; /* normal max field specified */ 542 uint8_t normal_max; /* normal maximum, raw value */ member
|
| /openbmc/intel-ipmi-oem/include/ |
| H A D | storagecommands.hpp | 148 uint8_t normal_max; member
|
| /openbmc/libpldm/include/libpldm/ |
| H A D | platform.h | 807 union_range_field_format normal_max; member 884 union_range_field_format normal_max; member
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_sdr.c | 1595 SENSOR_PRINT_CSV(sr->full, sr->full->analog_flag.normal_max, in ipmi_sdr_print_sensor_fc() 1596 sr->full->normal_max); in ipmi_sdr_print_sensor_fc() 1832 SENSOR_PRINT_NORMAL(sr->full, "Normal Maximum", normal_max); in ipmi_sdr_print_sensor_fc()
|
| /openbmc/libpldm/src/dsp/ |
| H A D | platform.c | 1893 buf, pdr_value->range_field_format, pdr_value->normal_max); in decode_numeric_sensor_pdr_data() 3051 buf, pdr_value->range_field_format, pdr_value->normal_max); in decode_numeric_effecter_pdr_data()
|
| /openbmc/libpldm/abi/x86_64/ |
| H A D | gcc.dump | 13819 'name' => 'normal_max',
|