Searched refs:section_descriptor (Results 1 – 3 of 3) sorted by relevance
/openbmc/libcper/ |
H A D | cper-parse.c | 54 EFI_ERROR_SECTION_DESCRIPTOR section_descriptor; in cper_to_ir() local 55 if (fread(§ion_descriptor, in cper_to_ir() 68 cper_section_descriptor_to_ir(§ion_descriptor)); in cper_to_ir() 73 §ion_descriptor)); in cper_to_ir() 261 bitfield_to_ir(section_descriptor->SecValidMask, 2, in cper_section_descriptor_to_ir() 268 bitfield_to_ir(section_descriptor->SectionFlags, 8, in cper_section_descriptor_to_ir() 283 §ion_descriptor->SectionType)) { in cper_section_descriptor_to_ir() 296 if (section_descriptor->SecValidMask & 0x1) { in cper_section_descriptor_to_ir() 317 section_descriptor->Severity))); in cper_section_descriptor_to_ir() 399 EFI_ERROR_SECTION_DESCRIPTOR section_descriptor; in cper_single_section_to_ir() local [all …]
|
H A D | ir-parse.c | 257 EFI_ERROR_SECTION_DESCRIPTOR *section_descriptor = in ir_single_section_to_cper() local 262 section_descriptor); in ir_single_section_to_cper() 263 fwrite(section_descriptor, sizeof(EFI_ERROR_SECTION_DESCRIPTOR), 1, in ir_single_section_to_cper() 269 section_descriptor, out); in ir_single_section_to_cper() 272 free(section_descriptor); in ir_single_section_to_cper()
|
/openbmc/libcper/generator/ |
H A D | cper-generate.c | 102 EFI_ERROR_SECTION_DESCRIPTOR *section_descriptor = in generate_single_section_record() local 104 section_descriptor->SectionOffset = in generate_single_section_record() 108 fwrite(section_descriptor, sizeof(EFI_ERROR_SECTION_DESCRIPTOR), 1, in generate_single_section_record() 114 free(section_descriptor); in generate_single_section_record()
|