Home
last modified time | relevance | path

Searched refs:qio_channel_readv_full_all_eof (Results 1 – 4 of 4) sorted by relevance

/qemu/io/
H A Dchannel.c118 return qio_channel_readv_full_all_eof(ioc, iov, niov, NULL, NULL, 0, in qio_channel_readv_all_eof()
130 int coroutine_mixed_fn qio_channel_readv_full_all_eof(QIOChannel *ioc, in qio_channel_readv_full_all_eof() function
227 int ret = qio_channel_readv_full_all_eof(ioc, iov, niov, fds, nfds, 0, in qio_channel_readv_full_all()
/qemu/hw/remote/
H A Dmpqemu-link.c113 ret = qio_channel_readv_full_all_eof(ioc, &iov, 1, fds, nfds, 0, errp); in mpqemu_read()
/qemu/include/io/
H A Dchannel.h904 int coroutine_mixed_fn qio_channel_readv_full_all_eof(QIOChannel *ioc,
/qemu/migration/
H A Dmultifd.c1299 ret = qio_channel_readv_full_all_eof(p->c, &iov, 1, NULL, NULL, in multifd_recv_thread()