Home
last modified time | relevance | path

Searched refs:primarySRC (Results 1 – 12 of 12) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp350 if (pel.primarySRC() && scrubRegex) in genPELJSON()
352 val = pel.primarySRC().value()->asciiString(); in genPELJSON()
385 if (pel.primarySRC()) in genPELJSON()
387 val = pel.primarySRC().value()->asciiString(); in genPELJSON()
391 auto regVal = pel.primarySRC().value()->getErrorDetails( in genPELJSON()
743 if (pel.primarySRC() && scrubRegex) in printPELCount()
745 std::string val = pel.primarySRC().value()->asciiString(); in printPELCount()
/openbmc/openpower-hw-diags/attn/pel/
H A Dpel_common.hpp14 primarySRC = 0x5053, // 'PS' enumerator
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel.cpp318 std::optional<SRC*> PEL::primarySRC() const in primarySRC() function in openpower::pels::PEL
323 static_cast<uint16_t>(SectionID::primarySRC); in primarySRC()
529 auto pSRC = primarySRC(); in isHwCalloutPresent()
603 auto src = primarySRC(); in getDeconfigFlag()
615 auto src = primarySRC(); in getGuardFlag()
628 auto pSRC = primarySRC(); in updateTerminateBitInSRCSection()
H A Dpel_types.hpp23 primarySRC = 0x5053, // 'PS' enumerator
H A Dsection_factory.cpp63 case static_cast<uint16_t>(SectionID::primarySRC): in create()
H A Dmanager.cpp218 auto src = pel->primarySRC(); in addPEL()
405 auto src = pel->primarySRC(); in createPEL()
735 auto src = pel.primarySRC(); in getEventId()
783 auto src = pel.primarySRC(); in getResolution()
1014 auto src = pel->primarySRC(); in updateProgressSRC()
1066 auto src = pel.primarySRC(); in clearPowerThermalDeconfigFlag()
H A Dservice_indicators.cpp64 auto src = pel.primarySRC(); in activate()
H A Dpel.hpp200 std::optional<SRC*> primarySRC() const;
H A Dsrc.cpp311 _header.id = static_cast<uint16_t>(SectionID::primarySRC); in SRC()
450 if ((header().id != static_cast<uint16_t>(SectionID::primarySRC)) && in validate()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dreal_pel_test.cpp557 auto src = pel.primarySRC(); in TEST_F()
H A Dpel_test.cpp178 EXPECT_EQ(pel.primarySRC().value()->asciiString(), in TEST_F()
876 ASSERT_TRUE(pel.primarySRC().value()->callouts()); in TEST_F()
877 auto& callouts = pel.primarySRC().value()->callouts()->callouts(); in TEST_F()
931 EXPECT_FALSE(pel.primarySRC().value()->callouts()); in TEST_F()
1022 ASSERT_TRUE(pel.primarySRC().value()->callouts()); in TEST_F()
1023 const auto& callouts = pel.primarySRC().value()->callouts()->callouts(); in TEST_F()
1089 ASSERT_TRUE(pel.primarySRC().value()->callouts()); in TEST_F()
1090 const auto& callouts = pel.primarySRC().value()->callouts()->callouts(); in TEST_F()
H A Dpel_manager_test.cpp221 EXPECT_EQ(logger.ad["SRC"], (*invalidPEL.primarySRC())->asciiString()); in TEST_F()
312 EXPECT_EQ(pel.primarySRC().value()->asciiString(), in TEST_F()
344 EXPECT_EQ(newPEL.primarySRC().value()->asciiString(), in TEST_F()
1119 auto& hexwords = pel.primarySRC().value()->hexwordData(); in TEST_F()
1214 EXPECT_EQ(pel.primarySRC().value()->getErrorStatusFlag( in TEST_F()