Lines Matching refs:EFI_ERROR_SECTION_DESCRIPTOR
20 EFI_ERROR_SECTION_DESCRIPTOR *descriptor);
22 EFI_ERROR_SECTION_DESCRIPTOR *descriptor, FILE *out);
41 EFI_ERROR_SECTION_DESCRIPTOR *descriptors[amt_descriptors]; in ir_to_cper()
43 descriptors[i] = (EFI_ERROR_SECTION_DESCRIPTOR *)calloc( in ir_to_cper()
44 1, sizeof(EFI_ERROR_SECTION_DESCRIPTOR)); in ir_to_cper()
48 fwrite(descriptors[i], sizeof(EFI_ERROR_SECTION_DESCRIPTOR), 1, in ir_to_cper()
157 EFI_ERROR_SECTION_DESCRIPTOR *descriptor, FILE *out) in ir_section_to_cper()
197 EFI_ERROR_SECTION_DESCRIPTOR *descriptor) in ir_section_descriptor_to_cper()
257 EFI_ERROR_SECTION_DESCRIPTOR *section_descriptor = in ir_single_section_to_cper()
258 (EFI_ERROR_SECTION_DESCRIPTOR *)calloc( in ir_single_section_to_cper()
259 1, sizeof(EFI_ERROR_SECTION_DESCRIPTOR)); in ir_single_section_to_cper()
263 fwrite(section_descriptor, sizeof(EFI_ERROR_SECTION_DESCRIPTOR), 1, in ir_single_section_to_cper()