Searched defs:pseries_errorlog (Results 1 – 1 of 1) sorted by relevance
101 struct pseries_errorlog { struct102 __be16 id; /* 0x00 2-byte ASCII section ID */103 __be16 length; /* 0x02 Section length in bytes */104 u8 version; /* 0x04 Section version */105 u8 subtype; /* 0x05 Section subtype */106 __be16 creator_component; /* 0x06 Creator component ID */107 u8 data[]; /* 0x08 Start of section data */