Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Drepository.hpp202 return findPEL(id) != _pelAttributes.end(); in hasPEL()
442 if (auto logID = findPEL(id); logID != _pelAttributes.end()) in getLogID()
480 std::map<LogID, PELAttributes>::const_iterator findPEL( in findPEL() function in openpower::pels::Repository
H A Drepository.cpp238 auto pel = findPEL(id); in remove()
276 auto pel = findPEL(id); in getPELData()
298 auto pel = findPEL(id); in getPELFD()
390 auto pel = findPEL(id); in getPELAttributes()