Lines Matching refs:__user
116 struct oldabi_stat64 __user *statbuf) in cp_oldabi_stat64()
142 asmlinkage long sys_oabi_stat64(const char __user * filename, in sys_oabi_stat64()
143 struct oldabi_stat64 __user * statbuf) in sys_oabi_stat64()
152 asmlinkage long sys_oabi_lstat64(const char __user * filename, in sys_oabi_lstat64()
153 struct oldabi_stat64 __user * statbuf) in sys_oabi_lstat64()
163 struct oldabi_stat64 __user * statbuf) in sys_oabi_fstat64()
173 const char __user *filename, in sys_oabi_fstatat64()
174 struct oldabi_stat64 __user *statbuf, in sys_oabi_fstatat64()
202 if (copy_from_user(&user, (struct oabi_flock64 __user *)arg, in do_locks()
222 if (copy_to_user((struct oabi_flock64 __user *)arg, in do_locks()
253 struct oabi_epoll_event __user *event) in sys_oabi_epoll_ctl()
269 struct oabi_epoll_event __user *events, in sys_oabi_epoll_wait()
304 struct oabi_epoll_event __user *event) in sys_oabi_epoll_ctl()
310 struct oabi_epoll_event __user *events, in sys_oabi_epoll_wait()
325 struct oabi_sembuf __user *tsops, in sys_oabi_semtimedop()
327 const struct old_timespec32 __user *timeout) in sys_oabi_semtimedop()
367 asmlinkage long sys_oabi_semop(int semid, struct oabi_sembuf __user *tsops, in sys_oabi_semop()
374 void __user *ptr, long fifth) in sys_oabi_ipc()
379 (struct oabi_sembuf __user *)ptr, in sys_oabi_ipc()
383 (struct oabi_sembuf __user *)ptr, in sys_oabi_ipc()
385 (const struct old_timespec32 __user *)fifth); in sys_oabi_ipc()
391 asmlinkage long sys_oabi_bind(int fd, struct sockaddr __user *addr, int addrlen) in sys_oabi_bind()
401 asmlinkage long sys_oabi_connect(int fd, struct sockaddr __user *addr, int addrlen) in sys_oabi_connect()
411 asmlinkage long sys_oabi_sendto(int fd, void __user *buff, in sys_oabi_sendto()
413 struct sockaddr __user *addr, in sys_oabi_sendto()
424 asmlinkage long sys_oabi_sendmsg(int fd, struct user_msghdr __user *msg, unsigned flags) in sys_oabi_sendmsg()
426 struct sockaddr __user *addr; in sys_oabi_sendmsg()
450 asmlinkage long sys_oabi_socketcall(int call, unsigned long __user *args) in sys_oabi_socketcall()
457 r = sys_oabi_bind(a[0], (struct sockaddr __user *)a[1], a[2]); in sys_oabi_socketcall()
461 r = sys_oabi_connect(a[0], (struct sockaddr __user *)a[1], a[2]); in sys_oabi_socketcall()
465 r = sys_oabi_sendto(a[0], (void __user *)a[1], a[2], a[3], in sys_oabi_socketcall()
466 (struct sockaddr __user *)a[4], a[5]); in sys_oabi_socketcall()
470 r = sys_oabi_sendmsg(a[0], (struct user_msghdr __user *)a[1], a[2]); in sys_oabi_socketcall()