Home
last modified time | relevance | path

Searched refs:setSectionCount (Results 1 – 7 of 7) sorted by relevance

/openbmc/openpower-hw-diags/attn/pel/
H A Dpel_minimal.cpp102 void PelMinimal::setSectionCount(uint8_t sectionCount) in setSectionCount() function in attn::pel::PelMinimal
104 _ph->setSectionCount(sectionCount); in setSectionCount()
H A Dprivate_header.cpp32 void PrivateHeader::setSectionCount(uint8_t sectionCount) in setSectionCount() function in attn::pel::PrivateHeader
H A Dprivate_header.hpp105 void setSectionCount(uint8_t sectionCount);
H A Dpel_minimal.hpp122 void setSectionCount(uint8_t sectionCount);
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dprivate_header.hpp140 void setSectionCount(uint8_t count) in setSectionCount() function in openpower::pels::PrivateHeader
H A Dpel.cpp196 _ph->setSectionCount(2 + _optionalSections.size()); in PEL()
/openbmc/openpower-hw-diags/attn/
H A Dattn_logging.cpp290 tiPel->setSectionCount(tiPel->getSectionCount() - ffdcCount); in createPelCustom()