Home
last modified time | relevance | path

Searched refs:creatorIDs (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dprivate_header.cpp102 creator = pv::creatorIDs.count(creator) ? pv::creatorIDs.at(creator) in getJSON()
H A Dpel_values.hpp115 extern const std::map<std::string, std::string> creatorIDs;
H A Dpel_values.cpp321 const std::map<std::string, std::string> creatorIDs = { variable
H A Duser_data_json.cpp404 if (pv::creatorIDs.at(getNumberString("%c", creatorID)) == "BMC" && in getJSON()
/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp411 val = pv::creatorIDs.count(creatorID) ? pv::creatorIDs.at(creatorID) in genPELJSON()