Searched refs:foundPEL (Results 1 – 1 of 1) sorted by relevance
/openbmc/phosphor-logging/extensions/openpower-pels/tools/ |
H A D | peltool.cpp | 306 bool& foundPEL, const std::optional<std::regex>& scrubRegex, in genPELJSON() argument 367 if (!foundPEL) in genPELJSON() 370 foundPEL = true; in genPELJSON() 450 foundPEL = true; in genPELJSON() 502 bool foundPEL = false; in printPELs() local 509 &foundPEL, &scrubRegex, &plugins, &hexDump, in printPELs() 512 foundPEL, scrubRegex, plugins, hexDump, archive); in printPELs() 526 if (foundPEL) in printPELs()
|