Searched refs:SYSCALL_DEFINE3 (Results 26 - 50 of 77) sorted by relevance

1234

/linux-master/arch/mips/mm/
H A Dcache.c89 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, function
/linux-master/fs/
H A Dfhandle.c258 SYSCALL_DEFINE3(open_by_handle_at, int, mountdirfd, function
H A Dsignalfd.c314 SYSCALL_DEFINE3(signalfd, int, ufd, sigset_t __user *, user_mask, 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 Dread_write.c311 SYSCALL_DEFINE3(lseek, unsigned int, fd, off_t, offset, unsigned int, whence) function
627 SYSCALL_DEFINE3(read, unsigned int, fd, char __user *, buf, size_t, count) function
652 SYSCALL_DEFINE3(write, unsigned int, fd, const char __user *, buf, function
1082 SYSCALL_DEFINE3(readv, unsigned long, fd, const struct iovec __user *, vec, function
1088 SYSCALL_DEFINE3(writev, unsigned long, fd, const struct iovec __user *, vec, function
H A Dfsopen.c158 SYSCALL_DEFINE3(fspick, int, dfd, const char __user *, path, unsigned int, flags) 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
/linux-master/kernel/sched/
H A Dmembarrier.c625 SYSCALL_DEFINE3(membarrier, int, cmd, unsigned int, flags, int, cpu_id) function
/linux-master/arch/x86/um/
H A Dldt.c375 SYSCALL_DEFINE3(modify_ldt, int , func , void __user * , ptr , function
/linux-master/arch/alpha/kernel/
H A Dpci.c421 SYSCALL_DEFINE3(pciconfig_iobase, long, which, unsigned long, bus, function
H A Dsignal.c59 SYSCALL_DEFINE3(osf_sigaction, int, sig, 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/security/landlock/
H A Dsyscalls.c177 SYSCALL_DEFINE3(landlock_create_ruleset, function
/linux-master/kernel/
H A Dsys.c218 SYSCALL_DEFINE3(setpriority, int, which, int, who, int, niceval) function
742 SYSCALL_DEFINE3(setresuid, uid_t, ruid, uid_t, euid, uid_t, suid) function
747 SYSCALL_DEFINE3(getresuid, uid_t __user *, ruidp, uid_t __user *, euidp, uid_t __user *, suidp) function
831 SYSCALL_DEFINE3(setresgid, gid_t, rgid, gid_t, egid, gid_t, sgid) function
836 SYSCALL_DEFINE3(getresgid, gid_t __user *, rgidp, gid_t __user *, egidp, gid_t __user *, sgidp) function
2770 SYSCALL_DEFINE3(getcpu, unsigned __user *, cpup, unsigned __user *, nodep, function
H A Dpid.c746 SYSCALL_DEFINE3(pidfd_getfd, int, pidfd, int, fd, function
/linux-master/kernel/time/
H A Ditimer.c332 SYSCALL_DEFINE3(setitimer, int, which, struct __kernel_old_itimerval __user *, value, function
/linux-master/kernel/futex/
H A Dsyscalls.c48 SYSCALL_DEFINE3(get_robust_list, int, pid, function
/linux-master/ipc/
H A Dshm.c846 SYSCALL_DEFINE3(shmget, key_t, key, size_t, size, int, shmflg) function
1295 SYSCALL_DEFINE3(shmctl, int, shmid, int, cmd, struct shmid_ds __user *, buf) function
1308 SYSCALL_DEFINE3(old_shmctl, int, shmid, int, cmd, struct shmid_ds __user *, buf) function
1692 SYSCALL_DEFINE3(shmat, int, shmid, char __user *, shmaddr, int, shmflg) function
/linux-master/arch/powerpc/kernel/
H A Dsignal_32.c993 SYSCALL_DEFINE3(swapcontext, struct ucontext __user *, old_ctx,
1193 SYSCALL_DEFINE3(debug_setcontext, struct ucontext __user *, ctx, function
/linux-master/net/
H A Dsocket.c1718 SYSCALL_DEFINE3(socket, int, family, int, type, int, protocol) function
1856 SYSCALL_DEFINE3(bind, int, fd, struct sockaddr __user *, umyaddr, int, addrlen) function
2013 SYSCALL_DEFINE3(accept, int, fd, struct sockaddr __user *, upeer_sockaddr, function
2072 SYSCALL_DEFINE3(connect, int, fd, struct sockaddr __user *, uservaddr, function
2110 SYSCALL_DEFINE3(getsockname, int, fd, struct sockaddr __user *, usockaddr, function
2148 SYSCALL_DEFINE3(getpeername, int, fd, struct sockaddr __user *, usockaddr, function
2674 SYSCALL_DEFINE3(sendmsg, int, fd, struct user_msghdr __user *, msg, unsigned int, flags) function
2882 SYSCALL_DEFINE3(recvmsg, int, fd, struct user_msghdr __user *, msg, function
/linux-master/arch/arc/mm/
H A Dcache.c911 SYSCALL_DEFINE3(cacheflush, uint32_t, start, uint32_t, sz, uint32_t, flags) 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/parisc/kernel/
H A Dcache.c834 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

Completed in 230 milliseconds

1234