Searched refs: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/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 Dposix-timers.c719 SYSCALL_DEFINE2(timer_gettime, timer_t, timer_id, function
734 SYSCALL_DEFINE2(timer_gettime32, timer_t, timer_id, function
1113 SYSCALL_DEFINE2(clock_settime, const clockid_t, which_clock, function
1132 SYSCALL_DEFINE2(clock_gettime, const clockid_t, which_clock, function
1162 SYSCALL_DEFINE2(clock_adjtime, const clockid_t, which_clock, function
1252 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, function
1272 SYSCALL_DEFINE2(clock_settime32, clockid_t, which_clock, function
1287 SYSCALL_DEFINE2(clock_gettime32, clockid_t, which_clock, function
1305 SYSCALL_DEFINE2(clock_adjtime32, clockid_t, which_clock, function
1323 SYSCALL_DEFINE2(clock_getres_time3 function
[all...]
H A Dtime.c140 SYSCALL_DEFINE2(gettimeofday, struct __kernel_old_timeval __user *, tv, function
199 SYSCALL_DEFINE2(settimeofday, struct __kernel_old_timeval __user *, tv, 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 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
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 Dsys.c288 SYSCALL_DEFINE2(getpriority, int, which, int, who) function
428 SYSCALL_DEFINE2(setregid, gid_t, rgid, gid_t, egid) function
594 SYSCALL_DEFINE2(setreuid, uid_t, ruid, uid_t, euid) function
1073 SYSCALL_DEFINE2(setpgid, pid_t, pid, pid_t, pgid) function
1374 SYSCALL_DEFINE2(sethostname, char __user *, name, int, len) function
1402 SYSCALL_DEFINE2(gethostname, char __user *, name, int, len) function
1428 SYSCALL_DEFINE2(setdomainname, char __user *, name, int, len) function
1518 SYSCALL_DEFINE2(getrlimit, unsigned int, resource, struct rlimit __user *, rlim) function
1583 SYSCALL_DEFINE2(old_getrlimit, unsigned int, resource, function
1731 SYSCALL_DEFINE2(setrlimi function
1871 SYSCALL_DEFINE2(getrusage, int, who, struct rusage __user *, ru) function
[all...]
/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 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
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 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 Dtimerfd.c406 SYSCALL_DEFINE2(timerfd_create, int, clockid, int, flags) function
576 SYSCALL_DEFINE2(timerfd_gettime, int, ufd, struct __kernel_itimerspec __user *, otmr) function
603 SYSCALL_DEFINE2(timerfd_gettime32, int, ufd, 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
/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/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...]
/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.c470 SYSCALL_DEFINE2(64_munmap, unsigned long, addr, size_t, len)
524 SYSCALL_DEFINE2(getdomainname, char __user *, name, int, len) function
575 SYSCALL_DEFINE2(sparc_clock_adjtime, const clockid_t, which_clock, function
/linux-master/block/
H A Dioprio.c184 SYSCALL_DEFINE2(ioprio_get, int, which, int, who) 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
H A Dmlock.c670 SYSCALL_DEFINE2(mlock, unsigned long, start, size_t, len) function
688 SYSCALL_DEFINE2(munlock, unsigned long, start, size_t, len) function

Completed in 268 milliseconds

123