Searched refs:cper_section_file (Results 1 – 2 of 2) sorted by relevance
391 json_object *cper_single_section_to_ir(FILE *cper_section_file) in cper_single_section_to_ir() argument396 long base_pos = ftell(cper_section_file); in cper_single_section_to_ir()401 cper_section_file) != 1) { in cper_single_section_to_ir()413 cper_section_file, base_pos, §ion_descriptor); in cper_single_section_to_ir()419 char *cper_single_section_to_str_ir(FILE *cper_section_file) in cper_single_section_to_str_ir() argument421 json_object *jobj = cper_single_section_to_ir(cper_section_file); in cper_single_section_to_str_ir()431 FILE *cper_section_file = fmemopen((void *)cper_section, size, "r"); in cperbuf_single_section_to_str_ir() local433 return cper_section_file ? in cperbuf_single_section_to_str_ir()434 cper_single_section_to_str_ir(cper_section_file) : in cperbuf_single_section_to_str_ir()
41 json_object *cper_single_section_to_ir(FILE *cper_section_file);