Searched refs:cper_section_file (Results 1 – 2 of 2) sorted by relevance
551 json_object *cper_single_section_to_ir(FILE *cper_section_file) in cper_single_section_to_ir() argument556 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()
35 json_object *cper_single_section_to_ir(FILE *cper_section_file);