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

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Duid16.c43 SYSCALL_DEFINE2(setregid16, old_gid_t, rgid, old_gid_t, egid) function
59 SYSCALL_DEFINE2(setreuid16, old_uid_t, ruid, old_uid_t, euid) function
164 SYSCALL_DEFINE2(getgroups16, int, gidsetsize, old_gid_t __user *, grouplist) function
187 SYSCALL_DEFINE2(setgroups16, int, gidsetsize, old_gid_t __user *, grouplist) function
H A Dcapability.c161 SYSCALL_DEFINE2(capget, cap_user_header_t, header, cap_user_data_t, dataptr) function
235 SYSCALL_DEFINE2(capset, cap_user_header_t, header, const cap_user_data_t, data) function
H A Dgroups.c202 SYSCALL_DEFINE2(getgroups, int, gidsetsize, gid_t __user *, grouplist) function
231 SYSCALL_DEFINE2(setgroups, int, gidsetsize, gid_t __user *, grouplist) function
H A Ditimer.c103 SYSCALL_DEFINE2(getitimer, int, which, struct itimerval __user *, value) function
H A Dtime.c101 SYSCALL_DEFINE2(gettimeofday, struct timeval __user *, tv, function
185 SYSCALL_DEFINE2(settimeofday, struct timeval __user *, tv, function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Duid16.c43 SYSCALL_DEFINE2(setregid16, old_gid_t, rgid, old_gid_t, egid) function
59 SYSCALL_DEFINE2(setreuid16, old_uid_t, ruid, old_uid_t, euid) function
164 SYSCALL_DEFINE2(getgroups16, int, gidsetsize, old_gid_t __user *, grouplist) function
187 SYSCALL_DEFINE2(setgroups16, int, gidsetsize, old_gid_t __user *, grouplist) function
H A Dcapability.c161 SYSCALL_DEFINE2(capget, cap_user_header_t, header, cap_user_data_t, dataptr) function
235 SYSCALL_DEFINE2(capset, cap_user_header_t, header, const cap_user_data_t, data) function
H A Dgroups.c202 SYSCALL_DEFINE2(getgroups, int, gidsetsize, gid_t __user *, grouplist) function
231 SYSCALL_DEFINE2(setgroups, int, gidsetsize, gid_t __user *, grouplist) function
H A Ditimer.c103 SYSCALL_DEFINE2(getitimer, int, which, struct itimerval __user *, value) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/
H A Dutimes.c27 SYSCALL_DEFINE2(utime, char __user *, filename, struct utimbuf __user *, times) function
220 SYSCALL_DEFINE2(utimes, char __user *, filename, function
H A Dstatfs.c149 SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct statfs __user *, buf) function
183 SYSCALL_DEFINE2(fstatfs, unsigned int, fd, struct statfs __user *, buf) function
222 SYSCALL_DEFINE2(ustat, unsigned, dev, struct ustat __user *, ubuf) function
H A Dioprio.c192 SYSCALL_DEFINE2(ioprio_get, int, which, int, who) function
H A Dstat.c151 SYSCALL_DEFINE2(stat, const char __user *, filename, function
164 SYSCALL_DEFINE2(lstat, const char __user *, filename, function
177 SYSCALL_DEFINE2(fstat, unsigned int, fd, struct __old_kernel_stat __user *, statbuf) function
240 SYSCALL_DEFINE2(newstat, const char __user *, filename, function
251 SYSCALL_DEFINE2(newlstat, const char __user *, filename, function
278 SYSCALL_DEFINE2(newfstat, unsigned int, fd, struct stat __user *, statbuf) function
363 SYSCALL_DEFINE2(stat64, const char __user *, filename, function
375 SYSCALL_DEFINE2(lstat64, const char __user *, filename, function
387 SYSCALL_DEFINE2(fstat64, unsigned long, fd, struct stat64 __user *, statbuf) function
H A Dtimerfd.c164 SYSCALL_DEFINE2(timerfd_create, int, clockid, int, flags) function
252 SYSCALL_DEFINE2(timerfd_gettime, int, ufd, struct itimerspec __user *, otmr) function
H A Deventfd.c409 SYSCALL_DEFINE2(eventfd2, unsigned int, count, int, flags) function
H A Dxattr.c509 SYSCALL_DEFINE2(removexattr, const char __user *, pathname, function
527 SYSCALL_DEFINE2(lremovexattr, const char __user *, pathname, function
545 SYSCALL_DEFINE2(fremovexattr, int, fd, const char __user *, name) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/
H A Dutimes.c27 SYSCALL_DEFINE2(utime, char __user *, filename, struct utimbuf __user *, times) function
220 SYSCALL_DEFINE2(utimes, char __user *, filename, function
H A Dioprio.c192 SYSCALL_DEFINE2(ioprio_get, int, which, int, who) function
H A Dstatfs.c149 SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct statfs __user *, buf) function
183 SYSCALL_DEFINE2(fstatfs, unsigned int, fd, struct statfs __user *, buf) function
222 SYSCALL_DEFINE2(ustat, unsigned, dev, struct ustat __user *, ubuf) function
H A Deventfd.c409 SYSCALL_DEFINE2(eventfd2, unsigned int, count, int, flags) function
H A Dstat.c151 SYSCALL_DEFINE2(stat, const char __user *, filename, function
164 SYSCALL_DEFINE2(lstat, const char __user *, filename, function
177 SYSCALL_DEFINE2(fstat, unsigned int, fd, struct __old_kernel_stat __user *, statbuf) function
240 SYSCALL_DEFINE2(newstat, const char __user *, filename, function
251 SYSCALL_DEFINE2(newlstat, const char __user *, filename, function
278 SYSCALL_DEFINE2(newfstat, unsigned int, fd, struct stat __user *, statbuf) function
363 SYSCALL_DEFINE2(stat64, const char __user *, filename, function
375 SYSCALL_DEFINE2(lstat64, const char __user *, filename, function
387 SYSCALL_DEFINE2(fstat64, unsigned long, fd, struct stat64 __user *, statbuf) function
H A Dtimerfd.c164 SYSCALL_DEFINE2(timerfd_create, int, clockid, int, flags) function
252 SYSCALL_DEFINE2(timerfd_gettime, int, ufd, struct itimerspec __user *, otmr) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/kernel/
H A Dsignal.c105 SYSCALL_DEFINE2(sigaltstack, const stack_t __user *, uss, function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/kernel/
H A Dsignal.c105 SYSCALL_DEFINE2(sigaltstack, const stack_t __user *, uss, function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dsyscalls.h192 #define SYSCALL_DEFINE2(name, ...) SYSCALL_DEFINEx(2, _##name, __VA_ARGS__) macro

Completed in 283 milliseconds

1234