Lines Matching refs:iovec
142 * @rvec: iovec array specifying where to copy to/from in the other process
152 const struct iovec *rvec,
243 * @lvec: iovec array specifying where to copy to/from locally
245 * @rvec: iovec array specifying where to copy to/from in the other process
255 const struct iovec __user *lvec,
257 const struct iovec __user *rvec,
261 struct iovec iovstack_l[UIO_FASTIOV];
262 struct iovec iovstack_r[UIO_FASTIOV];
263 struct iovec *iov_l = iovstack_l;
264 struct iovec *iov_r = iovstack_r;
292 SYSCALL_DEFINE6(process_vm_readv, pid_t, pid, const struct iovec __user *, lvec,
293 unsigned long, liovcnt, const struct iovec __user *, rvec,
300 const struct iovec __user *, lvec,
301 unsigned long, liovcnt, const struct iovec __user *, rvec,