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 Dsrc.cpp632 pel_values::calloutPriorityValues), in getCallouts()
1028 pv::findByName(regCallout.priority, pv::calloutPriorityValues); in addRegistryCallout()
1029 assert(priorityIt != pv::calloutPriorityValues.end()); in addRegistryCallout()
1173 pel_values::calloutPriorityValues); in addDevicePathCallouts()
1175 if (p != pel_values::calloutPriorityValues.end()) in addDevicePathCallouts()
1417 pv::calloutPriorityValues); in getPriorityFromJSON()
1418 if (priorityIt == pv::calloutPriorityValues.end()) in getPriorityFromJSON()
H A Dpel_values.cpp208 const PELValues calloutPriorityValues = { variable
H A Dmanager.cpp806 pel_values::calloutPriorityValues, in getResolution()