Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dservice_indicators.cpp27 if ((static_cast<CreatorID>(creator) == CreatorID::openBMC) || in ignore()
28 (static_cast<CreatorID>(creator) == CreatorID::hostboot)) in ignore()
H A Drepository.cpp509 auto bmcPEL = CreatorID::openBMC == static_cast<CreatorID>(pel.creator); in updateRepoStats()
643 return (CreatorID::openBMC == static_cast<CreatorID>(pel.creator)) && in prune()
649 return (CreatorID::openBMC == static_cast<CreatorID>(pel.creator)) && in prune()
655 return (CreatorID::openBMC != static_cast<CreatorID>(pel.creator)) && in prune()
661 return (CreatorID::openBMC != static_cast<CreatorID>(pel.creator)) && in prune()
H A Dpel.cpp550 if (_ph->creatorID() == static_cast<uint8_t>(CreatorID::hostboot)) in updateSysInfoInExtendedUserDataSection()
568 static_cast<uint8_t>(CreatorID::openBMC)) in updateSysInfoInExtendedUserDataSection()
587 auto creator = static_cast<CreatorID>(_ph->creatorID()); in getDeconfigFlag()
589 if ((creator == CreatorID::openBMC) || (creator == CreatorID::hostboot)) in getDeconfigFlag()
599 auto creator = static_cast<CreatorID>(_ph->creatorID()); in getGuardFlag()
601 if ((creator == CreatorID::openBMC) || (creator == CreatorID::hostboot)) in getGuardFlag()
H A Dpel_types.hpp54 enum class CreatorID enum
H A Dmanager.cpp137 static_cast<uint8_t>(CreatorID::hostboot)) in addPEL()
708 CreatorID creatorID{pel->privateHeader().creatorID()}; in checkPelAndQuiesce()
710 if ((creatorID != CreatorID::openBMC) && in checkPelAndQuiesce()
711 (creatorID != CreatorID::hostboot) && in checkPelAndQuiesce()
712 (creatorID != CreatorID::ioDrawer) && (creatorID != CreatorID::occ) && in checkPelAndQuiesce()
713 (creatorID != CreatorID::phyp)) in checkPelAndQuiesce()
1118 if ((attributes.creator == static_cast<uint8_t>(CreatorID::openBMC)) && in hardwarePresent()
H A Dprivate_header.cpp34 _creatorID = static_cast<uint8_t>(CreatorID::openBMC); in PrivateHeader()
/openbmc/openpower-hw-diags/attn/pel/
H A Dpel_common.hpp23 enum class CreatorID enum
/openbmc/openbmc-test-automation/openpower/pel/
H A Dtest_bmc_pel.robot52 # [CreatorID]: BMC
64 @{pel_fields}= Create List CreatorID Subsystem Message Sev
124 # [CreatorID]: BMC
134 # [CreatorID]: BMC
402 # [CreatorID]: BMC
450 # "CreatorID": "BMC",
477 # "CreatorID": "BMC",
504 # "CreatorID": "BMC",
/openbmc/libcper/
H A Dir-parse.c145 string_to_guid(&header->CreatorID, in ir_header_to_cper()
H A Dcper-parse.c279 add_guid(header_ir, "creatorID", &header->CreatorID); in cper_header_to_ir()
/openbmc/openbmc-test-automation/lib/
H A Dlogging_utils.robot180 # "CreatorID": "BMC",
/openbmc/libcper/include/libcper/
H A DCper.h169 EFI_GUID CreatorID; member