Searched defs:dst_iov (Results 1 - 1 of 1) sorted by path

/external/qemu/util/
H A Diov.c236 unsigned iov_copy(struct iovec *dst_iov, unsigned int dst_iov_cnt, argument
249 dst_iov[j].iov_base = iov[i].iov_base + offset;
250 dst_iov[j].iov_len = len;

Completed in 252 milliseconds