Searched defs:SYSCALL_DEFINE3 (Results 26 - 50 of 76) sorted by relevance

1234

/linux-master/kernel/time/
H A Ditimer.c332 SYSCALL_DEFINE3(setitimer, int, which, struct __kernel_old_itimerval __user *, value, function
/linux-master/arch/powerpc/kernel/
H A Dsignal_64.c657 SYSCALL_DEFINE3(swapcontext, struct ucontext __user *, old_ctx, function
H A Dsignal_32.c1193 SYSCALL_DEFINE3(debug_setcontext, struct ucontext __user *, ctx, function
/linux-master/arch/alpha/kernel/
H A Dsignal.c59 SYSCALL_DEFINE3(osf_sigaction, int, sig, function
H A Dpci.c421 SYSCALL_DEFINE3(pciconfig_iobase, long, which, unsigned long, bus, function
/linux-master/fs/
H A Dstatfs.c201 SYSCALL_DEFINE3(statfs64, const char __user *, pathname, size_t, sz, struct statfs64 __user *, buf) function
222 SYSCALL_DEFINE3(fstatfs64, unsigned int, fd, size_t, sz, struct statfs64 __user *, buf) function
H A Dreaddir.c220 SYSCALL_DEFINE3(old_readdir, unsigned int, fd, function
311 SYSCALL_DEFINE3(getdents, unsigned int, fd, function
394 SYSCALL_DEFINE3(getdents64, unsigned int, fd, function
H A Dstat.c529 SYSCALL_DEFINE3(readlink, const char __user *, path, char __user *, buf, function
H A Dfcntl.c457 SYSCALL_DEFINE3(fcntl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) function
481 SYSCALL_DEFINE3(fcntl64, unsigned int, fd, unsigned int, cmd, function
H A Dxattr.c873 SYSCALL_DEFINE3(listxattr, const char __user *, pathname, char __user *, list, function
879 SYSCALL_DEFINE3(llistxattr, const char __user *, pathname, char __user *, list, function
885 SYSCALL_DEFINE3(flistxattr, int, fd, char __user *, list, size_t, size) function
H A Dioctl.c890 SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) function
H A Dopen.c536 SYSCALL_DEFINE3(faccessat, int, dfd, const char __user *, filename, int, mode) function
714 SYSCALL_DEFINE3(fchmodat, int, dfd, const char __user *, filename, function
839 SYSCALL_DEFINE3(chown, const char __user *, filename, uid_t, user, gid_t, group) function
844 SYSCALL_DEFINE3(lchown, const char __user *, filename, uid_t, user, gid_t, group) function
875 SYSCALL_DEFINE3(fchown, unsigned int, fd, uid_t, user, gid_t, group) function
1425 SYSCALL_DEFINE3(open, const char __user *, filename, int, flags, umode_t, mode) function
1579 SYSCALL_DEFINE3(close_range, unsigned int, fd, unsigned int, max_fd, function
/linux-master/arch/x86/kernel/
H A Dshstk.c505 SYSCALL_DEFINE3(map_shadow_stack, unsigned long, addr, unsigned long, size, unsigned int, flags) function
H A Dldt.c667 SYSCALL_DEFINE3(modify_ldt, int , func , void __user * , ptr , function
/linux-master/kernel/futex/
H A Dsyscalls.c48 SYSCALL_DEFINE3(get_robust_list, int, pid, function
/linux-master/arch/mips/mm/
H A Dcache.c89 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, function
/linux-master/mm/
H A Dreadahead.c741 SYSCALL_DEFINE3(readahead, int, fd, loff_t, offset, size_t, count) function
H A Dmprotect.c827 SYSCALL_DEFINE3(mprotect, unsigned long, start, size_t, len, function
H A Dmlock.c675 SYSCALL_DEFINE3(mlock2, unsigned long, start, size_t, len, int, flags) function
/linux-master/include/linux/
H A Dsyscalls.h225 #define SYSCALL_DEFINE3(name, ...) SYSCALL_DEFINEx(3, _##name, __VA_ARGS__) macro
/linux-master/security/landlock/
H A Dsyscalls.c177 SYSCALL_DEFINE3(landlock_create_ruleset, function
/linux-master/fs/notify/inotify/
H A Dinotify_user.c729 SYSCALL_DEFINE3(inotify_add_watch, int, fd, const char __user *, pathname, function
/linux-master/arch/mips/kernel/
H A Dsignal.c596 SYSCALL_DEFINE3(sigaction, int, sig, const struct sigaction __user *, act, function
/linux-master/kernel/
H A Dpid.c746 SYSCALL_DEFINE3(pidfd_getfd, int, pidfd, int, fd, function
/linux-master/arch/parisc/kernel/
H A Dcache.c834 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, function

Completed in 211 milliseconds

1234