Searched refs:iov2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.sbin/bhyve/
H A Diov.h34 void seek_iov(const struct iovec *iov1, int niov1, struct iovec *iov2,
H A Diov.c40 seek_iov(const struct iovec *iov1, int niov1, struct iovec *iov2, int *niov2, argument
61 iov2[j - i].iov_base = (char *)iov1[j].iov_base + remainder;
62 iov2[j - i].iov_len = iov1[j].iov_len - remainder;
/freebsd-current/contrib/lib9p/
H A Dlib9p.h239 void l9p_seek_iov(struct iovec *iov1, size_t niov1, struct iovec *iov2,
H A Dutils.c134 l9p_seek_iov(struct iovec *iov1, size_t niov1, struct iovec *iov2, argument
155 iov2[j - i].iov_base = (char *)iov1[j].iov_base + remainder;
156 iov2[j - i].iov_len = iov1[j].iov_len - remainder;

Completed in 96 milliseconds