Home
last modified time | relevance | path

Searched refs:dst_iov_cnt (Results 1 – 2 of 2) sorted by relevance

/external/qemu/include/qemu/
Diov.h98 unsigned iov_copy(struct iovec *dst_iov, unsigned int dst_iov_cnt,
/external/qemu/util/
Diov.c236 unsigned iov_copy(struct iovec *dst_iov, unsigned int dst_iov_cnt, in iov_copy() argument
242 for (i = 0, j = 0; i < iov_cnt && j < dst_iov_cnt && bytes; i++) { in iov_copy()