Home
last modified time | relevance | path

Searched refs:SRCType (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel_types.hpp44 enum class SRCType enum
H A Dascii_string.cpp32 if (entry.src.type == static_cast<uint8_t>(SRCType::powerError)) in AsciiString()
H A Dregistry.cpp285 if (srcType == static_cast<uint8_t>(SRCType::bmcError)) in getComponentID()
780 entry.src.type = static_cast<uint8_t>(SRCType::bmcError); in lookup()
H A Dsrc.cpp467 return (errorType == static_cast<uint8_t>(SRCType::bmcError) || in isBMCSRC()
468 errorType == static_cast<uint8_t>(SRCType::powerError)); in isBMCSRC()
479 return errorType == static_cast<uint8_t>(SRCType::hostbootError); in isHostbootSRC()