Searched refs:numfds (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/hw/vfio-user/ |
| H A D | proxy.c | 70 size_t numfds = 0; in vfio_user_send_qio() local 75 numfds = fds->send_fds; in vfio_user_send_qio() 79 ret = qio_channel_writev_full(proxy->ioc, &iov, 1, fdp, numfds, 0, errp); in vfio_user_send_qio() 134 VFIOUserFDs *vfio_user_getfds(int numfds) in vfio_user_getfds() argument 136 VFIOUserFDs *fds = g_malloc0(sizeof(*fds) + (numfds * sizeof(int))); in vfio_user_getfds() 242 size_t msgleft, numfds = 0; in vfio_user_recv_one() local 266 ret = qio_channel_readv_full(proxy->ioc, &iov, 1, &fdp, &numfds, 0, in vfio_user_recv_one() 322 if (numfds != 0) { in vfio_user_recv_one() 323 if (msg->fds == NULL || msg->fds->recv_fds < numfds) { in vfio_user_recv_one() 327 msg->fds->recv_fds = numfds; in vfio_user_recv_one() [all …]
|
| H A D | proxy.h | 112 VFIOUserFDs *vfio_user_getfds(int numfds);
|
| /openbmc/qemu/linux-user/ |
| H A D | syscall.c | 1816 int i, numfds = len / sizeof(int); in target_to_host_cmsg() local 1818 for (i = 0; i < numfds; i++) { in target_to_host_cmsg() 1932 int i, numfds = tgt_len / sizeof(int); in host_to_target_cmsg() local 1934 for (i = 0; i < numfds; i++) { in host_to_target_cmsg()
|