Searched refs:qio_channel_writev_full_all (Results 1 – 4 of 4) sorted by relevance
/qemu/hw/remote/ |
H A D | mpqemu-link.c | 70 if (!qio_channel_writev_full_all(ioc, send, G_N_ELEMENTS(send), in mpqemu_msg_send()
|
/qemu/io/ |
H A D | channel.c | 246 return qio_channel_writev_full_all(ioc, iov, niov, NULL, 0, 0, errp); in qio_channel_writev_all() 249 int coroutine_mixed_fn qio_channel_writev_full_all(QIOChannel *ioc, in qio_channel_writev_full_all() function
|
/qemu/include/io/ |
H A D | channel.h | 965 int coroutine_mixed_fn qio_channel_writev_full_all(QIOChannel *ioc,
|
/qemu/migration/ |
H A D | multifd.c | 724 ret = qio_channel_writev_full_all(p->c, p->iov, p->iovs_num, in multifd_send_thread()
|