Home
last modified time | relevance | path

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

/qemu/hw/remote/
H A Dmpqemu-link.c70 if (!qio_channel_writev_full_all(ioc, send, G_N_ELEMENTS(send), in mpqemu_msg_send()
/qemu/io/
H A Dchannel.c246 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 Dchannel.h965 int coroutine_mixed_fn qio_channel_writev_full_all(QIOChannel *ioc,
/qemu/migration/
H A Dmultifd.c724 ret = qio_channel_writev_full_all(p->c, p->iov, p->iovs_num, in multifd_send_thread()