Home
last modified time | relevance | path

Searched refs:cper_section_file (Results 1 – 2 of 2) sorted by relevance

/openbmc/libcper/
H A Dcper-parse.c551 json_object *cper_single_section_to_ir(FILE *cper_section_file) in cper_single_section_to_ir() argument
556 long base_pos = ftell(cper_section_file); in cper_single_section_to_ir()
561 cper_section_file) != 1) { in cper_single_section_to_ir()
574 long position = ftell(cper_section_file); in cper_single_section_to_ir()
577 fseek(cper_section_file, base_pos + section_descriptor.SectionOffset, in cper_single_section_to_ir()
581 cper_section_file) != 1) { in cper_single_section_to_ir()
592 fseek(cper_section_file, position, SEEK_SET); in cper_single_section_to_ir()
/openbmc/libcper/include/libcper/
H A Dcper-parse.h35 json_object *cper_single_section_to_ir(FILE *cper_section_file);