Searched defs:SYSCALL_DEFINE3 (Results 51 - 75 of 76) sorted by relevance

1234

/linux-master/mm/
H A Dmadvise.c1439 SYSCALL_DEFINE3(madvise, unsigned long, start, size_t, len_in, int, behavior) function
H A Dmempolicy.c1629 SYSCALL_DEFINE3(set_mempolicy, int, mode, const unsigned long __user *, nmask, function
/linux-master/ipc/
H A Dmsg.c640 SYSCALL_DEFINE3(msgctl, int, msqid, int, cmd, struct msqid_ds __user *, buf) function
653 SYSCALL_DEFINE3(old_msgctl, int, msqid, int, cmd, struct msqid_ds __user *, buf) function
H A Dsem.c624 SYSCALL_DEFINE3(semget, key_t, key, int, nsems, int, semflg) function
2296 SYSCALL_DEFINE3(semop, int, semid, struct sembuf __user *, tsops, function
H A Dmqueue.c1496 SYSCALL_DEFINE3(mq_getsetattr, mqd_t, mqdes, function
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/kernel/time/
H A Dposix-timers.c530 SYSCALL_DEFINE3(timer_create, const clockid_t, which_clock, 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/
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 Dfile.c1388 SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags) function
H A Dselect.c1069 SYSCALL_DEFINE3(poll, struct pollfd __user *, ufds, unsigned int, nfds, function
H A Dexec.c2124 SYSCALL_DEFINE3(execve, function
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 Dnamespace.c2692 SYSCALL_DEFINE3(open_tree, int, dfd, const char __user *, filename, unsigned, flags) function
3943 SYSCALL_DEFINE3(fsmount, int, fs_fd, unsigned int, flags, function
/linux-master/kernel/
H A Dexit.c1833 SYSCALL_DEFINE3(waitpid, pid_t, pid, int __user *, stat_addr, int, options) function
H A Dseccomp.c2071 SYSCALL_DEFINE3(seccomp, unsigned int, op, unsigned int, flags, function
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
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c344 SYSCALL_DEFINE3(osf_statfs, const char __user *, pathname, function
390 SYSCALL_DEFINE3(osf_fstatfs, unsigned long, fd, function
400 SYSCALL_DEFINE3(osf_statfs64, char __user *, pathname, function
410 SYSCALL_DEFINE3(osf_fstatfs64, unsigned long, fd, function
725 SYSCALL_DEFINE3(osf_sysinfo, int, command, char __user *, buf, long, count) 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/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/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/printk/
H A Dprintk.c1824 SYSCALL_DEFINE3(syslog, int, type, char __user *, buf, int, len) function
/linux-master/kernel/bpf/
H A Dsyscall.c5765 SYSCALL_DEFINE3(bpf, int, cmd, union bpf_attr __user *, uattr, unsigned int, size) function

Completed in 1222 milliseconds

1234