Home
last modified time | relevance | path

Searched refs:qio_channel_readv_full_all (Results 1 – 3 of 3) sorted by relevance

/qemu/io/
H A Dchannel.c127 return qio_channel_readv_full_all(ioc, iov, niov, NULL, NULL, errp); in qio_channel_readv_all()
221 int coroutine_mixed_fn qio_channel_readv_full_all(QIOChannel *ioc, in qio_channel_readv_full_all() function
/qemu/include/io/
H A Dchannel.h931 int coroutine_mixed_fn qio_channel_readv_full_all(QIOChannel *ioc,
/qemu/hw/virtio/
H A Dvhost-user.c1799 if (qio_channel_readv_full_all(ioc, &iov, 1, &fd, &fdsize, &local_err)) { in backend_read()