Searched refs:subsystemValues (Results 1 – 8 of 8) sorted by relevance
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | pel_values_test.cpp | 25 auto s = findByValue(0x5D, subsystemValues); in TEST() 26 ASSERT_NE(s, subsystemValues.end()); in TEST() 30 s = findByName("cec_clocks", subsystemValues); in TEST() 31 ASSERT_NE(s, subsystemValues.end()); in TEST() 36 s = findByValue(0xFF, subsystemValues); in TEST() 37 EXPECT_EQ(s, subsystemValues.end()); in TEST() 39 s = findByName("foo", subsystemValues); in TEST() 40 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 | 68 pv::getValue(eventSubsystem, pel_values::subsystemValues); in UserHeader() 260 subsystem = pv::getValue(_eventSubsystem, pel_values::subsystemValues); in getJSON()
|
H A D | pel_values.cpp | 31 const PELValues subsystemValues = { variable
|
H A D | registry.cpp | 45 auto ss = pv::findByName(subsystemName, pv::subsystemValues); in getSubsystem() 46 if (ss == pv::subsystemValues.end()) in getSubsystem()
|
H A D | manager.cpp | 957 pv::getValue(attr.subsystem, pel_values::subsystemValues)); in createPELEntry()
|
H A D | src.cpp | 366 pv::getValue(eventSubsystem, pel_values::subsystemValues); in SRC()
|
/openbmc/phosphor-logging/extensions/openpower-pels/tools/ |
H A D | peltool.cpp | 417 pel_values::subsystemValues); in genPELJSON()
|