Searched refs:EFI_ERROR_SECTION_DESCRIPTOR (Results 1 – 6 of 6) sorted by relevance
/openbmc/libcper/generator/ |
H A D | cper-generate.c | 16 EFI_ERROR_SECTION_DESCRIPTOR *generate_section_descriptor(char *type, 64 EFI_ERROR_SECTION_DESCRIPTOR *section_descriptors[num_sections]; in generate_cper_record() 75 total_len += num_sections * sizeof(EFI_ERROR_SECTION_DESCRIPTOR); in generate_cper_record() 84 sizeof(EFI_ERROR_SECTION_DESCRIPTOR), 1, out); in generate_cper_record() 104 EFI_ERROR_SECTION_DESCRIPTOR *section_descriptor = in generate_single_section_record() 107 sizeof(EFI_ERROR_SECTION_DESCRIPTOR); in generate_single_section_record() 110 fwrite(section_descriptor, sizeof(EFI_ERROR_SECTION_DESCRIPTOR), 1, in generate_single_section_record() 121 EFI_ERROR_SECTION_DESCRIPTOR *generate_section_descriptor(char *type, 126 EFI_ERROR_SECTION_DESCRIPTOR *descriptor = in generate_section_descriptor() 127 (EFI_ERROR_SECTION_DESCRIPTOR *)generate_random_byte in generate_section_descriptor() [all...] |
/openbmc/libcper/ |
H A D | ir-parse.c | 21 EFI_ERROR_SECTION_DESCRIPTOR *descriptor); 23 EFI_ERROR_SECTION_DESCRIPTOR *descriptor, FILE *out); 46 EFI_ERROR_SECTION_DESCRIPTOR *descriptors[amt_descriptors]; in ir_to_cper() 48 descriptors[i] = (EFI_ERROR_SECTION_DESCRIPTOR *)calloc( in ir_to_cper() 49 1, sizeof(EFI_ERROR_SECTION_DESCRIPTOR)); in ir_to_cper() 53 fwrite(descriptors[i], sizeof(EFI_ERROR_SECTION_DESCRIPTOR), 1, in ir_to_cper() 172 EFI_ERROR_SECTION_DESCRIPTOR *descriptor, FILE *out) in ir_section_to_cper() 208 EFI_ERROR_SECTION_DESCRIPTOR *descriptor) in ir_section_descriptor_to_cper() 276 EFI_ERROR_SECTION_DESCRIPTOR section_descriptor; in ir_single_section_to_cper()
|
H A D | cper-parse.c | 24 cper_section_descriptor_to_ir(EFI_ERROR_SECTION_DESCRIPTOR *section_descriptor); 27 EFI_ERROR_SECTION_DESCRIPTOR *descriptor); in cper_to_ir() 59 if (remaining < sizeof(EFI_ERROR_SECTION_DESCRIPTOR)) { in cper_to_ir() 76 if (remaining < sizeof(EFI_ERROR_SECTION_DESCRIPTOR)) { in cper_to_ir() 83 EFI_ERROR_SECTION_DESCRIPTOR *section_descriptor; in cper_to_ir() 84 section_descriptor = (EFI_ERROR_SECTION_DESCRIPTOR *)(pos); in cper_to_ir() 85 pos += sizeof(EFI_ERROR_SECTION_DESCRIPTOR); in cper_to_ir() 86 remaining -= sizeof(EFI_ERROR_SECTION_DESCRIPTOR); 309 cper_section_descriptor_to_ir(EFI_ERROR_SECTION_DESCRIPTOR *section_descriptor) in cper_section_descriptor_to_ir() 433 EFI_ERROR_SECTION_DESCRIPTOR *descripto [all...] |
/openbmc/pldm/oem/ampere/event/ |
H A D | cper.cpp | 118 EFI_ERROR_SECTION_DESCRIPTOR* secDesc) in decodeCperSection() 164 EFI_ERROR_SECTION_DESCRIPTOR* secDesc = in decodeCperRecord() 165 new EFI_ERROR_SECTION_DESCRIPTOR[cperHeader.SectionCount]; in decodeCperRecord() 170 sizeof(EFI_ERROR_SECTION_DESCRIPTOR)); in decodeCperRecord() 171 pos += sizeof(EFI_ERROR_SECTION_DESCRIPTOR); in decodeCperRecord()
|
/openbmc/libcper/docs/ |
H A D | OEMExtensions.md | 24 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/include/libcper/ |
H A D | Cper.h | 281 } EFI_ERROR_SECTION_DESCRIPTOR; typedef
|