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); /* int */
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 compat_43_sys_lseek_args *p = params;
150 iarg[0] = SCARG(p, fd); /* int */
151 iarg[1] = SCARG(p, offset); /* long */
152 iarg[2] = SCARG(p, whence); /* int */
163 const struct sys_setuid_args *p = params;
164 uarg[0] = SCARG(p, uid); /* uid_t */
175 const struct linux_sys_stime_args *p = params;
176 uarg[0] = (intptr_t) SCARG(p, t); /* linux_time_t * */
182 const struct linux_sys_ptrace_args *p = params;
183 iarg[0] = SCARG(p, request); /* int */
184 iarg[1] = SCARG(p, pid); /* int */
185 iarg[2] = SCARG(p, addr); /* int */
186 iarg[3] = SCARG(p, data); /* int */
192 const struct linux_sys_alarm_args *p = params;
193 uarg[0] = SCARG(p, secs); /* unsigned int */
204 const struct linux_sys_utime_args *p = params;
205 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
206 uarg[1] = (intptr_t) SCARG(p, times); /* struct linux_utimbuf * */
212 const struct sys_access_args *p = params;
213 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
214 iarg[1] = SCARG(p, flags); /* int */
220 const struct linux_sys_nice_args *p = params;
221 iarg[0] = SCARG(p, incr); /* int */
232 const struct linux_sys_kill_args *p = params;
233 iarg[0] = SCARG(p, pid); /* int */
234 iarg[1] = SCARG(p, signum); /* int */
240 const struct sys___posix_rename_args *p = params;
241 uarg[0] = (intptr_t) SCARG(p, from); /* const char * */
242 uarg[1] = (intptr_t) SCARG(p, to); /* const char * */
248 const struct sys_mkdir_args *p = params;
249 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
250 iarg[1] = SCARG(p, mode); /* linux_umode_t */
256 const struct sys_rmdir_args *p = params;
257 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
263 const struct sys_dup_args *p = params;
264 iarg[0] = SCARG(p, fd); /* int */
270 const struct linux_sys_pipe_args *p = params;
271 uarg[0] = (intptr_t) SCARG(p, pfds); /* int * */
277 const struct linux_sys_times_args *p = params;
278 uarg[0] = (intptr_t) SCARG(p, tms); /* struct times * */
284 const struct linux_sys_brk_args *p = params;
285 uarg[0] = (intptr_t) SCARG(p, nsize); /* char * */
291 const struct sys_setgid_args *p = params;
292 iarg[0] = SCARG(p, gid); /* gid_t */
303 const struct linux_sys_signal_args *p = params;
304 iarg[0] = SCARG(p, signum); /* int */
305 uarg[1] = (intptr_t) SCARG(p, handler); /* linux_handler_t */
321 const struct sys_acct_args *p = params;
322 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
328 const struct linux_sys_ioctl_args *p = params;
329 iarg[0] = SCARG(p, fd); /* int */
330 uarg[1] = SCARG(p, com); /* u_long */
331 uarg[2] = (intptr_t) SCARG(p, data); /* void * */
337 const struct linux_sys_fcntl_args *p = params;
338 iarg[0] = SCARG(p, fd); /* int */
339 iarg[1] = SCARG(p, cmd); /* int */
340 uarg[2] = (intptr_t) SCARG(p, arg); /* void * */
346 const struct sys_setpgid_args *p = params;
347 iarg[0] = SCARG(p, pid); /* int */
348 iarg[1] = SCARG(p, pgid); /* int */
354 const struct linux_sys_oldolduname_args *p = params;
355 uarg[0] = (intptr_t) SCARG(p, up); /* struct linux_oldold_utsname * */
361 const struct sys_umask_args *p = params;
362 iarg[0] = SCARG(p, newmask); /* int */
368 const struct sys_chroot_args *p = params;
369 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
375 const struct sys_dup2_args *p = params;
376 iarg[0] = SCARG(p, from); /* int */
377 iarg[1] = SCARG(p, to); /* int */
398 const struct linux_sys_sigaction_args *p = params;
399 iarg[0] = SCARG(p, signum); /* int */
400 uarg[1] = (intptr_t) SCARG(p, nsa); /* const struct linux_old_sigaction * */
401 uarg[2] = (intptr_t) SCARG(p, osa); /* struct linux_old_sigaction * */
412 const struct linux_sys_sigsetmask_args *p = params;
413 iarg[0] = SCARG(p, mask); /* linux_old_sigset_t */
419 const struct linux_sys_setreuid16_args *p = params;
420 iarg[0] = SCARG(p, ruid); /* linux_uid16_t */
421 iarg[1] = SCARG(p, euid); /* linux_uid16_t */
427 const struct linux_sys_setregid16_args *p = params;
428 iarg[0] = SCARG(p, rgid); /* linux_gid16_t */
429 iarg[1] = SCARG(p, egid); /* linux_gid16_t */
435 const struct linux_sys_sigsuspend_args *p = params;
436 uarg[0] = (intptr_t) SCARG(p, restart); /* void * */
437 iarg[1] = SCARG(p, oldmask); /* int */
438 iarg[2] = SCARG(p, mask); /* int */
444 const struct linux_sys_sigpending_args *p = params;
445 uarg[0] = (intptr_t) SCARG(p, set); /* linux_old_sigset_t * */
451 const struct compat_43_sys_sethostname_args *p = params;
452 uarg[0] = (intptr_t) SCARG(p, hostname); /* char * */
453 uarg[1] = SCARG(p, len); /* u_int */
459 const struct linux_sys_setrlimit_args *p = params;
460 uarg[0] = SCARG(p, which); /* u_int */
461 uarg[1] = (intptr_t) SCARG(p, rlp); /* struct orlimit * */
467 const struct linux_sys_getrlimit_args *p = params;
468 uarg[0] = SCARG(p, which); /* u_int */
469 uarg[1] = (intptr_t) SCARG(p, rlp); /* struct orlimit * */
475 const struct compat_50_sys_getrusage_args *p = params;
476 iarg[0] = SCARG(p, who); /* int */
477 uarg[1] = (intptr_t) SCARG(p, rusage); /* struct rusage50 * */
483 const struct linux_sys_gettimeofday_args *p = params;
484 uarg[0] = (intptr_t) SCARG(p, tp); /* struct timeval50 * */
485 uarg[1] = (intptr_t) SCARG(p, tzp); /* struct timezone * */
491 const struct linux_sys_settimeofday_args *p = params;
492 uarg[0] = (intptr_t) SCARG(p, tp); /* struct timeval50 * */
493 uarg[1] = (intptr_t) SCARG(p, tzp); /* struct timezone * */
499 const struct linux_sys_getgroups16_args *p = params;
500 iarg[0] = SCARG(p, gidsetsize); /* int */
501 uarg[1] = (intptr_t) SCARG(p, gidset); /* linux_gid16_t * */
507 const struct linux_sys_setgroups16_args *p = params;
508 iarg[0] = SCARG(p, gidsetsize); /* int */
509 uarg[1] = (intptr_t) SCARG(p, gidset); /* linux_gid16_t * */
515 const struct linux_sys_oldselect_args *p = params;
516 uarg[0] = (intptr_t) SCARG(p, lsp); /* struct linux_oldselect * */
522 const struct sys_symlink_args *p = params;
523 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
524 uarg[1] = (intptr_t) SCARG(p, link); /* const char * */
530 const struct compat_43_sys_lstat_args *p = params;
531 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
532 uarg[1] = (intptr_t) SCARG(p, ub); /* struct stat43 * */
538 const struct sys_readlink_args *p = params;
539 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
540 uarg[1] = (intptr_t) SCARG(p, buf); /* char * */
541 iarg[2] = SCARG(p, count); /* int */
548 const struct linux_sys_uselib_args *p = params;
549 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
557 const struct linux_sys_swapon_args *p = params;
558 uarg[0] = (intptr_t) SCARG(p, name); /* char * */
564 const struct linux_sys_reboot_args *p = params;
565 iarg[0] = SCARG(p, magic1); /* int */
566 iarg[1] = SCARG(p, magic2); /* int */
567 iarg[2] = SCARG(p, cmd); /* int */
568 uarg[3] = (intptr_t) SCARG(p, arg); /* void * */
574 const struct linux_sys_readdir_args *p = params;
575 iarg[0] = SCARG(p, fd); /* int */
576 uarg[1] = (intptr_t) SCARG(p, dent); /* void * */
577 uarg[2] = SCARG(p, count); /* unsigned int */
583 const struct linux_sys_old_mmap_args *p = params;
584 uarg[0] = (intptr_t) SCARG(p, lmp); /* struct linux_oldmmap * */
590 const struct sys_munmap_args *p = params;
591 uarg[0] = (intptr_t) SCARG(p, addr); /* void * */
592 uarg[1] = SCARG(p, len); /* size_t */
598 const struct compat_43_sys_truncate_args *p = params;
599 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
600 iarg[1] = SCARG(p, length); /* long */
606 const struct compat_43_sys_ftruncate_args *p = params;
607 iarg[0] = SCARG(p, fd); /* int */
608 iarg[1] = SCARG(p, length); /* long */
614 const struct sys_fchmod_args *p = params;
615 iarg[0] = SCARG(p, fd); /* int */
616 iarg[1] = SCARG(p, mode); /* linux_umode_t */
622 const struct linux_sys_fchown16_args *p = params;
623 iarg[0] = SCARG(p, fd); /* int */
624 iarg[1] = SCARG(p, uid); /* linux_uid16_t */
625 iarg[2] = SCARG(p, gid); /* linux_gid16_t */
631 const struct linux_sys_getpriority_args *p = params;
632 iarg[0] = SCARG(p, which); /* int */
633 iarg[1] = SCARG(p, who); /* int */
639 const struct sys_setpriority_args *p = params;
640 iarg[0] = SCARG(p, which); /* int */
641 iarg[1] = SCARG(p, who); /* int */
642 iarg[2] = SCARG(p, prio); /* int */
648 const struct sys_profil_args *p = params;
649 uarg[0] = (intptr_t) SCARG(p, samples); /* void * */
650 uarg[1] = SCARG(p, size); /* u_int */
651 uarg[2] = SCARG(p, offset); /* u_int */
652 uarg[3] = SCARG(p, scale); /* u_int */
658 const struct linux_sys_statfs_args *p = params;
659 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
660 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_statfs * */
666 const struct linux_sys_fstatfs_args *p = params;
667 iarg[0] = SCARG(p, fd); /* int */
668 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_statfs * */
674 const struct linux_sys_socketcall_args *p = params;
675 iarg[0] = SCARG(p, what); /* int */
676 uarg[1] = (intptr_t) SCARG(p, args); /* void * */
682 const struct compat_50_sys_setitimer_args *p = params;
683 iarg[0] = SCARG(p, which); /* int */
684 uarg[1] = (intptr_t) SCARG(p, itv); /* struct itimerval50 * */
685 uarg[2] = (intptr_t) SCARG(p, oitv); /* struct itimerval50 * */
691 const struct compat_50_sys_getitimer_args *p = params;
692 iarg[0] = SCARG(p, which); /* int */
693 uarg[1] = (intptr_t) SCARG(p, itv); /* struct itimerval50 * */
699 const struct linux_sys_stat_args *p = params;
700 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
701 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_stat * */
707 const struct linux_sys_lstat_args *p = params;
708 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
709 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_stat * */
715 const struct linux_sys_fstat_args *p = params;
716 iarg[0] = SCARG(p, fd); /* int */
717 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_stat * */
723 const struct linux_sys_olduname_args *p = params;
724 uarg[0] = (intptr_t) SCARG(p, up); /* struct linux_oldutsname * */
730 const struct linux_sys_wait4_args *p = params;
731 iarg[0] = SCARG(p, pid); /* int */
732 uarg[1] = (intptr_t) SCARG(p, status); /* int * */
733 iarg[2] = SCARG(p, options); /* int */
734 uarg[3] = (intptr_t) SCARG(p, rusage); /* struct rusage50 * */
740 const struct linux_sys_swapoff_args *p = params;
741 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
747 const struct linux_sys_sysinfo_args *p = params;
748 uarg[0] = (intptr_t) SCARG(p, arg); /* struct linux_sysinfo * */
754 const struct linux_sys_ipc_args *p = params;
755 iarg[0] = SCARG(p, what); /* int */
756 iarg[1] = SCARG(p, a1); /* int */
757 iarg[2] = SCARG(p, a2); /* int */
758 iarg[3] = SCARG(p, a3); /* int */
759 uarg[4] = (intptr_t) SCARG(p, ptr); /* void * */
765 const struct sys_fsync_args *p = params;
766 iarg[0] = SCARG(p, fd); /* int */
772 const struct linux_sys_sigreturn_args *p = params;
773 uarg[0] = (intptr_t) SCARG(p, scp); /* struct linux_sigcontext * */
779 const struct linux_sys_clone_args *p = params;
780 iarg[0] = SCARG(p, flags); /* int */
781 uarg[1] = (intptr_t) SCARG(p, stack); /* void * */
782 uarg[2] = (intptr_t) SCARG(p, parent_tidptr); /* void * */
783 uarg[3] = (intptr_t) SCARG(p, tls); /* void * */
784 uarg[4] = (intptr_t) SCARG(p, child_tidptr); /* void * */
790 const struct linux_sys_setdomainname_args *p = params;
791 uarg[0] = (intptr_t) SCARG(p, domainname); /* char * */
792 iarg[1] = SCARG(p, len); /* int */
798 const struct linux_sys_uname_args *p = params;
799 uarg[0] = (intptr_t) SCARG(p, up); /* struct linux_utsname * */
805 const struct linux_sys_mprotect_args *p = params;
806 uarg[0] = (intptr_t) SCARG(p, start); /* const void * */
807 uarg[1] = SCARG(p, len); /* unsigned long */
808 iarg[2] = SCARG(p, prot); /* int */
814 const struct linux_sys_sigprocmask_args *p = params;
815 iarg[0] = SCARG(p, how); /* int */
816 uarg[1] = (intptr_t) SCARG(p, set); /* const linux_old_sigset_t * */
817 uarg[2] = (intptr_t) SCARG(p, oset); /* linux_old_sigset_t * */
823 const struct sys_getpgid_args *p = params;
824 iarg[0] = SCARG(p, pid); /* pid_t */
830 const struct sys_fchdir_args *p = params;
831 iarg[0] = SCARG(p, fd); /* int */
837 const struct linux_sys_personality_args *p = params;
838 uarg[0] = SCARG(p, per); /* unsigned long */
844 const struct linux_sys_setfsuid_args *p = params;
845 uarg[0] = SCARG(p, uid); /* uid_t */
851 const struct linux_sys_setfsgid_args *p = params;
852 iarg[0] = SCARG(p, gid); /* gid_t */
858 const struct linux_sys_llseek_args *p = params;
859 iarg[0] = SCARG(p, fd); /* int */
860 uarg[1] = SCARG(p, ohigh); /* u_int32_t */
861 uarg[2] = SCARG(p, olow); /* u_int32_t */
862 uarg[3] = (intptr_t) SCARG(p, res); /* void * */
863 iarg[4] = SCARG(p, whence); /* int */
869 const struct linux_sys_getdents_args *p = params;
870 iarg[0] = SCARG(p, fd); /* int */
871 uarg[1] = (intptr_t) SCARG(p, dent); /* struct linux_dirent * */
872 uarg[2] = SCARG(p, count); /* unsigned int */
878 const struct linux_sys_select_args *p = params;
879 iarg[0] = SCARG(p, nfds); /* int */
880 uarg[1] = (intptr_t) SCARG(p, readfds); /* fd_set * */
881 uarg[2] = (intptr_t) SCARG(p, writefds); /* fd_set * */
882 uarg[3] = (intptr_t) SCARG(p, exceptfds); /* fd_set * */
883 uarg[4] = (intptr_t) SCARG(p, timeout); /* struct timeval50 * */
889 const struct sys_flock_args *p = params;
890 iarg[0] = SCARG(p, fd); /* int */
891 iarg[1] = SCARG(p, how); /* int */
897 const struct sys___msync13_args *p = params;
898 uarg[0] = (intptr_t) SCARG(p, addr); /* void * */
899 uarg[1] = SCARG(p, len); /* size_t */
900 iarg[2] = SCARG(p, flags); /* int */
906 const struct sys_readv_args *p = params;
907 iarg[0] = SCARG(p, fd); /* int */
908 uarg[1] = (intptr_t) SCARG(p, iovp); /* const struct iovec * */
909 iarg[2] = SCARG(p, iovcnt); /* int */
915 const struct sys_writev_args *p = params;
916 iarg[0] = SCARG(p, fd); /* int */
917 uarg[1] = (intptr_t) SCARG(p, iovp); /* const struct iovec * */
918 iarg[2] = SCARG(p, iovcnt); /* int */
924 const struct sys_getsid_args *p = params;
925 iarg[0] = SCARG(p, pid); /* pid_t */
931 const struct linux_sys_fdatasync_args *p = params;
932 iarg[0] = SCARG(p, fd); /* int */
938 const struct linux_sys___sysctl_args *p = params;
939 uarg[0] = (intptr_t) SCARG(p, lsp); /* struct linux___sysctl * */
945 const struct sys_mlock_args *p = params;
946 uarg[0] = (intptr_t) SCARG(p, addr); /* void * */
947 uarg[1] = SCARG(p, len); /* size_t */
953 const struct sys_munlock_args *p = params;
954 uarg[0] = (intptr_t) SCARG(p, addr); /* void * */
955 uarg[1] = SCARG(p, len); /* size_t */
961 const struct sys_mlockall_args *p = params;
962 iarg[0] = SCARG(p, flags); /* int */
973 const struct linux_sys_sched_setparam_args *p = params;
974 iarg[0] = SCARG(p, pid); /* pid_t */
975 uarg[1] = (intptr_t) SCARG(p, sp); /* const struct linux_sched_param * */
981 const struct linux_sys_sched_getparam_args *p = params;
982 iarg[0] = SCARG(p, pid); /* pid_t */
983 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_sched_param * */
989 const struct linux_sys_sched_setscheduler_args *p = params;
990 iarg[0] = SCARG(p, pid); /* pid_t */
991 iarg[1] = SCARG(p, policy); /* int */
992 uarg[2] = (intptr_t) SCARG(p, sp); /* const struct linux_sched_param * */
998 const struct linux_sys_sched_getscheduler_args *p = params;
999 iarg[0] = SCARG(p, pid); /* pid_t */
1010 const struct linux_sys_sched_get_priority_max_args *p = params;
1011 iarg[0] = SCARG(p, policy); /* int */
1017 const struct linux_sys_sched_get_priority_min_args *p = params;
1018 iarg[0] = SCARG(p, policy); /* int */
1024 const struct linux_sys_nanosleep_args *p = params;
1025 uarg[0] = (intptr_t) SCARG(p, rqtp); /* const struct linux_timespec * */
1026 uarg[1] = (intptr_t) SCARG(p, rmtp); /* struct linux_timespec * */
1032 const struct linux_sys_mremap_args *p = params;
1033 uarg[0] = (intptr_t) SCARG(p, old_address); /* void * */
1034 uarg[1] = SCARG(p, old_size); /* size_t */
1035 uarg[2] = SCARG(p, new_size); /* size_t */
1036 uarg[3] = SCARG(p, flags); /* u_long */
1042 const struct linux_sys_setresuid16_args *p = params;
1043 iarg[0] = SCARG(p, ruid); /* linux_uid16_t */
1044 iarg[1] = SCARG(p, euid); /* linux_uid16_t */
1045 iarg[2] = SCARG(p, suid); /* linux_uid16_t */
1051 const struct linux_sys_getresuid16_args *p = params;
1052 uarg[0] = (intptr_t) SCARG(p, ruid); /* linux_uid16_t * */
1053 uarg[1] = (intptr_t) SCARG(p, euid); /* linux_uid16_t * */
1054 uarg[2] = (intptr_t) SCARG(p, suid); /* linux_uid16_t * */
1060 const struct sys_poll_args *p = params;
1061 uarg[0] = (intptr_t) SCARG(p, fds); /* struct pollfd * */
1062 uarg[1] = SCARG(p, nfds); /* u_int */
1063 iarg[2] = SCARG(p, timeout); /* int */
1069 const struct linux_sys_setresgid16_args *p = params;
1070 iarg[0] = SCARG(p, rgid); /* linux_gid16_t */
1071 iarg[1] = SCARG(p, egid); /* linux_gid16_t */
1072 iarg[2] = SCARG(p, sgid); /* linux_gid16_t */
1078 const struct linux_sys_getresgid16_args *p = params;
1079 uarg[0] = (intptr_t) SCARG(p, rgid); /* linux_gid16_t * */
1080 uarg[1] = (intptr_t) SCARG(p, egid); /* linux_gid16_t * */
1081 uarg[2] = (intptr_t) SCARG(p, sgid); /* linux_gid16_t * */
1087 const struct linux_sys_rt_sigaction_args *p = params;
1088 iarg[0] = SCARG(p, signum); /* int */
1089 uarg[1] = (intptr_t) SCARG(p, nsa); /* const struct linux_sigaction * */
1090 uarg[2] = (intptr_t) SCARG(p, osa); /* struct linux_sigaction * */
1091 uarg[3] = SCARG(p, sigsetsize); /* size_t */
1097 const struct linux_sys_rt_sigprocmask_args *p = params;
1098 iarg[0] = SCARG(p, how); /* int */
1099 uarg[1] = (intptr_t) SCARG(p, set); /* const linux_sigset_t * */
1100 uarg[2] = (intptr_t) SCARG(p, oset); /* linux_sigset_t * */
1101 uarg[3] = SCARG(p, sigsetsize); /* size_t */
1107 const struct linux_sys_rt_sigpending_args *p = params;
1108 uarg[0] = (intptr_t) SCARG(p, set); /* linux_sigset_t * */
1109 uarg[1] = SCARG(p, sigsetsize); /* size_t */
1115 const struct linux_sys_rt_sigtimedwait_args *p = params;
1116 uarg[0] = (intptr_t) SCARG(p, set); /* const linux_sigset_t * */
1117 uarg[1] = (intptr_t) SCARG(p, info); /* linux_siginfo_t * */
1118 uarg[2] = (intptr_t) SCARG(p, timeout); /* const struct linux_timespec * */
1124 const struct linux_sys_rt_queueinfo_args *p = params;
1125 iarg[0] = SCARG(p, pid); /* int */
1126 iarg[1] = SCARG(p, signum); /* int */
1127 uarg[2] = (intptr_t) SCARG(p, uinfo); /* linux_siginfo_t * */
1133 const struct linux_sys_rt_sigsuspend_args *p = params;
1134 uarg[0] = (intptr_t) SCARG(p, unewset); /* linux_sigset_t * */
1135 uarg[1] = SCARG(p, sigsetsize); /* size_t */
1141 const struct linux_sys_pread_args *p = params;
1142 iarg[0] = SCARG(p, fd); /* int */
1143 uarg[1] = (intptr_t) SCARG(p, buf); /* char * */
1144 uarg[2] = SCARG(p, nbyte); /* size_t */
1145 iarg[3] = SCARG(p, offset); /* off_t */
1151 const struct linux_sys_pwrite_args *p = params;
1152 iarg[0] = SCARG(p, fd); /* int */
1153 uarg[1] = (intptr_t) SCARG(p, buf); /* char * */
1154 uarg[2] = SCARG(p, nbyte); /* size_t */
1155 iarg[3] = SCARG(p, offset); /* off_t */
1161 const struct linux_sys_chown16_args *p = params;
1162 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
1163 iarg[1] = SCARG(p, uid); /* linux_uid16_t */
1164 iarg[2] = SCARG(p, gid); /* linux_gid16_t */
1170 const struct sys___getcwd_args *p = params;
1171 uarg[0] = (intptr_t) SCARG(p, bufp); /* char * */
1172 uarg[1] = SCARG(p, length); /* size_t */
1178 const struct linux_sys_sigaltstack_args *p = params;
1179 uarg[0] = (intptr_t) SCARG(p, ss); /* const struct linux_sigaltstack * */
1180 uarg[1] = (intptr_t) SCARG(p, oss); /* struct linux_sigaltstack * */
1191 const struct linux_sys_ugetrlimit_args *p = params;
1192 iarg[0] = SCARG(p, which); /* int */
1193 uarg[1] = (intptr_t) SCARG(p, rlp); /* struct rlimit * */
1200 const struct linux_sys_mmap2_args *p = params;
1201 uarg[0] = SCARG(p, addr); /* unsigned long */
1202 uarg[1] = SCARG(p, len); /* size_t */
1203 iarg[2] = SCARG(p, prot); /* int */
1204 iarg[3] = SCARG(p, flags); /* int */
1205 iarg[4] = SCARG(p, fd); /* int */
1206 iarg[5] = SCARG(p, offset); /* linux_off_t */
1212 const struct linux_sys_truncate64_args *p = params;
1213 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
1214 iarg[1] = SCARG(p, length); /* off_t */
1220 const struct linux_sys_ftruncate64_args *p = params;
1221 uarg[0] = SCARG(p, fd); /* unsigned int */
1222 iarg[1] = SCARG(p, length); /* off_t */
1228 const struct linux_sys_stat64_args *p = params;
1229 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
1230 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_stat64 * */
1236 const struct linux_sys_lstat64_args *p = params;
1237 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
1238 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_stat64 * */
1244 const struct linux_sys_fstat64_args *p = params;
1245 iarg[0] = SCARG(p, fd); /* int */
1246 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_stat64 * */
1252 const struct sys___posix_lchown_args *p = params;
1253 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
1254 uarg[1] = SCARG(p, uid); /* uid_t */
1255 iarg[2] = SCARG(p, gid); /* gid_t */
1281 const struct sys_setreuid_args *p = params;
1282 uarg[0] = SCARG(p, ruid); /* uid_t */
1283 uarg[1] = SCARG(p, euid); /* uid_t */
1289 const struct sys_setregid_args *p = params;
1290 iarg[0] = SCARG(p, rgid); /* gid_t */
1291 iarg[1] = SCARG(p, egid); /* gid_t */
1297 const struct sys_getgroups_args *p = params;
1298 iarg[0] = SCARG(p, gidsetsize); /* int */
1299 uarg[1] = (intptr_t) SCARG(p, gidset); /* gid_t * */
1305 const struct sys_setgroups_args *p = params;
1306 iarg[0] = SCARG(p, gidsetsize); /* int */
1307 uarg[1] = (intptr_t) SCARG(p, gidset); /* gid_t * */
1313 const struct sys___posix_fchown_args *p = params;
1314 iarg[0] = SCARG(p, fd); /* int */
1315 uarg[1] = SCARG(p, uid); /* uid_t */
1316 iarg[2] = SCARG(p, gid); /* gid_t */
1322 const struct linux_sys_setresuid_args *p = params;
1323 uarg[0] = SCARG(p, ruid); /* uid_t */
1324 uarg[1] = SCARG(p, euid); /* uid_t */
1325 uarg[2] = SCARG(p, suid); /* uid_t */
1331 const struct linux_sys_getresuid_args *p = params;
1332 uarg[0] = (intptr_t) SCARG(p, ruid); /* uid_t * */
1333 uarg[1] = (intptr_t) SCARG(p, euid); /* uid_t * */
1334 uarg[2] = (intptr_t) SCARG(p, suid); /* uid_t * */
1340 const struct linux_sys_setresgid_args *p = params;
1341 iarg[0] = SCARG(p, rgid); /* gid_t */
1342 iarg[1] = SCARG(p, egid); /* gid_t */
1343 iarg[2] = SCARG(p, sgid); /* gid_t */
1349 const struct linux_sys_getresgid_args *p = params;
1350 uarg[0] = (intptr_t) SCARG(p, rgid); /* gid_t * */
1351 uarg[1] = (intptr_t) SCARG(p, egid); /* gid_t * */
1352 uarg[2] = (intptr_t) SCARG(p, sgid); /* gid_t * */
1358 const struct sys___posix_chown_args *p = params;
1359 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
1360 uarg[1] = SCARG(p, uid); /* uid_t */
1361 iarg[2] = SCARG(p, gid); /* gid_t */
1367 const struct sys_setuid_args *p = params;
1368 uarg[0] = SCARG(p, uid); /* uid_t */
1374 const struct sys_setgid_args *p = params;
1375 iarg[0] = SCARG(p, gid); /* gid_t */
1381 const struct linux_sys_setfsuid_args *p = params;
1382 uarg[0] = SCARG(p, uid); /* uid_t */
1388 const struct linux_sys_setfsgid_args *p = params;
1389 iarg[0] = SCARG(p, gid); /* gid_t */
1395 const struct linux_sys_getdents64_args *p = params;
1396 iarg[0] = SCARG(p, fd); /* int */
1397 uarg[1] = (intptr_t) SCARG(p, dent); /* struct linux_dirent64 * */
1398 uarg[2] = SCARG(p, count); /* unsigned int */
1404 const struct sys_mincore_args *p = params;
1405 uarg[0] = (intptr_t) SCARG(p, addr); /* void * */
1406 uarg[1] = SCARG(p, len); /* size_t */
1407 uarg[2] = (intptr_t) SCARG(p, vec); /* char * */
1413 const struct sys_madvise_args *p = params;
1414 uarg[0] = (intptr_t) SCARG(p, addr); /* void * */
1415 uarg[1] = SCARG(p, len); /* size_t */
1416 iarg[2] = SCARG(p, behav); /* int */
1422 const struct linux_sys_fcntl64_args *p = params;
1423 iarg[0] = SCARG(p, fd); /* int */
1424 iarg[1] = SCARG(p, cmd); /* int */
1425 uarg[2] = (intptr_t) SCARG(p, arg); /* void * */
1436 const struct linux_sys_readahead_args *p = params;
1437 iarg[0] = SCARG(p, fd); /* int */
1438 iarg[1] = SCARG(p, offset); /* off_t */
1439 uarg[2] = SCARG(p, count); /* size_t */
1445 const struct linux_sys_setxattr_args *p = params;
1446 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
1447 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
1448 uarg[2] = (intptr_t) SCARG(p, value); /* void * */
1449 uarg[3] = SCARG(p, size); /* size_t */
1450 iarg[4] = SCARG(p, flags); /* int */
1456 const struct linux_sys_lsetxattr_args *p = params;
1457 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
1458 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
1459 uarg[2] = (intptr_t) SCARG(p, value); /* void * */
1460 uarg[3] = SCARG(p, size); /* size_t */
1461 iarg[4] = SCARG(p, flags); /* int */
1467 const struct linux_sys_fsetxattr_args *p = params;
1468 iarg[0] = SCARG(p, fd); /* int */
1469 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
1470 uarg[2] = (intptr_t) SCARG(p, value); /* void * */
1471 uarg[3] = SCARG(p, size); /* size_t */
1472 iarg[4] = SCARG(p, flags); /* int */
1478 const struct linux_sys_getxattr_args *p = params;
1479 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
1480 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
1481 uarg[2] = (intptr_t) SCARG(p, value); /* void * */
1482 uarg[3] = SCARG(p, size); /* size_t */
1488 const struct linux_sys_lgetxattr_args *p = params;
1489 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
1490 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
1491 uarg[2] = (intptr_t) SCARG(p, value); /* void * */
1492 uarg[3] = SCARG(p, size); /* size_t */
1498 const struct linux_sys_fgetxattr_args *p = params;
1499 iarg[0] = SCARG(p, fd); /* int */
1500 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
1501 uarg[2] = (intptr_t) SCARG(p, value); /* void * */
1502 uarg[3] = SCARG(p, size); /* size_t */
1508 const struct linux_sys_listxattr_args *p = params;
1509 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
1510 uarg[1] = (intptr_t) SCARG(p, list); /* char * */
1511 uarg[2] = SCARG(p, size); /* size_t */
1517 const struct linux_sys_llistxattr_args *p = params;
1518 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
1519 uarg[1] = (intptr_t) SCARG(p, list); /* char * */
1520 uarg[2] = SCARG(p, size); /* size_t */
1526 const struct linux_sys_flistxattr_args *p = params;
1527 iarg[0] = SCARG(p, fd); /* int */
1528 uarg[1] = (intptr_t) SCARG(p, list); /* char * */
1529 uarg[2] = SCARG(p, size); /* size_t */
1535 const struct linux_sys_removexattr_args *p = params;
1536 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
1537 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
1543 const struct linux_sys_lremovexattr_args *p = params;
1544 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
1545 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
1551 const struct linux_sys_fremovexattr_args *p = params;
1552 iarg[0] = SCARG(p, fd); /* int */
1553 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
1559 const struct linux_sys_tkill_args *p = params;
1560 iarg[0] = SCARG(p, tid); /* int */
1561 iarg[1] = SCARG(p, sig); /* int */
1567 const struct linux_sys_futex_args *p = params;
1568 uarg[0] = (intptr_t) SCARG(p, uaddr); /* int * */
1569 iarg[1] = SCARG(p, op); /* int */
1570 iarg[2] = SCARG(p, val); /* int */
1571 uarg[3] = (intptr_t) SCARG(p, timeout); /* const struct linux_timespec * */
1572 uarg[4] = (intptr_t) SCARG(p, uaddr2); /* int * */
1573 iarg[5] = SCARG(p, val3); /* int */
1579 const struct linux_sys_sched_setaffinity_args *p = params;
1580 iarg[0] = SCARG(p, pid); /* pid_t */
1581 uarg[1] = SCARG(p, len); /* unsigned int */
1582 uarg[2] = (intptr_t) SCARG(p, mask); /* unsigned long * */
1588 const struct linux_sys_sched_getaffinity_args *p = params;
1589 iarg[0] = SCARG(p, pid); /* pid_t */
1590 uarg[1] = SCARG(p, len); /* unsigned int */
1591 uarg[2] = (intptr_t) SCARG(p, mask); /* unsigned long * */
1597 const struct linux_sys_exit_group_args *p = params;
1598 iarg[0] = SCARG(p, error_code); /* int */
1604 const struct linux_sys_epoll_create_args *p = params;
1605 iarg[0] = SCARG(p, size); /* int */
1611 const struct linux_sys_epoll_ctl_args *p = params;
1612 iarg[0] = SCARG(p, epfd); /* int */
1613 iarg[1] = SCARG(p, op); /* int */
1614 iarg[2] = SCARG(p, fd); /* int */
1615 uarg[3] = (intptr_t) SCARG(p, event); /* struct linux_epoll_event * */
1621 const struct linux_sys_epoll_wait_args *p = params;
1622 iarg[0] = SCARG(p, epfd); /* int */
1623 uarg[1] = (intptr_t) SCARG(p, events); /* struct linux_epoll_event * */
1624 iarg[2] = SCARG(p, maxevents); /* int */
1625 iarg[3] = SCARG(p, timeout); /* int */
1631 const struct linux_sys_set_tid_address_args *p = params;
1632 uarg[0] = (intptr_t) SCARG(p, tid); /* int * */
1638 const struct linux_sys_timer_create_args *p = params;
1639 iarg[0] = SCARG(p, clockid); /* clockid_t */
1640 uarg[1] = (intptr_t) SCARG(p, evp); /* struct linux_sigevent * */
1641 uarg[2] = (intptr_t) SCARG(p, timerid); /* timer_t * */
1647 const struct linux_sys_timer_settime_args *p = params;
1648 iarg[0] = SCARG(p, timerid); /* timer_t */
1649 iarg[1] = SCARG(p, flags); /* int */
1650 uarg[2] = (intptr_t) SCARG(p, tim); /* const struct linux_itimerspec * */
1651 uarg[3] = (intptr_t) SCARG(p, otim); /* struct linux_itimerspec * */
1657 const struct linux_sys_timer_gettime_args *p = params;
1658 iarg[0] = SCARG(p, timerid); /* timer_t */
1659 uarg[1] = (intptr_t) SCARG(p, tim); /* struct linux_itimerspec * */
1665 const struct sys_timer_getoverrun_args *p = params;
1666 iarg[0] = SCARG(p, timerid); /* timer_t */
1672 const struct sys_timer_delete_args *p = params;
1673 iarg[0] = SCARG(p, timerid); /* timer_t */
1679 const struct linux_sys_clock_settime_args *p = params;
1680 iarg[0] = SCARG(p, which); /* clockid_t */
1681 uarg[1] = (intptr_t) SCARG(p, tp); /* struct linux_timespec * */
1687 const struct linux_sys_clock_gettime_args *p = params;
1688 iarg[0] = SCARG(p, which); /* clockid_t */
1689 uarg[1] = (intptr_t) SCARG(p, tp); /* struct linux_timespec * */
1695 const struct linux_sys_clock_getres_args *p = params;
1696 iarg[0] = SCARG(p, which); /* clockid_t */
1697 uarg[1] = (intptr_t) SCARG(p, tp); /* struct linux_timespec * */
1703 const struct linux_sys_clock_nanosleep_args *p = params;
1704 iarg[0] = SCARG(p, which); /* clockid_t */
1705 iarg[1] = SCARG(p, flags); /* int */
1706 uarg[2] = (intptr_t) SCARG(p, rqtp); /* struct linux_timespec * */
1707 uarg[3] = (intptr_t) SCARG(p, rmtp); /* struct linux_timespec * */
1713 const struct linux_sys_statfs64_args *p = params;
1714 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
1715 uarg[1] = SCARG(p, sz); /* size_t */
1716 uarg[2] = (intptr_t) SCARG(p, sp); /* struct linux_statfs64 * */
1722 const struct linux_sys_fstatfs64_args *p = params;
1723 iarg[0] = SCARG(p, fd); /* int */
1724 uarg[1] = SCARG(p, sz); /* size_t */
1725 uarg[2] = (intptr_t) SCARG(p, sp); /* struct linux_statfs64 * */
1731 const struct linux_sys_tgkill_args *p = params;
1732 iarg[0] = SCARG(p, tgid); /* int */
1733 iarg[1] = SCARG(p, tid); /* int */
1734 iarg[2] = SCARG(p, sig); /* int */
1740 const struct compat_50_sys_utimes_args *p = params;
1741 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
1742 uarg[1] = (intptr_t) SCARG(p, tptr); /* const struct timeval50 * */
1748 const struct linux_sys_fadvise64_64_args *p = params;
1749 iarg[0] = SCARG(p, fd); /* int */
1750 iarg[1] = SCARG(p, offset); /* off_t */
1751 iarg[2] = SCARG(p, len); /* off_t */
1752 iarg[3] = SCARG(p, advice); /* int */
1758 const struct linux_sys_mq_open_args *p = params;
1759 uarg[0] = (intptr_t) SCARG(p, name); /* const char * */
1760 iarg[1] = SCARG(p, oflag); /* int */
1761 iarg[2] = SCARG(p, mode); /* linux_umode_t */
1762 uarg[3] = (intptr_t) SCARG(p, attr); /* struct linux_mq_attr * */
1768 const struct linux_sys_mq_unlink_args *p = params;
1769 uarg[0] = (intptr_t) SCARG(p, name); /* const char * */
1775 const struct linux_sys_mq_timedsend_args *p = params;
1776 iarg[0] = SCARG(p, mqdes); /* linux_mqd_t */
1777 uarg[1] = (intptr_t) SCARG(p, msg_ptr); /* const char * */
1778 uarg[2] = SCARG(p, msg_len); /* size_t */
1779 uarg[3] = SCARG(p, msg_prio); /* unsigned int */
1780 uarg[4] = (intptr_t) SCARG(p, abs_timeout); /* const struct linux_timespec * */
1786 const struct linux_sys_mq_timedreceive_args *p = params;
1787 iarg[0] = SCARG(p, mqdes); /* linux_mqd_t */
1788 uarg[1] = (intptr_t) SCARG(p, msg_ptr); /* char * */
1789 uarg[2] = SCARG(p, msg_len); /* size_t */
1790 uarg[3] = (intptr_t) SCARG(p, msg_prio); /* unsigned int * */
1791 uarg[4] = (intptr_t) SCARG(p, abs_timeout); /* const struct linux_timespec * */
1797 const struct linux_sys_mq_notify_args *p = params;
1798 iarg[0] = SCARG(p, mqdes); /* linux_mqd_t */
1799 uarg[1] = (intptr_t) SCARG(p, sevp); /* const struct linux_sigevent * */
1805 const struct linux_sys_mq_getsetattr_args *p = params;
1806 iarg[0] = SCARG(p, mqdes); /* linux_mqd_t */
1807 uarg[1] = (intptr_t) SCARG(p, newattr); /* const struct linux_mq_attr * */
1808 uarg[2] = (intptr_t) SCARG(p, oldattr); /* struct linux_mq_attr * */
1814 const struct linux_sys_waitid_args *p = params;
1815 iarg[0] = SCARG(p, idtype); /* int */
1816 iarg[1] = SCARG(p, id); /* id_t */
1817 uarg[2] = (intptr_t) SCARG(p, infop); /* linux_siginfo_t * */
1818 iarg[3] = SCARG(p, options); /* int */
1819 uarg[4] = (intptr_t) SCARG(p, rusage); /* struct rusage50 * */
1830 const struct linux_sys_inotify_add_watch_args *p = params;
1831 iarg[0] = SCARG(p, fd); /* int */
1832 uarg[1] = (intptr_t) SCARG(p, pathname); /* const char * */
1833 uarg[2] = SCARG(p, mask); /* uint32_t */
1839 const struct linux_sys_inotify_rm_watch_args *p = params;
1840 iarg[0] = SCARG(p, fd); /* int */
1841 iarg[1] = SCARG(p, wd); /* int */
1847 const struct linux_sys_openat_args *p = params;
1848 iarg[0] = SCARG(p, fd); /* int */
1849 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
1850 iarg[2] = SCARG(p, flags); /* int */
1851 iarg[3] = SCARG(p, mode); /* linux_umode_t */
1857 const struct sys_mkdirat_args *p = params;
1858 iarg[0] = SCARG(p, fd); /* int */
1859 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
1860 iarg[2] = SCARG(p, mode); /* linux_umode_t */
1866 const struct linux_sys_mknodat_args *p = params;
1867 iarg[0] = SCARG(p, fd); /* int */
1868 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
1869 iarg[2] = SCARG(p, mode); /* linux_umode_t */
1870 uarg[3] = SCARG(p, dev); /* unsigned */
1876 const struct linux_sys_fchownat_args *p = params;
1877 iarg[0] = SCARG(p, fd); /* int */
1878 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
1879 uarg[2] = SCARG(p, owner); /* uid_t */
1880 iarg[3] = SCARG(p, group); /* gid_t */
1881 iarg[4] = SCARG(p, flag); /* int */
1887 const struct linux_sys_fstatat64_args *p = params;
1888 iarg[0] = SCARG(p, fd); /* int */
1889 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
1890 uarg[2] = (intptr_t) SCARG(p, sp); /* struct linux_stat64 * */
1891 iarg[3] = SCARG(p, flag); /* int */
1897 const struct linux_sys_unlinkat_args *p = params;
1898 iarg[0] = SCARG(p, fd); /* int */
1899 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
1900 iarg[2] = SCARG(p, flag); /* int */
1906 const struct sys_renameat_args *p = params;
1907 iarg[0] = SCARG(p, fromfd); /* int */
1908 uarg[1] = (intptr_t) SCARG(p, from); /* const char * */
1909 iarg[2] = SCARG(p, tofd); /* int */
1910 uarg[3] = (intptr_t) SCARG(p, to); /* const char * */
1916 const struct linux_sys_linkat_args *p = params;
1917 iarg[0] = SCARG(p, fd1); /* int */
1918 uarg[1] = (intptr_t) SCARG(p, name1); /* const char * */
1919 iarg[2] = SCARG(p, fd2); /* int */
1920 uarg[3] = (intptr_t) SCARG(p, name2); /* const char * */
1921 iarg[4] = SCARG(p, flags); /* int */
1927 const struct sys_symlinkat_args *p = params;
1928 uarg[0] = (intptr_t) SCARG(p, path1); /* const char * */
1929 iarg[1] = SCARG(p, fd); /* int */
1930 uarg[2] = (intptr_t) SCARG(p, path2); /* const char * */
1936 const struct sys_readlinkat_args *p = params;
1937 iarg[0] = SCARG(p, fd); /* int */
1938 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
1939 uarg[2] = (intptr_t) SCARG(p, buf); /* char * */
1940 uarg[3] = SCARG(p, bufsize); /* size_t */
1946 const struct linux_sys_fchmodat_args *p = params;
1947 iarg[0] = SCARG(p, fd); /* int */
1948 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
1949 iarg[2] = SCARG(p, mode); /* linux_umode_t */
1955 const struct linux_sys_faccessat_args *p = params;
1956 iarg[0] = SCARG(p, fd); /* int */
1957 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
1958 iarg[2] = SCARG(p, amode); /* int */
1964 const struct linux_sys_pselect6_args *p = params;
1965 iarg[0] = SCARG(p, nfds); /* int */
1966 uarg[1] = (intptr_t) SCARG(p, readfds); /* fd_set * */
1967 uarg[2] = (intptr_t) SCARG(p, writefds); /* fd_set * */
1968 uarg[3] = (intptr_t) SCARG(p, exceptfds); /* fd_set * */
1969 uarg[4] = (intptr_t) SCARG(p, timeout); /* struct linux_timespec * */
1970 uarg[5] = (intptr_t) SCARG(p, ss); /* linux_sized_sigset_t * */
1976 const struct linux_sys_ppoll_args *p = params;
1977 uarg[0] = (intptr_t) SCARG(p, fds); /* struct pollfd * */
1978 uarg[1] = SCARG(p, nfds); /* u_int */
1979 uarg[2] = (intptr_t) SCARG(p, timeout); /* struct linux_timespec * */
1980 uarg[3] = (intptr_t) SCARG(p, sigset); /* linux_sigset_t * */
1986 const struct sys___futex_set_robust_list_args *p = params;
1987 uarg[0] = (intptr_t) SCARG(p, head); /* void * */
1988 uarg[1] = SCARG(p, len); /* size_t */
1994 const struct sys___futex_get_robust_list_args *p = params;
1995 iarg[0] = SCARG(p, lwpid); /* lwpid_t */
1996 uarg[1] = (intptr_t) SCARG(p, headp); /* void ** */
1997 uarg[2] = (intptr_t) SCARG(p, lenp); /* size_t * */
2003 const struct linux_sys_sync_file_range_args *p = params;
2004 iarg[0] = SCARG(p, fd); /* int */
2005 iarg[1] = SCARG(p, offset); /* off_t */
2006 iarg[2] = SCARG(p, nbytes); /* off_t */
2007 uarg[3] = SCARG(p, flags); /* unsigned int */
2013 const struct linux_sys_getcpu_args *p = params;
2014 uarg[0] = (intptr_t) SCARG(p, cpu); /* unsigned int * */
2015 uarg[1] = (intptr_t) SCARG(p, node); /* unsigned int * */
2016 uarg[2] = (intptr_t) SCARG(p, tcache); /* struct linux_getcpu_cache * */
2022 const struct linux_sys_epoll_pwait_args *p = params;
2023 iarg[0] = SCARG(p, epfd); /* int */
2024 uarg[1] = (intptr_t) SCARG(p, events); /* struct linux_epoll_event * */
2025 iarg[2] = SCARG(p, maxevents); /* int */
2026 iarg[3] = SCARG(p, timeout); /* int */
2027 uarg[4] = (intptr_t) SCARG(p, sigmask); /* const linux_sigset_t * */
2033 const struct linux_sys_utimensat_args *p = params;
2034 iarg[0] = SCARG(p, fd); /* int */
2035 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
2036 uarg[2] = (intptr_t) SCARG(p, times); /* struct linux_timespec * */
2037 iarg[3] = SCARG(p, flag); /* int */
2043 const struct linux_sys_timerfd_create_args *p = params;
2044 iarg[0] = SCARG(p, clock_id); /* clockid_t */
2045 iarg[1] = SCARG(p, flags); /* int */
2051 const struct linux_sys_eventfd_args *p = params;
2052 uarg[0] = SCARG(p, initval); /* unsigned int */
2058 const struct linux_sys_fallocate_args *p = params;
2059 iarg[0] = SCARG(p, fd); /* int */
2060 iarg[1] = SCARG(p, mode); /* int */
2061 iarg[2] = SCARG(p, offset); /* off_t */
2062 iarg[3] = SCARG(p, len); /* off_t */
2068 const struct linux_sys_timerfd_settime_args *p = params;
2069 iarg[0] = SCARG(p, fd); /* int */
2070 iarg[1] = SCARG(p, flags); /* int */
2071 uarg[2] = (intptr_t) SCARG(p, tim); /* const struct linux_itimerspec * */
2072 uarg[3] = (intptr_t) SCARG(p, otim); /* struct linux_itimerspec * */
2078 const struct linux_sys_timerfd_gettime_args *p = params;
2079 iarg[0] = SCARG(p, fd); /* int */
2080 uarg[1] = (intptr_t) SCARG(p, tim); /* struct linux_itimerspec * */
2086 const struct linux_sys_eventfd2_args *p = params;
2087 uarg[0] = SCARG(p, initval); /* unsigned int */
2088 iarg[1] = SCARG(p, flags); /* int */
2094 const struct linux_sys_epoll_create1_args *p = params;
2095 iarg[0] = SCARG(p, flags); /* int */
2101 const struct linux_sys_dup3_args *p = params;
2102 iarg[0] = SCARG(p, from); /* int */
2103 iarg[1] = SCARG(p, to); /* int */
2104 iarg[2] = SCARG(p, flags); /* int */
2110 const struct linux_sys_pipe2_args *p = params;
2111 uarg[0] = (intptr_t) SCARG(p, pfds); /* int * */
2112 iarg[1] = SCARG(p, flags); /* int */
2118 const struct linux_sys_inotify_init1_args *p = params;
2119 iarg[0] = SCARG(p, flags); /* int */
2125 const struct linux_sys_preadv_args *p = params;
2126 iarg[0] = SCARG(p, fd); /* int */
2127 uarg[1] = (intptr_t) SCARG(p, iovp); /* const struct iovec * */
2128 iarg[2] = SCARG(p, iovcnt); /* int */
2129 uarg[3] = SCARG(p, off_lo); /* unsigned long */
2130 uarg[4] = SCARG(p, off_hi); /* unsigned long */
2136 const struct linux_sys_pwritev_args *p = params;
2137 iarg[0] = SCARG(p, fd); /* int */
2138 uarg[1] = (intptr_t) SCARG(p, iovp); /* const struct iovcnt * */
2139 iarg[2] = SCARG(p, iovcnt); /* int */
2140 uarg[3] = SCARG(p, off_lo); /* unsigned long */
2141 uarg[4] = SCARG(p, off_hi); /* unsigned long */
2147 const struct linux_sys_recvmmsg_args *p = params;
2148 iarg[0] = SCARG(p, s); /* int */
2149 uarg[1] = (intptr_t) SCARG(p, msgvec); /* struct linux_mmsghdr * */
2150 uarg[2] = SCARG(p, vlen); /* unsigned int */
2151 uarg[3] = SCARG(p, flags); /* unsigned int */
2152 uarg[4] = (intptr_t) SCARG(p, timeout); /* struct timespec * */
2158 const struct linux_sys_accept4_args *p = params;
2159 iarg[0] = SCARG(p, s); /* int */
2160 uarg[1] = (intptr_t) SCARG(p, name); /* struct osockaddr * */
2161 uarg[2] = (intptr_t) SCARG(p, anamelen); /* int * */
2162 iarg[3] = SCARG(p, flags); /* int */
2168 const struct linux_sys_prlimit64_args *p = params;
2169 iarg[0] = SCARG(p, pid); /* pid_t */
2170 iarg[1] = SCARG(p, which); /* int */
2171 uarg[2] = (intptr_t) SCARG(p, new_rlp); /* struct rlimit * */
2172 uarg[3] = (intptr_t) SCARG(p, old_rlp); /* struct rlimit * */
2178 const struct linux_sys_syncfs_args *p = params;
2179 iarg[0] = SCARG(p, fd); /* int */
2185 const struct linux_sys_sendmmsg_args *p = params;
2186 iarg[0] = SCARG(p, s); /* int */
2187 uarg[1] = (intptr_t) SCARG(p, msgvec); /* struct linux_mmsghdr * */
2188 uarg[2] = SCARG(p, vlen); /* unsigned int */
2189 uarg[3] = SCARG(p, flags); /* unsigned int */
2195 const struct linux_sys_renameat2_args *p = params;
2196 iarg[0] = SCARG(p, fromfd); /* int */
2197 uarg[1] = (intptr_t) SCARG(p, from); /* const char * */
2198 iarg[2] = SCARG(p, tofd); /* int */
2199 uarg[3] = (intptr_t) SCARG(p, to); /* const char * */
2200 uarg[4] = SCARG(p, flags); /* unsigned int */
2211 const struct linux_sys_cacheflush_args *p = params;
2212 uarg[0] = SCARG(p, from); /* uintptr_t */
2213 iarg[1] = SCARG(p, to); /* intptr_t */
2214 iarg[2] = SCARG(p, flags); /* int */
2220 const struct linux_sys_set_tls_args *p = params;
2221 uarg[0] = (intptr_t) SCARG(p, tls); /* void * */
2227 const struct linux_sys_copy_file_range_args *p = params;
2228 iarg[0] = SCARG(p, fd_in); /* int */
2229 uarg[1] = (intptr_t) SCARG(p, off_in); /* off_t * */
2230 iarg[2] = SCARG(p, fd_out); /* int */
2231 uarg[3] = (intptr_t) SCARG(p, off_out); /* off_t * */
2232 uarg[4] = SCARG(p, len); /* size_t */
2233 uarg[5] = SCARG(p, flags); /* unsigned int */
2239 const struct linux_sys_statx_args *p = params;
2240 iarg[0] = SCARG(p, fd); /* int */
2241 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
2242 iarg[2] = SCARG(p, flag); /* int */
2243 uarg[3] = SCARG(p, mask); /* unsigned int */
2244 uarg[4] = (intptr_t) SCARG(p, sp); /* struct linux_statx * */
2250 const struct linux_sys_clone3_args *p = params;
2251 uarg[0] = (intptr_t) SCARG(p, cl_args); /* struct linux_user_clone3_args * */
2252 uarg[1] = SCARG(p, size); /* size_t */
2258 const struct linux_sys_close_range_args *p = params;
2259 uarg[0] = SCARG(p, first); /* unsigned int */
2260 uarg[1] = SCARG(p, last); /* unsigned int */
2261 uarg[2] = SCARG(p, flags); /* unsigned int */
2267 const struct linux_sys_faccessat2_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, amode); /* int */
2271 iarg[3] = SCARG(p, flags); /* int */
2277 const struct linux_sys_epoll_pwait2_args *p = params;
2278 iarg[0] = SCARG(p, epfd); /* int */
2279 uarg[1] = (intptr_t) SCARG(p, events); /* struct linux_epoll_event * */
2280 iarg[2] = SCARG(p, maxevents); /* int */
2281 uarg[3] = (intptr_t) SCARG(p, timeout); /* const struct linux_timespec * */
2282 uarg[4] = (intptr_t) SCARG(p, sigmask); /* const linux_sigset_t * */
2294 const char *p = NULL;
2303 p = "int";
2316 p = "int";
2319 p = "void *";
2322 p = "size_t";
2332 p = "int";
2335 p = "const void *";
2338 p = "size_t";
2348 p = "const char *";
2351 p = "int";
2354 p = "linux_umode_t";
2364 p = "int";
2374 p = "int";
2377 p = "int *";
2380 p = "int";
2390 p = "const char *";
2393 p = "linux_umode_t";
2403 p = "const char *";
2406 p = "const char *";
2416 p = "const char *";
2426 p = "const char *";
2429 p = "char **";
2432 p = "char **";
2442 p = "const char *";
2452 p = "linux_time_t *";
2462 p = "const char *";
2465 p = "linux_umode_t";
2468 p = "unsigned";
2478 p = "const char *";
2481 p = "int";
2491 p = "const char *";
2494 p = "linux_uid16_t";
2497 p = "linux_gid16_t";
2507 p = "int";
2510 p = "long";
2513 p = "int";
2526 p = "uid_t";
2539 p = "linux_time_t *";
2549 p = "int";
2552 p = "int";
2555 p = "int";
2558 p = "int";
2568 p = "unsigned int";
2581 p = "const char *";
2584 p = "struct linux_utimbuf *";
2594 p = "const char *";
2597 p = "int";
2607 p = "int";
2620 p = "int";
2623 p = "int";
2633 p = "const char *";
2636 p = "const char *";
2646 p = "const char *";
2649 p = "linux_umode_t";
2659 p = "const char *";
2669 p = "int";
2679 p = "int *";
2689 p = "struct times *";
2699 p = "char *";
2709 p = "gid_t";
2722 p = "int";
2725 p = "linux_handler_t";
2741 p = "char *";
2751 p = "int";
2754 p = "u_long";
2757 p = "void *";
2767 p = "int";
2770 p = "int";
2773 p = "void *";
2783 p = "int";
2786 p = "int";
2796 p = "struct linux_oldold_utsname *";
2806 p = "int";
2816 p = "char *";
2826 p = "int";
2829 p = "int";
2848 p = "int";
2851 p = "const struct linux_old_sigaction *";
2854 p = "struct linux_old_sigaction *";
2867 p = "linux_old_sigset_t";
2877 p = "linux_uid16_t";
2880 p = "linux_uid16_t";
2890 p = "linux_gid16_t";
2893 p = "linux_gid16_t";
2903 p = "void *";
2906 p = "int";
2909 p = "int";
2919 p = "linux_old_sigset_t *";
2929 p = "char *";
2932 p = "u_int";
2942 p = "u_int";
2945 p = "struct orlimit *";
2955 p = "u_int";
2958 p = "struct orlimit *";
2968 p = "int";
2971 p = "struct rusage50 *";
2981 p = "struct timeval50 *";
2984 p = "struct timezone *";
2994 p = "struct timeval50 *";
2997 p = "struct timezone *";
3007 p = "int";
3010 p = "linux_gid16_t *";
3020 p = "int";
3023 p = "linux_gid16_t *";
3033 p = "struct linux_oldselect *";
3043 p = "const char *";
3046 p = "const char *";
3056 p = "const char *";
3059 p = "struct stat43 *";
3069 p = "const char *";
3072 p = "char *";
3075 p = "int";
3086 p = "const char *";
3098 p = "char *";
3108 p = "int";
3111 p = "int";
3114 p = "int";
3117 p = "void *";
3127 p = "int";
3130 p = "void *";
3133 p = "unsigned int";
3143 p = "struct linux_oldmmap *";
3153 p = "void *";
3156 p = "size_t";
3166 p = "const char *";
3169 p = "long";
3179 p = "int";
3182 p = "long";
3192 p = "int";
3195 p = "linux_umode_t";
3205 p = "int";
3208 p = "linux_uid16_t";
3211 p = "linux_gid16_t";
3221 p = "int";
3224 p = "int";
3234 p = "int";
3237 p = "int";
3240 p = "int";
3250 p = "void *";
3253 p = "u_int";
3256 p = "u_int";
3259 p = "u_int";
3269 p = "const char *";
3272 p = "struct linux_statfs *";
3282 p = "int";
3285 p = "struct linux_statfs *";
3295 p = "int";
3298 p = "void *";
3308 p = "int";
3311 p = "struct itimerval50 *";
3314 p = "struct itimerval50 *";
3324 p = "int";
3327 p = "struct itimerval50 *";
3337 p = "const char *";
3340 p = "struct linux_stat *";
3350 p = "const char *";
3353 p = "struct linux_stat *";
3363 p = "int";
3366 p = "struct linux_stat *";
3376 p = "struct linux_oldutsname *";
3386 p = "int";
3389 p = "int *";
3392 p = "int";
3395 p = "struct rusage50 *";
3405 p = "const char *";
3415 p = "struct linux_sysinfo *";
3425 p = "int";
3428 p = "int";
3431 p = "int";
3434 p = "int";
3437 p = "void *";
3447 p = "int";
3457 p = "struct linux_sigcontext *";
3467 p = "int";
3470 p = "void *";
3473 p = "void *";
3476 p = "void *";
3479 p = "void *";
3489 p = "char *";
3492 p = "int";
3502 p = "struct linux_utsname *";
3512 p = "const void *";
3515 p = "unsigned long";
3518 p = "int";
3528 p = "int";
3531 p = "const linux_old_sigset_t *";
3534 p = "linux_old_sigset_t *";
3544 p = "pid_t";
3554 p = "int";
3564 p = "unsigned long";
3574 p = "uid_t";
3584 p = "gid_t";
3594 p = "int";
3597 p = "u_int32_t";
3600 p = "u_int32_t";
3603 p = "void *";
3606 p = "int";
3616 p = "int";
3619 p = "struct linux_dirent *";
3622 p = "unsigned int";
3632 p = "int";
3635 p = "fd_set *";
3638 p = "fd_set *";
3641 p = "fd_set *";
3644 p = "struct timeval50 *";
3654 p = "int";
3657 p = "int";
3667 p = "void *";
3670 p = "size_t";
3673 p = "int";
3683 p = "int";
3686 p = "const struct iovec *";
3689 p = "int";
3699 p = "int";
3702 p = "const struct iovec *";
3705 p = "int";
3715 p = "pid_t";
3725 p = "int";
3735 p = "struct linux___sysctl *";
3745 p = "void *";
3748 p = "size_t";
3758 p = "void *";
3761 p = "size_t";
3771 p = "int";
3784 p = "pid_t";
3787 p = "const struct linux_sched_param *";
3797 p = "pid_t";
3800 p = "struct linux_sched_param *";
3810 p = "pid_t";
3813 p = "int";
3816 p = "const struct linux_sched_param *";
3826 p = "pid_t";
3839 p = "int";
3849 p = "int";
3859 p = "const struct linux_timespec *";
3862 p = "struct linux_timespec *";
3872 p = "void *";
3875 p = "size_t";
3878 p = "size_t";
3881 p = "u_long";
3891 p = "linux_uid16_t";
3894 p = "linux_uid16_t";
3897 p = "linux_uid16_t";
3907 p = "linux_uid16_t *";
3910 p = "linux_uid16_t *";
3913 p = "linux_uid16_t *";
3923 p = "struct pollfd *";
3926 p = "u_int";
3929 p = "int";
3939 p = "linux_gid16_t";
3942 p = "linux_gid16_t";
3945 p = "linux_gid16_t";
3955 p = "linux_gid16_t *";
3958 p = "linux_gid16_t *";
3961 p = "linux_gid16_t *";
3971 p = "int";
3974 p = "const struct linux_sigaction *";
3977 p = "struct linux_sigaction *";
3980 p = "size_t";
3990 p = "int";
3993 p = "const linux_sigset_t *";
3996 p = "linux_sigset_t *";
3999 p = "size_t";
4009 p = "linux_sigset_t *";
4012 p = "size_t";
4022 p = "const linux_sigset_t *";
4025 p = "linux_siginfo_t *";
4028 p = "const struct linux_timespec *";
4038 p = "int";
4041 p = "int";
4044 p = "linux_siginfo_t *";
4054 p = "linux_sigset_t *";
4057 p = "size_t";
4067 p = "int";
4070 p = "char *";
4073 p = "size_t";
4076 p = "off_t";
4086 p = "int";
4089 p = "char *";
4092 p = "size_t";
4095 p = "off_t";
4105 p = "const char *";
4108 p = "linux_uid16_t";
4111 p = "linux_gid16_t";
4121 p = "char *";
4124 p = "size_t";
4134 p = "const struct linux_sigaltstack *";
4137 p = "struct linux_sigaltstack *";
4150 p = "int";
4153 p = "struct rlimit *";
4164 p = "unsigned long";
4167 p = "size_t";
4170 p = "int";
4173 p = "int";
4176 p = "int";
4179 p = "linux_off_t";
4189 p = "const char *";
4192 p = "off_t";
4202 p = "unsigned int";
4205 p = "off_t";
4215 p = "const char *";
4218 p = "struct linux_stat64 *";
4228 p = "const char *";
4231 p = "struct linux_stat64 *";
4241 p = "int";
4244 p = "struct linux_stat64 *";
4254 p = "const char *";
4257 p = "uid_t";
4260 p = "gid_t";
4282 p = "uid_t";
4285 p = "uid_t";
4295 p = "gid_t";
4298 p = "gid_t";
4308 p = "int";
4311 p = "gid_t *";
4321 p = "int";
4324 p = "gid_t *";
4334 p = "int";
4337 p = "uid_t";
4340 p = "gid_t";
4350 p = "uid_t";
4353 p = "uid_t";
4356 p = "uid_t";
4366 p = "uid_t *";
4369 p = "uid_t *";
4372 p = "uid_t *";
4382 p = "gid_t";
4385 p = "gid_t";
4388 p = "gid_t";
4398 p = "gid_t *";
4401 p = "gid_t *";
4404 p = "gid_t *";
4414 p = "const char *";
4417 p = "uid_t";
4420 p = "gid_t";
4430 p = "uid_t";
4440 p = "gid_t";
4450 p = "uid_t";
4460 p = "gid_t";
4470 p = "int";
4473 p = "struct linux_dirent64 *";
4476 p = "unsigned int";
4486 p = "void *";
4489 p = "size_t";
4492 p = "char *";
4502 p = "void *";
4505 p = "size_t";
4508 p = "int";
4518 p = "int";
4521 p = "int";
4524 p = "void *";
4537 p = "int";
4540 p = "off_t";
4543 p = "size_t";
4553 p = "char *";
4556 p = "char *";
4559 p = "void *";
4562 p = "size_t";
4565 p = "int";
4575 p = "char *";
4578 p = "char *";
4581 p = "void *";
4584 p = "size_t";
4587 p = "int";
4597 p = "int";
4600 p = "char *";
4603 p = "void *";
4606 p = "size_t";
4609 p = "int";
4619 p = "char *";
4622 p = "char *";
4625 p = "void *";
4628 p = "size_t";
4638 p = "char *";
4641 p = "char *";
4644 p = "void *";
4647 p = "size_t";
4657 p = "int";
4660 p = "char *";
4663 p = "void *";
4666 p = "size_t";
4676 p = "char *";
4679 p = "char *";
4682 p = "size_t";
4692 p = "char *";
4695 p = "char *";
4698 p = "size_t";
4708 p = "int";
4711 p = "char *";
4714 p = "size_t";
4724 p = "char *";
4727 p = "char *";
4737 p = "char *";
4740 p = "char *";
4750 p = "int";
4753 p = "char *";
4763 p = "int";
4766 p = "int";
4776 p = "int *";
4779 p = "int";
4782 p = "int";
4785 p = "const struct linux_timespec *";
4788 p = "int *";
4791 p = "int";
4801 p = "pid_t";
4804 p = "unsigned int";
4807 p = "unsigned long *";
4817 p = "pid_t";
4820 p = "unsigned int";
4823 p = "unsigned long *";
4833 p = "int";
4843 p = "int";
4853 p = "int";
4856 p = "int";
4859 p = "int";
4862 p = "struct linux_epoll_event *";
4872 p = "int";
4875 p = "struct linux_epoll_event *";
4878 p = "int";
4881 p = "int";
4891 p = "int *";
4901 p = "clockid_t";
4904 p = "struct linux_sigevent *";
4907 p = "timer_t *";
4917 p = "timer_t";
4920 p = "int";
4923 p = "const struct linux_itimerspec *";
4926 p = "struct linux_itimerspec *";
4936 p = "timer_t";
4939 p = "struct linux_itimerspec *";
4949 p = "timer_t";
4959 p = "timer_t";
4969 p = "clockid_t";
4972 p = "struct linux_timespec *";
4982 p = "clockid_t";
4985 p = "struct linux_timespec *";
4995 p = "clockid_t";
4998 p = "struct linux_timespec *";
5008 p = "clockid_t";
5011 p = "int";
5014 p = "struct linux_timespec *";
5017 p = "struct linux_timespec *";
5027 p = "const char *";
5030 p = "size_t";
5033 p = "struct linux_statfs64 *";
5043 p = "int";
5046 p = "size_t";
5049 p = "struct linux_statfs64 *";
5059 p = "int";
5062 p = "int";
5065 p = "int";
5075 p = "const char *";
5078 p = "const struct timeval50 *";
5088 p = "int";
5091 p = "off_t";
5094 p = "off_t";
5097 p = "int";
5107 p = "const char *";
5110 p = "int";
5113 p = "linux_umode_t";
5116 p = "struct linux_mq_attr *";
5126 p = "const char *";
5136 p = "linux_mqd_t";
5139 p = "const char *";
5142 p = "size_t";
5145 p = "unsigned int";
5148 p = "const struct linux_timespec *";
5158 p = "linux_mqd_t";
5161 p = "char *";
5164 p = "size_t";
5167 p = "unsigned int *";
5170 p = "const struct linux_timespec *";
5180 p = "linux_mqd_t";
5183 p = "const struct linux_sigevent *";
5193 p = "linux_mqd_t";
5196 p = "const struct linux_mq_attr *";
5199 p = "struct linux_mq_attr *";
5209 p = "int";
5212 p = "id_t";
5215 p = "linux_siginfo_t *";
5218 p = "int";
5221 p = "struct rusage50 *";
5234 p = "int";
5237 p = "const char *";
5240 p = "uint32_t";
5250 p = "int";
5253 p = "int";
5263 p = "int";
5266 p = "const char *";
5269 p = "int";
5272 p = "linux_umode_t";
5282 p = "int";
5285 p = "const char *";
5288 p = "linux_umode_t";
5298 p = "int";
5301 p = "const char *";
5304 p = "linux_umode_t";
5307 p = "unsigned";
5317 p = "int";
5320 p = "const char *";
5323 p = "uid_t";
5326 p = "gid_t";
5329 p = "int";
5339 p = "int";
5342 p = "const char *";
5345 p = "struct linux_stat64 *";
5348 p = "int";
5358 p = "int";
5361 p = "const char *";
5364 p = "int";
5374 p = "int";
5377 p = "const char *";
5380 p = "int";
5383 p = "const char *";
5393 p = "int";
5396 p = "const char *";
5399 p = "int";
5402 p = "const char *";
5405 p = "int";
5415 p = "const char *";
5418 p = "int";
5421 p = "const char *";
5431 p = "int";
5434 p = "const char *";
5437 p = "char *";
5440 p = "size_t";
5450 p = "int";
5453 p = "const char *";
5456 p = "linux_umode_t";
5466 p = "int";
5469 p = "const char *";
5472 p = "int";
5482 p = "int";
5485 p = "fd_set *";
5488 p = "fd_set *";
5491 p = "fd_set *";
5494 p = "struct linux_timespec *";
5497 p = "linux_sized_sigset_t *";
5507 p = "struct pollfd *";
5510 p = "u_int";
5513 p = "struct linux_timespec *";
5516 p = "linux_sigset_t *";
5526 p = "void *";
5529 p = "size_t";
5539 p = "lwpid_t";
5542 p = "void **";
5545 p = "size_t *";
5555 p = "int";
5558 p = "off_t";
5561 p = "off_t";
5564 p = "unsigned int";
5574 p = "unsigned int *";
5577 p = "unsigned int *";
5580 p = "struct linux_getcpu_cache *";
5590 p = "int";
5593 p = "struct linux_epoll_event *";
5596 p = "int";
5599 p = "int";
5602 p = "const linux_sigset_t *";
5612 p = "int";
5615 p = "const char *";
5618 p = "struct linux_timespec *";
5621 p = "int";
5631 p = "clockid_t";
5634 p = "int";
5644 p = "unsigned int";
5654 p = "int";
5657 p = "int";
5660 p = "off_t";
5663 p = "off_t";
5673 p = "int";
5676 p = "int";
5679 p = "const struct linux_itimerspec *";
5682 p = "struct linux_itimerspec *";
5692 p = "int";
5695 p = "struct linux_itimerspec *";
5705 p = "unsigned int";
5708 p = "int";
5718 p = "int";
5728 p = "int";
5731 p = "int";
5734 p = "int";
5744 p = "int *";
5747 p = "int";
5757 p = "int";
5767 p = "int";
5770 p = "const struct iovec *";
5773 p = "int";
5776 p = "unsigned long";
5779 p = "unsigned long";
5789 p = "int";
5792 p = "const struct iovcnt *";
5795 p = "int";
5798 p = "unsigned long";
5801 p = "unsigned long";
5811 p = "int";
5814 p = "struct linux_mmsghdr *";
5817 p = "unsigned int";
5820 p = "unsigned int";
5823 p = "struct timespec *";
5833 p = "int";
5836 p = "struct osockaddr *";
5839 p = "int *";
5842 p = "int";
5852 p = "pid_t";
5855 p = "int";
5858 p = "struct rlimit *";
5861 p = "struct rlimit *";
5871 p = "int";
5881 p = "int";
5884 p = "struct linux_mmsghdr *";
5887 p = "unsigned int";
5890 p = "unsigned int";
5900 p = "int";
5903 p = "const char *";
5906 p = "int";
5909 p = "const char *";
5912 p = "unsigned int";
5925 p = "uintptr_t";
5928 p = "intptr_t";
5931 p = "int";
5941 p = "void *";
5951 p = "int";
5954 p = "off_t *";
5957 p = "int";
5960 p = "off_t *";
5963 p = "size_t";
5966 p = "unsigned int";
5976 p = "int";
5979 p = "const char *";
5982 p = "int";
5985 p = "unsigned int";
5988 p = "struct linux_statx *";
5998 p = "struct linux_user_clone3_args *";
6001 p = "size_t";
6011 p = "unsigned int";
6014 p = "unsigned int";
6017 p = "unsigned int";
6027 p = "int";
6030 p = "const char *";
6033 p = "int";
6036 p = "int";
6046 p = "int";
6049 p = "struct linux_epoll_event *";
6052 p = "int";
6055 p = "const struct linux_timespec *";
6058 p = "const linux_sigset_t *";
6067 if (p != NULL)
6068 strlcpy(desc, p, descsz);
6073 const char *p = NULL;
6080 p = "int";
6087 p = "ssize_t";
6092 p = "ssize_t";
6097 p = "int";
6102 p = "int";
6107 p = "int";
6112 p = "int";
6117 p = "int";
6122 p = "int";
6127 p = "int";
6132 p = "int";
6137 p = "int";
6142 p = "int";
6147 p = "int";
6152 p = "int";
6157 p = "long";
6164 p = "int";
6171 p = "int";
6176 p = "int";
6181 p = "int";
6188 p = "int";
6193 p = "int";
6198 p = "int";
6205 p = "int";
6210 p = "int";
6215 p = "int";
6220 p = "int";
6225 p = "int";
6230 p = "int";
6235 p = "int";
6240 p = "int";
6245 p = "int";
6252 p = "int";
6261 p = "int";
6266 p = "int";
6271 p = "int";
6276 p = "int";
6281 p = "int";
6286 p = "int";
6291 p = "int";
6296 p = "int";
6307 p = "int";
6314 p = "int";
6319 p = "int";
6324 p = "int";
6329 p = "int";
6334 p = "int";
6339 p = "int";
6344 p = "int";
6349 p = "int";
6354 p = "int";
6359 p = "int";
6364 p = "int";
6369 p = "int";
6374 p = "int";
6379 p = "int";
6384 p = "int";
6389 p = "int";
6394 p = "ssize_t";
6400 p = "int";
6407 p = "int";
6412 p = "int";
6417 p = "int";
6422 p = "int";
6427 p = "int";
6432 p = "int";
6437 p = "int";
6442 p = "int";
6447 p = "int";
6452 p = "int";
6457 p = "int";
6462 p = "int";
6467 p = "int";
6472 p = "int";
6477 p = "int";
6482 p = "int";
6487 p = "int";
6492 p = "int";
6497 p = "int";
6502 p = "int";
6507 p = "int";
6512 p = "int";
6517 p = "int";
6522 p = "int";
6527 p = "int";
6532 p = "int";
6537 p = "int";
6542 p = "int";
6547 p = "int";
6552 p = "int";
6557 p = "int";
6562 p = "int";
6567 p = "pid_t";
6572 p = "int";
6577 p = "int";
6582 p = "int";
6587 p = "int";
6592 p = "int";
6597 p = "int";
6602 p = "int";
6607 p = "int";
6612 p = "int";
6617 p = "ssize_t";
6622 p = "ssize_t";
6627 p = "pid_t";
6632 p = "int";
6637 p = "int";
6642 p = "int";
6647 p = "int";
6652 p = "int";
6659 p = "int";
6664 p = "int";
6669 p = "int";
6674 p = "int";
6681 p = "int";
6686 p = "int";
6691 p = "int";
6696 p = "void *";
6701 p = "int";
6706 p = "int";
6711 p = "int";
6716 p = "int";
6721 p = "int";
6726 p = "int";
6731 p = "int";
6736 p = "int";
6741 p = "int";
6746 p = "int";
6751 p = "int";
6756 p = "int";
6761 p = "int";
6766 p = "int";
6771 p = "int";
6776 p = "int";
6783 p = "int";
6789 p = "linux_off_t";
6794 p = "int";
6799 p = "int";
6804 p = "int";
6809 p = "int";
6814 p = "int";
6819 p = "int";
6832 p = "int";
6837 p = "int";
6842 p = "int";
6847 p = "int";
6852 p = "int";
6857 p = "int";
6862 p = "int";
6867 p = "int";
6872 p = "int";
6877 p = "int";
6882 p = "int";
6887 p = "int";
6892 p = "int";
6897 p = "int";
6902 p = "int";
6907 p = "int";
6912 p = "int";
6917 p = "int";
6924 p = "ssize_t";
6929 p = "int";
6934 p = "int";
6939 p = "int";
6944 p = "ssize_t";
6949 p = "ssize_t";
6954 p = "ssize_t";
6959 p = "ssize_t";
6964 p = "ssize_t";
6969 p = "ssize_t";
6974 p = "int";
6979 p = "int";
6984 p = "int";
6989 p = "int";
6994 p = "int";
6999 p = "int";
7004 p = "int";
7009 p = "int";
7014 p = "int";
7019 p = "int";
7024 p = "int";
7029 p = "int";
7034 p = "int";
7039 p = "int";
7044 p = "int";
7049 p = "int";
7054 p = "int";
7059 p = "int";
7064 p = "int";
7069 p = "int";
7074 p = "int";
7079 p = "int";
7084 p = "int";
7089 p = "int";
7094 p = "int";
7099 p = "int";
7104 p = "linux_mqd_t";
7109 p = "int";
7114 p = "int";
7119 p = "ssize_t";
7124 p = "int";
7129 p = "int";
7134 p = "int";
7141 p = "int";
7146 p = "int";
7151 p = "int";
7156 p = "int";
7161 p = "int";
7166 p = "int";
7171 p = "int";
7176 p = "int";
7181 p = "int";
7186 p = "int";
7191 p = "int";
7196 p = "ssize_t";
7201 p = "int";
7206 p = "int";
7211 p = "int";
7216 p = "int";
7221 p = "int";
7226 p = "int";
7231 p = "int";
7236 p = "int";
7241 p = "int";
7246 p = "int";
7251 p = "int";
7256 p = "int";
7261 p = "int";
7266 p = "int";
7271 p = "int";
7276 p = "int";
7281 p = "int";
7286 p = "int";
7291 p = "int";
7296 p = "int";
7301 p = "int";
7306 p = "int";
7311 p = "int";
7316 p = "int";
7321 p = "int";
7326 p = "int";
7331 p = "int";
7336 p = "int";
7343 p = "int";
7348 p = "int";
7353 p = "ssize_t";
7358 p = "int";
7363 p = "int";
7368 p = "int";
7373 p = "int";
7378 p = "int";
7383 if (p != NULL)
7384 strlcpy(desc, p, descsz);