Home
last modified time | relevance | path

Searched refs:EFI_DMAR_GENERIC_ERROR_DATA (Results 1 – 2 of 2) sorted by relevance

/openbmc/libcper/sections/
H A Dcper-section-dmar-generic.c16 EFI_DMAR_GENERIC_ERROR_DATA *firmware_error = in cper_section_dmar_generic_to_ir()
17 (EFI_DMAR_GENERIC_ERROR_DATA *)section; in cper_section_dmar_generic_to_ir()
68 EFI_DMAR_GENERIC_ERROR_DATA *section_cper = in ir_section_dmar_generic_to_cper()
69 (EFI_DMAR_GENERIC_ERROR_DATA *)calloc( in ir_section_dmar_generic_to_cper()
70 1, sizeof(EFI_DMAR_GENERIC_ERROR_DATA)); in ir_section_dmar_generic_to_cper()
89 fwrite(section_cper, sizeof(EFI_DMAR_GENERIC_ERROR_DATA), 1, out); in ir_section_dmar_generic_to_cper()
/openbmc/libcper/edk/
H A DCper.h1293 } EFI_DMAR_GENERIC_ERROR_DATA; typedef