Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dhd-geo-test.c595 } TestArgs; typedef
597 static TestArgs *create_args(void) in create_args()
599 TestArgs *args = g_malloc0(sizeof(*args)); in create_args()
607 static void add_drive_with_mbr(TestArgs *args, in add_drive_with_mbr()
627 static void add_ide_disk(TestArgs *args, in add_ide_disk()
641 static void add_scsi_controller(TestArgs *args, in add_scsi_controller()
657 static void add_scsi_disk(TestArgs *args, in add_scsi_disk()
677 static void add_virtio_disk(TestArgs *args, in add_virtio_disk()
694 static void test_override(TestArgs *args, const char *arch, in test_override()
725 TestArgs *args = create_args(); in test_override_ide()
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-visitor-serialization.c288 typedef struct TestArgs { struct
291 } TestArgs; argument
295 TestArgs *args = (TestArgs *) opaque; in test_primitives()
356 TestArgs *args = (TestArgs *) opaque; in test_primitive_lists()
573 TestArgs *args = (TestArgs *) opaque; in test_struct()
594 TestArgs *args = (TestArgs *) opaque; in test_nested_struct()
615 TestArgs *args = (TestArgs *) opaque; in test_nested_struct_list()
1028 TestArgs *args; in add_visitor_type()