Home
last modified time | relevance | path

Searched defs:SectionHeader (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsection_header.hpp18 struct SectionHeader struct
24 SectionHeader() : id(0), size(0), version(0), subType(0), componentID(0) {} in SectionHeader() argument
35 SectionHeader(uint16_t id, uint16_t size, uint8_t version, uint8_t subType, in SectionHeader() function
44 uint16_t id;
49 uint16_t size;
54 uint8_t version;
59 uint8_t subType;
65 uint16_t componentID;
72 static constexpr size_t flattenedSize() in flattenedSize()
/openbmc/openpower-hw-diags/attn/pel/
H A Dsection_header.hpp42 struct SectionHeader struct
48 SectionHeader() : id(0), size(0), version(0), subType(0), componentID(0) {} in SectionHeader() function
59 SectionHeader(uint16_t id, uint16_t size, uint8_t version, uint8_t subType, in SectionHeader() argument
68 uint16_t id;
73 uint16_t size;
78 uint8_t version;
83 uint8_t subType;
89 uint16_t componentID;
96 static constexpr size_t flattenedSize() in flattenedSize()