Syscalls - alpha

Last update: Mon, 22 Jul 2024 07:01:16 +0000

Download as a CSV

NR Name Status Return type Parameters count Parameter 1 Parameter 2 Parameter 3 Parameter 4 Parameter 5 Parameter 6
0 osf_syscall noparam long 0 ? ? ? ? ? ?
1 exit ok long 1 int error_code - - - - -
2 fork ok long 0 - - - - - -
3 read ok long 3 unsigned int fd char * buf size_t count - - -
4 write ok long 3 unsigned int fd const char * buf size_t count - - -
6 close ok long 1 unsigned int fd - - - - -
7 osf_wait4 ok long 4 pid_t pid int * ustatus int options struct rusage32 * ur - -
9 link ok long 2 const char * oldname const char * newname - - - -
10 unlink ok long 1 const char * pathname - - - - -
12 chdir ok long 1 const char * filename - - - - -
13 fchdir ok long 1 unsigned int fd - - - - -
14 mknod ok long 3 const char * filename umode_t mode unsigned dev - - -
15 chmod ok long 2 const char * filename umode_t mode - - - -
16 chown ok long 3 const char * filename uid_t user gid_t group - - -
17 brk ok long 1 unsigned long brk - - - - -
19 lseek ok long 3 unsigned int fd off_t offset unsigned int whence - - -
20 getxpid ok long 0 - - - - - -
21 osf_mount ok long 4 unsigned long typenr const char * path int flag void * data - -
22 umount2 ok long 2 char * name int flags - - - -
23 setuid ok long 1 uid_t uid - - - - -
24 getxuid ok long 0 - - - - - -
26 ptrace ok long 4 long request long pid unsigned long addr unsigned long data - -
33 access ok long 2 const char * filename int mode - - - -
36 sync ok long 0 - - - - - -
37 kill ok long 2 pid_t pid int sig - - - -
39 setpgid ok long 2 pid_t pid pid_t pgid - - - -
41 dup ok long 1 unsigned int fildes - - - - -
42 pipe ok long 1 int * fildes - - - - -
43 osf_set_program_attributes ok long 4 unsigned long text_start unsigned long text_len unsigned long bss_start unsigned long bss_len - -
45 open ok long 3 const char * filename int flags umode_t mode - - -
47 getxgid ok long 0 - - - - - -
48 osf_sigprocmask ok long 2 int how unsigned long newmask - - - -
51 acct ok long 1 const char * name - - - - -
52 sigpending ok long 1 old_sigset_t * uset - - - - -
54 ioctl ok long 3 unsigned int fd unsigned int cmd unsigned long arg - - -
57 symlink ok long 2 const char * oldname const char * newname - - - -
58 readlink ok long 3 const char * path char * buf int bufsiz - - -
59 execve ok long 3 const char * filename const char * const * argv const char * const * envp - - -
60 umask ok long 1 int mask - - - - -
61 chroot ok long 1 const char * filename - - - - -
63 getpgrp ok long 0 - - - - - -
64 getpagesize ok long 0 - - - - - -
66 vfork ok long 0 - - - - - -
67 stat ok long 2 const char * filename struct __old_kernel_stat * statbuf - - - -
68 lstat ok long 2 const char * filename struct __old_kernel_stat * statbuf - - - -
71 mmap ok long 6 unsigned long addr unsigned long len unsigned long prot unsigned long flags unsigned long fd unsigned long off
73 munmap ok long 2 unsigned long addr size_t len - - - -
74 mprotect ok long 3 unsigned long start size_t len unsigned long prot - - -
75 madvise ok long 3 unsigned long start size_t len_in int behavior - - -
76 vhangup ok long 0 - - - - - -
79 getgroups ok long 2 int gidsetsize gid_t * grouplist - - - -
80 setgroups ok long 2 int gidsetsize gid_t * grouplist - - - -
82 setpgrp ok long 2 pid_t pid pid_t pgid - - - -
83 osf_setitimer ok long 3 int which struct __kernel_old_itimerval * value struct __kernel_old_itimerval * ovalue - - -
86 osf_getitimer ok long 2 int which struct __kernel_old_itimerval * value - - - -
87 gethostname ok long 2 char * name int len - - - -
88 sethostname ok long 2 char * name int len - - - -
89 getdtablesize ok long 0 - - - - - -
90 dup2 ok long 2 unsigned int oldfd unsigned int newfd - - - -
91 fstat ok long 2 unsigned int fd struct __old_kernel_stat * statbuf - - - -
92 fcntl ok long 3 unsigned int fd unsigned int cmd unsigned long arg - - -
93 osf_select ok long 5 int n fd_set * inp fd_set * outp fd_set * exp struct timeval32 * tvp -
94 poll ok long 3 struct pollfd * ufds unsigned int nfds int timeout_msecs - - -
95 fsync ok long 1 unsigned int fd - - - - -
96 setpriority ok long 3 int which int who int niceval - - -
97 socket ok long 3 int family int type int protocol - - -
98 connect ok long 3 int fd struct sockaddr * uservaddr int addrlen - - -
99 accept ok long 3 int fd struct sockaddr * upeer_sockaddr int * upeer_addrlen - - -
100 getpriority ok long 2 int which int who - - - -
101 send ok long 4 int fd void * buff size_t len unsigned int flags - -
102 recv ok long 4 int fd void * ubuf size_t size unsigned int flags - -
103 sigreturn ok long 0 - - - - - -
104 bind ok long 3 int fd struct sockaddr * umyaddr int addrlen - - -
105 setsockopt ok long 5 int fd int level int optname char * optval int optlen -
106 listen ok long 2 int fd int backlog - - - -
111 sigsuspend ok long 1 old_sigset_t mask - - - - -
112 osf_sigstack ok long 2 struct sigstack * uss struct sigstack * uoss - - - -
113 recvmsg ok long 3 int fd struct user_msghdr * msg unsigned int flags - - -
114 sendmsg ok long 3 int fd struct user_msghdr * msg unsigned int flags - - -
116 osf_gettimeofday ok long 2 struct timeval32 * tv struct timezone * tz - - - -
117 osf_getrusage ok long 2 int who struct rusage32 * ru - - - -
118 getsockopt ok long 5 int fd int level int optname char * optval int * optlen -
120 readv ok long 3 unsigned long fd const struct iovec * vec unsigned long vlen - - -
121 writev ok long 3 unsigned long fd const struct iovec * vec unsigned long vlen - - -
122 osf_settimeofday ok long 2 struct timeval32 * tv struct timezone * tz - - - -
123 fchown ok long 3 unsigned int fd uid_t user gid_t group - - -
124 fchmod ok long 2 unsigned int fd umode_t mode - - - -
125 recvfrom ok long 6 int fd void * ubuf size_t size unsigned int flags struct sockaddr * addr int * addr_len
126 setreuid ok long 2 uid_t ruid uid_t euid - - - -
127 setregid ok long 2 gid_t rgid gid_t egid - - - -
128 rename ok long 2 const char * oldname const char * newname - - - -
129 truncate ok long 2 const char * path long length - - - -
130 ftruncate ok long 2 unsigned int fd off_t length - - - -
131 flock ok long 2 unsigned int fd unsigned int cmd - - - -
132 setgid ok long 1 gid_t gid - - - - -
133 sendto ok long 6 int fd void * buff size_t len unsigned int flags struct sockaddr * addr int addr_len
134 shutdown ok long 2 int fd int how - - - -
135 socketpair ok long 4 int family int type int protocol int * usockvec - -
136 mkdir ok long 2 const char * pathname umode_t mode - - - -
137 rmdir ok long 1 const char * pathname - - - - -
138 osf_utimes ok long 2 const char * filename struct timeval32 * tvs - - - -
141 getpeername ok long 3 int fd struct sockaddr * usockaddr int * usockaddr_len - - -
144 getrlimit ok long 2 unsigned int resource struct rlimit * rlim - - - -
145 setrlimit ok long 2 unsigned int resource struct rlimit * rlim - - - -
147 setsid ok long 0 - - - - - -
148 quotactl ok long 4 unsigned int cmd const char * special qid_t id void * addr - -
150 getsockname ok long 3 int fd struct sockaddr * usockaddr int * usockaddr_len - - -
156 sigaction ok long 3 int sig const struct old_sigaction * act struct old_sigaction * oact - - -
159 osf_getdirentries ok long 4 unsigned int fd struct osf_dirent * dirent unsigned int count long * basep - -
160 osf_statfs ok long 3 const char * pathname struct osf_statfs * buffer unsigned long bufsiz - - -
161 osf_fstatfs ok long 3 unsigned long fd struct osf_statfs * buffer unsigned long bufsiz - - -
165 osf_getdomainname ok long 2 char * name int namelen - - - -
166 setdomainname ok long 2 char * name int len - - - -
199 osf_swapon ok long 2 const char * specialfile int swap_flags - - - -
200 msgctl ok long 3 int msqid int cmd struct msqid_ds * buf - - -
201 msgget ok long 2 key_t key int msgflg - - - -
202 msgrcv ok long 5 int msqid struct msgbuf * msgp size_t msgsz long msgtyp int msgflg -
203 msgsnd ok long 4 int msqid struct msgbuf * msgp size_t msgsz int msgflg - -
204 semctl ok long 4 int semid int semnum int cmd unsigned long arg - -
205 semget ok long 3 key_t key int nsems int semflg - - -
206 semop ok long 3 int semid struct sembuf * tsops unsigned nsops - - -
207 osf_utsname ok long 1 char * name - - - - -
208 lchown ok long 3 const char * filename uid_t user gid_t group - - -
209 shmat ok long 3 int shmid char * shmaddr int shmflg - - -
210 shmctl ok long 3 int shmid int cmd struct shmid_ds * buf - - -
211 shmdt ok long 1 char * shmaddr - - - - -
212 shmget ok long 3 key_t key size_t size int shmflg - - -
217 msync ok long 3 unsigned long start size_t len int flags - - -
224 osf_stat ok long 2 char * name struct osf_stat * buf - - - -
225 osf_lstat ok long 2 char * name struct osf_stat * buf - - - -
226 osf_fstat ok long 2 int fd struct osf_stat * buf - - - -
227 osf_statfs64 ok long 3 char * pathname struct osf_statfs64 * buffer unsigned long bufsiz - - -
228 osf_fstatfs64 ok long 3 unsigned long fd struct osf_statfs64 * buffer unsigned long bufsiz - - -
233 getpgid ok long 1 pid_t pid - - - - -
234 getsid ok long 1 pid_t pid - - - - -
235 sigaltstack ok long 2 const stack_t * uss stack_t * uoss - - - -
241 osf_sysinfo ok long 3 int command char * buf long count - - -
244 osf_proplist_syscall ok long 2 enum pl_code code union pl_args * args - - - -
251 osf_usleep_thread ok long 2 struct timeval32 * sleep struct timeval32 * remain - - - -
254 sysfs ok long 3 int option unsigned long arg1 unsigned long arg2 - - -
256 osf_getsysinfo ok long 5 unsigned long op void * buffer unsigned long nbytes int * start void * arg -
257 osf_setsysinfo ok long 5 unsigned long op void * buffer unsigned long nbytes int * start void * arg -
301 sethae ok long 1 unsigned long val - - - - -
302 mount ok long 5 char * dev_name char * dir_name char * type unsigned long flags void * data -
303 old_adjtimex ok long 1 struct timex32 * txc_p - - - - -
304 swapoff ok long 1 const char * specialfile - - - - -
305 getdents ok long 3 unsigned int fd struct linux_dirent * dirent unsigned int count - - -
307 init_module ok long 3 void * umod unsigned long len const char * uargs - - -
308 delete_module ok long 2 const char * name_user unsigned int flags - - - -
310 syslog ok long 3 int type char * buf int len - - -
311 reboot ok long 4 int magic1 int magic2 unsigned int cmd void * arg - -
312 clone ok long 5 unsigned long clone_flags unsigned long newsp int * parent_tidptr int * child_tidptr unsigned long tls -
313 uselib ok long 1 const char * library - - - - -
314 mlock ok long 2 unsigned long start size_t len - - - -
315 munlock ok long 2 unsigned long start size_t len - - - -
316 mlockall ok long 1 int flags - - - - -
317 munlockall ok long 0 - - - - - -
318 sysinfo ok long 1 struct sysinfo * info - - - - -
321 oldumount ok long 1 char * name - - - - -
322 swapon ok long 2 const char * specialfile int swap_flags - - - -
323 times ok long 1 struct tms * tbuf - - - - -
324 personality ok long 1 unsigned int personality - - - - -
325 setfsuid ok long 1 uid_t uid - - - - -
326 setfsgid ok long 1 gid_t gid - - - - -
327 ustat ok long 2 unsigned dev struct ustat * ubuf - - - -
328 statfs ok long 2 const char * pathname struct statfs * buf - - - -
329 fstatfs ok long 2 unsigned int fd struct statfs * buf - - - -
330 sched_setparam ok long 2 pid_t pid struct sched_param * param - - - -
331 sched_getparam ok long 2 pid_t pid struct sched_param * param - - - -
332 sched_setscheduler ok long 3 pid_t pid int policy struct sched_param * param - - -
333 sched_getscheduler ok long 1 pid_t pid - - - - -
334 sched_yield ok long 0 - - - - - -
335 sched_get_priority_max ok long 1 int policy - - - - -
336 sched_get_priority_min ok long 1 int policy - - - - -
337 sched_rr_get_interval ok long 2 pid_t pid struct __kernel_timespec * interval - - - -
339 uname ok long 1 struct old_utsname * name - - - - -
340 nanosleep ok long 2 struct __kernel_timespec * rqtp struct __kernel_timespec * rmtp - - - -
341 mremap ok long 5 unsigned long addr unsigned long old_len unsigned long new_len unsigned long flags unsigned long new_addr -
343 setresuid ok long 3 uid_t ruid uid_t euid uid_t suid - - -
344 getresuid ok long 3 uid_t * ruidp uid_t * euidp uid_t * suidp - - -
345 pciconfig_read ok long 5 unsigned long bus unsigned long dfn unsigned long off unsigned long len void * buf -
346 pciconfig_write ok long 5 unsigned long bus unsigned long dfn unsigned long off unsigned long len void * buf -
348 prctl ok long 5 int option unsigned long arg2 unsigned long arg3 unsigned long arg4 unsigned long arg5 -
349 pread64 ok long 4 unsigned int fd char * buf size_t count loff_t pos - -
350 pwrite64 ok long 4 unsigned int fd const char * buf size_t count loff_t pos - -
351 rt_sigreturn ok long 1 struct pt_regs * regs - - - - -
352 rt_sigaction ok long 5 int sig const struct sigaction * act struct sigaction * oact size_t sigsetsize void * restorer -
353 rt_sigprocmask ok long 4 int how sigset_t * nset sigset_t * oset size_t sigsetsize - -
354 rt_sigpending ok long 2 sigset_t * uset size_t sigsetsize - - - -
355 rt_sigtimedwait ok long 4 const sigset_t * uthese siginfo_t * uinfo const struct __kernel_timespec * uts size_t sigsetsize - -
356 rt_sigqueueinfo ok long 3 pid_t pid int sig siginfo_t * uinfo - - -
357 rt_sigsuspend ok long 2 sigset_t * unewset size_t sigsetsize - - - -
358 select ok long 5 int n fd_set * inp fd_set * outp fd_set * exp struct __kernel_old_timeval * tvp -
359 gettimeofday ok long 2 struct __kernel_old_timeval * tv struct timezone * tz - - - -
360 settimeofday ok long 2 struct __kernel_old_timeval * tv struct timezone * tz - - - -
361 getitimer ok long 2 int which struct __kernel_old_itimerval * value - - - -
362 setitimer ok long 3 int which struct __kernel_old_itimerval * value struct __kernel_old_itimerval * ovalue - - -
363 utimes ok long 2 char * filename struct __kernel_old_timeval * utimes - - - -
364 getrusage ok long 2 int who struct rusage * ru - - - -
365 wait4 ok long 4 pid_t upid int * stat_addr int options struct rusage * ru - -
366 adjtimex ok long 1 struct __kernel_timex * txc_p - - - - -
367 getcwd ok long 2 char * buf unsigned long size - - - -
368 capget ok long 2 cap_user_header_t header cap_user_data_t dataptr - - - -
369 capset ok long 2 cap_user_header_t header const cap_user_data_t data - - - -
370 sendfile ok long 4 int out_fd int in_fd off_t * offset size_t count - -
371 setresgid ok long 3 gid_t rgid gid_t egid gid_t sgid - - -
372 getresgid ok long 3 gid_t * rgidp gid_t * egidp gid_t * sgidp - - -
374 pivot_root ok long 2 const char * new_root const char * put_old - - - -
375 mincore ok long 3 unsigned long start size_t len unsigned char * vec - - -
376 pciconfig_iobase ok long 3 long which unsigned long bus unsigned long dfn - - -
377 getdents64 ok long 3 unsigned int fd struct linux_dirent64 * dirent unsigned int count - - -
378 gettid ok long 0 - - - - - -
379 readahead ok long 3 int fd loff_t offset size_t count - - -
381 tkill ok long 2 pid_t pid int sig - - - -
382 setxattr ok long 5 const char * pathname const char * name const void * value size_t size int flags -
383 lsetxattr ok long 5 const char * pathname const char * name const void * value size_t size int flags -
384 fsetxattr ok long 5 int fd const char * name const void * value size_t size int flags -
385 getxattr ok long 4 const char * pathname const char * name void * value size_t size - -
386 lgetxattr ok long 4 const char * pathname const char * name void * value size_t size - -
387 fgetxattr ok long 4 int fd const char * name void * value size_t size - -
388 listxattr ok long 3 const char * pathname char * list size_t size - - -
389 llistxattr ok long 3 const char * pathname char * list size_t size - - -
390 flistxattr ok long 3 int fd char * list size_t size - - -
391 removexattr ok long 2 const char * pathname const char * name - - - -
392 lremovexattr ok long 2 const char * pathname const char * name - - - -
393 fremovexattr ok long 2 int fd const char * name - - - -
394 futex ok long 6 u32 * uaddr int op u32 val const struct __kernel_timespec * utime u32 * uaddr2 u32 val3
395 sched_setaffinity ok long 3 pid_t pid unsigned int len unsigned long * user_mask_ptr - - -
396 sched_getaffinity ok long 3 pid_t pid unsigned int len unsigned long * user_mask_ptr - - -
398 io_setup ok long 2 unsigned nr_events aio_context_t * ctxp - - - -
399 io_destroy ok long 1 aio_context_t ctx - - - - -
400 io_getevents ok long 5 aio_context_t ctx_id long min_nr long nr struct io_event * events struct __kernel_timespec * timeout -
401 io_submit ok long 3 aio_context_t ctx_id long nr struct iocb * * iocbpp - - -
402 io_cancel ok long 3 aio_context_t ctx_id struct iocb * iocb struct io_event * result - - -
405 exit_group ok long 1 int error_code - - - - -
407 epoll_create ok long 1 int size - - - - -
408 epoll_ctl ok long 4 int epfd int op int fd struct epoll_event * event - -
409 epoll_wait ok long 4 int epfd struct epoll_event * events int maxevents int timeout - -
410 remap_file_pages ok long 5 unsigned long start unsigned long size unsigned long prot unsigned long pgoff unsigned long flags -
411 set_tid_address ok long 1 int * tidptr - - - - -
412 restart_syscall ok long 0 - - - - - -
413 fadvise64 ok long 4 int fd loff_t offset size_t len int advice - -
414 timer_create ok long 3 const clockid_t which_clock struct sigevent * timer_event_spec timer_t * created_timer_id - - -
415 timer_settime ok long 4 timer_t timer_id int flags const struct __kernel_itimerspec * new_setting struct __kernel_itimerspec * old_setting - -
416 timer_gettime ok long 2 timer_t timer_id struct __kernel_itimerspec * setting - - - -
417 timer_getoverrun ok long 1 timer_t timer_id - - - - -
418 timer_delete ok long 1 timer_t timer_id - - - - -
419 clock_settime ok long 2 const clockid_t which_clock const struct __kernel_timespec * tp - - - -
420 clock_gettime ok long 2 const clockid_t which_clock struct __kernel_timespec * tp - - - -
421 clock_getres ok long 2 const clockid_t which_clock struct __kernel_timespec * tp - - - -
422 clock_nanosleep ok long 4 const clockid_t which_clock int flags const struct __kernel_timespec * rqtp struct __kernel_timespec * rmtp - -
423 semtimedop ok long 4 int semid struct sembuf * tsops unsigned int nsops const struct __kernel_timespec * timeout - -
424 tgkill ok long 3 pid_t tgid pid_t pid int sig - - -
425 stat64 ok long 2 const char * filename struct stat64 * statbuf - - - -
426 lstat64 ok long 2 const char * filename struct stat64 * statbuf - - - -
427 fstat64 ok long 2 unsigned long fd struct stat64 * statbuf - - - -
432 mq_open ok long 4 const char * u_name int oflag umode_t mode struct mq_attr * u_attr - -
433 mq_unlink ok long 1 const char * u_name - - - - -
434 mq_timedsend ok long 5 mqd_t mqdes const char * u_msg_ptr size_t msg_len unsigned int msg_prio const struct __kernel_timespec * u_abs_timeout -
435 mq_timedreceive ok long 5 mqd_t mqdes char * u_msg_ptr size_t msg_len unsigned int * u_msg_prio const struct __kernel_timespec * u_abs_timeout -
436 mq_notify ok long 2 mqd_t mqdes const struct sigevent * u_notification - - - -
437 mq_getsetattr ok long 3 mqd_t mqdes const struct mq_attr * u_mqstat struct mq_attr * u_omqstat - - -
438 waitid ok long 5 int which pid_t upid struct siginfo * infop int options struct rusage * ru -
439 add_key ok long 5 const char * _type const char * _description const void * _payload size_t plen key_serial_t ringid -
440 request_key ok long 4 const char * _type const char * _description const char * _callout_info key_serial_t destringid - -
441 keyctl ok long 5 int option unsigned long arg2 unsigned long arg3 unsigned long arg4 unsigned long arg5 -
442 ioprio_set ok long 3 int which int who int ioprio - - -
443 ioprio_get ok long 2 int which int who - - - -
444 inotify_init ok long 0 - - - - - -
445 inotify_add_watch ok long 3 int fd const char * pathname u32 mask - - -
446 inotify_rm_watch ok long 2 int fd __s32 wd - - - -
447 fdatasync ok long 1 unsigned int fd - - - - -
448 kexec_load ok long 4 unsigned long entry unsigned long nr_segments struct kexec_segment * segments unsigned long flags - -
449 migrate_pages ok long 4 pid_t pid unsigned long maxnode const unsigned long * old_nodes const unsigned long * new_nodes - -
450 openat ok long 4 int dfd const char * filename int flags umode_t mode - -
451 mkdirat ok long 3 int dfd const char * pathname umode_t mode - - -
452 mknodat ok long 4 int dfd const char * filename umode_t mode unsigned int dev - -
453 fchownat ok long 5 int dfd const char * filename uid_t user gid_t group int flag -
454 futimesat ok long 3 int dfd const char * filename struct __kernel_old_timeval * utimes - - -
455 fstatat64 ok long 4 int dfd const char * filename struct stat64 * statbuf int flag - -
456 unlinkat ok long 3 int dfd const char * pathname int flag - - -
457 renameat ok long 4 int olddfd const char * oldname int newdfd const char * newname - -
458 linkat ok long 5 int olddfd const char * oldname int newdfd const char * newname int flags -
459 symlinkat ok long 3 const char * oldname int newdfd const char * newname - - -
460 readlinkat ok long 4 int dfd const char * pathname char * buf int bufsiz - -
461 fchmodat ok long 3 int dfd const char * filename umode_t mode - - -
462 faccessat ok long 3 int dfd const char * filename int mode - - -
463 pselect6 ok long 6 int n fd_set * inp fd_set * outp fd_set * exp struct __kernel_timespec * tsp void * sig
464 ppoll ok long 5 struct pollfd * ufds unsigned int nfds struct __kernel_timespec * tsp const sigset_t * sigmask size_t sigsetsize -
465 unshare ok long 1 unsigned long unshare_flags - - - - -
466 set_robust_list ok long 2 struct robust_list_head * head size_t len - - - -
467 get_robust_list ok long 3 int pid struct robust_list_head * * head_ptr size_t * len_ptr - - -
468 splice ok long 6 int fd_in loff_t * off_in int fd_out loff_t * off_out size_t len unsigned int flags
469 sync_file_range ok long 4 int fd loff_t offset loff_t nbytes unsigned int flags - -
470 tee ok long 4 int fdin int fdout size_t len unsigned int flags - -
471 vmsplice ok long 4 int fd const struct iovec * uiov unsigned long nr_segs unsigned int flags - -
472 move_pages ok long 6 pid_t pid unsigned long nr_pages const void * * pages const int * nodes int * status int flags
473 getcpu ok long 3 unsigned * cpup unsigned * nodep struct getcpu_cache * unused - - -
474 epoll_pwait ok long 6 int epfd struct epoll_event * events int maxevents int timeout const sigset_t * sigmask size_t sigsetsize
475 utimensat ok long 4 int dfd const char * filename struct __kernel_timespec * utimes int flags - -
476 signalfd ok long 3 int ufd sigset_t * user_mask size_t sizemask - - -
478 eventfd ok long 1 unsigned int count - - - - -
479 recvmmsg ok long 5 int fd struct mmsghdr * mmsg unsigned int vlen unsigned int flags struct __kernel_timespec * timeout -
480 fallocate ok long 4 int fd int mode loff_t offset loff_t len - -
481 timerfd_create ok long 2 int clockid int flags - - - -
482 timerfd_settime ok long 4 int ufd int flags const struct __kernel_itimerspec * utmr struct __kernel_itimerspec * otmr - -
483 timerfd_gettime ok long 2 int ufd struct __kernel_itimerspec * otmr - - - -
484 signalfd4 ok long 4 int ufd sigset_t * user_mask size_t sizemask int flags - -
485 eventfd2 ok long 2 unsigned int count int flags - - - -
486 epoll_create1 ok long 1 int flags - - - - -
487 dup3 ok long 3 unsigned int oldfd unsigned int newfd int flags - - -
488 pipe2 ok long 2 int * fildes int flags - - - -
489 inotify_init1 ok long 1 int flags - - - - -
490 preadv ok long 5 unsigned long fd const struct iovec * vec unsigned long vlen unsigned long pos_l unsigned long pos_h -
491 pwritev ok long 5 unsigned long fd const struct iovec * vec unsigned long vlen unsigned long pos_l unsigned long pos_h -
492 rt_tgsigqueueinfo ok long 4 pid_t tgid pid_t pid int sig siginfo_t * uinfo - -
493 perf_event_open ok long 5 struct perf_event_attr * attr_uptr pid_t pid int cpu int group_fd unsigned long flags -
494 fanotify_init ok long 2 unsigned int flags unsigned int event_f_flags - - - -
495 fanotify_mark ok long 5 int fanotify_fd unsigned int flags __u64 mask int dfd const char * pathname -
496 prlimit64 ok long 4 pid_t pid unsigned int resource const struct rlimit64 * new_rlim struct rlimit64 * old_rlim - -
497 name_to_handle_at ok long 5 int dfd const char * name struct file_handle * handle int * mnt_id int flag -
498 open_by_handle_at ok long 3 int mountdirfd struct file_handle * handle int flags - - -
499 clock_adjtime ok long 2 const clockid_t which_clock struct __kernel_timex * utx - - - -
500 syncfs ok long 1 int fd - - - - -
501 setns ok long 2 int fd int flags - - - -
502 accept4 ok long 4 int fd struct sockaddr * upeer_sockaddr int * upeer_addrlen int flags - -
503 sendmmsg ok long 4 int fd struct mmsghdr * mmsg unsigned int vlen unsigned int flags - -
504 process_vm_readv ok long 6 pid_t pid const struct iovec * lvec unsigned long liovcnt const struct iovec * rvec unsigned long riovcnt unsigned long flags
505 process_vm_writev ok long 6 pid_t pid const struct iovec * lvec unsigned long liovcnt const struct iovec * rvec unsigned long riovcnt unsigned long flags
506 kcmp ok long 5 pid_t pid1 pid_t pid2 int type unsigned long idx1 unsigned long idx2 -
507 finit_module ok long 3 int fd const char * uargs int flags - - -
508 sched_setattr ok long 3 pid_t pid struct sched_attr * uattr unsigned int flags - - -
509 sched_getattr ok long 4 pid_t pid struct sched_attr * uattr unsigned int usize unsigned int flags - -
510 renameat2 ok long 5 int olddfd const char * oldname int newdfd const char * newname unsigned int flags -
511 getrandom ok long 3 char * ubuf size_t len unsigned int flags - - -
512 memfd_create ok long 2 const char * uname unsigned int flags - - - -
513 execveat ok long 5 int fd const char * filename const char * const * argv const char * const * envp int flags -
514 seccomp ok long 3 unsigned int op unsigned int flags void * uargs - - -
515 bpf ok long 3 int cmd union bpf_attr * uattr unsigned int size - - -
516 userfaultfd ok long 1 int flags - - - - -
517 membarrier ok long 3 int cmd unsigned int flags int cpu_id - - -
518 mlock2 ok long 3 unsigned long start size_t len int flags - - -
519 copy_file_range ok long 6 int fd_in loff_t * off_in int fd_out loff_t * off_out size_t len unsigned int flags
520 preadv2 ok long 6 unsigned long fd const struct iovec * vec unsigned long vlen unsigned long pos_l unsigned long pos_h rwf_t flags
521 pwritev2 ok long 6 unsigned long fd const struct iovec * vec unsigned long vlen unsigned long pos_l unsigned long pos_h rwf_t flags
522 statx ok long 5 int dfd const char * filename unsigned flags unsigned int mask struct statx * buffer -
523 io_pgetevents ok long 6 aio_context_t ctx_id long min_nr long nr struct io_event * events struct __kernel_timespec * timeout const struct __aio_sigset * usig
524 pkey_mprotect ok long 4 unsigned long start size_t len unsigned long prot int pkey - -
525 pkey_alloc ok long 2 unsigned long flags unsigned long init_val - - - -
526 pkey_free ok long 1 int pkey - - - - -
527 rseq ok long 4 struct rseq * rseq u32 rseq_len int flags u32 sig - -
528 statfs64 ok long 3 const char * pathname size_t sz struct statfs64 * buf - - -
529 fstatfs64 ok long 3 unsigned int fd size_t sz struct statfs64 * buf - - -
530 getegid ok long 0 - - - - - -
531 geteuid ok long 0 - - - - - -
532 getppid ok long 0 - - - - - -
534 pidfd_send_signal ok long 4 int pidfd int sig siginfo_t * info unsigned int flags - -
535 io_uring_setup ok long 2 u32 entries struct io_uring_params * params - - - -
536 io_uring_enter ok long 6 unsigned int fd u32 to_submit u32 min_complete u32 flags const void * argp size_t argsz
537 io_uring_register ok long 4 unsigned int fd unsigned int opcode void * arg unsigned int nr_args - -
538 open_tree ok long 3 int dfd const char * filename unsigned flags - - -
539 move_mount ok long 5 int from_dfd const char * from_pathname int to_dfd const char * to_pathname unsigned int flags -
540 fsopen ok long 2 const char * _fs_name unsigned int flags - - - -
541 fsconfig ok long 5 int fd unsigned int cmd const char * _key const void * _value int aux -
542 fsmount ok long 3 int fs_fd unsigned int flags unsigned int attr_flags - - -
543 fspick ok long 3 int dfd const char * path unsigned int flags - - -
544 pidfd_open ok long 2 pid_t pid unsigned int flags - - - -
545 clone3 ok long 2 struct clone_args * uargs size_t size - - - -
546 close_range ok long 3 unsigned int fd unsigned int max_fd unsigned int flags - - -
547 openat2 ok long 4 int dfd const char * filename struct open_how * how size_t usize - -
548 pidfd_getfd ok long 3 int pidfd int fd unsigned int flags - - -
549 faccessat2 ok long 4 int dfd const char * filename int mode int flags - -
550 process_madvise ok long 5 int pidfd const struct iovec * vec size_t vlen int behavior unsigned int flags -
551 epoll_pwait2 ok long 6 int epfd struct epoll_event * events int maxevents const struct __kernel_timespec * timeout const sigset_t * sigmask size_t sigsetsize
552 mount_setattr ok long 5 int dfd const char * path unsigned int flags struct mount_attr * uattr size_t usize -
553 quotactl_fd ok long 4 unsigned int fd unsigned int cmd qid_t id void * addr - -
554 landlock_create_ruleset ok long 3 const struct landlock_ruleset_attr * const attr const size_t size const __u32 flags - - -
555 landlock_add_rule ok long 4 const int ruleset_fd const enum landlock_rule_type rule_type const void * const rule_attr const __u32 flags - -
556 landlock_restrict_self ok long 2 const int ruleset_fd const __u32 flags - - - -
558 process_mrelease ok long 2 int pidfd unsigned int flags - - - -
559 futex_waitv ok long 5 struct futex_waitv * waiters unsigned int nr_futexes unsigned int flags struct __kernel_timespec * timeout clockid_t clockid -
561 cachestat ok long 4 unsigned int fd struct cachestat_range * cstat_range struct cachestat * cstat unsigned int flags - -
562 fchmodat2 ok long 4 int dfd const char * filename umode_t mode unsigned int flags - -
563 map_shadow_stack ok long 3 unsigned long addr unsigned long size unsigned int flags - - -
564 futex_wake ok long 4 void * uaddr unsigned long mask int nr unsigned int flags - -
565 futex_wait ok long 6 void * uaddr unsigned long val unsigned long mask unsigned int flags struct __kernel_timespec * timeout clockid_t clockid
566 futex_requeue ok long 4 struct futex_waitv * waiters unsigned int flags int nr_wake int nr_requeue - -
567 statmount ok long 4 const struct mnt_id_req * req struct statmount * buf size_t bufsize unsigned int flags - -
568 listmount ok long 4 const struct mnt_id_req * req u64 * mnt_ids size_t nr_mnt_ids unsigned int flags - -
569 lsm_get_self_attr ok long 4 unsigned int attr struct lsm_ctx * ctx u32 * size u32 flags - -
570 lsm_set_self_attr ok long 4 unsigned int attr struct lsm_ctx * ctx u32 size u32 flags - -
571 lsm_list_modules ok long 3 u64 * ids u32 * size u32 flags - - -
572 mseal ok long 3 unsigned long start size_t len unsigned long flags - - -