Searched defs:SYSCALL_DEFINE2 (Results 1 - 25 of 58) sorted by path

123

/linux-master/arch/x86/um/
H A Dsyscalls_32.c5 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) function
H A Dsyscalls_64.c43 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) function
/linux-master/kernel/
H A Duid16.c38 SYSCALL_DEFINE2(setregid16, old_gid_t, rgid, old_gid_t, egid) function
48 SYSCALL_DEFINE2(setreuid16, old_uid_t, ruid, old_uid_t, euid) function
154 SYSCALL_DEFINE2(getgroups16, int, gidsetsize, old_gid_t __user *, grouplist) function
177 SYSCALL_DEFINE2(setgroups16, int, gidsetsize, old_gid_t __user *, grouplist) function
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c354 SYSCALL_DEFINE2(osf_stat, char __user *, name, struct osf_stat __user *, buf) function
366 SYSCALL_DEFINE2(osf_lstat, char __user *, name, struct osf_stat __user *, buf) function
378 SYSCALL_DEFINE2(osf_fstat, int, fd, struct osf_stat __user *, buf) function
561 SYSCALL_DEFINE2(osf_getdomainname, char __user *, name, int, namelen) function
647 SYSCALL_DEFINE2(osf_proplist_syscall, enum pl_code, code, function
685 SYSCALL_DEFINE2(osf_sigstack, struct sigstack __user *, uss, function
982 SYSCALL_DEFINE2(osf_gettimeofday, struct timeval32 __user *, tv, function
999 SYSCALL_DEFINE2(osf_settimeofday, struct timeval32 __user *, tv, function
1017 SYSCALL_DEFINE2(osf_utimes, const char __user *, filename, function
1077 SYSCALL_DEFINE2(osf_getrusag function
1134 SYSCALL_DEFINE2(osf_usleep_thread, struct timeval32 __user *, sleep, function
1279 SYSCALL_DEFINE2(osf_getpriority, int, which, int, who) function
[all...]
H A Dsignal.c44 SYSCALL_DEFINE2(osf_sigprocmask, int, how, unsigned long, newmask) function
/linux-master/arch/s390/kernel/
H A Dguarded_storage.c109 SYSCALL_DEFINE2(s390_guarded_storage, int, command, function
H A Druntime_instr.c70 SYSCALL_DEFINE2(s390_runtime_instr, int, command, int, signum) function
/linux-master/arch/sparc/kernel/
H A Dsys_sparc_32.c198 SYSCALL_DEFINE2(getdomainname, char __user *, name, int, len) function
H A Dsys_sparc_64.c524 SYSCALL_DEFINE2(getdomainname, char __user *, name, int, len) function
575 SYSCALL_DEFINE2(sparc_clock_adjtime, const clockid_t, which_clock, function
/linux-master/arch/x86/kernel/
H A Dprocess_32.c219 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) function
H A Dprocess_64.c961 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) function
H A Dvm86_32.c176 SYSCALL_DEFINE2(vm86, unsigned long, cmd, unsigned long, arg) function
/linux-master/block/
H A Dioprio.c184 SYSCALL_DEFINE2(ioprio_get, int, which, int, who) function
/linux-master/fs/
H A Daio.c1388 SYSCALL_DEFINE2(io_setup, unsigned, nr_events, aio_context_t __user *, ctxp) function
H A Dd_path.c412 SYSCALL_DEFINE2(getcwd, char __user *, buf, unsigned long, size) function
H A Deventfd.c427 SYSCALL_DEFINE2(eventfd2, unsigned int, count, int, flags) function
H A Dfile.c1393 SYSCALL_DEFINE2(dup2, unsigned int, oldfd, unsigned int, newfd) function
H A Dfsopen.c115 SYSCALL_DEFINE2(fsopen, const char __user *, _fs_name, unsigned int, flags) function
H A Dlocks.c2131 SYSCALL_DEFINE2(flock, unsigned int, fd, unsigned int, cmd) function
H A Dnamei.c4164 SYSCALL_DEFINE2(mkdir, const char __user *, pathname, umode_t, mode) function
4526 SYSCALL_DEFINE2(symlink, const char __user *, oldname, const char __user *, newname) function
4708 SYSCALL_DEFINE2(link, const char __user *, oldname, const char __user *, newname) function
5082 SYSCALL_DEFINE2(rename, const char __user *, oldname, const char __user *, newname) function
H A Dnamespace.c1922 SYSCALL_DEFINE2(umount, char __user *, name, int, flags) function
4179 SYSCALL_DEFINE2(pivot_root, const char __user *, new_root, function
H A Dopen.c144 SYSCALL_DEFINE2(truncate, const char __user *, path, long, length) function
205 SYSCALL_DEFINE2(ftruncate, unsigned int, fd, unsigned long, length) function
219 SYSCALL_DEFINE2(truncate64, const char __user *, path, loff_t, length) function
224 SYSCALL_DEFINE2(ftruncate64, unsigned int, fd, loff_t, length) function
547 SYSCALL_DEFINE2(access, const char __user *, filename, int, mode) function
669 SYSCALL_DEFINE2(fchmod, unsigned int, fd, umode_t, mode) function
720 SYSCALL_DEFINE2(chmod, const char __user *, filename, umode_t, mode) function
1491 SYSCALL_DEFINE2(creat, const char __user *, pathname, umode_t, mode) function
H A Dpipe.c1038 SYSCALL_DEFINE2(pipe2, int __user *, fildes, int, flags) function
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c1460 SYSCALL_DEFINE2(fanotify_init, unsigned int, flags, unsigned int, event_f_flags) function
/linux-master/fs/notify/inotify/
H A Dinotify_user.c793 SYSCALL_DEFINE2(inotify_rm_watch, int, fd, __s32, wd) function

Completed in 331 milliseconds

123