Searched refs:qio_channel_writev_all (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | io-channel-helpers.c | 44 qio_channel_writev_all(data->src, in test_io_thread_writer()
|
/openbmc/qemu/io/ |
H A D | channel.c | 238 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/include/io/ |
H A D | channel.h | 373 int coroutine_mixed_fn qio_channel_writev_all(QIOChannel *ioc,
|
/openbmc/qemu/migration/ |
H A D | qemu-file.c | 283 if (qio_channel_writev_all(f->ioc, in qemu_fflush()
|
/openbmc/qemu/nbd/ |
H A D | server.c | 856 return qio_channel_writev_all(client->ioc, iov, 2, errp) < 0 ? -EIO : 0; in nbd_negotiate_send_meta_context() 2043 ret = qio_channel_writev_all(client->ioc, iov, niov, errp) < 0 ? -EIO : 0; in nbd_co_send_iov()
|
/openbmc/qemu/block/ |
H A D | nbd.c | 536 if (rc >= 0 && qio_channel_writev_all(s->ioc, qiov->iov, qiov->niov, in nbd_co_send_request()
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-user.c | 1670 return !qio_channel_writev_all(ioc, iov, ARRAY_SIZE(iov), errp); in vhost_user_send_resp()
|