Searched refs:lvec (Results 1 – 2 of 2) sorted by relevance
/linux/mm/ |
A D | process_vm_access.c | 254 const struct iovec __user *lvec, in process_vm_rw() argument 272 rc = import_iovec(dir, lvec, liovcnt, UIO_FASTIOV, &iov_l, &iter); in process_vm_rw() 291 SYSCALL_DEFINE6(process_vm_readv, pid_t, pid, const struct iovec __user *, lvec, in SYSCALL_DEFINE6() argument 295 return process_vm_rw(pid, lvec, liovcnt, rvec, riovcnt, flags, 0); in SYSCALL_DEFINE6() 299 const struct iovec __user *, lvec, in SYSCALL_DEFINE6() argument 303 return process_vm_rw(pid, lvec, liovcnt, rvec, riovcnt, flags, 1); in SYSCALL_DEFINE6()
|
/linux/include/linux/ |
A D | syscalls.h | 985 const struct iovec __user *lvec, 991 const struct iovec __user *lvec,
|
Completed in 5 milliseconds