Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/tools/
H A Dpeltool.cpp46 using PELFunc = std::function<void(const PEL&, bool hexDump)>; typedef
562 void callFunctionOnPEL(const std::string& id, const PELFunc& func, in callFunctionOnPEL()