Lines Matching refs:vfio_user_send_error
95 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()
167 vfio_user_send_error(proxy, &msg->hdr, EPERM); in vfio_user_dma_write()
171 vfio_user_send_error(vdev->vbasedev.proxy, &msg->hdr, EINVAL); in vfio_user_dma_write()
187 vfio_user_send_error(vdev->vbasedev.proxy, hdr, EINVAL); in vfio_user_pci_process_req()
202 vfio_user_send_error(vdev->vbasedev.proxy, hdr, ENOSYS); in vfio_user_pci_process_req()