Home
last modified time | relevance | path

Searched refs:virtio_add_dmabuf (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-virtio-dmabuf.c34 g_assert(virtio_add_dmabuf(&uuid, dmabuf_fd)); in test_add_remove_resources()
84 g_assert_false(virtio_add_dmabuf(&uuid, dmabuf_fd)); in test_add_invalid_resource()
97 g_assert(virtio_add_dmabuf(&uuid, dmabuf_fd)); in test_add_invalid_resource()
100 g_assert_false(virtio_add_dmabuf(&uuid, alt_dmabuf)); in test_add_invalid_resource()
114 g_assert(virtio_add_dmabuf(&uuids[i], dmabuf_fd)); in test_free_resources()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-dmabuf.h44 bool virtio_add_dmabuf(QemuUUID *uuid, int dmabuf_fd);
/openbmc/qemu/hw/display/
H A Dvirtio-dmabuf.c51 bool virtio_add_dmabuf(QemuUUID *uuid, int udmabuf_fd) in virtio_add_dmabuf() function