Home
last modified time | relevance | path

Searched refs:srcType (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dregistry.cpp165 std::string srcType = src["Type"]; in getSRCType() local
166 size_t type = strtoul(srcType.c_str(), nullptr, 16); in getSRCType()
167 if ((type == 0) || (srcType.size() != 2)) // 1 hex byte in getSRCType()
171 "TYPE", srcType, "ERROR", name); in getSRCType()
269 uint16_t getComponentID(uint8_t srcType, uint16_t reasonCode, in getComponentID() argument
285 if (srcType == static_cast<uint8_t>(SRCType::bmcError)) in getComponentID()
H A Dregistry.hpp483 uint16_t getComponentID(uint8_t srcType, uint16_t reasonCode,