Home
last modified time | relevance | path

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

/openbmc/libcper/tests/
H A Dir-tests.c714 json_object *test_ir = json_object_new_object(); in NVIDIAEVENTEventHeaderVersionMismatch_IRValid()
728 json_object_object_add(test_ir, "header", header_ir); in NVIDIAEVENTEventHeaderVersionMismatch_IRValid()
766 json_object_object_add(test_ir, "sections", sections_arr); in NVIDIAEVENTEventHeaderVersionMismatch_IRValid()
775 json_object_object_add(test_ir, "sectionDescriptors", in NVIDIAEVENTEventHeaderVersionMismatch_IRValid()
785 json_object_put(test_ir); in NVIDIAEVENTEventHeaderVersionMismatch_IRValid()
790 ir_to_cper(test_ir, stream); in NVIDIAEVENTEventHeaderVersionMismatch_BinaryEqual()
796 json_object_put(test_ir); in NVIDIAEVENTEventHeaderVersionMismatch_BinaryEqual()
704 json_object *test_ir = json_object_new_object(); NVIDIAEVENTEventHeaderVersionMismatch_IRValid() local