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.cpp40 if ((static_cast<CreatorID>(creator) == CreatorID::openBMC) || in ignore()
41 (static_cast<CreatorID>(creator) == CreatorID::hostboot)) in ignore()
H A Drepository.cpp519 auto bmcPEL = CreatorID::openBMC == static_cast<CreatorID>(pel.creator); in updateRepoStats()
653 return (CreatorID::openBMC == static_cast<CreatorID>(pel.creator)) && in prune()
659 return (CreatorID::openBMC == static_cast<CreatorID>(pel.creator)) && in prune()
665 return (CreatorID::openBMC != static_cast<CreatorID>(pel.creator)) && in prune()
671 return (CreatorID::openBMC != static_cast<CreatorID>(pel.creator)) && in prune()
H A Dpel.cpp562 if (_ph->creatorID() == static_cast<uint8_t>(CreatorID::hostboot)) in updateSysInfoInExtendedUserDataSection()
580 static_cast<uint8_t>(CreatorID::openBMC)) in updateSysInfoInExtendedUserDataSection()
599 auto creator = static_cast<CreatorID>(_ph->creatorID()); in getDeconfigFlag()
601 if ((creator == CreatorID::openBMC) || (creator == CreatorID::hostboot)) in getDeconfigFlag()
611 auto creator = static_cast<CreatorID>(_ph->creatorID()); in getGuardFlag()
613 if ((creator == CreatorID::openBMC) || (creator == CreatorID::hostboot)) in getGuardFlag()
H A Dmanager.cpp149 static_cast<uint8_t>(CreatorID::hostboot)) in addPEL()
711 CreatorID creatorID{pel->privateHeader().creatorID()}; in checkPelAndQuiesce()
713 if ((creatorID != CreatorID::openBMC) && in checkPelAndQuiesce()
714 (creatorID != CreatorID::hostboot) && in checkPelAndQuiesce()
715 (creatorID != CreatorID::ioDrawer) && (creatorID != CreatorID::occ) && in checkPelAndQuiesce()
716 (creatorID != CreatorID::phyp)) in checkPelAndQuiesce()
1113 if ((attributes.creator == static_cast<uint8_t>(CreatorID::openBMC)) && in hardwarePresent()
H A Dpel_types.hpp54 enum class CreatorID enum
H A Dprivate_header.cpp48 _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
125 # [CreatorID]: BMC
135 # [CreatorID]: BMC
404 # [CreatorID]: BMC
452 # "CreatorID": "BMC",
479 # "CreatorID": "BMC",
506 # "CreatorID": "BMC",
/openbmc/libcper/
H A Dir-parse.c136 string_to_guid(&header->CreatorID, in ir_header_to_cper()
H A Dcper-parse.c162 guid_to_string(creator_string, &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.h158 EFI_GUID CreatorID; member