Home
last modified time | relevance | path

Searched refs:SectionCount (Results 1 – 4 of 4) sorted by relevance

/openbmc/libcper/
H A Dcper-parse.c52 for (int i = 0; i < header.SectionCount; i++) { in cper_to_ir()
59 header.SectionCount, i + 1); in cper_to_ir()
113 json_object_new_int(header->SectionCount)); in cper_header_to_ir()
H A Dir-parse.c93 header->SectionCount = (UINT16)section_count; in ir_header_to_cper()
/openbmc/libcper/generator/
H A Dcper-generate.c45 header->SectionCount = num_sections; in generate_cper_record()
/openbmc/libcper/edk/
H A DCper.h161 UINT16 SectionCount; member