Home
last modified time | relevance | path

Searched refs:dst_iov (Results 1 – 2 of 2) sorted by last modified time

/qemu/util/
H A Diov.c249 unsigned iov_copy(struct iovec *dst_iov, unsigned int dst_iov_cnt, in iov_copy() argument
263 dst_iov[j].iov_base = iov[i].iov_base + offset; in iov_copy()
264 dst_iov[j].iov_len = len; in iov_copy()
/qemu/include/qemu/
H A Diov.h116 unsigned iov_copy(struct iovec *dst_iov, unsigned int dst_iov_cnt,