Searched refs:warning_high (Results 1 – 7 of 7) sorted by relevance
/openbmc/pldm/pldmtool/ |
H A D | pldm_platform_cmd.cpp | 1353 output["warningHigh"] = pdr.warning_high.value_u8; in printNumericSensorPDR() 1364 output["warningHigh"] = pdr.warning_high.value_s8; in printNumericSensorPDR() 1375 output["warningHigh"] = pdr.warning_high.value_u16; in printNumericSensorPDR() 1386 output["warningHigh"] = pdr.warning_high.value_s16; in printNumericSensorPDR() 1397 output["warningHigh"] = pdr.warning_high.value_u32; in printNumericSensorPDR() 1408 output["warningHigh"] = pdr.warning_high.value_s32; in printNumericSensorPDR() 1419 output["warningHigh"] = pdr.warning_high.value_f32; in printNumericSensorPDR() 1470 output["warningHigh"] = int(pdr->warning_high); in printCompactNumericSensorPDR()
|
/openbmc/pldm/platform-mc/ |
H A D | terminus.cpp | 517 parsedPdr->warning_high = pdr->warning_high; in parseCompactNumericSensorPDR()
|
H A D | numeric_sensor.cpp | 227 getRangeFieldValue(pdr->range_field_format, pdr->warning_high); in NumericSensor() 445 warningHigh = pdr->warning_high; in NumericSensor()
|
/openbmc/libpldm/include/libpldm/ |
H A D | platform.h | 683 int32_t warning_high; member 861 union_range_field_format warning_high; member
|
/openbmc/libpldm/tests/dsp/ |
H A D | platform.cpp | 3915 EXPECT_EQ(70, decodedPdr.warning_high.value_u8); in TEST() 4011 EXPECT_EQ(10, decodedPdr.warning_high.value_s8); in TEST() 4119 EXPECT_EQ(7000, decodedPdr.warning_high.value_u16); in TEST() 4227 EXPECT_EQ(1000, decodedPdr.warning_high.value_s16); in TEST() 4359 EXPECT_EQ(7000000, decodedPdr.warning_high.value_u32); in TEST() 4491 EXPECT_EQ(1000000, decodedPdr.warning_high.value_s32); in TEST() 4623 EXPECT_FLOAT_EQ(100.001f, decodedPdr.warning_high.value_f32); in TEST()
|
/openbmc/libpldm/src/dsp/ |
H A D | platform.c | 1884 buf, pdr_value->range_field_format, pdr_value->warning_high); in decode_numeric_sensor_pdr_data()
|
/openbmc/libpldm/abi/x86_64/ |
H A D | gcc.dump | 12698 'name' => 'warning_high',
|