Searched refs:_sectionCount (Results 1 – 4 of 4) sorted by relevance
16 << _reservedByte1 << _reservedByte2 << _sectionCount << _obmcLogID in flatten()23 _reservedByte1 >> _reservedByte2 >> _sectionCount >> _obmcLogID >> in unflatten()29 return _sectionCount; in getSectionCount()34 _sectionCount = sectionCount; in setSectionCount()
89 sizeof(_sectionCount) + sizeof(_obmcLogID) + in flattenedSize()143 uint8_t _sectionCount = 3; // private header, user header, primary src = 3 member in attn::pel::PrivateHeader
57 _sectionCount = 1; in PrivateHeader()71 _creatorID(0), _logType(0), _reservedByte(0), _sectionCount(0), in PrivateHeader()142 if (_sectionCount < minSectionCount) in validate()145 "SECTION_COUNT", lg2::hex, _sectionCount); in validate()155 _logType >> _reservedByte >> _sectionCount >> _obmcLogID >> in unflatten()162 << _logType << _reservedByte << _sectionCount << _obmcLogID in flatten()
132 return _sectionCount; in sectionCount()142 _sectionCount = count; in setSectionCount()218 sizeof(_sectionCount) + sizeof(_obmcLogID) + in flattenedSize()275 uint8_t _sectionCount; member in openpower::pels::PrivateHeader