Searched defs:cper_section_descriptor (Results 1 – 2 of 2) sorted by relevance
140 struct cper_section_descriptor { struct141 uint32_t sec_offset; /* Offset from the start of CPER entry */142 uint32_t sec_length;143 uint8_t revision_minor; /* CPER_SEC_MINOR_REV_1 */144 uint8_t revision_major; /* CPER_SEC_MAJOR_REV_22 */145 union {153 uint8_t reserved;154 union {164 struct ras_cper_guid sec_type;165 char fru_id[16];[all …]
371 struct cper_section_descriptor { struct372 u32 section_offset; /* Offset in bytes of the375 u32 section_length;376 u16 revision; /* must be CPER_RECORD_REV */377 u8 validation_bits;378 u8 reserved; /* must be zero */379 u32 flags;380 guid_t section_type;381 guid_t fru_id;382 u32 section_severity;[all …]