Lines Matching refs:sec_hdr
1015 struct cper_section_descriptor sec_hdr;
1080 if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_DMESG_Z)) {
1083 } else if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_DMESG))
1085 else if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_MCE))
1122 rcd->sec_hdr.section_offset = sizeof(*rcd);
1123 rcd->sec_hdr.section_length = record->size;
1124 rcd->sec_hdr.revision = CPER_SEC_REV;
1126 rcd->sec_hdr.validation_bits = 0;
1127 rcd->sec_hdr.flags = CPER_SEC_PRIMARY;
1131 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG_Z;
1133 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG;
1136 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_MCE;
1141 rcd->sec_hdr.section_severity = CPER_SEV_FATAL;