Home
last modified time | relevance | path

Searched refs:qio_channel_pwritev (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/migration/
H A Dfile.c239 ret = qio_channel_pwritev(ioc, &iov[slice_idx], slice_num, in file_write_ramblock_iov()
/openbmc/qemu/io/
H A Dchannel.c457 ssize_t qio_channel_pwritev(QIOChannel *ioc, const struct iovec *iov, in qio_channel_pwritev() function
483 return qio_channel_pwritev(ioc, &iov, 1, offset, errp); in qio_channel_pwrite()
/openbmc/qemu/include/io/
H A Dchannel.h562 ssize_t qio_channel_pwritev(QIOChannel *ioc, const struct iovec *iov,