Searched refs:qio_channel_readv_all (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | io-channel-helpers.c | 58 qio_channel_readv_all(data->dst, in test_io_thread_reader()
|
/openbmc/qemu/io/ |
H A D | channel.c | 121 int coroutine_mixed_fn qio_channel_readv_all(QIOChannel *ioc, in qio_channel_readv_all() function 345 return qio_channel_readv_all(ioc, &iov, 1, errp); in qio_channel_read_all()
|
/openbmc/qemu/include/io/ |
H A D | channel.h | 348 int coroutine_mixed_fn qio_channel_readv_all(QIOChannel *ioc,
|
/openbmc/qemu/migration/ |
H A D | multifd-nocomp.c | 180 return qio_channel_readv_all(p->c, p->iov, p->normal_num, errp); in multifd_nocomp_recv()
|
/openbmc/qemu/block/ |
H A D | nbd.c | 793 ret = qio_channel_readv_all(s->ioc, sub_qiov.iov, sub_qiov.niov, errp); in nbd_co_receive_offset_data_payload() 886 return qio_channel_readv_all(s->ioc, qiov->iov, qiov->niov, in nbd_co_do_receive_one_chunk()
|