Lines Matching refs:sec_hdr
968 struct cper_section_descriptor sec_hdr; member
1041 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()
1048 else if (uuid_le_cmp(rcd->sec_hdr.section_type, in erst_reader()
1088 rcd->sec_hdr.section_offset = sizeof(*rcd); in erst_writer()
1089 rcd->sec_hdr.section_length = size; in erst_writer()
1090 rcd->sec_hdr.revision = CPER_SEC_REV; in erst_writer()
1092 rcd->sec_hdr.validation_bits = 0; in erst_writer()
1093 rcd->sec_hdr.flags = CPER_SEC_PRIMARY; in erst_writer()
1097 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG_Z; in erst_writer()
1099 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG; in erst_writer()
1102 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_MCE; in erst_writer()
1107 rcd->sec_hdr.section_severity = CPER_SEV_FATAL; in erst_writer()