Searched defs:SYSCALL_DEFINE5 (Results 1 - 25 of 38) sorted by path

12

/linux-master/arch/alpha/kernel/
H A Dpci-noop.c97 SYSCALL_DEFINE5(pciconfig_read, unsigned long, bus, unsigned long, dfn, function
106 SYSCALL_DEFINE5(pciconfig_write, unsigned long, bus, unsigned long, dfn, function
H A Dosf_sys.c762 SYSCALL_DEFINE5(osf_getsysinfo, unsigned long, op, void __user *, buffer, function
819 SYSCALL_DEFINE5(osf_setsysinfo, unsigned long, op, void __user *, buffer, function
1035 SYSCALL_DEFINE5(osf_select, int, n, fd_set __user *, inp, fd_set __user *, outp, function
H A Dsignal.c90 SYSCALL_DEFINE5(rt_sigaction, int, sig, const struct sigaction __user *, act, function
/linux-master/arch/riscv/kernel/
H A Dsys_hwprobe.c418 SYSCALL_DEFINE5(riscv_hwprobe, struct riscv_hwprobe __user *, pairs, function
/linux-master/arch/s390/kernel/
H A Dsyscall.c72 SYSCALL_DEFINE5(s390_ipc, uint, call, int, first, unsigned long, second, function
/linux-master/arch/sparc/kernel/
H A Dsys_sparc_32.c119 SYSCALL_DEFINE5(sparc_remap_file_pages, unsigned long, start, unsigned long, size, function
169 SYSCALL_DEFINE5(rt_sigaction, int, sig, function
H A Dsys_sparc_64.c608 SYSCALL_DEFINE5(utrap_install, utrap_entry_t, type, function
679 SYSCALL_DEFINE5(rt_sigaction, int, sig, const struct sigaction __user *, act, function
/linux-master/arch/x86/kernel/
H A Dsys_ia32.c68 SYSCALL_DEFINE5(ia32_pread64, unsigned int, fd, char __user *, ubuf, function
75 SYSCALL_DEFINE5(ia32_pwrite64, unsigned int, fd, const char __user *, ubuf, function
112 SYSCALL_DEFINE5(ia32_fadvise64, int, fd, unsigned int, offset_lo, function
/linux-master/drivers/pci/
H A Dsyscall.c15 SYSCALL_DEFINE5(pciconfig_read, unsigned long, bus, unsigned long, dfn, function
86 SYSCALL_DEFINE5(pciconfig_write, unsigned long, bus, unsigned long, dfn, function
/linux-master/fs/
H A Daio.c2257 SYSCALL_DEFINE5(io_getevents, aio_context_t, ctx_id, function
2355 SYSCALL_DEFINE5(io_getevents_time32, __u32, ctx_id, function
H A Dexec.c2132 SYSCALL_DEFINE5(execveat, function
H A Dfhandle.c94 SYSCALL_DEFINE5(name_to_handle_at, int, dfd, const char __user *, name, function
H A Dfsopen.c349 SYSCALL_DEFINE5(fsconfig, function
H A Dnamei.c4701 SYSCALL_DEFINE5(linkat, int, olddfd, const char __user *, oldname, function
5068 SYSCALL_DEFINE5(renameat2, int, olddfd, const char __user *, oldname, function
H A Dnamespace.c3875 SYSCALL_DEFINE5(mount, char __user *, dev_name, char __user *, dir_name, function
4071 SYSCALL_DEFINE5(move_mount, function
4647 SYSCALL_DEFINE5(mount_setattr, int, dfd, const char __user *, path, function
H A Dopen.c833 SYSCALL_DEFINE5(fchownat, int, dfd, const char __user *, filename, uid_t, user, function
H A Dread_write.c325 SYSCALL_DEFINE5(llseek, unsigned int, fd, unsigned long, offset_high, function
1094 SYSCALL_DEFINE5(preadv, unsigned long, fd, const struct iovec __user *, vec, function
1114 SYSCALL_DEFINE5(pwritev, unsigned long, fd, const struct iovec __user *, vec, function
H A Dselect.c726 SYSCALL_DEFINE5(select, int, n, fd_set __user *, inp, fd_set __user *, outp, function
1102 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, function
1128 SYSCALL_DEFINE5(ppoll_time32, struct pollfd __user *, ufds, unsigned int, nfds, function
H A Dstat.c699 SYSCALL_DEFINE5(statx, function
H A Dxattr.c683 SYSCALL_DEFINE5(setxattr, const char __user *, pathname, function
690 SYSCALL_DEFINE5(lsetxattr, const char __user *, pathname, function
697 SYSCALL_DEFINE5(fsetxattr, int, fd, const char __user *, name, function
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c1972 SYSCALL_DEFINE5(fanotify_mark, int, fanotify_fd, unsigned int, flags, function
/linux-master/include/linux/
H A Dsyscalls.h227 #define SYSCALL_DEFINE5(name, ...) SYSCALL_DEFINEx(5, _##name, __VA_ARGS__) macro
/linux-master/ipc/
H A Dmqueue.c1283 SYSCALL_DEFINE5(mq_timedsend, mqd_t, mqdes, const char __user *, u_msg_ptr, function
1297 SYSCALL_DEFINE5(mq_timedreceive, mqd_t, mqdes, char __user *, u_msg_ptr, function
1626 SYSCALL_DEFINE5(mq_timedsend_time32, mqd_t, mqdes, function
1641 SYSCALL_DEFINE5(mq_timedreceive_time32, mqd_t, mqdes, function
H A Dmsg.c1270 SYSCALL_DEFINE5(msgrcv, int, msqid, struct msgbuf __user *, msgp, size_t, msgsz, function
/linux-master/kernel/events/
H A Dcore.c12416 SYSCALL_DEFINE5(perf_event_open, function

Completed in 305 milliseconds

12