Home
last modified time | relevance | path

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

/qemu/tests/qemu-iotests/
H A D233102 $QEMU_IMG info --image-opts --object $obj1 \
114 $QEMU_IMG info --image-opts --object $obj1 \
117 $QEMU_NBD_PROG -L -b localhost -p $nbd_tcp_port --object $obj1 \
123 $QEMU_IMG info --image-opts --object $obj1 \
182 $QEMU_IMG info --image-opts --object $obj1 \
190 $QEMU_IMG info --image-opts --object $obj1 \
193 $QEMU_NBD_PROG -L -k $nbd_unix_socket --object $obj1 \
207 $QEMU_IMG info --image-opts --object $obj1 \
210 $QEMU_NBD_PROG -L -k $nbd_unix_socket --object $obj1 \
216 $QEMU_IMG info --image-opts --object $obj1 \
[all …]
/qemu/tests/unit/
H A Dcheck-qom-proplist.c614 Object *obj1 = object_new(TYPE_DUMMY); in test_qom_partial_path() local
625 object_property_add_child(cont1, "obj1", obj1); in test_qom_partial_path()
626 object_unref(obj1); in test_qom_partial_path()
643 g_assert(object_resolve_path("obj1", &ambiguous) == obj1); in test_qom_partial_path()
645 g_assert(object_resolve_path("obj1", NULL) == obj1); in test_qom_partial_path()