Lines Matching refs:ir
206 json_object *ir = cper_buf_to_ir(cper_buf, bytes_read); in cper_to_ir() local
208 return ir; in cper_to_ir()
481 json_object *ir; in cper_buf_single_section_to_ir() local
494 ir = json_object_new_object(); in cper_buf_single_section_to_ir()
499 json_object_object_add(ir, "sectionDescriptor", section_descriptor_ir); in cper_buf_single_section_to_ir()
503 json_object_put(ir); in cper_buf_single_section_to_ir()
517 json_object_object_add(ir, "section", section_ir); in cper_buf_single_section_to_ir()
518 return ir; in cper_buf_single_section_to_ir()
524 json_object *ir = json_object_new_object(); in cper_single_section_to_ir() local
535 json_object_put(ir); in cper_single_section_to_ir()
542 json_object_object_add(ir, "sectionDescriptor", section_descriptor_ir); in cper_single_section_to_ir()
557 json_object_put(ir); in cper_single_section_to_ir()
568 json_object_object_add(ir, "section", section_ir); in cper_single_section_to_ir()
570 return ir; in cper_single_section_to_ir()