Home
last modified time | relevance | path

Searched refs:qio_channel_writev_all (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dio-channel-helpers.c44 qio_channel_writev_all(data->src, in test_io_thread_writer()
/openbmc/qemu/include/io/
H A Dchannel.h359 int coroutine_mixed_fn qio_channel_writev_all(QIOChannel *ioc,
/openbmc/qemu/io/
H A Dchannel.c238 int coroutine_mixed_fn qio_channel_writev_all(QIOChannel *ioc, in qio_channel_writev_all() function
355 return qio_channel_writev_all(ioc, &iov, 1, errp); in qio_channel_write_all()
/openbmc/qemu/migration/
H A Dqemu-file.c276 if (qio_channel_writev_all(f->ioc, in qemu_fflush()
/openbmc/qemu/nbd/
H A Dserver.c825 return qio_channel_writev_all(client->ioc, iov, 2, errp) < 0 ? -EIO : 0; in nbd_negotiate_send_meta_context()
1926 ret = qio_channel_writev_all(client->ioc, iov, niov, errp) < 0 ? -EIO : 0; in nbd_co_send_iov()
/openbmc/qemu/block/
H A Dnbd.c537 if (rc >= 0 && qio_channel_writev_all(s->ioc, qiov->iov, qiov->niov, in nbd_co_send_request()
/openbmc/qemu/hw/virtio/
H A Dvhost-user.c1633 return !qio_channel_writev_all(ioc, iov, ARRAY_SIZE(iov), errp); in vhost_user_send_resp()