Lines Matching refs:iov
142 # define IOVEC_GET_BASE(iov) ((iov).buf)
143 # define IOVEC_SET_BASE(iov, b) ((iov).buf = (b))
145 # define IOVEC_GET_LEN(iov) ((iov).len)
146 # define IOVEC_SET_LEN(iov, l) ((iov).len = (ULONG)(l))
181 # define IOVEC_GET_BASE(iov) ((iov).iov_base)
182 # define IOVEC_SET_BASE(iov, b) ((iov).iov_base = (b))
184 # define IOVEC_GET_LEN(iov) ((iov).iov_len)
185 # define IOVEC_SET_LEN(iov, l) ((iov).iov_len = (l))