Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-virtio-dmabuf.c35 g_assert_cmpint(virtio_lookup_dmabuf(&uuid), ==, dmabuf_fd); in test_add_remove_resources()
39 g_assert_cmpint(virtio_lookup_dmabuf(&uuid), ==, -1); in test_add_remove_resources()
69 g_assert_cmpint(virtio_lookup_dmabuf(&uuid), ==, -1); in test_remove_invalid_resource()
86 g_assert_cmpint(virtio_lookup_dmabuf(&uuid), ==, -1); in test_add_invalid_resource()
98 g_assert_cmpint(virtio_lookup_dmabuf(&uuid), ==, dmabuf_fd); in test_add_invalid_resource()
102 g_assert_cmpint(virtio_lookup_dmabuf(&uuid), ==, dmabuf_fd); in test_add_invalid_resource()
115 g_assert_cmpint(virtio_lookup_dmabuf(&uuids[i]), ==, dmabuf_fd); in test_free_resources()
120 g_assert_cmpint(virtio_lookup_dmabuf(&uuids[i]), ==, -1); in test_free_resources()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-dmabuf.h74 int virtio_lookup_dmabuf(const QemuUUID *uuid);
/openbmc/qemu/hw/display/
H A Dvirtio-dmabuf.c110 int virtio_lookup_dmabuf(const QemuUUID *uuid) in virtio_lookup_dmabuf() function
/openbmc/qemu/hw/virtio/
H A Dvhost-user.c1736 dmabuf_fd = virtio_lookup_dmabuf(&uuid); in vhost_user_backend_handle_shared_object_lookup()