Searched refs:PELValues (Results 1 – 2 of 2) sorted by relevance
28 using PELValues = std::vector<PELFieldValue>; typedef41 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 …]
19 const PELValues subsystemValues = {119 const PELValues severityValues = {163 const PELValues eventTypeValues = {173 const PELValues eventScopeValues = {182 const PELValues actionFlagsValues = {196 const PELValues calloutPriorityValues = {240 PELValues::const_iterator findByValue(uint32_t value, const PELValues& fields) in findByValue()248 PELValues::const_iterator findByName(const std::string& name, in findByName()249 const PELValues& fields) in findByName()324 std::string getValue(const uint8_t field, const pel_values::PELValues& values, in getValue()[all …]