Home
last modified time | relevance | path

Searched refs:_maxPELSize (Results 1 – 4 of 4) sorted by relevance

/openbmc/openpower-hw-diags/attn/pel/
H A Dpel_minimal.cpp64 return ((size > _maxPELSize) ? _maxPELSize : size); in size()
H A Dpel_minimal.hpp140 static constexpr size_t _maxPELSize = 16384; member in attn::pel::PelMinimal
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel.cpp476 if (size() + userData->header().size > _maxPELSize) in addUserDataSection()
478 if (userData->shrink(_maxPELSize - size())) in addUserDataSection()
697 if (buffer.size() > _maxPELSize) in addJournalSections()
717 if (size() + ud->header().size <= _maxPELSize) in addJournalSections()
H A Dpel.hpp451 static constexpr size_t _maxPELSize = 16384; member in openpower::pels::PEL