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

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/arch/s390/kernel/
H A Druntime_instr.c70 SYSCALL_DEFINE2(s390_runtime_instr, int, command, int, signum) function
H A Dguarded_storage.c109 SYSCALL_DEFINE2(s390_guarded_storage, int, command, function
/linux-master/kernel/time/
H A Dposix-stubs.c26 SYSCALL_DEFINE2(clock_settime, const clockid_t, which_clock, function
60 SYSCALL_DEFINE2(clock_gettime, const clockid_t, which_clock, function
75 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, struct __kernel_timespec __user *, tp) function
129 SYSCALL_DEFINE2(clock_settime32, const clockid_t, which_clock, function
142 SYSCALL_DEFINE2(clock_gettime32, clockid_t, which_clock, function
157 SYSCALL_DEFINE2(clock_getres_time32, clockid_t, which_clock, function
H A Ditimer.c113 SYSCALL_DEFINE2(getitimer, int, which, struct __kernel_old_itimerval __user *, value) 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
H A Dgroups.c161 SYSCALL_DEFINE2(getgroups, int, gidsetsize, gid_t __user *, grouplist) function
198 SYSCALL_DEFINE2(setgroups, int, gidsetsize, gid_t __user *, grouplist) function
H A Dnsproxy.c546 SYSCALL_DEFINE2(setns, int, fd, int, flags) function
H A Dcapability.c141 SYSCALL_DEFINE2(capget, cap_user_header_t, header, cap_user_data_t, dataptr) function
220 SYSCALL_DEFINE2(capset, cap_user_header_t, header, const cap_user_data_t, data) function
/linux-master/block/
H A Dioprio.c184 SYSCALL_DEFINE2(ioprio_get, int, which, int, who) 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/fs/
H A Dutimes.c209 SYSCALL_DEFINE2(utimes, char __user *, filename, function
215 SYSCALL_DEFINE2(utime, char __user *, filename, struct utimbuf __user *, times) function
236 SYSCALL_DEFINE2(utime32, const char __user *, filename, function
295 SYSCALL_DEFINE2(utimes_time32, const char __user *, filename, struct old_timeval32 __user *, t) function
H A Dfsopen.c115 SYSCALL_DEFINE2(fsopen, const char __user *, _fs_name, unsigned int, flags) function
H A Deventfd.c427 SYSCALL_DEFINE2(eventfd2, unsigned int, count, int, flags) function
H A Dd_path.c412 SYSCALL_DEFINE2(getcwd, char __user *, buf, unsigned long, size) function
H A Dstatfs.c192 SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct statfs __user *, buf) function
213 SYSCALL_DEFINE2(fstatfs, unsigned int, fd, struct statfs __user *, buf) function
248 SYSCALL_DEFINE2(ustat, unsigned, dev, struct ustat __user *, ubuf) function
H A Dstat.c353 SYSCALL_DEFINE2(stat, const char __user *, filename, function
366 SYSCALL_DEFINE2(lstat, const char __user *, filename, function
379 SYSCALL_DEFINE2(fstat, unsigned int, fd, struct __old_kernel_stat __user *, statbuf) function
437 SYSCALL_DEFINE2(newstat, const char __user *, filename, function
448 SYSCALL_DEFINE2(newlstat, const char __user *, filename, function
475 SYSCALL_DEFINE2(newfstat, unsigned int, fd, struct stat __user *, statbuf) function
578 SYSCALL_DEFINE2(stat64, const char __user *, filename, function
590 SYSCALL_DEFINE2(lstat64, const char __user *, filename, function
602 SYSCALL_DEFINE2(fstat64, unsigned long, fd, struct stat64 __user *, statbuf) function
/linux-master/arch/x86/kernel/
H A Dprocess_32.c219 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) function
/linux-master/mm/
H A Dmemfd.c283 SYSCALL_DEFINE2(memfd_create, function
/linux-master/arch/alpha/kernel/
H A Dsignal.c44 SYSCALL_DEFINE2(osf_sigprocmask, int, how, unsigned long, newmask) function
/linux-master/kernel/futex/
H A Dsyscalls.c28 SYSCALL_DEFINE2(set_robust_list, struct robust_list_head __user *, head, function
/linux-master/include/linux/
H A Dsyscalls.h224 #define SYSCALL_DEFINE2(name, ...) SYSCALL_DEFINEx(2, _##name, __VA_ARGS__) macro
/linux-master/security/landlock/
H A Dsyscalls.c465 SYSCALL_DEFINE2(landlock_restrict_self, const int, ruleset_fd, const __u32, function

Completed in 927 milliseconds

123