Home
last modified time | relevance | path

Searched refs:EFI_ERROR_SECTION_DESCRIPTOR (Results 1 – 5 of 5) sorted by relevance

/openbmc/libcper/generator/
H A Dcper-generate.c15 EFI_ERROR_SECTION_DESCRIPTOR *generate_section_descriptor(char *type,
63 EFI_ERROR_SECTION_DESCRIPTOR *section_descriptors[num_sections]; in generate_cper_record()
74 total_len += num_sections * sizeof(EFI_ERROR_SECTION_DESCRIPTOR); in generate_cper_record()
83 sizeof(EFI_ERROR_SECTION_DESCRIPTOR), 1, out); in generate_cper_record()
102 EFI_ERROR_SECTION_DESCRIPTOR *section_descriptor = in generate_single_section_record()
105 sizeof(EFI_ERROR_SECTION_DESCRIPTOR); in generate_single_section_record()
108 fwrite(section_descriptor, sizeof(EFI_ERROR_SECTION_DESCRIPTOR), 1, in generate_single_section_record()
124 EFI_ERROR_SECTION_DESCRIPTOR *descriptor = in generate_section_descriptor()
125 (EFI_ERROR_SECTION_DESCRIPTOR *)generate_random_bytes( in generate_section_descriptor()
126 sizeof(EFI_ERROR_SECTION_DESCRIPTOR)); in generate_section_descriptor()
[all …]
/openbmc/libcper/
H A Dir-parse.c20 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()
192 EFI_ERROR_SECTION_DESCRIPTOR *descriptor) in ir_section_descriptor_to_cper()
252 EFI_ERROR_SECTION_DESCRIPTOR *section_descriptor = in ir_single_section_to_cper()
253 (EFI_ERROR_SECTION_DESCRIPTOR *)calloc( in ir_single_section_to_cper()
[all …]
H A Dcper-parse.c21 cper_section_descriptor_to_ir(EFI_ERROR_SECTION_DESCRIPTOR *section_descriptor);
23 EFI_ERROR_SECTION_DESCRIPTOR *descriptor);
54 EFI_ERROR_SECTION_DESCRIPTOR section_descriptor; in cper_to_ir()
56 sizeof(EFI_ERROR_SECTION_DESCRIPTOR), 1, in cper_to_ir()
242 cper_section_descriptor_to_ir(EFI_ERROR_SECTION_DESCRIPTOR *section_descriptor) in cper_section_descriptor_to_ir()
325 EFI_ERROR_SECTION_DESCRIPTOR *descriptor) in cper_section_to_ir()
387 EFI_ERROR_SECTION_DESCRIPTOR section_descriptor; in cper_single_section_to_ir()
388 if (fread(&section_descriptor, sizeof(EFI_ERROR_SECTION_DESCRIPTOR), 1, in cper_single_section_to_ir()
/openbmc/libcper/docs/
H A DOEMExtensions.md24 json_object* cper_section_myvendor_to_ir(void* section, EFI_ERROR_SECTION_DESCRIPTOR* descriptor);
44 json_object* cper_section_myvendor_to_ir(void* section, EFI_ERROR_SECTION_DESCRIPTOR* descriptor)
/openbmc/libcper/edk/
H A DCper.h312 } EFI_ERROR_SECTION_DESCRIPTOR; typedef