Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel_values.hpp105 extern const PELValues calloutPriorityValues;
H A Dpel_values.cpp196 const PELValues calloutPriorityValues = { variable
H A Dsrc.cpp625 pel_values::calloutPriorityValues), in getCallouts()
1033 pv::findByName(regCallout.priority, pv::calloutPriorityValues); in addRegistryCallout()
1034 assert(priorityIt != pv::calloutPriorityValues.end()); in addRegistryCallout()
1200 pel_values::calloutPriorityValues); in addDevicePathCallouts()
1202 if (p != pel_values::calloutPriorityValues.end()) in addDevicePathCallouts()
1453 pv::calloutPriorityValues); in getPriorityFromJSON()
1454 if (priorityIt == pv::calloutPriorityValues.end()) in getPriorityFromJSON()
H A Dmanager.cpp803 pel_values::calloutPriorityValues, in getResolution()