Searched refs:fatal_high (Results 1 – 6 of 6) sorted by relevance
/openbmc/pldm/pldmtool/ |
H A D | pldm_platform_cmd.cpp | 1357 output["fatalHigh"] = pdr.fatal_high.value_u8; in printNumericSensorPDR() 1368 output["fatalHigh"] = pdr.fatal_high.value_s8; in printNumericSensorPDR() 1379 output["fatalHigh"] = pdr.fatal_high.value_u16; in printNumericSensorPDR() 1390 output["fatalHigh"] = pdr.fatal_high.value_s16; in printNumericSensorPDR() 1401 output["fatalHigh"] = pdr.fatal_high.value_u32; in printNumericSensorPDR() 1412 output["fatalHigh"] = pdr.fatal_high.value_s32; in printNumericSensorPDR() 1423 output["fatalHigh"] = pdr.fatal_high.value_f32; in printNumericSensorPDR() 1486 output["fatalHigh"] = int(pdr->fatal_high); in printCompactNumericSensorPDR()
|
/openbmc/pldm/platform-mc/ |
H A D | terminus.cpp | 521 parsedPdr->fatal_high = pdr->fatal_high; in parseCompactNumericSensorPDR()
|
/openbmc/libpldm/include/libpldm/ |
H A D | platform.h | 687 int32_t fatal_high; member 865 union_range_field_format fatal_high; member
|
/openbmc/libpldm/tests/dsp/ |
H A D | platform.cpp | 3919 EXPECT_EQ(90, decodedPdr.fatal_high.value_u8); in TEST() 4015 EXPECT_EQ(30, decodedPdr.fatal_high.value_s8); in TEST() 4123 EXPECT_EQ(9000, decodedPdr.fatal_high.value_u16); in TEST() 4231 EXPECT_EQ(3000, decodedPdr.fatal_high.value_s16); in TEST() 4363 EXPECT_EQ(9000000, decodedPdr.fatal_high.value_u32); in TEST() 4495 EXPECT_EQ(3000000, decodedPdr.fatal_high.value_s32); in TEST() 4627 EXPECT_FLOAT_EQ(300.003f, decodedPdr.fatal_high.value_f32); in TEST()
|
/openbmc/libpldm/src/dsp/ |
H A D | platform.c | 1892 buf, pdr_value->range_field_format, pdr_value->fatal_high); in decode_numeric_sensor_pdr_data()
|
/openbmc/libpldm/abi/x86_64/ |
H A D | gcc.dump | 12718 'name' => 'fatal_high',
|