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.c522 json_object *cper_single_section_to_ir(FILE *cper_section_file) in cper_buf_single_section_to_ir()
527 long base_pos = ftell(cper_section_file); in cper_buf_single_section_to_ir()
532 cper_section_file) != 1) { in cper_buf_single_section_to_ir()
545 long position = ftell(cper_section_file); in cper_buf_single_section_to_ir()
548 fseek(cper_section_file, base_pos + section_descriptor.SectionOffset, in cper_buf_single_section_to_ir()
552 cper_section_file) != 1) { in cper_single_section_to_ir()
563 fseek(cper_section_file, position, SEEK_SET); in cper_single_section_to_ir()
551 cper_single_section_to_ir(FILE * cper_section_file) cper_single_section_to_ir() argument
/openbmc/libcper/include/libcper/
H A Dcper-parse.h35 json_object *cper_single_section_to_ir(FILE *cper_section_file);