Home
last modified time | relevance | path

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

/openbmc/qemu/io/
H A Dchannel.c126 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 Dchannel.h928 int coroutine_mixed_fn qio_channel_readv_full_all(QIOChannel *ioc,
/openbmc/qemu/hw/virtio/
H A Dvhost-user.c1780 if (qio_channel_readv_full_all(ioc, &iov, 1, &fd, &fdsize, &local_err)) { in backend_read()