Searched defs:pseries_errorlog (Results 1 – 1 of 1) sorted by relevance
93 struct pseries_errorlog { struct94 __be16 id; /* 0x00 2-byte ASCII section ID */95 __be16 length; /* 0x02 Section length in bytes */96 u8 version; /* 0x04 Section version */97 u8 subtype; /* 0x05 Section subtype */98 __be16 creator_component; /* 0x06 Creator component ID */99 u8 data[]; /* 0x08 Start of section data */
Completed in 3 milliseconds