Home
last modified time | relevance | path

Searched refs:section_descriptor (Results 1 – 3 of 3) sorted by relevance

/openbmc/libcper/
H A Dcper-parse.c54 EFI_ERROR_SECTION_DESCRIPTOR section_descriptor; in cper_to_ir() local
55 if (fread(&section_descriptor, in cper_to_ir()
68 cper_section_descriptor_to_ir(&section_descriptor)); in cper_to_ir()
73 &section_descriptor)); in cper_to_ir()
260 bitfield_to_ir(section_descriptor->SecValidMask, 2, in cper_section_descriptor_to_ir()
267 bitfield_to_ir(section_descriptor->SectionFlags, 8, in cper_section_descriptor_to_ir()
282 &section_descriptor->SectionType)) { in cper_section_descriptor_to_ir()
295 if (section_descriptor->SecValidMask & 0x1) { in cper_section_descriptor_to_ir()
316 section_descriptor->Severity))); in cper_section_descriptor_to_ir()
387 EFI_ERROR_SECTION_DESCRIPTOR section_descriptor; in cper_single_section_to_ir() local
[all …]
H A Dir-parse.c252 EFI_ERROR_SECTION_DESCRIPTOR *section_descriptor = in ir_single_section_to_cper() local
257 section_descriptor); in ir_single_section_to_cper()
258 fwrite(section_descriptor, sizeof(EFI_ERROR_SECTION_DESCRIPTOR), 1, in ir_single_section_to_cper()
264 section_descriptor, out); in ir_single_section_to_cper()
267 free(section_descriptor); in ir_single_section_to_cper()
/openbmc/libcper/generator/
H A Dcper-generate.c102 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()