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.cpp44 if (entry.src.type == static_cast<uint8_t>(SRCType::powerError)) in AsciiString()
H A Dregistry.cpp298 if (srcType == static_cast<uint8_t>(SRCType::bmcError)) in getComponentID()
793 entry.src.type = static_cast<uint8_t>(SRCType::bmcError); in lookup()
H A Dsrc.cpp474 return (errorType == static_cast<uint8_t>(SRCType::bmcError) || in isBMCSRC()
475 errorType == static_cast<uint8_t>(SRCType::powerError)); in isBMCSRC()
486 return errorType == static_cast<uint8_t>(SRCType::hostbootError); in isHostbootSRC()