Searched refs:sec_hdr (Results 1 – 3 of 3) sorted by relevance
189 struct cper_section_descriptor sec_hdr; member211 rcd.sec_hdr.section_offset = (void *)&rcd.mce - (void *)&rcd; in apei_write_mce()212 rcd.sec_hdr.section_length = sizeof(rcd.mce); in apei_write_mce()213 rcd.sec_hdr.revision = CPER_SEC_REV; in apei_write_mce()215 rcd.sec_hdr.validation_bits = 0; in apei_write_mce()216 rcd.sec_hdr.flags = CPER_SEC_PRIMARY; in apei_write_mce()217 rcd.sec_hdr.section_type = CPER_SECTION_TYPE_MCE; in apei_write_mce()218 rcd.sec_hdr.section_severity = CPER_SEV_FATAL; in apei_write_mce()
1048 struct cper_section_descriptor sec_hdr; member1113 if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_DMESG_Z)) { in erst_reader()1116 } else if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_DMESG)) in erst_reader()1118 else if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_MCE)) in erst_reader()1155 rcd->sec_hdr.section_offset = sizeof(*rcd); in erst_writer()1156 rcd->sec_hdr.section_length = record->size; in erst_writer()1157 rcd->sec_hdr.revision = CPER_SEC_REV; in erst_writer()1159 rcd->sec_hdr.validation_bits = 0; in erst_writer()1160 rcd->sec_hdr.flags = CPER_SEC_PRIMARY; in erst_writer()1164 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG_Z; in erst_writer()[all …]
487 struct rtl_sec_hdr *sec_hdr; in btrtl_parse_section() local521 sec_hdr = (void *)common_subsec; in btrtl_parse_section()522 if (sec_hdr->key_id != btrtl_dev->key_id) in btrtl_parse_section()