Lines Matching +full:- +full:- +full:short
10 * the COPYING file in the top-level directory.
12 * Based on qemu-kvm device-assignment:
18 * Copyright (C) 2008, IBM, Muli Ben-Yehuda (muli@il.ibm.com)
30 #include "hw/vfio/vfio-container-base.h"
122 * Given a return value of either a short number of bytes read or -errno,
126 (ret < 0 ? strerror(-ret) : "short read")
129 * Given a return value of either a short number of bytes written or -errno,
133 (ret < 0 ? strerror(-ret) : "short write")
159 * ioctl() to the kernel VFIO driver, but vfio-user can use a socket to a remote
173 * Fill in @info with information on the region given by @info->index.
181 * Fill in @irq with information on the IRQ given by @info->index.