Lines Matching refs:__user
118 struct oldabi_stat64 __user *statbuf) in cp_oldabi_stat64()
144 asmlinkage long sys_oabi_stat64(const char __user * filename, in sys_oabi_stat64()
145 struct oldabi_stat64 __user * statbuf) in sys_oabi_stat64()
154 asmlinkage long sys_oabi_lstat64(const char __user * filename, in sys_oabi_lstat64()
155 struct oldabi_stat64 __user * statbuf) in sys_oabi_lstat64()
165 struct oldabi_stat64 __user * statbuf) in sys_oabi_fstat64()
175 const char __user *filename, in sys_oabi_fstatat64()
176 struct oldabi_stat64 __user *statbuf, in sys_oabi_fstatat64()
204 if (copy_from_user(&user, (struct oabi_flock64 __user *)arg, in do_locks()
224 if (copy_to_user((struct oabi_flock64 __user *)arg, in do_locks()
254 struct oabi_epoll_event __user *event) in sys_oabi_epoll_ctl()
275 struct oabi_epoll_event __user *events, in sys_oabi_epoll_wait()
309 struct oabi_sembuf __user *tsops, in sys_oabi_semtimedop()
311 const struct timespec __user *timeout) in sys_oabi_semtimedop()
347 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, in sys_oabi_semop()
354 void __user *ptr, long fifth) in sys_oabi_ipc()
359 (struct oabi_sembuf __user *)ptr, in sys_oabi_ipc()
363 (struct oabi_sembuf __user *)ptr, in sys_oabi_ipc()
365 (const struct timespec __user *)fifth); in sys_oabi_ipc()
371 asmlinkage long sys_oabi_bind(int fd, struct sockaddr __user *addr, int addrlen) in sys_oabi_bind()
381 asmlinkage long sys_oabi_connect(int fd, struct sockaddr __user *addr, int addrlen) in sys_oabi_connect()
391 asmlinkage long sys_oabi_sendto(int fd, void __user *buff, in sys_oabi_sendto()
393 struct sockaddr __user *addr, in sys_oabi_sendto()
404 asmlinkage long sys_oabi_sendmsg(int fd, struct user_msghdr __user *msg, unsigned flags) in sys_oabi_sendmsg()
406 struct sockaddr __user *addr; in sys_oabi_sendmsg()
430 asmlinkage long sys_oabi_socketcall(int call, unsigned long __user *args) in sys_oabi_socketcall()
437 r = sys_oabi_bind(a[0], (struct sockaddr __user *)a[1], a[2]); in sys_oabi_socketcall()
441 r = sys_oabi_connect(a[0], (struct sockaddr __user *)a[1], a[2]); in sys_oabi_socketcall()
445 r = sys_oabi_sendto(a[0], (void __user *)a[1], a[2], a[3], in sys_oabi_socketcall()
446 (struct sockaddr __user *)a[4], a[5]); in sys_oabi_socketcall()
450 r = sys_oabi_sendmsg(a[0], (struct user_msghdr __user *)a[1], a[2]); in sys_oabi_socketcall()