Searched refs:virtio_lookup_dmabuf (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-virtio-dmabuf.c | 35 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 D | virtio-dmabuf.h | 74 int virtio_lookup_dmabuf(const QemuUUID *uuid);
|
/openbmc/qemu/hw/display/ |
H A D | virtio-dmabuf.c | 110 int virtio_lookup_dmabuf(const QemuUUID *uuid) in virtio_lookup_dmabuf() function
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-user.c | 1736 dmabuf_fd = virtio_lookup_dmabuf(&uuid); in vhost_user_backend_handle_shared_object_lookup()
|