Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/attn/pel/
H A Dpel_common.hpp14 primarySRC = 0x5053, // 'PS' enumerator
/openbmc/phosphor-logging/test/openpower-pels/
H A Dreal_pel_test.cpp545 auto src = pel.primarySRC(); in TEST_F()
H A Dpel_test.cpp166 EXPECT_EQ(pel.primarySRC().value()->asciiString(), in TEST_F()
864 ASSERT_TRUE(pel.primarySRC().value()->callouts()); in TEST_F()
865 auto& callouts = pel.primarySRC().value()->callouts()->callouts(); in TEST_F()
919 EXPECT_FALSE(pel.primarySRC().value()->callouts()); in TEST_F()
1010 ASSERT_TRUE(pel.primarySRC().value()->callouts()); in TEST_F()
1011 const auto& callouts = pel.primarySRC().value()->callouts()->callouts(); in TEST_F()
1077 ASSERT_TRUE(pel.primarySRC().value()->callouts()); in TEST_F()
1078 const auto& callouts = pel.primarySRC().value()->callouts()->callouts(); in TEST_F()
H A Dpel_manager_test.cpp205 EXPECT_EQ(logger.ad["SRC"], (*invalidPEL.primarySRC())->asciiString()); in TEST_F()
293 EXPECT_EQ(pel.primarySRC().value()->asciiString(), in TEST_F()
324 EXPECT_EQ(newPEL.primarySRC().value()->asciiString(), in TEST_F()
1073 auto& hexwords = pel.primarySRC().value()->hexwordData(); in TEST_F()
1166 EXPECT_EQ(pel.primarySRC().value()->getErrorStatusFlag( in TEST_F()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel_types.hpp23 primarySRC = 0x5053, // 'PS' enumerator
H A Dsection_factory.cpp51 case static_cast<uint16_t>(SectionID::primarySRC): in create()
H A Dpel.cpp306 std::optional<SRC*> PEL::primarySRC() const in primarySRC() function in openpower::pels::PEL
311 static_cast<uint16_t>(SectionID::primarySRC); in primarySRC()
517 auto pSRC = primarySRC(); in isHwCalloutPresent()
591 auto src = primarySRC(); in getDeconfigFlag()
603 auto src = primarySRC(); in getGuardFlag()
616 auto pSRC = primarySRC(); in updateTerminateBitInSRCSection()
H A Dmanager.cpp206 auto src = pel->primarySRC(); in addPEL()
412 auto src = pel->primarySRC(); in createPEL()
732 auto src = pel.primarySRC(); in getEventId()
780 auto src = pel.primarySRC(); in getResolution()
1014 auto src = pel->primarySRC(); in updateProgressSRC()
1071 auto src = pel.primarySRC(); in clearPowerThermalDeconfigFlag()
H A Dservice_indicators.cpp51 auto src = pel.primarySRC(); in activate()
H A Dpel.hpp200 std::optional<SRC*> primarySRC() const;
H A Dsrc.cpp304 _header.id = static_cast<uint16_t>(SectionID::primarySRC); in SRC()
443 if ((header().id != static_cast<uint16_t>(SectionID::primarySRC)) && in validate()
/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp322 if (pel.primarySRC() && scrubRegex) in genPELJSON()
324 val = pel.primarySRC().value()->asciiString(); in genPELJSON()
357 if (pel.primarySRC()) in genPELJSON()
359 val = pel.primarySRC().value()->asciiString(); in genPELJSON()
363 auto regVal = pel.primarySRC().value()->getErrorDetails( in genPELJSON()
715 if (pel.primarySRC() && scrubRegex) in printPELCount()
717 std::string val = pel.primarySRC().value()->asciiString(); in printPELCount()