Lines Matching refs:iovec
141 * @rvec: iovec array specifying where to copy to/from in the other process
151 const struct iovec *rvec,
242 * @lvec: iovec array specifying where to copy to/from locally
244 * @rvec: iovec array specifying where to copy to/from in the other process
254 const struct iovec __user *lvec,
256 const struct iovec __user *rvec,
260 struct iovec iovstack_l[UIO_FASTIOV];
261 struct iovec iovstack_r[UIO_FASTIOV];
262 struct iovec *iov_l = iovstack_l;
263 struct iovec *iov_r;
291 SYSCALL_DEFINE6(process_vm_readv, pid_t, pid, const struct iovec __user *, lvec,
292 unsigned long, liovcnt, const struct iovec __user *, rvec,
299 const struct iovec __user *, lvec,
300 unsigned long, liovcnt, const struct iovec __user *, rvec,