Searched refs:ioreq_client (Results 1 – 3 of 3) sorted by relevance
51 int ioreq_client; member
245 error = ioctl(ctx->fd, ACRN_IOCTL_DESTROY_IOREQ_CLIENT, ctx->ioreq_client); in vm_destroy_ioreq_client()257 error = ioctl(ctx->fd, ACRN_IOCTL_ATTACH_IOREQ_CLIENT, ctx->ioreq_client); in vm_attach_ioreq_client()
802 ctx->ioreq_client = vm_create_ioreq_client(ctx); in vm_loop()803 if (ctx->ioreq_client < 0) { in vm_loop()
Completed in 9 milliseconds