Searched refs:EFI_PLATFORM_MEMORY2_ERROR_DATA (Results 1 – 2 of 2) sorted by relevance
178 if (size < sizeof(EFI_PLATFORM_MEMORY2_ERROR_DATA)) { in cper_section_platform_memory2_to_ir()182 EFI_PLATFORM_MEMORY2_ERROR_DATA *memory_error = in cper_section_platform_memory2_to_ir()183 (EFI_PLATFORM_MEMORY2_ERROR_DATA *)section; in cper_section_platform_memory2_to_ir()464 EFI_PLATFORM_MEMORY2_ERROR_DATA *section_cper = in ir_section_memory2_to_cper()465 (EFI_PLATFORM_MEMORY2_ERROR_DATA *)calloc( in ir_section_memory2_to_cper()466 1, sizeof(EFI_PLATFORM_MEMORY2_ERROR_DATA)); in ir_section_memory2_to_cper()574 fwrite(section_cper, sizeof(EFI_PLATFORM_MEMORY2_ERROR_DATA), 1, out); in ir_section_memory2_to_cper()
1025 } EFI_PLATFORM_MEMORY2_ERROR_DATA; typedef