Searched refs:mtms (Results 1 – 9 of 9) sorted by relevance
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | mtms_test.cpp | 21 MTMS mtms{tm, sn}; in TEST() local 24 EXPECT_EQ(t, mtms.machineTypeAndModelRaw()); in TEST() 25 EXPECT_EQ("TTTT-MMM", mtms.machineTypeAndModel()); in TEST() 29 EXPECT_EQ(s, mtms.machineSerialNumberRaw()); in TEST() 30 EXPECT_EQ("123456789ABC", mtms.machineSerialNumber()); in TEST() 38 MTMS mtms{tm, sn}; in TEST() local 41 EXPECT_EQ(t, mtms.machineTypeAndModelRaw()); in TEST() 45 EXPECT_EQ(s, mtms.machineSerialNumberRaw()); in TEST() 53 MTMS mtms{tm, sn}; in TEST() local 56 EXPECT_EQ(t, mtms.machineTypeAndModelRaw()); in TEST() [all …]
|
| H A D | pce_identity_test.cpp | 26 EXPECT_EQ(pce.mtms().machineTypeAndModel(), "TTTT-MMM"); in TEST() 27 EXPECT_EQ(pce.mtms().machineSerialNumber(), "123456789ABC"); in TEST()
|
| H A D | meson.build | 22 'mtms': {},
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | mtms.cpp | 53 Stream& operator<<(Stream& s, const MTMS& mtms) in operator <<() argument 57 s << mtms.machineTypeAndModelRaw()[i]; in operator <<() 62 s << mtms.machineSerialNumberRaw()[i]; in operator <<() 68 Stream& operator>>(Stream& s, MTMS& mtms) in operator >>() argument 77 mtms.setMachineTypeAndModel(mtm); in operator >>() 85 mtms.setMachineSerialNumber(sn); in operator >>()
|
| H A D | mtms.hpp | 171 Stream& operator>>(Stream& s, MTMS& mtms); 181 Stream& operator<<(Stream& s, const MTMS& mtms);
|
| H A D | pce_identity.hpp | 84 const MTMS& mtms() const in mtms() function in openpower::pels::src::PCEIdentity
|
| H A D | meson.build | 48 'mtms.cpp',
|
| H A D | pel.cpp | 124 auto mtms = std::make_unique<FailingMTMS>(dataIface); in PEL() local 125 _optionalSections.push_back(std::move(mtms)); in PEL()
|
| H A D | src.cpp | 664 const auto& pceIdentMtms = entry->pceIdentity()->mtms(); in getCallouts()
|