Home
last modified time | relevance | path

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

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