Lines Matching defs:cper_record_header
264 struct cper_record_header { struct
265 char signature[CPER_SIG_SIZE]; /* must be CPER_SIG_RECORD */
266 __u16 revision; /* must be CPER_RECORD_REV */
267 __u32 signature_end; /* must be CPER_SIG_END */
268 __u16 section_count;
269 __u32 error_severity;
270 __u32 validation_bits;
271 __u32 record_length;
272 __u64 timestamp;
273 uuid_le platform_id;
274 uuid_le partition_id;
275 uuid_le creator_id;
276 uuid_le notification_type;
277 __u64 record_id;
278 __u32 flags;
279 __u64 persistence_information;
280 __u8 reserved[12]; /* must be zero */