Home
last modified time | relevance | path

Searched refs:qio_channel_readv_all (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dio-channel-helpers.c58 qio_channel_readv_all(data->dst, in test_io_thread_reader()
/openbmc/qemu/io/
H A Dchannel.c121 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 Dchannel.h348 int coroutine_mixed_fn qio_channel_readv_all(QIOChannel *ioc,
/openbmc/qemu/migration/
H A Dmultifd-nocomp.c180 return qio_channel_readv_all(p->c, p->iov, p->normal_num, errp); in multifd_nocomp_recv()
/openbmc/qemu/block/
H A Dnbd.c793 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()