Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp294 bool& foundPEL, const std::optional<std::regex>& scrubRegex, in genPELJSON() argument
355 if (!foundPEL) in genPELJSON()
358 foundPEL = true; in genPELJSON()
438 foundPEL = true; in genPELJSON()
490 bool foundPEL = false; in printPELs() local
497 &foundPEL, &scrubRegex, &plugins, &hexDump, in printPELs()
500 foundPEL, scrubRegex, plugins, hexDump, archive); in printPELs()
514 if (foundPEL) in printPELs()