Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel_values.hpp28 using PELValues = std::vector<PELFieldValue>; typedef
41 std::string getValue(const uint8_t field, const pel_values::PELValues& values,
53 const pel_values::PELValues& table);
63 PELValues::const_iterator findByValue(uint32_t value, const PELValues& fields);
74 PELValues::const_iterator findByName(const std::string& name,
75 const PELValues& fields);
80 extern const PELValues subsystemValues;
85 extern const PELValues severityValues;
90 extern const PELValues eventTypeValues;
95 extern const PELValues eventScopeValues;
[all …]
H A Dpel_values.cpp31 const PELValues subsystemValues = {
131 const PELValues severityValues = {
175 const PELValues eventTypeValues = {
185 const PELValues eventScopeValues = {
194 const PELValues actionFlagsValues = {
208 const PELValues calloutPriorityValues = {
252 PELValues::const_iterator findByValue(uint32_t value, const PELValues& fields) in findByValue()
260 PELValues::const_iterator findByName(const std::string& name, in findByName()
261 const PELValues& fields) in findByName()
336 std::string getValue(const uint8_t field, const pel_values::PELValues& values, in getValue()
[all …]