Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Diov.h116 unsigned iov_copy(struct iovec *dst_iov, unsigned int dst_iov_cnt,
/openbmc/qemu/util/
H A Diov.c249 unsigned iov_copy(struct iovec *dst_iov, unsigned int dst_iov_cnt, in iov_copy() argument
256 i < iov_cnt && j < dst_iov_cnt && (offset || bytes); i++) { in iov_copy()