• Home
  • Raw
  • Download

Lines Matching defs:__user

725 SYSCALL_DEFINE5(select, int, n, fd_set __user *, inp, fd_set __user *, outp,  in SYSCALL_DEFINE5()
726 fd_set __user *, exp, struct __kernel_old_timeval __user *, tvp) in SYSCALL_DEFINE5()
794 SYSCALL_DEFINE6(pselect6, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE6()
795 fd_set __user *, exp, struct __kernel_timespec __user *, tsp, in SYSCALL_DEFINE6()
796 void __user *, sig) in SYSCALL_DEFINE6()
808 SYSCALL_DEFINE6(pselect6_time32, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE6()
809 fd_set __user *, exp, struct old_timespec32 __user *, tsp, in SYSCALL_DEFINE6()
810 void __user *, sig) in SYSCALL_DEFINE6()
829 SYSCALL_DEFINE1(old_select, struct sel_arg_struct __user *, arg) in SYSCALL_DEFINE1()
1067 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE3()
1100 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5()
1101 struct __kernel_timespec __user *, tsp, const sigset_t __user *, sigmask, in SYSCALL_DEFINE5()
1126 SYSCALL_DEFINE5(ppoll_time32, struct pollfd __user *, ufds, unsigned int, nfds, in SYSCALL_DEFINE5()
1127 struct old_timespec32 __user *, tsp, const sigset_t __user *, sigmask, in SYSCALL_DEFINE5()
1287 COMPAT_SYSCALL_DEFINE5(select, int, n, compat_ulong_t __user *, inp, in COMPAT_SYSCALL_DEFINE5()
1289 struct old_timeval32 __user *, tvp) in COMPAT_SYSCALL_DEFINE5()
1302 COMPAT_SYSCALL_DEFINE1(old_select, struct compat_sel_arg_struct __user *, arg) in COMPAT_SYSCALL_DEFINE1()
1367 COMPAT_SYSCALL_DEFINE6(pselect6_time64, int, n, compat_ulong_t __user *, inp, in COMPAT_SYSCALL_DEFINE6()
1369 struct __kernel_timespec __user *, tsp, void __user *, sig) in COMPAT_SYSCALL_DEFINE6()
1382 COMPAT_SYSCALL_DEFINE6(pselect6_time32, int, n, compat_ulong_t __user *, inp, in COMPAT_SYSCALL_DEFINE6()
1384 struct old_timespec32 __user *, tsp, void __user *, sig) in COMPAT_SYSCALL_DEFINE6()
1398 COMPAT_SYSCALL_DEFINE5(ppoll_time32, struct pollfd __user *, ufds, in COMPAT_SYSCALL_DEFINE5()
1399 unsigned int, nfds, struct old_timespec32 __user *, tsp, in COMPAT_SYSCALL_DEFINE5()
1400 const compat_sigset_t __user *, sigmask, compat_size_t, sigsetsize) in COMPAT_SYSCALL_DEFINE5()
1424 COMPAT_SYSCALL_DEFINE5(ppoll_time64, struct pollfd __user *, ufds, in COMPAT_SYSCALL_DEFINE5()
1425 unsigned int, nfds, struct __kernel_timespec __user *, tsp, in COMPAT_SYSCALL_DEFINE5()
1426 const compat_sigset_t __user *, sigmask, compat_size_t, sigsetsize) in COMPAT_SYSCALL_DEFINE5()