Searched refs:qio_channel_readv_full_all (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/io/ |
H A D | channel.c | 126 return qio_channel_readv_full_all(ioc, iov, niov, NULL, NULL, errp); in qio_channel_readv_all() 219 int coroutine_mixed_fn qio_channel_readv_full_all(QIOChannel *ioc, in qio_channel_readv_full_all() function
|
/openbmc/qemu/include/io/ |
H A D | channel.h | 928 int coroutine_mixed_fn qio_channel_readv_full_all(QIOChannel *ioc,
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-user.c | 1780 if (qio_channel_readv_full_all(ioc, &iov, 1, &fd, &fdsize, &local_err)) { in backend_read()
|