Searched refs:obj1 (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 233 | 100 obj1=tls-creds-x509,dir=${tls_dir}/client1,endpoint=client,id=tls0 102 $QEMU_IMG info --image-opts --object $obj1 \ 108 $QEMU_NBD_PROG -L -b $nbd_tcp_addr -p $nbd_tcp_port --object $obj1 \ 113 obj1=tls-creds-x509,dir=${tls_dir}/client1,endpoint=client,id=tls0 114 $QEMU_IMG info --image-opts --object $obj1 \ 117 $QEMU_NBD_PROG -L -b localhost -p $nbd_tcp_port --object $obj1 \ 122 obj1=tls-creds-x509,dir=${tls_dir}/client1,endpoint=client,id=tls0 123 $QEMU_IMG info --image-opts --object $obj1 \ 126 $QEMU_NBD_PROG -L -b localhost -p $nbd_tcp_port --object $obj1 \ 181 obj1=tls-creds-x509,dir=${tls_dir}/client1,endpoint=client,id=tls0 [all …]
|
/openbmc/linux/tools/testing/radix-tree/ |
H A D | regression4.c | 15 static int obj0, obj1; variable 49 radix_tree_insert(&mt_tree, 1, &obj1); in writer_fn()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_attach.c | 11 struct bpf_object *obj1, *obj2, *obj3; in test_xdp_attach() local 18 err = bpf_prog_test_load(file, BPF_PROG_TYPE_XDP, &obj1, &fd1); in test_xdp_attach() 86 bpf_object__close(obj1); in test_xdp_attach()
|
/openbmc/qemu/tests/unit/ |
H A D | check-qom-proplist.c | 614 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()
|