Searched refs:iov1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/usr.sbin/bhyve/
H A Diov.h36 void seek_iov(const struct iovec *iov1, int niov1, struct iovec *iov2,
H A Diov.c43 seek_iov(const struct iovec *iov1, int niov1, struct iovec *iov2, int *niov2, argument
51 size_t toseek = MIN(left, iov1[i].iov_len);
54 if (toseek == iov1[i].iov_len)
64 iov2[j - i].iov_base = (char *)iov1[j].iov_base + remainder;
65 iov2[j - i].iov_len = iov1[j].iov_len - remainder;

Completed in 103 milliseconds