Lines Matching defs:cper_record_header
253 struct cper_record_header { struct
254 char signature[CPER_SIG_SIZE]; /* must be CPER_SIG_RECORD */
255 __u16 revision; /* must be CPER_RECORD_REV */
256 __u32 signature_end; /* must be CPER_SIG_END */
257 __u16 section_count;
258 __u32 error_severity;
259 __u32 validation_bits;
260 __u32 record_length;
261 __u64 timestamp;
262 uuid_le platform_id;
263 uuid_le partition_id;
264 uuid_le creator_id;
265 uuid_le notification_type;
266 __u64 record_id;
267 __u32 flags;
268 __u64 persistence_information;
269 __u8 reserved[12]; /* must be zero */