Lines Matching refs:sec_hdr
965 struct cper_section_descriptor sec_hdr; member
1038 if (uuid_le_cmp(rcd->sec_hdr.section_type, in erst_reader()
1042 } else if (uuid_le_cmp(rcd->sec_hdr.section_type, in erst_reader()
1045 else if (uuid_le_cmp(rcd->sec_hdr.section_type, in erst_reader()
1085 rcd->sec_hdr.section_offset = sizeof(*rcd); in erst_writer()
1086 rcd->sec_hdr.section_length = size; in erst_writer()
1087 rcd->sec_hdr.revision = CPER_SEC_REV; in erst_writer()
1089 rcd->sec_hdr.validation_bits = 0; in erst_writer()
1090 rcd->sec_hdr.flags = CPER_SEC_PRIMARY; in erst_writer()
1094 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG_Z; in erst_writer()
1096 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG; in erst_writer()
1099 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_MCE; in erst_writer()
1104 rcd->sec_hdr.section_severity = CPER_SEV_FATAL; in erst_writer()