Home | History | Annotate | Download | only in kern

Lines Matching refs:iov_base

134 			error = copyout_vmspace(vm, cp, iov->iov_base,
137 error = copyin_vmspace(vm, iov->iov_base, cp,
143 iov->iov_base = (char *)iov->iov_base + cnt;
190 base = iov->iov_base;
200 base = iov->iov_base;
250 iov->iov_base = (char *)iov->iov_base + cnt;
280 if ((error = ustore_char(iov->iov_base, c)) != 0)
283 *(char *)iov->iov_base = c;
285 iov->iov_base = (char *)iov->iov_base + 1;
312 iov.iov_base = kaddr;
345 iov.iov_base = __UNCONST(kaddr); /* XXXUNCONST cast away const */