Home
last modified time | relevance | path

Searched refs:sectionCount (Results 1 – 10 of 10) sorted by relevance

/openbmc/openpower-hw-diags/attn/pel/
H A Dprivate_header.cpp32 void PrivateHeader::setSectionCount(uint8_t sectionCount) in setSectionCount() argument
34 _sectionCount = sectionCount; in setSectionCount()
H A Dpel_minimal.cpp102 void PelMinimal::setSectionCount(uint8_t sectionCount) in setSectionCount() argument
104 _ph->setSectionCount(sectionCount); in setSectionCount()
H A Dprivate_header.hpp105 void setSectionCount(uint8_t sectionCount);
H A Dpel_minimal.hpp122 void setSectionCount(uint8_t sectionCount);
/openbmc/phosphor-logging/test/openpower-pels/
H A Dprivate_header_test.cpp67 EXPECT_EQ(ph.sectionCount(), 0x02); in TEST_F()
185 EXPECT_EQ(ph.sectionCount(), 0x01); in TEST_F()
H A Dreal_pel_test.cpp555 EXPECT_EQ(pel.privateHeader().sectionCount(), sections.size() + 2); in TEST_F()
H A Dpel_test.cpp1179 pelSectsWithOneUD = pel.privateHeader().sectionCount(); in TEST_F()
1201 EXPECT_EQ(pel.privateHeader().sectionCount(), pelSectsWithOneUD - 1); in TEST_F()
1234 ASSERT_EQ(pel.privateHeader().sectionCount(), pelSectsWithOneUD + 2); in TEST_F()
1271 ASSERT_EQ(pel.privateHeader().sectionCount(), pelSectsWithOneUD); in TEST_F()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dprivate_header.hpp130 uint8_t sectionCount() const in sectionCount() function in openpower::pels::PrivateHeader
H A Dpel.cpp232 for (size_t i = 2; i < _ph->sectionCount(); i++) in populateFromRawData()
/openbmc/libcper/specification/document/
H A Dcper-json-specification.tex90 sectionCount & int & The number of sections that are described by the CPER record.\\