Searched refs:subsystemValues (Results 1 – 8 of 8) sorted by relevance
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | pel_values_test.cpp | 13 auto s = findByValue(0x5D, subsystemValues); in TEST() 14 ASSERT_NE(s, subsystemValues.end()); in TEST() 18 s = findByName("cec_clocks", subsystemValues); in TEST() 19 ASSERT_NE(s, subsystemValues.end()); in TEST() 24 s = findByValue(0xFF, subsystemValues); in TEST() 25 EXPECT_EQ(s, subsystemValues.end()); in TEST() 27 s = findByName("foo", subsystemValues); in TEST() 28 EXPECT_EQ(s, subsystemValues.end()); in TEST()
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | pel_values.hpp | 80 extern const PELValues subsystemValues;
|
| H A D | user_header.cpp | 53 pv::getValue(eventSubsystem, pel_values::subsystemValues); in UserHeader() 245 subsystem = pv::getValue(_eventSubsystem, pel_values::subsystemValues); in getJSON()
|
| H A D | pel_values.cpp | 19 const PELValues subsystemValues = { variable
|
| H A D | registry.cpp | 32 auto ss = pv::findByName(subsystemName, pv::subsystemValues); in getSubsystem() 33 if (ss == pv::subsystemValues.end()) in getSubsystem()
|
| H A D | manager.cpp | 954 pv::getValue(attr.subsystem, pel_values::subsystemValues)); in createPELEntry()
|
| H A D | src.cpp | 359 pv::getValue(eventSubsystem, pel_values::subsystemValues); in SRC()
|
| /openbmc/phosphor-logging/extensions/openpower-pels/tools/ |
| H A D | peltool.cpp | 389 pel_values::subsystemValues); in genPELJSON()
|