Searched refs:error_reply (Results 1 – 2 of 2) sorted by relevance
40 error_setg_errno(errp, -msg.hdr.error_reply, in vfio_user_get_device_info()73 error_printf("reset reply error %d\n", hdr.error_reply); in vfio_user_device_reset()110 return -msgp->hdr.error_reply; in vfio_user_get_region_info()175 return -msg.hdr.error_reply; in vfio_user_device_io_get_irq_info()236 return -msgp->hdr.error_reply; in vfio_user_device_io_set_irqs()284 return -msgp->hdr.error_reply; in vfio_user_device_io_set_irqs()318 return -msgp->hdr.error_reply; in vfio_user_device_io_region_read()422 ret = -msgp->hdr.error_reply; in vfio_user_device_io_region_write()
23 uint32_t error_reply; member