Lines Matching refs:sec_hdr
947 struct cper_section_descriptor sec_hdr;
1019 if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_DMESG_Z)) {
1022 } else if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_DMESG))
1024 else if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_MCE))
1061 rcd->sec_hdr.section_offset = sizeof(*rcd);
1062 rcd->sec_hdr.section_length = record->size;
1063 rcd->sec_hdr.revision = CPER_SEC_REV;
1065 rcd->sec_hdr.validation_bits = 0;
1066 rcd->sec_hdr.flags = CPER_SEC_PRIMARY;
1070 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG_Z;
1072 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG;
1075 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_MCE;
1080 rcd->sec_hdr.section_severity = CPER_SEV_FATAL;