Searched refs:dst_iov_cnt (Results 1 – 2 of 2) sorted by relevance
98 unsigned iov_copy(struct iovec *dst_iov, unsigned int dst_iov_cnt,
236 unsigned iov_copy(struct iovec *dst_iov, unsigned int dst_iov_cnt, in iov_copy() argument242 for (i = 0, j = 0; i < iov_cnt && j < dst_iov_cnt && bytes; i++) { in iov_copy()