Home
last modified time | relevance | path

Searched refs:getSectionCount (Results 1 – 5 of 5) sorted by relevance

/openbmc/openpower-hw-diags/attn/pel/
H A Dpel_minimal.cpp97 uint8_t PelMinimal::getSectionCount() in getSectionCount() function in attn::pel::PelMinimal
99 return _ph->getSectionCount(); in getSectionCount()
H A Dprivate_header.cpp27 uint8_t PrivateHeader::getSectionCount() in getSectionCount() function in attn::pel::PrivateHeader
H A Dprivate_header.hpp98 uint8_t getSectionCount();
H A Dpel_minimal.hpp115 uint8_t getSectionCount();
/openbmc/openpower-hw-diags/attn/
H A Dattn_logging.cpp290 tiPel->setSectionCount(tiPel->getSectionCount() - ffdcCount); in createPelCustom()