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()
212 if (copy_from_user(&user, (struct oabi_flock64 __user *)arg, in sys_oabi_fcntl64()
235 if (copy_to_user((struct oabi_flock64 __user *)arg, in sys_oabi_fcntl64()
253 struct oabi_epoll_event __user *event) in sys_oabi_epoll_ctl()
274 struct oabi_epoll_event __user *events, in sys_oabi_epoll_wait()
308 struct oabi_sembuf __user *tsops, in sys_oabi_semtimedop()
310 const struct timespec __user *timeout) in sys_oabi_semtimedop()
346 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, in sys_oabi_semop()
353 void __user *ptr, long fifth) in sys_oabi_ipc()
358 (struct oabi_sembuf __user *)ptr, in sys_oabi_ipc()
362 (struct oabi_sembuf __user *)ptr, in sys_oabi_ipc()
364 (const struct timespec __user *)fifth); in sys_oabi_ipc()
370 asmlinkage long sys_oabi_bind(int fd, struct sockaddr __user *addr, int addrlen) in sys_oabi_bind()
380 asmlinkage long sys_oabi_connect(int fd, struct sockaddr __user *addr, int addrlen) in sys_oabi_connect()
390 asmlinkage long sys_oabi_sendto(int fd, void __user *buff, in sys_oabi_sendto()
392 struct sockaddr __user *addr, in sys_oabi_sendto()
403 asmlinkage long sys_oabi_sendmsg(int fd, struct user_msghdr __user *msg, unsigned flags) in sys_oabi_sendmsg()
405 struct sockaddr __user *addr; in sys_oabi_sendmsg()
429 asmlinkage long sys_oabi_socketcall(int call, unsigned long __user *args) in sys_oabi_socketcall()
436 r = sys_oabi_bind(a[0], (struct sockaddr __user *)a[1], a[2]); in sys_oabi_socketcall()
440 r = sys_oabi_connect(a[0], (struct sockaddr __user *)a[1], a[2]); in sys_oabi_socketcall()
444 r = sys_oabi_sendto(a[0], (void __user *)a[1], a[2], a[3], in sys_oabi_socketcall()
445 (struct sockaddr __user *)a[4], a[5]); in sys_oabi_socketcall()
449 r = sys_oabi_sendmsg(a[0], (struct user_msghdr __user *)a[1], a[2]); in sys_oabi_socketcall()