Home
last modified time | relevance | path

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

/qemu/hw/vfio-user/
H A Dpci.c95 vfio_user_send_error(proxy, &msg->hdr, EINVAL); in vfio_user_dma_read()
99 vfio_user_send_error(proxy, &msg->hdr, E2BIG); in vfio_user_dma_read()
120 vfio_user_send_error(proxy, &res->hdr, EFAULT); in vfio_user_dma_read()
123 vfio_user_send_error(proxy, &res->hdr, ENODEV); in vfio_user_dma_read()
126 vfio_user_send_error(proxy, &res->hdr, EPERM); in vfio_user_dma_read()
130 vfio_user_send_error(vdev->vbasedev.proxy, &res->hdr, EINVAL); in vfio_user_dma_read()
141 vfio_user_send_error(proxy, &msg->hdr, EINVAL); in vfio_user_dma_write()
146 vfio_user_send_error(proxy, &msg->hdr, E2BIG); in vfio_user_dma_write()
161 vfio_user_send_error(proxy, &msg->hdr, EFAULT); in vfio_user_dma_write()
164 vfio_user_send_error(proxy, &msg->hdr, ENODEV); in vfio_user_dma_write()
[all …]
H A Dproxy.h128 void vfio_user_send_error(VFIOUserProxy *proxy, VFIOUserHdr *hdr, int error);
H A Dproxy.c831 void vfio_user_send_error(VFIOUserProxy *proxy, VFIOUserHdr *hdr, int error) in vfio_user_send_error() function