Searched defs:SYSCALL_DEFINE3 (Results 1 - 25 of 76) sorted by last modified time

1234

/linux-master/mm/
H A Dmadvise.c1439 SYSCALL_DEFINE3(madvise, unsigned long, start, size_t, len_in, int, behavior) function
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
H A Dmempolicy.c1629 SYSCALL_DEFINE3(set_mempolicy, int, mode, const unsigned long __user *, nmask, function
/linux-master/drivers/char/
H A Drandom.c1364 SYSCALL_DEFINE3(getrandom, char __user *, ubuf, size_t, len, unsigned int, flags) function
/linux-master/kernel/bpf/
H A Dsyscall.c5765 SYSCALL_DEFINE3(bpf, int, cmd, union bpf_attr __user *, uattr, unsigned int, size) function
/linux-master/fs/
H A Daio.c2087 SYSCALL_DEFINE3(io_submit, aio_context_t, ctx_id, long, nr, function
2181 SYSCALL_DEFINE3(io_cancel, aio_context_t, ctx_id, struct iocb __user *, iocb, function
H A Dnamei.c4082 SYSCALL_DEFINE3(mknod, const char __user *, filename, umode_t, mode, unsigned, dev) function
4159 SYSCALL_DEFINE3(mkdirat, int, dfd, const char __user *, pathname, umode_t, mode) function
4435 SYSCALL_DEFINE3(unlinkat, int, dfd, const char __user *, pathname, int, flag) function
4520 SYSCALL_DEFINE3(symlinkat, const char __user *, oldname, function
H A Dexec.c2124 SYSCALL_DEFINE3(execve, 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 Dselect.c1069 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, 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/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 Dsignal.c4028 SYSCALL_DEFINE3(tgkill, pid_t, tgid, pid_t, pid, int, sig) function
4072 SYSCALL_DEFINE3(rt_sigqueueinfo, pid_t, pid, int, sig, function
4438 SYSCALL_DEFINE3(sigprocmask, int, how, old_sigset_t __user *, nset, function
4558 SYSCALL_DEFINE3(sigaction, int, sig, function
4746 SYSCALL_DEFINE3(sigsuspend, int, unused1, int, unused2, old_sigset_t, mask) function
H A Dpid.c746 SYSCALL_DEFINE3(pidfd_getfd, int, pidfd, int, fd, function
H A Dexit.c1833 SYSCALL_DEFINE3(waitpid, pid_t, pid, int __user *, stat_addr, int, options) function
/linux-master/kernel/printk/
H A Dprintk.c1824 SYSCALL_DEFINE3(syslog, int, type, char __user *, buf, int, len) 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/kernel/sched/
H A Dmembarrier.c625 SYSCALL_DEFINE3(membarrier, int, cmd, unsigned int, flags, int, cpu_id) function
H A Dcore.c8126 SYSCALL_DEFINE3(sched_setscheduler, pid_t, pid, int, policy, struct sched_param __user *, param) function
8152 SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr, function
8482 SYSCALL_DEFINE3(sched_setaffinity, pid_t, pid, unsigned int, len, function
8527 SYSCALL_DEFINE3(sched_getaffinity, pid_t, pid, unsigned int, len, function
/linux-master/security/
H A Dlsm_syscalls.c96 SYSCALL_DEFINE3(lsm_list_modules, u64 __user *, ids, u32 __user *, size, function
/linux-master/security/landlock/
H A Dsyscalls.c177 SYSCALL_DEFINE3(landlock_create_ruleset, function
/linux-master/kernel/module/
H A Dmain.c3058 SYSCALL_DEFINE3(init_module, void __user *, umod, function
3189 SYSCALL_DEFINE3(finit_module, int, fd, const char __user *, uargs, int, flags) function
/linux-master/include/linux/
H A Dsyscalls.h225 #define SYSCALL_DEFINE3(name, ...) SYSCALL_DEFINEx(3, _##name, __VA_ARGS__) macro

Completed in 799 milliseconds

1234