Searched refs:qio_channel_readv_full_all_eof (Results 1 – 4 of 4) sorted by relevance
/qemu/io/ |
H A D | channel.c | 118 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 D | mpqemu-link.c | 113 ret = qio_channel_readv_full_all_eof(ioc, &iov, 1, fds, nfds, 0, errp); in mpqemu_read()
|
/qemu/include/io/ |
H A D | channel.h | 904 int coroutine_mixed_fn qio_channel_readv_full_all_eof(QIOChannel *ioc,
|
/qemu/migration/ |
H A D | multifd.c | 1299 ret = qio_channel_readv_full_all_eof(p->c, &iov, 1, NULL, NULL, in multifd_recv_thread()
|