Lines Matching defs:p

22 		const struct linux_sys_exit_args *p = params;
23 iarg[0] = SCARG(p, rval); /* int */
34 const struct sys_read_args *p = params;
35 iarg[0] = SCARG(p, fd); /* int */
36 uarg[1] = (intptr_t) SCARG(p, buf); /* void * */
37 uarg[2] = SCARG(p, nbyte); /* size_t */
43 const struct sys_write_args *p = params;
44 iarg[0] = SCARG(p, fd); /* int */
45 uarg[1] = (intptr_t) SCARG(p, buf); /* const void * */
46 uarg[2] = SCARG(p, nbyte); /* size_t */
52 const struct linux_sys_open_args *p = params;
53 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
54 iarg[1] = SCARG(p, flags); /* int */
55 iarg[2] = SCARG(p, mode); /* linux_umode_t */
61 const struct sys_close_args *p = params;
62 iarg[0] = SCARG(p, fd); /* int */
68 const struct linux_sys_waitpid_args *p = params;
69 iarg[0] = SCARG(p, pid); /* int */
70 uarg[1] = (intptr_t) SCARG(p, status); /* int * */
71 iarg[2] = SCARG(p, options); /* int */
77 const struct linux_sys_creat_args *p = params;
78 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
79 iarg[1] = SCARG(p, mode); /* linux_umode_t */
85 const struct sys_link_args *p = params;
86 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
87 uarg[1] = (intptr_t) SCARG(p, link); /* const char * */
93 const struct linux_sys_unlink_args *p = params;
94 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
100 const struct sys_execve_args *p = params;
101 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
102 uarg[1] = (intptr_t) SCARG(p, argp); /* char ** */
103 uarg[2] = (intptr_t) SCARG(p, envp); /* char ** */
109 const struct sys_chdir_args *p = params;
110 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
116 const struct linux_sys_time_args *p = params;
117 uarg[0] = (intptr_t) SCARG(p, t); /* linux_time_t * */
123 const struct linux_sys_mknod_args *p = params;
124 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
125 iarg[1] = SCARG(p, mode); /* linux_umode_t */
126 uarg[2] = SCARG(p, dev); /* unsigned */
132 const struct sys_chmod_args *p = params;
133 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
134 iarg[1] = SCARG(p, mode); /* linux_umode_t */
140 const struct linux_sys_lchown16_args *p = params;
141 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
142 iarg[1] = SCARG(p, uid); /* linux_uid16_t */
143 iarg[2] = SCARG(p, gid); /* linux_gid16_t */
149 const struct linux_sys_break_args *p = params;
150 uarg[0] = (intptr_t) SCARG(p, nsize); /* char * */
156 const struct compat_43_sys_lseek_args *p = params;
157 iarg[0] = SCARG(p, fd); /* int */
158 iarg[1] = SCARG(p, offset); /* long */
159 iarg[2] = SCARG(p, whence); /* int */
170 const struct sys_setuid_args *p = params;
171 uarg[0] = SCARG(p, uid); /* uid_t */
182 const struct linux_sys_stime_args *p = params;
183 uarg[0] = (intptr_t) SCARG(p, t); /* linux_time_t * */
189 const struct linux_sys_ptrace_args *p = params;
190 iarg[0] = SCARG(p, request); /* int */
191 iarg[1] = SCARG(p, pid); /* int */
192 iarg[2] = SCARG(p, addr); /* int */
193 iarg[3] = SCARG(p, data); /* int */
199 const struct linux_sys_alarm_args *p = params;
200 uarg[0] = SCARG(p, secs); /* unsigned int */
211 const struct linux_sys_utime_args *p = params;
212 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
213 uarg[1] = (intptr_t) SCARG(p, times); /* struct linux_utimbuf * */
219 const struct sys_access_args *p = params;
220 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
221 iarg[1] = SCARG(p, flags); /* int */
227 const struct linux_sys_nice_args *p = params;
228 iarg[0] = SCARG(p, incr); /* int */
239 const struct linux_sys_kill_args *p = params;
240 iarg[0] = SCARG(p, pid); /* int */
241 iarg[1] = SCARG(p, signum); /* int */
247 const struct sys___posix_rename_args *p = params;
248 uarg[0] = (intptr_t) SCARG(p, from); /* const char * */
249 uarg[1] = (intptr_t) SCARG(p, to); /* const char * */
255 const struct sys_mkdir_args *p = params;
256 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
257 iarg[1] = SCARG(p, mode); /* linux_umode_t */
263 const struct sys_rmdir_args *p = params;
264 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
270 const struct sys_dup_args *p = params;
271 iarg[0] = SCARG(p, fd); /* int */
277 const struct linux_sys_pipe_args *p = params;
278 uarg[0] = (intptr_t) SCARG(p, pfds); /* int * */
284 const struct linux_sys_times_args *p = params;
285 uarg[0] = (intptr_t) SCARG(p, tms); /* struct times * */
291 const struct linux_sys_brk_args *p = params;
292 uarg[0] = (intptr_t) SCARG(p, nsize); /* char * */
298 const struct sys_setgid_args *p = params;
299 iarg[0] = SCARG(p, gid); /* gid_t */
310 const struct linux_sys_signal_args *p = params;
311 iarg[0] = SCARG(p, signum); /* int */
312 uarg[1] = (intptr_t) SCARG(p, handler); /* linux_handler_t */
328 const struct sys_acct_args *p = params;
329 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
335 const struct linux_sys_ioctl_args *p = params;
336 iarg[0] = SCARG(p, fd); /* int */
337 uarg[1] = SCARG(p, com); /* u_long */
338 uarg[2] = (intptr_t) SCARG(p, data); /* void * */
344 const struct linux_sys_fcntl_args *p = params;
345 iarg[0] = SCARG(p, fd); /* int */
346 iarg[1] = SCARG(p, cmd); /* int */
347 uarg[2] = (intptr_t) SCARG(p, arg); /* void * */
353 const struct sys_setpgid_args *p = params;
354 iarg[0] = SCARG(p, pid); /* int */
355 iarg[1] = SCARG(p, pgid); /* int */
361 const struct linux_sys_oldolduname_args *p = params;
362 uarg[0] = (intptr_t) SCARG(p, up); /* struct linux_oldold_utsname * */
368 const struct sys_umask_args *p = params;
369 iarg[0] = SCARG(p, newmask); /* int */
375 const struct sys_chroot_args *p = params;
376 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
382 const struct sys_dup2_args *p = params;
383 iarg[0] = SCARG(p, from); /* int */
384 iarg[1] = SCARG(p, to); /* int */
405 const struct linux_sys_sigaction_args *p = params;
406 iarg[0] = SCARG(p, signum); /* int */
407 uarg[1] = (intptr_t) SCARG(p, nsa); /* const struct linux_old_sigaction * */
408 uarg[2] = (intptr_t) SCARG(p, osa); /* struct linux_old_sigaction * */
419 const struct linux_sys_sigsetmask_args *p = params;
420 iarg[0] = SCARG(p, mask); /* linux_old_sigset_t */
426 const struct linux_sys_setreuid16_args *p = params;
427 iarg[0] = SCARG(p, ruid); /* linux_uid16_t */
428 iarg[1] = SCARG(p, euid); /* linux_uid16_t */
434 const struct linux_sys_setregid16_args *p = params;
435 iarg[0] = SCARG(p, rgid); /* linux_gid16_t */
436 iarg[1] = SCARG(p, egid); /* linux_gid16_t */
442 const struct linux_sys_sigsuspend_args *p = params;
443 uarg[0] = (intptr_t) SCARG(p, restart); /* void * */
444 iarg[1] = SCARG(p, oldmask); /* int */
445 iarg[2] = SCARG(p, mask); /* int */
451 const struct linux_sys_sigpending_args *p = params;
452 uarg[0] = (intptr_t) SCARG(p, set); /* linux_old_sigset_t * */
458 const struct compat_43_sys_sethostname_args *p = params;
459 uarg[0] = (intptr_t) SCARG(p, hostname); /* char * */
460 uarg[1] = SCARG(p, len); /* u_int */
466 const struct linux_sys_setrlimit_args *p = params;
467 uarg[0] = SCARG(p, which); /* u_int */
468 uarg[1] = (intptr_t) SCARG(p, rlp); /* struct orlimit * */
474 const struct linux_sys_getrlimit_args *p = params;
475 uarg[0] = SCARG(p, which); /* u_int */
476 uarg[1] = (intptr_t) SCARG(p, rlp); /* struct orlimit * */
482 const struct compat_50_sys_getrusage_args *p = params;
483 iarg[0] = SCARG(p, who); /* int */
484 uarg[1] = (intptr_t) SCARG(p, rusage); /* struct rusage50 * */
490 const struct linux_sys_gettimeofday_args *p = params;
491 uarg[0] = (intptr_t) SCARG(p, tp); /* struct timeval50 * */
492 uarg[1] = (intptr_t) SCARG(p, tzp); /* struct timezone * */
498 const struct linux_sys_settimeofday_args *p = params;
499 uarg[0] = (intptr_t) SCARG(p, tp); /* struct timeval50 * */
500 uarg[1] = (intptr_t) SCARG(p, tzp); /* struct timezone * */
506 const struct linux_sys_getgroups16_args *p = params;
507 iarg[0] = SCARG(p, gidsetsize); /* int */
508 uarg[1] = (intptr_t) SCARG(p, gidset); /* linux_gid16_t * */
514 const struct linux_sys_setgroups16_args *p = params;
515 iarg[0] = SCARG(p, gidsetsize); /* int */
516 uarg[1] = (intptr_t) SCARG(p, gidset); /* linux_gid16_t * */
522 const struct linux_sys_oldselect_args *p = params;
523 uarg[0] = (intptr_t) SCARG(p, lsp); /* struct linux_oldselect * */
529 const struct sys_symlink_args *p = params;
530 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
531 uarg[1] = (intptr_t) SCARG(p, link); /* const char * */
537 const struct compat_43_sys_lstat_args *p = params;
538 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
539 uarg[1] = (intptr_t) SCARG(p, ub); /* struct stat43 * */
545 const struct sys_readlink_args *p = params;
546 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
547 uarg[1] = (intptr_t) SCARG(p, buf); /* char * */
548 iarg[2] = SCARG(p, count); /* int */
555 const struct linux_sys_uselib_args *p = params;
556 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
564 const struct linux_sys_swapon_args *p = params;
565 uarg[0] = (intptr_t) SCARG(p, name); /* char * */
571 const struct linux_sys_reboot_args *p = params;
572 iarg[0] = SCARG(p, magic1); /* int */
573 iarg[1] = SCARG(p, magic2); /* int */
574 iarg[2] = SCARG(p, cmd); /* int */
575 uarg[3] = (intptr_t) SCARG(p, arg); /* void * */
581 const struct linux_sys_readdir_args *p = params;
582 iarg[0] = SCARG(p, fd); /* int */
583 uarg[1] = (intptr_t) SCARG(p, dent); /* void * */
584 uarg[2] = SCARG(p, count); /* unsigned int */
590 const struct linux_sys_old_mmap_args *p = params;
591 uarg[0] = (intptr_t) SCARG(p, lmp); /* struct linux_oldmmap * */
597 const struct sys_munmap_args *p = params;
598 uarg[0] = (intptr_t) SCARG(p, addr); /* void * */
599 uarg[1] = SCARG(p, len); /* size_t */
605 const struct compat_43_sys_truncate_args *p = params;
606 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
607 iarg[1] = SCARG(p, length); /* long */
613 const struct compat_43_sys_ftruncate_args *p = params;
614 iarg[0] = SCARG(p, fd); /* int */
615 iarg[1] = SCARG(p, length); /* long */
621 const struct sys_fchmod_args *p = params;
622 iarg[0] = SCARG(p, fd); /* int */
623 iarg[1] = SCARG(p, mode); /* linux_umode_t */
629 const struct linux_sys_fchown16_args *p = params;
630 iarg[0] = SCARG(p, fd); /* int */
631 iarg[1] = SCARG(p, uid); /* linux_uid16_t */
632 iarg[2] = SCARG(p, gid); /* linux_gid16_t */
638 const struct linux_sys_getpriority_args *p = params;
639 iarg[0] = SCARG(p, which); /* int */
640 iarg[1] = SCARG(p, who); /* int */
646 const struct sys_setpriority_args *p = params;
647 iarg[0] = SCARG(p, which); /* int */
648 iarg[1] = SCARG(p, who); /* int */
649 iarg[2] = SCARG(p, prio); /* int */
655 const struct sys_profil_args *p = params;
656 uarg[0] = (intptr_t) SCARG(p, samples); /* void * */
657 uarg[1] = SCARG(p, size); /* u_int */
658 uarg[2] = SCARG(p, offset); /* u_int */
659 uarg[3] = SCARG(p, scale); /* u_int */
665 const struct linux_sys_statfs_args *p = params;
666 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
667 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_statfs * */
673 const struct linux_sys_fstatfs_args *p = params;
674 iarg[0] = SCARG(p, fd); /* int */
675 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_statfs * */
681 const struct linux_sys_ioperm_args *p = params;
682 uarg[0] = SCARG(p, lo); /* unsigned int */
683 uarg[1] = SCARG(p, hi); /* unsigned int */
684 iarg[2] = SCARG(p, val); /* int */
690 const struct linux_sys_socketcall_args *p = params;
691 iarg[0] = SCARG(p, what); /* int */
692 uarg[1] = (intptr_t) SCARG(p, args); /* void * */
698 const struct compat_50_sys_setitimer_args *p = params;
699 iarg[0] = SCARG(p, which); /* int */
700 uarg[1] = (intptr_t) SCARG(p, itv); /* struct itimerval50 * */
701 uarg[2] = (intptr_t) SCARG(p, oitv); /* struct itimerval50 * */
707 const struct compat_50_sys_getitimer_args *p = params;
708 iarg[0] = SCARG(p, which); /* int */
709 uarg[1] = (intptr_t) SCARG(p, itv); /* struct itimerval50 * */
715 const struct linux_sys_stat_args *p = params;
716 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
717 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_stat * */
723 const struct linux_sys_lstat_args *p = params;
724 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
725 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_stat * */
731 const struct linux_sys_fstat_args *p = params;
732 iarg[0] = SCARG(p, fd); /* int */
733 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_stat * */
739 const struct linux_sys_olduname_args *p = params;
740 uarg[0] = (intptr_t) SCARG(p, up); /* struct linux_old_utsname * */
746 const struct linux_sys_iopl_args *p = params;
747 iarg[0] = SCARG(p, level); /* int */
753 const struct linux_sys_wait4_args *p = params;
754 iarg[0] = SCARG(p, pid); /* int */
755 uarg[1] = (intptr_t) SCARG(p, status); /* int * */
756 iarg[2] = SCARG(p, options); /* int */
757 uarg[3] = (intptr_t) SCARG(p, rusage); /* struct rusage50 * */
763 const struct linux_sys_swapoff_args *p = params;
764 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
770 const struct linux_sys_sysinfo_args *p = params;
771 uarg[0] = (intptr_t) SCARG(p, arg); /* struct linux_sysinfo * */
777 const struct linux_sys_ipc_args *p = params;
778 iarg[0] = SCARG(p, what); /* int */
779 iarg[1] = SCARG(p, a1); /* int */
780 iarg[2] = SCARG(p, a2); /* int */
781 iarg[3] = SCARG(p, a3); /* int */
782 uarg[4] = (intptr_t) SCARG(p, ptr); /* void * */
788 const struct sys_fsync_args *p = params;
789 iarg[0] = SCARG(p, fd); /* int */
795 const struct linux_sys_sigreturn_args *p = params;
796 uarg[0] = (intptr_t) SCARG(p, scp); /* struct linux_sigcontext * */
802 const struct linux_sys_clone_args *p = params;
803 iarg[0] = SCARG(p, flags); /* int */
804 uarg[1] = (intptr_t) SCARG(p, stack); /* void * */
805 uarg[2] = (intptr_t) SCARG(p, parent_tidptr); /* void * */
806 uarg[3] = (intptr_t) SCARG(p, tls); /* void * */
807 uarg[4] = (intptr_t) SCARG(p, child_tidptr); /* void * */
813 const struct linux_sys_setdomainname_args *p = params;
814 uarg[0] = (intptr_t) SCARG(p, domainname); /* char * */
815 iarg[1] = SCARG(p, len); /* int */
821 const struct linux_sys_uname_args *p = params;
822 uarg[0] = (intptr_t) SCARG(p, up); /* struct linux_utsname * */
828 const struct linux_sys_modify_ldt_args *p = params;
829 iarg[0] = SCARG(p, func); /* int */
830 uarg[1] = (intptr_t) SCARG(p, ptr); /* void * */
831 uarg[2] = SCARG(p, bytecount); /* size_t */
837 const struct linux_sys_mprotect_args *p = params;
838 uarg[0] = (intptr_t) SCARG(p, start); /* const void * */
839 uarg[1] = SCARG(p, len); /* unsigned long */
840 iarg[2] = SCARG(p, prot); /* int */
846 const struct linux_sys_sigprocmask_args *p = params;
847 iarg[0] = SCARG(p, how); /* int */
848 uarg[1] = (intptr_t) SCARG(p, set); /* const linux_old_sigset_t * */
849 uarg[2] = (intptr_t) SCARG(p, oset); /* linux_old_sigset_t * */
855 const struct sys_getpgid_args *p = params;
856 iarg[0] = SCARG(p, pid); /* pid_t */
862 const struct sys_fchdir_args *p = params;
863 iarg[0] = SCARG(p, fd); /* int */
869 const struct linux_sys_personality_args *p = params;
870 uarg[0] = SCARG(p, per); /* unsigned long */
876 const struct linux_sys_setfsuid_args *p = params;
877 uarg[0] = SCARG(p, uid); /* uid_t */
883 const struct linux_sys_setfsgid_args *p = params;
884 iarg[0] = SCARG(p, gid); /* gid_t */
890 const struct linux_sys_llseek_args *p = params;
891 iarg[0] = SCARG(p, fd); /* int */
892 uarg[1] = SCARG(p, ohigh); /* u_int32_t */
893 uarg[2] = SCARG(p, olow); /* u_int32_t */
894 uarg[3] = (intptr_t) SCARG(p, res); /* void * */
895 iarg[4] = SCARG(p, whence); /* int */
901 const struct linux_sys_getdents_args *p = params;
902 iarg[0] = SCARG(p, fd); /* int */
903 uarg[1] = (intptr_t) SCARG(p, dent); /* struct linux_dirent * */
904 uarg[2] = SCARG(p, count); /* unsigned int */
910 const struct linux_sys_select_args *p = params;
911 iarg[0] = SCARG(p, nfds); /* int */
912 uarg[1] = (intptr_t) SCARG(p, readfds); /* fd_set * */
913 uarg[2] = (intptr_t) SCARG(p, writefds); /* fd_set * */
914 uarg[3] = (intptr_t) SCARG(p, exceptfds); /* fd_set * */
915 uarg[4] = (intptr_t) SCARG(p, timeout); /* struct timeval50 * */
921 const struct sys_flock_args *p = params;
922 iarg[0] = SCARG(p, fd); /* int */
923 iarg[1] = SCARG(p, how); /* int */
929 const struct sys___msync13_args *p = params;
930 uarg[0] = (intptr_t) SCARG(p, addr); /* void * */
931 uarg[1] = SCARG(p, len); /* size_t */
932 iarg[2] = SCARG(p, flags); /* int */
938 const struct sys_readv_args *p = params;
939 iarg[0] = SCARG(p, fd); /* int */
940 uarg[1] = (intptr_t) SCARG(p, iovp); /* const struct iovec * */
941 iarg[2] = SCARG(p, iovcnt); /* int */
947 const struct sys_writev_args *p = params;
948 iarg[0] = SCARG(p, fd); /* int */
949 uarg[1] = (intptr_t) SCARG(p, iovp); /* const struct iovec * */
950 iarg[2] = SCARG(p, iovcnt); /* int */
956 const struct sys_getsid_args *p = params;
957 iarg[0] = SCARG(p, pid); /* pid_t */
963 const struct linux_sys_fdatasync_args *p = params;
964 iarg[0] = SCARG(p, fd); /* int */
970 const struct linux_sys___sysctl_args *p = params;
971 uarg[0] = (intptr_t) SCARG(p, lsp); /* struct linux___sysctl * */
977 const struct sys_mlock_args *p = params;
978 uarg[0] = (intptr_t) SCARG(p, addr); /* void * */
979 uarg[1] = SCARG(p, len); /* size_t */
985 const struct sys_munlock_args *p = params;
986 uarg[0] = (intptr_t) SCARG(p, addr); /* void * */
987 uarg[1] = SCARG(p, len); /* size_t */
993 const struct sys_mlockall_args *p = params;
994 iarg[0] = SCARG(p, flags); /* int */
1005 const struct linux_sys_sched_setparam_args *p = params;
1006 iarg[0] = SCARG(p, pid); /* pid_t */
1007 uarg[1] = (intptr_t) SCARG(p, sp); /* const struct linux_sched_param * */
1013 const struct linux_sys_sched_getparam_args *p = params;
1014 iarg[0] = SCARG(p, pid); /* pid_t */
1015 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_sched_param * */
1021 const struct linux_sys_sched_setscheduler_args *p = params;
1022 iarg[0] = SCARG(p, pid); /* pid_t */
1023 iarg[1] = SCARG(p, policy); /* int */
1024 uarg[2] = (intptr_t) SCARG(p, sp); /* const struct linux_sched_param * */
1030 const struct linux_sys_sched_getscheduler_args *p = params;
1031 iarg[0] = SCARG(p, pid); /* pid_t */
1042 const struct linux_sys_sched_get_priority_max_args *p = params;
1043 iarg[0] = SCARG(p, policy); /* int */
1049 const struct linux_sys_sched_get_priority_min_args *p = params;
1050 iarg[0] = SCARG(p, policy); /* int */
1056 const struct linux_sys_nanosleep_args *p = params;
1057 uarg[0] = (intptr_t) SCARG(p, rqtp); /* const struct linux_timespec * */
1058 uarg[1] = (intptr_t) SCARG(p, rmtp); /* struct linux_timespec * */
1064 const struct linux_sys_mremap_args *p = params;
1065 uarg[0] = (intptr_t) SCARG(p, old_address); /* void * */
1066 uarg[1] = SCARG(p, old_size); /* size_t */
1067 uarg[2] = SCARG(p, new_size); /* size_t */
1068 uarg[3] = SCARG(p, flags); /* u_long */
1074 const struct linux_sys_setresuid16_args *p = params;
1075 iarg[0] = SCARG(p, ruid); /* linux_uid16_t */
1076 iarg[1] = SCARG(p, euid); /* linux_uid16_t */
1077 iarg[2] = SCARG(p, suid); /* linux_uid16_t */
1083 const struct linux_sys_getresuid16_args *p = params;
1084 uarg[0] = (intptr_t) SCARG(p, ruid); /* linux_uid16_t * */
1085 uarg[1] = (intptr_t) SCARG(p, euid); /* linux_uid16_t * */
1086 uarg[2] = (intptr_t) SCARG(p, suid); /* linux_uid16_t * */
1092 const struct sys_poll_args *p = params;
1093 uarg[0] = (intptr_t) SCARG(p, fds); /* struct pollfd * */
1094 uarg[1] = SCARG(p, nfds); /* u_int */
1095 iarg[2] = SCARG(p, timeout); /* int */
1101 const struct linux_sys_setresgid16_args *p = params;
1102 iarg[0] = SCARG(p, rgid); /* linux_gid16_t */
1103 iarg[1] = SCARG(p, egid); /* linux_gid16_t */
1104 iarg[2] = SCARG(p, sgid); /* linux_gid16_t */
1110 const struct linux_sys_getresgid16_args *p = params;
1111 uarg[0] = (intptr_t) SCARG(p, rgid); /* linux_gid16_t * */
1112 uarg[1] = (intptr_t) SCARG(p, egid); /* linux_gid16_t * */
1113 uarg[2] = (intptr_t) SCARG(p, sgid); /* linux_gid16_t * */
1119 const struct linux_sys_rt_sigreturn_args *p = params;
1120 uarg[0] = (intptr_t) SCARG(p, ucp); /* struct linux_ucontext * */
1126 const struct linux_sys_rt_sigaction_args *p = params;
1127 iarg[0] = SCARG(p, signum); /* int */
1128 uarg[1] = (intptr_t) SCARG(p, nsa); /* const struct linux_sigaction * */
1129 uarg[2] = (intptr_t) SCARG(p, osa); /* struct linux_sigaction * */
1130 uarg[3] = SCARG(p, sigsetsize); /* size_t */
1136 const struct linux_sys_rt_sigprocmask_args *p = params;
1137 iarg[0] = SCARG(p, how); /* int */
1138 uarg[1] = (intptr_t) SCARG(p, set); /* const linux_sigset_t * */
1139 uarg[2] = (intptr_t) SCARG(p, oset); /* linux_sigset_t * */
1140 uarg[3] = SCARG(p, sigsetsize); /* size_t */
1146 const struct linux_sys_rt_sigpending_args *p = params;
1147 uarg[0] = (intptr_t) SCARG(p, set); /* linux_sigset_t * */
1148 uarg[1] = SCARG(p, sigsetsize); /* size_t */
1154 const struct linux_sys_rt_sigtimedwait_args *p = params;
1155 uarg[0] = (intptr_t) SCARG(p, set); /* const linux_sigset_t * */
1156 uarg[1] = (intptr_t) SCARG(p, info); /* linux_siginfo_t * */
1157 uarg[2] = (intptr_t) SCARG(p, timeout); /* const struct linux_timespec * */
1163 const struct linux_sys_rt_queueinfo_args *p = params;
1164 iarg[0] = SCARG(p, pid); /* int */
1165 iarg[1] = SCARG(p, signum); /* int */
1166 uarg[2] = (intptr_t) SCARG(p, uinfo); /* linux_siginfo_t * */
1172 const struct linux_sys_rt_sigsuspend_args *p = params;
1173 uarg[0] = (intptr_t) SCARG(p, unewset); /* linux_sigset_t * */
1174 uarg[1] = SCARG(p, sigsetsize); /* size_t */
1180 const struct linux_sys_pread_args *p = params;
1181 iarg[0] = SCARG(p, fd); /* int */
1182 uarg[1] = (intptr_t) SCARG(p, buf); /* char * */
1183 uarg[2] = SCARG(p, nbyte); /* size_t */
1184 iarg[3] = SCARG(p, offset); /* off_t */
1190 const struct linux_sys_pwrite_args *p = params;
1191 iarg[0] = SCARG(p, fd); /* int */
1192 uarg[1] = (intptr_t) SCARG(p, buf); /* char * */
1193 uarg[2] = SCARG(p, nbyte); /* size_t */
1194 iarg[3] = SCARG(p, offset); /* off_t */
1200 const struct linux_sys_chown16_args *p = params;
1201 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
1202 iarg[1] = SCARG(p, uid); /* linux_uid16_t */
1203 iarg[2] = SCARG(p, gid); /* linux_gid16_t */
1209 const struct sys___getcwd_args *p = params;
1210 uarg[0] = (intptr_t) SCARG(p, bufp); /* char * */
1211 uarg[1] = SCARG(p, length); /* size_t */
1217 const struct linux_sys_sigaltstack_args *p = params;
1218 uarg[0] = (intptr_t) SCARG(p, ss); /* const struct linux_sigaltstack * */
1219 uarg[1] = (intptr_t) SCARG(p, oss); /* struct linux_sigaltstack * */
1230 const struct linux_sys_ugetrlimit_args *p = params;
1231 iarg[0] = SCARG(p, which); /* int */
1232 uarg[1] = (intptr_t) SCARG(p, rlp); /* struct orlimit * */
1239 const struct linux_sys_mmap2_args *p = params;
1240 uarg[0] = SCARG(p, addr); /* unsigned long */
1241 uarg[1] = SCARG(p, len); /* size_t */
1242 iarg[2] = SCARG(p, prot); /* int */
1243 iarg[3] = SCARG(p, flags); /* int */
1244 iarg[4] = SCARG(p, fd); /* int */
1245 iarg[5] = SCARG(p, offset); /* linux_off_t */
1251 const struct linux_sys_truncate64_args *p = params;
1252 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
1253 iarg[1] = SCARG(p, length); /* off_t */
1259 const struct linux_sys_ftruncate64_args *p = params;
1260 uarg[0] = SCARG(p, fd); /* unsigned int */
1261 iarg[1] = SCARG(p, length); /* off_t */
1267 const struct linux_sys_stat64_args *p = params;
1268 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
1269 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_stat64 * */
1275 const struct linux_sys_lstat64_args *p = params;
1276 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
1277 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_stat64 * */
1283 const struct linux_sys_fstat64_args *p = params;
1284 iarg[0] = SCARG(p, fd); /* int */
1285 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_stat64 * */
1291 const struct sys___posix_lchown_args *p = params;
1292 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
1293 uarg[1] = SCARG(p, uid); /* uid_t */
1294 iarg[2] = SCARG(p, gid); /* gid_t */
1320 const struct sys_setreuid_args *p = params;
1321 uarg[0] = SCARG(p, ruid); /* uid_t */
1322 uarg[1] = SCARG(p, euid); /* uid_t */
1328 const struct sys_setregid_args *p = params;
1329 iarg[0] = SCARG(p, rgid); /* gid_t */
1330 iarg[1] = SCARG(p, egid); /* gid_t */
1336 const struct sys_getgroups_args *p = params;
1337 iarg[0] = SCARG(p, gidsetsize); /* int */
1338 uarg[1] = (intptr_t) SCARG(p, gidset); /* gid_t * */
1344 const struct sys_setgroups_args *p = params;
1345 iarg[0] = SCARG(p, gidsetsize); /* int */
1346 uarg[1] = (intptr_t) SCARG(p, gidset); /* gid_t * */
1352 const struct sys___posix_fchown_args *p = params;
1353 iarg[0] = SCARG(p, fd); /* int */
1354 uarg[1] = SCARG(p, uid); /* uid_t */
1355 iarg[2] = SCARG(p, gid); /* gid_t */
1361 const struct linux_sys_setresuid_args *p = params;
1362 uarg[0] = SCARG(p, ruid); /* uid_t */
1363 uarg[1] = SCARG(p, euid); /* uid_t */
1364 uarg[2] = SCARG(p, suid); /* uid_t */
1370 const struct linux_sys_getresuid_args *p = params;
1371 uarg[0] = (intptr_t) SCARG(p, ruid); /* uid_t * */
1372 uarg[1] = (intptr_t) SCARG(p, euid); /* uid_t * */
1373 uarg[2] = (intptr_t) SCARG(p, suid); /* uid_t * */
1379 const struct linux_sys_setresgid_args *p = params;
1380 iarg[0] = SCARG(p, rgid); /* gid_t */
1381 iarg[1] = SCARG(p, egid); /* gid_t */
1382 iarg[2] = SCARG(p, sgid); /* gid_t */
1388 const struct linux_sys_getresgid_args *p = params;
1389 uarg[0] = (intptr_t) SCARG(p, rgid); /* gid_t * */
1390 uarg[1] = (intptr_t) SCARG(p, egid); /* gid_t * */
1391 uarg[2] = (intptr_t) SCARG(p, sgid); /* gid_t * */
1397 const struct sys___posix_chown_args *p = params;
1398 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
1399 uarg[1] = SCARG(p, uid); /* uid_t */
1400 iarg[2] = SCARG(p, gid); /* gid_t */
1406 const struct sys_setuid_args *p = params;
1407 uarg[0] = SCARG(p, uid); /* uid_t */
1413 const struct sys_setgid_args *p = params;
1414 iarg[0] = SCARG(p, gid); /* gid_t */
1420 const struct linux_sys_setfsuid_args *p = params;
1421 uarg[0] = SCARG(p, uid); /* uid_t */
1427 const struct linux_sys_setfsgid_args *p = params;
1428 iarg[0] = SCARG(p, gid); /* gid_t */
1434 const struct sys_mincore_args *p = params;
1435 uarg[0] = (intptr_t) SCARG(p, addr); /* void * */
1436 uarg[1] = SCARG(p, len); /* size_t */
1437 uarg[2] = (intptr_t) SCARG(p, vec); /* char * */
1443 const struct sys_madvise_args *p = params;
1444 uarg[0] = (intptr_t) SCARG(p, addr); /* void * */
1445 uarg[1] = SCARG(p, len); /* size_t */
1446 iarg[2] = SCARG(p, behav); /* int */
1452 const struct linux_sys_getdents64_args *p = params;
1453 iarg[0] = SCARG(p, fd); /* int */
1454 uarg[1] = (intptr_t) SCARG(p, dent); /* struct linux_dirent64 * */
1455 uarg[2] = SCARG(p, count); /* unsigned int */
1461 const struct linux_sys_fcntl64_args *p = params;
1462 iarg[0] = SCARG(p, fd); /* int */
1463 iarg[1] = SCARG(p, cmd); /* int */
1464 uarg[2] = (intptr_t) SCARG(p, arg); /* void * */
1475 const struct linux_sys_readahead_args *p = params;
1476 iarg[0] = SCARG(p, fd); /* int */
1477 iarg[1] = SCARG(p, offset); /* off_t */
1478 uarg[2] = SCARG(p, count); /* size_t */
1484 const struct linux_sys_setxattr_args *p = params;
1485 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
1486 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
1487 uarg[2] = (intptr_t) SCARG(p, value); /* void * */
1488 uarg[3] = SCARG(p, size); /* size_t */
1489 iarg[4] = SCARG(p, flags); /* int */
1495 const struct linux_sys_lsetxattr_args *p = params;
1496 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
1497 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
1498 uarg[2] = (intptr_t) SCARG(p, value); /* void * */
1499 uarg[3] = SCARG(p, size); /* size_t */
1500 iarg[4] = SCARG(p, flags); /* int */
1506 const struct linux_sys_fsetxattr_args *p = params;
1507 iarg[0] = SCARG(p, fd); /* int */
1508 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
1509 uarg[2] = (intptr_t) SCARG(p, value); /* void * */
1510 uarg[3] = SCARG(p, size); /* size_t */
1511 iarg[4] = SCARG(p, flags); /* int */
1517 const struct linux_sys_getxattr_args *p = params;
1518 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
1519 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
1520 uarg[2] = (intptr_t) SCARG(p, value); /* void * */
1521 uarg[3] = SCARG(p, size); /* size_t */
1527 const struct linux_sys_lgetxattr_args *p = params;
1528 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
1529 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
1530 uarg[2] = (intptr_t) SCARG(p, value); /* void * */
1531 uarg[3] = SCARG(p, size); /* size_t */
1537 const struct linux_sys_fgetxattr_args *p = params;
1538 iarg[0] = SCARG(p, fd); /* int */
1539 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
1540 uarg[2] = (intptr_t) SCARG(p, value); /* void * */
1541 uarg[3] = SCARG(p, size); /* size_t */
1547 const struct linux_sys_listxattr_args *p = params;
1548 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
1549 uarg[1] = (intptr_t) SCARG(p, list); /* char * */
1550 uarg[2] = SCARG(p, size); /* size_t */
1556 const struct linux_sys_llistxattr_args *p = params;
1557 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
1558 uarg[1] = (intptr_t) SCARG(p, list); /* char * */
1559 uarg[2] = SCARG(p, size); /* size_t */
1565 const struct linux_sys_flistxattr_args *p = params;
1566 iarg[0] = SCARG(p, fd); /* int */
1567 uarg[1] = (intptr_t) SCARG(p, list); /* char * */
1568 uarg[2] = SCARG(p, size); /* size_t */
1574 const struct linux_sys_removexattr_args *p = params;
1575 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
1576 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
1582 const struct linux_sys_lremovexattr_args *p = params;
1583 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
1584 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
1590 const struct linux_sys_fremovexattr_args *p = params;
1591 iarg[0] = SCARG(p, fd); /* int */
1592 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
1598 const struct linux_sys_tkill_args *p = params;
1599 iarg[0] = SCARG(p, tid); /* int */
1600 iarg[1] = SCARG(p, sig); /* int */
1606 const struct linux_sys_futex_args *p = params;
1607 uarg[0] = (intptr_t) SCARG(p, uaddr); /* int * */
1608 iarg[1] = SCARG(p, op); /* int */
1609 iarg[2] = SCARG(p, val); /* int */
1610 uarg[3] = (intptr_t) SCARG(p, timeout); /* const struct linux_timespec * */
1611 uarg[4] = (intptr_t) SCARG(p, uaddr2); /* int * */
1612 iarg[5] = SCARG(p, val3); /* int */
1618 const struct linux_sys_sched_setaffinity_args *p = params;
1619 iarg[0] = SCARG(p, pid); /* pid_t */
1620 uarg[1] = SCARG(p, len); /* unsigned int */
1621 uarg[2] = (intptr_t) SCARG(p, mask); /* unsigned long * */
1627 const struct linux_sys_sched_getaffinity_args *p = params;
1628 iarg[0] = SCARG(p, pid); /* pid_t */
1629 uarg[1] = SCARG(p, len); /* unsigned int */
1630 uarg[2] = (intptr_t) SCARG(p, mask); /* unsigned long * */
1636 const struct linux_sys_set_thread_area_args *p = params;
1637 uarg[0] = (intptr_t) SCARG(p, desc); /* struct linux_user_desc * */
1643 const struct linux_sys_get_thread_area_args *p = params;
1644 uarg[0] = (intptr_t) SCARG(p, desc); /* struct linux_user_desc * */
1650 const struct linux_sys_fadvise64_args *p = params;
1651 iarg[0] = SCARG(p, fd); /* int */
1652 iarg[1] = SCARG(p, offset); /* off_t */
1653 uarg[2] = SCARG(p, len); /* size_t */
1654 iarg[3] = SCARG(p, advice); /* int */
1660 const struct linux_sys_exit_group_args *p = params;
1661 iarg[0] = SCARG(p, error_code); /* int */
1667 const struct linux_sys_epoll_create_args *p = params;
1668 iarg[0] = SCARG(p, size); /* int */
1674 const struct linux_sys_epoll_ctl_args *p = params;
1675 iarg[0] = SCARG(p, epfd); /* int */
1676 iarg[1] = SCARG(p, op); /* int */
1677 iarg[2] = SCARG(p, fd); /* int */
1678 uarg[3] = (intptr_t) SCARG(p, event); /* struct linux_epoll_event * */
1684 const struct linux_sys_epoll_wait_args *p = params;
1685 iarg[0] = SCARG(p, epfd); /* int */
1686 uarg[1] = (intptr_t) SCARG(p, events); /* struct linux_epoll_event * */
1687 iarg[2] = SCARG(p, maxevents); /* int */
1688 iarg[3] = SCARG(p, timeout); /* int */
1694 const struct linux_sys_set_tid_address_args *p = params;
1695 uarg[0] = (intptr_t) SCARG(p, tid); /* int * */
1701 const struct linux_sys_timer_create_args *p = params;
1702 iarg[0] = SCARG(p, clockid); /* clockid_t */
1703 uarg[1] = (intptr_t) SCARG(p, evp); /* struct linux_sigevent * */
1704 uarg[2] = (intptr_t) SCARG(p, timerid); /* timer_t * */
1710 const struct linux_sys_timer_settime_args *p = params;
1711 iarg[0] = SCARG(p, timerid); /* timer_t */
1712 iarg[1] = SCARG(p, flags); /* int */
1713 uarg[2] = (intptr_t) SCARG(p, tim); /* const struct linux_itimerspec * */
1714 uarg[3] = (intptr_t) SCARG(p, otim); /* struct linux_itimerspec * */
1720 const struct linux_sys_timer_gettime_args *p = params;
1721 iarg[0] = SCARG(p, timerid); /* timer_t */
1722 uarg[1] = (intptr_t) SCARG(p, tim); /* struct linux_itimerspec * */
1728 const struct sys_timer_getoverrun_args *p = params;
1729 iarg[0] = SCARG(p, timerid); /* timer_t */
1735 const struct sys_timer_delete_args *p = params;
1736 iarg[0] = SCARG(p, timerid); /* timer_t */
1742 const struct linux_sys_clock_settime_args *p = params;
1743 iarg[0] = SCARG(p, which); /* clockid_t */
1744 uarg[1] = (intptr_t) SCARG(p, tp); /* struct linux_timespec * */
1750 const struct linux_sys_clock_gettime_args *p = params;
1751 iarg[0] = SCARG(p, which); /* clockid_t */
1752 uarg[1] = (intptr_t) SCARG(p, tp); /* struct linux_timespec * */
1758 const struct linux_sys_clock_getres_args *p = params;
1759 iarg[0] = SCARG(p, which); /* clockid_t */
1760 uarg[1] = (intptr_t) SCARG(p, tp); /* struct linux_timespec * */
1766 const struct linux_sys_clock_nanosleep_args *p = params;
1767 iarg[0] = SCARG(p, which); /* clockid_t */
1768 iarg[1] = SCARG(p, flags); /* int */
1769 uarg[2] = (intptr_t) SCARG(p, rqtp); /* struct linux_timespec * */
1770 uarg[3] = (intptr_t) SCARG(p, rmtp); /* struct linux_timespec * */
1776 const struct linux_sys_statfs64_args *p = params;
1777 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
1778 uarg[1] = SCARG(p, sz); /* size_t */
1779 uarg[2] = (intptr_t) SCARG(p, sp); /* struct linux_statfs64 * */
1785 const struct linux_sys_fstatfs64_args *p = params;
1786 iarg[0] = SCARG(p, fd); /* int */
1787 uarg[1] = SCARG(p, sz); /* size_t */
1788 uarg[2] = (intptr_t) SCARG(p, sp); /* struct linux_statfs64 * */
1794 const struct linux_sys_tgkill_args *p = params;
1795 iarg[0] = SCARG(p, tgid); /* int */
1796 iarg[1] = SCARG(p, tid); /* int */
1797 iarg[2] = SCARG(p, sig); /* int */
1803 const struct compat_50_sys_utimes_args *p = params;
1804 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
1805 uarg[1] = (intptr_t) SCARG(p, tptr); /* const struct timeval50 * */
1811 const struct linux_sys_fadvise64_64_args *p = params;
1812 iarg[0] = SCARG(p, fd); /* int */
1813 iarg[1] = SCARG(p, offset); /* off_t */
1814 iarg[2] = SCARG(p, len); /* off_t */
1815 iarg[3] = SCARG(p, advice); /* int */
1821 const struct linux_sys_mq_open_args *p = params;
1822 uarg[0] = (intptr_t) SCARG(p, name); /* const char * */
1823 iarg[1] = SCARG(p, oflag); /* int */
1824 iarg[2] = SCARG(p, mode); /* linux_umode_t */
1825 uarg[3] = (intptr_t) SCARG(p, attr); /* struct linux_mq_attr * */
1831 const struct linux_sys_mq_unlink_args *p = params;
1832 uarg[0] = (intptr_t) SCARG(p, name); /* const char * */
1838 const struct linux_sys_mq_timedsend_args *p = params;
1839 iarg[0] = SCARG(p, mqdes); /* linux_mqd_t */
1840 uarg[1] = (intptr_t) SCARG(p, msg_ptr); /* const char * */
1841 uarg[2] = SCARG(p, msg_len); /* size_t */
1842 uarg[3] = SCARG(p, msg_prio); /* unsigned int */
1843 uarg[4] = (intptr_t) SCARG(p, abs_timeout); /* const struct linux_timespec * */
1849 const struct linux_sys_mq_timedreceive_args *p = params;
1850 iarg[0] = SCARG(p, mqdes); /* linux_mqd_t */
1851 uarg[1] = (intptr_t) SCARG(p, msg_ptr); /* char * */
1852 uarg[2] = SCARG(p, msg_len); /* size_t */
1853 uarg[3] = (intptr_t) SCARG(p, msg_prio); /* unsigned int * */
1854 uarg[4] = (intptr_t) SCARG(p, abs_timeout); /* const struct linux_timespec * */
1860 const struct linux_sys_mq_notify_args *p = params;
1861 iarg[0] = SCARG(p, mqdes); /* linux_mqd_t */
1862 uarg[1] = (intptr_t) SCARG(p, sevp); /* const struct linux_sigevent * */
1868 const struct linux_sys_mq_getsetattr_args *p = params;
1869 iarg[0] = SCARG(p, mqdes); /* linux_mqd_t */
1870 uarg[1] = (intptr_t) SCARG(p, newattr); /* const struct linux_mq_attr * */
1871 uarg[2] = (intptr_t) SCARG(p, oldattr); /* struct linux_mq_attr * */
1877 const struct linux_sys_waitid_args *p = params;
1878 iarg[0] = SCARG(p, idtype); /* int */
1879 iarg[1] = SCARG(p, id); /* id_t */
1880 uarg[2] = (intptr_t) SCARG(p, infop); /* linux_siginfo_t * */
1881 iarg[3] = SCARG(p, options); /* int */
1882 uarg[4] = (intptr_t) SCARG(p, rusage); /* struct rusage50 * */
1893 const struct linux_sys_inotify_add_watch_args *p = params;
1894 iarg[0] = SCARG(p, fd); /* int */
1895 uarg[1] = (intptr_t) SCARG(p, pathname); /* const char * */
1896 uarg[2] = SCARG(p, mask); /* uint32_t */
1902 const struct linux_sys_inotify_rm_watch_args *p = params;
1903 iarg[0] = SCARG(p, fd); /* int */
1904 iarg[1] = SCARG(p, wd); /* int */
1910 const struct linux_sys_openat_args *p = params;
1911 iarg[0] = SCARG(p, fd); /* int */
1912 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
1913 iarg[2] = SCARG(p, flags); /* int */
1914 iarg[3] = SCARG(p, mode); /* linux_umode_t */
1920 const struct sys_mkdirat_args *p = params;
1921 iarg[0] = SCARG(p, fd); /* int */
1922 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
1923 iarg[2] = SCARG(p, mode); /* linux_umode_t */
1929 const struct linux_sys_mknodat_args *p = params;
1930 iarg[0] = SCARG(p, fd); /* int */
1931 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
1932 iarg[2] = SCARG(p, mode); /* linux_umode_t */
1933 uarg[3] = SCARG(p, dev); /* unsigned */
1939 const struct linux_sys_fchownat_args *p = params;
1940 iarg[0] = SCARG(p, fd); /* int */
1941 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
1942 uarg[2] = SCARG(p, owner); /* uid_t */
1943 iarg[3] = SCARG(p, group); /* gid_t */
1944 iarg[4] = SCARG(p, flag); /* int */
1950 const struct linux_sys_fstatat64_args *p = params;
1951 iarg[0] = SCARG(p, fd); /* int */
1952 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
1953 uarg[2] = (intptr_t) SCARG(p, sp); /* struct linux_stat64 * */
1954 iarg[3] = SCARG(p, flag); /* int */
1960 const struct linux_sys_unlinkat_args *p = params;
1961 iarg[0] = SCARG(p, fd); /* int */
1962 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
1963 iarg[2] = SCARG(p, flag); /* int */
1969 const struct sys_renameat_args *p = params;
1970 iarg[0] = SCARG(p, fromfd); /* int */
1971 uarg[1] = (intptr_t) SCARG(p, from); /* const char * */
1972 iarg[2] = SCARG(p, tofd); /* int */
1973 uarg[3] = (intptr_t) SCARG(p, to); /* const char * */
1979 const struct linux_sys_linkat_args *p = params;
1980 iarg[0] = SCARG(p, fd1); /* int */
1981 uarg[1] = (intptr_t) SCARG(p, name1); /* const char * */
1982 iarg[2] = SCARG(p, fd2); /* int */
1983 uarg[3] = (intptr_t) SCARG(p, name2); /* const char * */
1984 iarg[4] = SCARG(p, flags); /* int */
1990 const struct sys_symlinkat_args *p = params;
1991 uarg[0] = (intptr_t) SCARG(p, path1); /* const char * */
1992 iarg[1] = SCARG(p, fd); /* int */
1993 uarg[2] = (intptr_t) SCARG(p, path2); /* const char * */
1999 const struct sys_readlinkat_args *p = params;
2000 iarg[0] = SCARG(p, fd); /* int */
2001 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
2002 uarg[2] = (intptr_t) SCARG(p, buf); /* char * */
2003 uarg[3] = SCARG(p, bufsize); /* size_t */
2009 const struct linux_sys_fchmodat_args *p = params;
2010 iarg[0] = SCARG(p, fd); /* int */
2011 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
2012 iarg[2] = SCARG(p, mode); /* linux_umode_t */
2018 const struct linux_sys_faccessat_args *p = params;
2019 iarg[0] = SCARG(p, fd); /* int */
2020 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
2021 iarg[2] = SCARG(p, amode); /* int */
2027 const struct linux_sys_pselect6_args *p = params;
2028 iarg[0] = SCARG(p, nfds); /* int */
2029 uarg[1] = (intptr_t) SCARG(p, readfds); /* fd_set * */
2030 uarg[2] = (intptr_t) SCARG(p, writefds); /* fd_set * */
2031 uarg[3] = (intptr_t) SCARG(p, exceptfds); /* fd_set * */
2032 uarg[4] = (intptr_t) SCARG(p, timeout); /* struct linux_timespec * */
2033 uarg[5] = (intptr_t) SCARG(p, ss); /* linux_sized_sigset_t * */
2039 const struct linux_sys_ppoll_args *p = params;
2040 uarg[0] = (intptr_t) SCARG(p, fds); /* struct pollfd * */
2041 uarg[1] = SCARG(p, nfds); /* u_int */
2042 uarg[2] = (intptr_t) SCARG(p, timeout); /* struct linux_timespec * */
2043 uarg[3] = (intptr_t) SCARG(p, sigset); /* linux_sigset_t * */
2049 const struct sys___futex_set_robust_list_args *p = params;
2050 uarg[0] = (intptr_t) SCARG(p, head); /* void * */
2051 uarg[1] = SCARG(p, len); /* size_t */
2057 const struct sys___futex_get_robust_list_args *p = params;
2058 iarg[0] = SCARG(p, lwpid); /* lwpid_t */
2059 uarg[1] = (intptr_t) SCARG(p, headp); /* void ** */
2060 uarg[2] = (intptr_t) SCARG(p, lenp); /* size_t * */
2066 const struct linux_sys_sync_file_range_args *p = params;
2067 iarg[0] = SCARG(p, fd); /* int */
2068 iarg[1] = SCARG(p, offset); /* off_t */
2069 iarg[2] = SCARG(p, nbytes); /* off_t */
2070 uarg[3] = SCARG(p, flags); /* unsigned int */
2076 const struct linux_sys_getcpu_args *p = params;
2077 uarg[0] = (intptr_t) SCARG(p, cpu); /* unsigned int * */
2078 uarg[1] = (intptr_t) SCARG(p, node); /* unsigned int * */
2079 uarg[2] = (intptr_t) SCARG(p, tcache); /* struct linux_getcpu_cache * */
2085 const struct linux_sys_epoll_pwait_args *p = params;
2086 iarg[0] = SCARG(p, epfd); /* int */
2087 uarg[1] = (intptr_t) SCARG(p, events); /* struct linux_epoll_event * */
2088 iarg[2] = SCARG(p, maxevents); /* int */
2089 iarg[3] = SCARG(p, timeout); /* int */
2090 uarg[4] = (intptr_t) SCARG(p, sigmask); /* const linux_sigset_t * */
2096 const struct linux_sys_utimensat_args *p = params;
2097 iarg[0] = SCARG(p, fd); /* int */
2098 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
2099 uarg[2] = (intptr_t) SCARG(p, times); /* struct linux_timespec * */
2100 iarg[3] = SCARG(p, flag); /* int */
2106 const struct linux_sys_timerfd_create_args *p = params;
2107 iarg[0] = SCARG(p, clock_id); /* clockid_t */
2108 iarg[1] = SCARG(p, flags); /* int */
2114 const struct linux_sys_eventfd_args *p = params;
2115 uarg[0] = SCARG(p, initval); /* unsigned int */
2121 const struct linux_sys_fallocate_args *p = params;
2122 iarg[0] = SCARG(p, fd); /* int */
2123 iarg[1] = SCARG(p, mode); /* int */
2124 iarg[2] = SCARG(p, offset); /* off_t */
2125 iarg[3] = SCARG(p, len); /* off_t */
2131 const struct linux_sys_timerfd_settime_args *p = params;
2132 iarg[0] = SCARG(p, fd); /* int */
2133 iarg[1] = SCARG(p, flags); /* int */
2134 uarg[2] = (intptr_t) SCARG(p, tim); /* const struct linux_itimerspec * */
2135 uarg[3] = (intptr_t) SCARG(p, otim); /* struct linux_itimerspec * */
2141 const struct linux_sys_timerfd_gettime_args *p = params;
2142 iarg[0] = SCARG(p, fd); /* int */
2143 uarg[1] = (intptr_t) SCARG(p, tim); /* struct linux_itimerspec * */
2149 const struct linux_sys_eventfd2_args *p = params;
2150 uarg[0] = SCARG(p, initval); /* unsigned int */
2151 iarg[1] = SCARG(p, flags); /* int */
2157 const struct linux_sys_epoll_create1_args *p = params;
2158 iarg[0] = SCARG(p, flags); /* int */
2164 const struct linux_sys_dup3_args *p = params;
2165 iarg[0] = SCARG(p, from); /* int */
2166 iarg[1] = SCARG(p, to); /* int */
2167 iarg[2] = SCARG(p, flags); /* int */
2173 const struct linux_sys_pipe2_args *p = params;
2174 uarg[0] = (intptr_t) SCARG(p, pfds); /* int * */
2175 iarg[1] = SCARG(p, flags); /* int */
2181 const struct linux_sys_inotify_init1_args *p = params;
2182 iarg[0] = SCARG(p, flags); /* int */
2188 const struct linux_sys_preadv_args *p = params;
2189 iarg[0] = SCARG(p, fd); /* int */
2190 uarg[1] = (intptr_t) SCARG(p, iovp); /* const struct iovec * */
2191 iarg[2] = SCARG(p, iovcnt); /* int */
2192 uarg[3] = SCARG(p, off_lo); /* unsigned long */
2193 uarg[4] = SCARG(p, off_hi); /* unsigned long */
2199 const struct linux_sys_pwritev_args *p = params;
2200 iarg[0] = SCARG(p, fd); /* int */
2201 uarg[1] = (intptr_t) SCARG(p, iovp); /* const struct iovcnt * */
2202 iarg[2] = SCARG(p, iovcnt); /* int */
2203 uarg[3] = SCARG(p, off_lo); /* unsigned long */
2204 uarg[4] = SCARG(p, off_hi); /* unsigned long */
2210 const struct linux_sys_prlimit64_args *p = params;
2211 iarg[0] = SCARG(p, pid); /* pid_t */
2212 iarg[1] = SCARG(p, which); /* int */
2213 uarg[2] = (intptr_t) SCARG(p, new_rlp); /* struct rlimit * */
2214 uarg[3] = (intptr_t) SCARG(p, old_rlp); /* struct rlimit * */
2220 const struct linux_sys_syncfs_args *p = params;
2221 iarg[0] = SCARG(p, fd); /* int */
2227 const struct linux_sys_renameat2_args *p = params;
2228 iarg[0] = SCARG(p, fromfd); /* int */
2229 uarg[1] = (intptr_t) SCARG(p, from); /* const char * */
2230 iarg[2] = SCARG(p, tofd); /* int */
2231 uarg[3] = (intptr_t) SCARG(p, to); /* const char * */
2232 uarg[4] = SCARG(p, flags); /* unsigned int */
2238 const struct sys_getrandom_args *p = params;
2239 uarg[0] = (intptr_t) SCARG(p, buf); /* void * */
2240 uarg[1] = SCARG(p, buflen); /* size_t */
2241 uarg[2] = SCARG(p, flags); /* unsigned int */
2247 const struct linux_sys_memfd_create_args *p = params;
2248 uarg[0] = (intptr_t) SCARG(p, name); /* const char * */
2249 uarg[1] = SCARG(p, flags); /* unsigned int */
2255 const struct linux_sys_copy_file_range_args *p = params;
2256 iarg[0] = SCARG(p, fd_in); /* int */
2257 uarg[1] = (intptr_t) SCARG(p, off_in); /* off_t * */
2258 iarg[2] = SCARG(p, fd_out); /* int */
2259 uarg[3] = (intptr_t) SCARG(p, off_out); /* off_t * */
2260 uarg[4] = SCARG(p, len); /* size_t */
2261 uarg[5] = SCARG(p, flags); /* unsigned int */
2267 const struct linux_sys_statx_args *p = params;
2268 iarg[0] = SCARG(p, fd); /* int */
2269 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
2270 iarg[2] = SCARG(p, flag); /* int */
2271 uarg[3] = SCARG(p, mask); /* unsigned int */
2272 uarg[4] = (intptr_t) SCARG(p, sp); /* struct linux_statx * */
2278 const struct linux_sys_clone3_args *p = params;
2279 uarg[0] = (intptr_t) SCARG(p, cl_args); /* struct linux_user_clone3_args * */
2280 uarg[1] = SCARG(p, size); /* size_t */
2286 const struct linux_sys_close_range_args *p = params;
2287 uarg[0] = SCARG(p, first); /* unsigned int */
2288 uarg[1] = SCARG(p, last); /* unsigned int */
2289 uarg[2] = SCARG(p, flags); /* unsigned int */
2295 const struct linux_sys_faccessat2_args *p = params;
2296 iarg[0] = SCARG(p, fd); /* int */
2297 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
2298 iarg[2] = SCARG(p, amode); /* int */
2299 iarg[3] = SCARG(p, flags); /* int */
2305 const struct linux_sys_epoll_pwait2_args *p = params;
2306 iarg[0] = SCARG(p, epfd); /* int */
2307 uarg[1] = (intptr_t) SCARG(p, events); /* struct linux_epoll_event * */
2308 iarg[2] = SCARG(p, maxevents); /* int */
2309 uarg[3] = (intptr_t) SCARG(p, timeout); /* const struct linux_timespec * */
2310 uarg[4] = (intptr_t) SCARG(p, sigmask); /* const linux_sigset_t * */
2322 const char *p = NULL;
2331 p = "int";
2344 p = "int";
2347 p = "void *";
2350 p = "size_t";
2360 p = "int";
2363 p = "const void *";
2366 p = "size_t";
2376 p = "const char *";
2379 p = "int";
2382 p = "linux_umode_t";
2392 p = "int";
2402 p = "int";
2405 p = "int *";
2408 p = "int";
2418 p = "const char *";
2421 p = "linux_umode_t";
2431 p = "const char *";
2434 p = "const char *";
2444 p = "const char *";
2454 p = "const char *";
2457 p = "char **";
2460 p = "char **";
2470 p = "const char *";
2480 p = "linux_time_t *";
2490 p = "const char *";
2493 p = "linux_umode_t";
2496 p = "unsigned";
2506 p = "const char *";
2509 p = "linux_umode_t";
2519 p = "const char *";
2522 p = "linux_uid16_t";
2525 p = "linux_gid16_t";
2535 p = "char *";
2545 p = "int";
2548 p = "long";
2551 p = "int";
2564 p = "uid_t";
2577 p = "linux_time_t *";
2587 p = "int";
2590 p = "int";
2593 p = "int";
2596 p = "int";
2606 p = "unsigned int";
2619 p = "const char *";
2622 p = "struct linux_utimbuf *";
2632 p = "const char *";
2635 p = "int";
2645 p = "int";
2658 p = "int";
2661 p = "int";
2671 p = "const char *";
2674 p = "const char *";
2684 p = "const char *";
2687 p = "linux_umode_t";
2697 p = "const char *";
2707 p = "int";
2717 p = "int *";
2727 p = "struct times *";
2737 p = "char *";
2747 p = "gid_t";
2760 p = "int";
2763 p = "linux_handler_t";
2779 p = "char *";
2789 p = "int";
2792 p = "u_long";
2795 p = "void *";
2805 p = "int";
2808 p = "int";
2811 p = "void *";
2821 p = "int";
2824 p = "int";
2834 p = "struct linux_oldold_utsname *";
2844 p = "int";
2854 p = "char *";
2864 p = "int";
2867 p = "int";
2886 p = "int";
2889 p = "const struct linux_old_sigaction *";
2892 p = "struct linux_old_sigaction *";
2905 p = "linux_old_sigset_t";
2915 p = "linux_uid16_t";
2918 p = "linux_uid16_t";
2928 p = "linux_gid16_t";
2931 p = "linux_gid16_t";
2941 p = "void *";
2944 p = "int";
2947 p = "int";
2957 p = "linux_old_sigset_t *";
2967 p = "char *";
2970 p = "u_int";
2980 p = "u_int";
2983 p = "struct orlimit *";
2993 p = "u_int";
2996 p = "struct orlimit *";
3006 p = "int";
3009 p = "struct rusage50 *";
3019 p = "struct timeval50 *";
3022 p = "struct timezone *";
3032 p = "struct timeval50 *";
3035 p = "struct timezone *";
3045 p = "int";
3048 p = "linux_gid16_t *";
3058 p = "int";
3061 p = "linux_gid16_t *";
3071 p = "struct linux_oldselect *";
3081 p = "const char *";
3084 p = "const char *";
3094 p = "const char *";
3097 p = "struct stat43 *";
3107 p = "const char *";
3110 p = "char *";
3113 p = "int";
3124 p = "const char *";
3136 p = "char *";
3146 p = "int";
3149 p = "int";
3152 p = "int";
3155 p = "void *";
3165 p = "int";
3168 p = "void *";
3171 p = "unsigned int";
3181 p = "struct linux_oldmmap *";
3191 p = "void *";
3194 p = "size_t";
3204 p = "const char *";
3207 p = "long";
3217 p = "int";
3220 p = "long";
3230 p = "int";
3233 p = "linux_umode_t";
3243 p = "int";
3246 p = "linux_uid16_t";
3249 p = "linux_gid16_t";
3259 p = "int";
3262 p = "int";
3272 p = "int";
3275 p = "int";
3278 p = "int";
3288 p = "void *";
3291 p = "u_int";
3294 p = "u_int";
3297 p = "u_int";
3307 p = "const char *";
3310 p = "struct linux_statfs *";
3320 p = "int";
3323 p = "struct linux_statfs *";
3333 p = "unsigned int";
3336 p = "unsigned int";
3339 p = "int";
3349 p = "int";
3352 p = "void *";
3362 p = "int";
3365 p = "struct itimerval50 *";
3368 p = "struct itimerval50 *";
3378 p = "int";
3381 p = "struct itimerval50 *";
3391 p = "const char *";
3394 p = "struct linux_stat *";
3404 p = "const char *";
3407 p = "struct linux_stat *";
3417 p = "int";
3420 p = "struct linux_stat *";
3430 p = "struct linux_old_utsname *";
3440 p = "int";
3450 p = "int";
3453 p = "int *";
3456 p = "int";
3459 p = "struct rusage50 *";
3469 p = "const char *";
3479 p = "struct linux_sysinfo *";
3489 p = "int";
3492 p = "int";
3495 p = "int";
3498 p = "int";
3501 p = "void *";
3511 p = "int";
3521 p = "struct linux_sigcontext *";
3531 p = "int";
3534 p = "void *";
3537 p = "void *";
3540 p = "void *";
3543 p = "void *";
3553 p = "char *";
3556 p = "int";
3566 p = "struct linux_utsname *";
3576 p = "int";
3579 p = "void *";
3582 p = "size_t";
3592 p = "const void *";
3595 p = "unsigned long";
3598 p = "int";
3608 p = "int";
3611 p = "const linux_old_sigset_t *";
3614 p = "linux_old_sigset_t *";
3624 p = "pid_t";
3634 p = "int";
3644 p = "unsigned long";
3654 p = "uid_t";
3664 p = "gid_t";
3674 p = "int";
3677 p = "u_int32_t";
3680 p = "u_int32_t";
3683 p = "void *";
3686 p = "int";
3696 p = "int";
3699 p = "struct linux_dirent *";
3702 p = "unsigned int";
3712 p = "int";
3715 p = "fd_set *";
3718 p = "fd_set *";
3721 p = "fd_set *";
3724 p = "struct timeval50 *";
3734 p = "int";
3737 p = "int";
3747 p = "void *";
3750 p = "size_t";
3753 p = "int";
3763 p = "int";
3766 p = "const struct iovec *";
3769 p = "int";
3779 p = "int";
3782 p = "const struct iovec *";
3785 p = "int";
3795 p = "pid_t";
3805 p = "int";
3815 p = "struct linux___sysctl *";
3825 p = "void *";
3828 p = "size_t";
3838 p = "void *";
3841 p = "size_t";
3851 p = "int";
3864 p = "pid_t";
3867 p = "const struct linux_sched_param *";
3877 p = "pid_t";
3880 p = "struct linux_sched_param *";
3890 p = "pid_t";
3893 p = "int";
3896 p = "const struct linux_sched_param *";
3906 p = "pid_t";
3919 p = "int";
3929 p = "int";
3939 p = "const struct linux_timespec *";
3942 p = "struct linux_timespec *";
3952 p = "void *";
3955 p = "size_t";
3958 p = "size_t";
3961 p = "u_long";
3971 p = "linux_uid16_t";
3974 p = "linux_uid16_t";
3977 p = "linux_uid16_t";
3987 p = "linux_uid16_t *";
3990 p = "linux_uid16_t *";
3993 p = "linux_uid16_t *";
4003 p = "struct pollfd *";
4006 p = "u_int";
4009 p = "int";
4019 p = "linux_gid16_t";
4022 p = "linux_gid16_t";
4025 p = "linux_gid16_t";
4035 p = "linux_gid16_t *";
4038 p = "linux_gid16_t *";
4041 p = "linux_gid16_t *";
4051 p = "struct linux_ucontext *";
4061 p = "int";
4064 p = "const struct linux_sigaction *";
4067 p = "struct linux_sigaction *";
4070 p = "size_t";
4080 p = "int";
4083 p = "const linux_sigset_t *";
4086 p = "linux_sigset_t *";
4089 p = "size_t";
4099 p = "linux_sigset_t *";
4102 p = "size_t";
4112 p = "const linux_sigset_t *";
4115 p = "linux_siginfo_t *";
4118 p = "const struct linux_timespec *";
4128 p = "int";
4131 p = "int";
4134 p = "linux_siginfo_t *";
4144 p = "linux_sigset_t *";
4147 p = "size_t";
4157 p = "int";
4160 p = "char *";
4163 p = "size_t";
4166 p = "off_t";
4176 p = "int";
4179 p = "char *";
4182 p = "size_t";
4185 p = "off_t";
4195 p = "const char *";
4198 p = "linux_uid16_t";
4201 p = "linux_gid16_t";
4211 p = "char *";
4214 p = "size_t";
4224 p = "const struct linux_sigaltstack *";
4227 p = "struct linux_sigaltstack *";
4240 p = "int";
4243 p = "struct orlimit *";
4254 p = "unsigned long";
4257 p = "size_t";
4260 p = "int";
4263 p = "int";
4266 p = "int";
4269 p = "linux_off_t";
4279 p = "const char *";
4282 p = "off_t";
4292 p = "unsigned int";
4295 p = "off_t";
4305 p = "const char *";
4308 p = "struct linux_stat64 *";
4318 p = "const char *";
4321 p = "struct linux_stat64 *";
4331 p = "int";
4334 p = "struct linux_stat64 *";
4344 p = "const char *";
4347 p = "uid_t";
4350 p = "gid_t";
4372 p = "uid_t";
4375 p = "uid_t";
4385 p = "gid_t";
4388 p = "gid_t";
4398 p = "int";
4401 p = "gid_t *";
4411 p = "int";
4414 p = "gid_t *";
4424 p = "int";
4427 p = "uid_t";
4430 p = "gid_t";
4440 p = "uid_t";
4443 p = "uid_t";
4446 p = "uid_t";
4456 p = "uid_t *";
4459 p = "uid_t *";
4462 p = "uid_t *";
4472 p = "gid_t";
4475 p = "gid_t";
4478 p = "gid_t";
4488 p = "gid_t *";
4491 p = "gid_t *";
4494 p = "gid_t *";
4504 p = "const char *";
4507 p = "uid_t";
4510 p = "gid_t";
4520 p = "uid_t";
4530 p = "gid_t";
4540 p = "uid_t";
4550 p = "gid_t";
4560 p = "void *";
4563 p = "size_t";
4566 p = "char *";
4576 p = "void *";
4579 p = "size_t";
4582 p = "int";
4592 p = "int";
4595 p = "struct linux_dirent64 *";
4598 p = "unsigned int";
4608 p = "int";
4611 p = "int";
4614 p = "void *";
4627 p = "int";
4630 p = "off_t";
4633 p = "size_t";
4643 p = "char *";
4646 p = "char *";
4649 p = "void *";
4652 p = "size_t";
4655 p = "int";
4665 p = "char *";
4668 p = "char *";
4671 p = "void *";
4674 p = "size_t";
4677 p = "int";
4687 p = "int";
4690 p = "char *";
4693 p = "void *";
4696 p = "size_t";
4699 p = "int";
4709 p = "char *";
4712 p = "char *";
4715 p = "void *";
4718 p = "size_t";
4728 p = "char *";
4731 p = "char *";
4734 p = "void *";
4737 p = "size_t";
4747 p = "int";
4750 p = "char *";
4753 p = "void *";
4756 p = "size_t";
4766 p = "char *";
4769 p = "char *";
4772 p = "size_t";
4782 p = "char *";
4785 p = "char *";
4788 p = "size_t";
4798 p = "int";
4801 p = "char *";
4804 p = "size_t";
4814 p = "char *";
4817 p = "char *";
4827 p = "char *";
4830 p = "char *";
4840 p = "int";
4843 p = "char *";
4853 p = "int";
4856 p = "int";
4866 p = "int *";
4869 p = "int";
4872 p = "int";
4875 p = "const struct linux_timespec *";
4878 p = "int *";
4881 p = "int";
4891 p = "pid_t";
4894 p = "unsigned int";
4897 p = "unsigned long *";
4907 p = "pid_t";
4910 p = "unsigned int";
4913 p = "unsigned long *";
4923 p = "struct linux_user_desc *";
4933 p = "struct linux_user_desc *";
4943 p = "int";
4946 p = "off_t";
4949 p = "size_t";
4952 p = "int";
4962 p = "int";
4972 p = "int";
4982 p = "int";
4985 p = "int";
4988 p = "int";
4991 p = "struct linux_epoll_event *";
5001 p = "int";
5004 p = "struct linux_epoll_event *";
5007 p = "int";
5010 p = "int";
5020 p = "int *";
5030 p = "clockid_t";
5033 p = "struct linux_sigevent *";
5036 p = "timer_t *";
5046 p = "timer_t";
5049 p = "int";
5052 p = "const struct linux_itimerspec *";
5055 p = "struct linux_itimerspec *";
5065 p = "timer_t";
5068 p = "struct linux_itimerspec *";
5078 p = "timer_t";
5088 p = "timer_t";
5098 p = "clockid_t";
5101 p = "struct linux_timespec *";
5111 p = "clockid_t";
5114 p = "struct linux_timespec *";
5124 p = "clockid_t";
5127 p = "struct linux_timespec *";
5137 p = "clockid_t";
5140 p = "int";
5143 p = "struct linux_timespec *";
5146 p = "struct linux_timespec *";
5156 p = "const char *";
5159 p = "size_t";
5162 p = "struct linux_statfs64 *";
5172 p = "int";
5175 p = "size_t";
5178 p = "struct linux_statfs64 *";
5188 p = "int";
5191 p = "int";
5194 p = "int";
5204 p = "const char *";
5207 p = "const struct timeval50 *";
5217 p = "int";
5220 p = "off_t";
5223 p = "off_t";
5226 p = "int";
5236 p = "const char *";
5239 p = "int";
5242 p = "linux_umode_t";
5245 p = "struct linux_mq_attr *";
5255 p = "const char *";
5265 p = "linux_mqd_t";
5268 p = "const char *";
5271 p = "size_t";
5274 p = "unsigned int";
5277 p = "const struct linux_timespec *";
5287 p = "linux_mqd_t";
5290 p = "char *";
5293 p = "size_t";
5296 p = "unsigned int *";
5299 p = "const struct linux_timespec *";
5309 p = "linux_mqd_t";
5312 p = "const struct linux_sigevent *";
5322 p = "linux_mqd_t";
5325 p = "const struct linux_mq_attr *";
5328 p = "struct linux_mq_attr *";
5338 p = "int";
5341 p = "id_t";
5344 p = "linux_siginfo_t *";
5347 p = "int";
5350 p = "struct rusage50 *";
5363 p = "int";
5366 p = "const char *";
5369 p = "uint32_t";
5379 p = "int";
5382 p = "int";
5392 p = "int";
5395 p = "const char *";
5398 p = "int";
5401 p = "linux_umode_t";
5411 p = "int";
5414 p = "const char *";
5417 p = "linux_umode_t";
5427 p = "int";
5430 p = "const char *";
5433 p = "linux_umode_t";
5436 p = "unsigned";
5446 p = "int";
5449 p = "const char *";
5452 p = "uid_t";
5455 p = "gid_t";
5458 p = "int";
5468 p = "int";
5471 p = "const char *";
5474 p = "struct linux_stat64 *";
5477 p = "int";
5487 p = "int";
5490 p = "const char *";
5493 p = "int";
5503 p = "int";
5506 p = "const char *";
5509 p = "int";
5512 p = "const char *";
5522 p = "int";
5525 p = "const char *";
5528 p = "int";
5531 p = "const char *";
5534 p = "int";
5544 p = "const char *";
5547 p = "int";
5550 p = "const char *";
5560 p = "int";
5563 p = "const char *";
5566 p = "char *";
5569 p = "size_t";
5579 p = "int";
5582 p = "const char *";
5585 p = "linux_umode_t";
5595 p = "int";
5598 p = "const char *";
5601 p = "int";
5611 p = "int";
5614 p = "fd_set *";
5617 p = "fd_set *";
5620 p = "fd_set *";
5623 p = "struct linux_timespec *";
5626 p = "linux_sized_sigset_t *";
5636 p = "struct pollfd *";
5639 p = "u_int";
5642 p = "struct linux_timespec *";
5645 p = "linux_sigset_t *";
5655 p = "void *";
5658 p = "size_t";
5668 p = "lwpid_t";
5671 p = "void **";
5674 p = "size_t *";
5684 p = "int";
5687 p = "off_t";
5690 p = "off_t";
5693 p = "unsigned int";
5703 p = "unsigned int *";
5706 p = "unsigned int *";
5709 p = "struct linux_getcpu_cache *";
5719 p = "int";
5722 p = "struct linux_epoll_event *";
5725 p = "int";
5728 p = "int";
5731 p = "const linux_sigset_t *";
5741 p = "int";
5744 p = "const char *";
5747 p = "struct linux_timespec *";
5750 p = "int";
5760 p = "clockid_t";
5763 p = "int";
5773 p = "unsigned int";
5783 p = "int";
5786 p = "int";
5789 p = "off_t";
5792 p = "off_t";
5802 p = "int";
5805 p = "int";
5808 p = "const struct linux_itimerspec *";
5811 p = "struct linux_itimerspec *";
5821 p = "int";
5824 p = "struct linux_itimerspec *";
5834 p = "unsigned int";
5837 p = "int";
5847 p = "int";
5857 p = "int";
5860 p = "int";
5863 p = "int";
5873 p = "int *";
5876 p = "int";
5886 p = "int";
5896 p = "int";
5899 p = "const struct iovec *";
5902 p = "int";
5905 p = "unsigned long";
5908 p = "unsigned long";
5918 p = "int";
5921 p = "const struct iovcnt *";
5924 p = "int";
5927 p = "unsigned long";
5930 p = "unsigned long";
5940 p = "pid_t";
5943 p = "int";
5946 p = "struct rlimit *";
5949 p = "struct rlimit *";
5959 p = "int";
5969 p = "int";
5972 p = "const char *";
5975 p = "int";
5978 p = "const char *";
5981 p = "unsigned int";
5991 p = "void *";
5994 p = "size_t";
5997 p = "unsigned int";
6007 p = "const char *";
6010 p = "unsigned int";
6020 p = "int";
6023 p = "off_t *";
6026 p = "int";
6029 p = "off_t *";
6032 p = "size_t";
6035 p = "unsigned int";
6045 p = "int";
6048 p = "const char *";
6051 p = "int";
6054 p = "unsigned int";
6057 p = "struct linux_statx *";
6067 p = "struct linux_user_clone3_args *";
6070 p = "size_t";
6080 p = "unsigned int";
6083 p = "unsigned int";
6086 p = "unsigned int";
6096 p = "int";
6099 p = "const char *";
6102 p = "int";
6105 p = "int";
6115 p = "int";
6118 p = "struct linux_epoll_event *";
6121 p = "int";
6124 p = "const struct linux_timespec *";
6127 p = "const linux_sigset_t *";
6136 if (p != NULL)
6137 strlcpy(desc, p, descsz);
6142 const char *p = NULL;
6149 p = "int";
6156 p = "ssize_t";
6161 p = "ssize_t";
6166 p = "int";
6171 p = "int";
6176 p = "int";
6181 p = "int";
6186 p = "int";
6191 p = "int";
6196 p = "int";
6201 p = "int";
6206 p = "int";
6211 p = "int";
6216 p = "int";
6221 p = "int";
6226 p = "int";
6231 p = "long";
6238 p = "int";
6245 p = "int";
6250 p = "int";
6255 p = "int";
6262 p = "int";
6267 p = "int";
6272 p = "int";
6279 p = "int";
6284 p = "int";
6289 p = "int";
6294 p = "int";
6299 p = "int";
6304 p = "int";
6309 p = "int";
6314 p = "int";
6319 p = "int";
6326 p = "int";
6335 p = "int";
6340 p = "int";
6345 p = "int";
6350 p = "int";
6355 p = "int";
6360 p = "int";
6365 p = "int";
6370 p = "int";
6381 p = "int";
6388 p = "int";
6393 p = "int";
6398 p = "int";
6403 p = "int";
6408 p = "int";
6413 p = "int";
6418 p = "int";
6423 p = "int";
6428 p = "int";
6433 p = "int";
6438 p = "int";
6443 p = "int";
6448 p = "int";
6453 p = "int";
6458 p = "int";
6463 p = "int";
6468 p = "ssize_t";
6474 p = "int";
6481 p = "int";
6486 p = "int";
6491 p = "int";
6496 p = "int";
6501 p = "int";
6506 p = "int";
6511 p = "int";
6516 p = "int";
6521 p = "int";
6526 p = "int";
6531 p = "int";
6536 p = "int";
6541 p = "int";
6546 p = "int";
6551 p = "int";
6556 p = "int";
6561 p = "int";
6566 p = "int";
6571 p = "int";
6576 p = "int";
6581 p = "int";
6586 p = "int";
6591 p = "int";
6596 p = "int";
6601 p = "int";
6606 p = "int";
6611 p = "int";
6616 p = "int";
6621 p = "int";
6626 p = "int";
6631 p = "int";
6636 p = "int";
6641 p = "int";
6646 p = "int";
6651 p = "int";
6656 p = "pid_t";
6661 p = "int";
6666 p = "int";
6671 p = "int";
6676 p = "int";
6681 p = "int";
6686 p = "int";
6691 p = "int";
6696 p = "int";
6701 p = "int";
6706 p = "ssize_t";
6711 p = "ssize_t";
6716 p = "pid_t";
6721 p = "int";
6726 p = "int";
6731 p = "int";
6736 p = "int";
6741 p = "int";
6748 p = "int";
6753 p = "int";
6758 p = "int";
6763 p = "int";
6770 p = "int";
6775 p = "int";
6780 p = "int";
6785 p = "void *";
6790 p = "int";
6795 p = "int";
6800 p = "int";
6805 p = "int";
6810 p = "int";
6815 p = "int";
6820 p = "int";
6825 p = "int";
6830 p = "int";
6835 p = "int";
6840 p = "int";
6845 p = "int";
6850 p = "int";
6855 p = "int";
6860 p = "int";
6865 p = "int";
6870 p = "int";
6877 p = "int";
6883 p = "linux_off_t";
6888 p = "int";
6893 p = "int";
6898 p = "int";
6903 p = "int";
6908 p = "int";
6913 p = "int";
6926 p = "int";
6931 p = "int";
6936 p = "int";
6941 p = "int";
6946 p = "int";
6951 p = "int";
6956 p = "int";
6961 p = "int";
6966 p = "int";
6971 p = "int";
6976 p = "int";
6981 p = "int";
6986 p = "int";
6991 p = "int";
6996 p = "int";
7001 p = "int";
7006 p = "int";
7011 p = "int";
7018 p = "ssize_t";
7023 p = "int";
7028 p = "int";
7033 p = "int";
7038 p = "ssize_t";
7043 p = "ssize_t";
7048 p = "ssize_t";
7053 p = "ssize_t";
7058 p = "ssize_t";
7063 p = "ssize_t";
7068 p = "int";
7073 p = "int";
7078 p = "int";
7083 p = "int";
7088 p = "int";
7093 p = "int";
7098 p = "int";
7103 p = "int";
7108 p = "int";
7113 p = "int";
7118 p = "int";
7123 p = "int";
7128 p = "int";
7133 p = "int";
7138 p = "int";
7143 p = "int";
7148 p = "int";
7153 p = "int";
7158 p = "int";
7163 p = "int";
7168 p = "int";
7173 p = "int";
7178 p = "int";
7183 p = "int";
7188 p = "int";
7193 p = "int";
7198 p = "int";
7203 p = "int";
7208 p = "int";
7213 p = "linux_mqd_t";
7218 p = "int";
7223 p = "int";
7228 p = "ssize_t";
7233 p = "int";
7238 p = "int";
7243 p = "int";
7250 p = "int";
7255 p = "int";
7260 p = "int";
7265 p = "int";
7270 p = "int";
7275 p = "int";
7280 p = "int";
7285 p = "int";
7290 p = "int";
7295 p = "int";
7300 p = "int";
7305 p = "ssize_t";
7310 p = "int";
7315 p = "int";
7320 p = "int";
7325 p = "int";
7330 p = "int";
7335 p = "int";
7340 p = "int";
7345 p = "int";
7350 p = "int";
7355 p = "int";
7360 p = "int";
7365 p = "int";
7370 p = "int";
7375 p = "int";
7380 p = "int";
7385 p = "int";
7390 p = "int";
7395 p = "int";
7400 p = "int";
7405 p = "int";
7410 p = "int";
7415 p = "int";
7420 p = "int";
7425 p = "int";
7430 p = "int";
7435 p = "ssize_t";
7440 p = "int";
7445 p = "ssize_t";
7450 p = "int";
7455 p = "int";
7460 p = "int";
7465 p = "int";
7470 p = "int";
7475 if (p != NULL)
7476 strlcpy(desc, p, descsz);