Lines Matching defs:p

17 		const struct linux_sys_setxattr_args *p = params;
18 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
19 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
20 uarg[2] = (intptr_t) SCARG(p, value); /* void * */
21 uarg[3] = SCARG(p, size); /* size_t */
22 iarg[4] = SCARG(p, flags); /* int */
28 const struct linux_sys_lsetxattr_args *p = params;
29 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
30 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
31 uarg[2] = (intptr_t) SCARG(p, value); /* void * */
32 uarg[3] = SCARG(p, size); /* size_t */
33 iarg[4] = SCARG(p, flags); /* int */
39 const struct linux_sys_fsetxattr_args *p = params;
40 iarg[0] = SCARG(p, fd); /* int */
41 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
42 uarg[2] = (intptr_t) SCARG(p, value); /* void * */
43 uarg[3] = SCARG(p, size); /* size_t */
44 iarg[4] = SCARG(p, flags); /* int */
50 const struct linux_sys_getxattr_args *p = params;
51 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
52 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
53 uarg[2] = (intptr_t) SCARG(p, value); /* void * */
54 uarg[3] = SCARG(p, size); /* size_t */
60 const struct linux_sys_lgetxattr_args *p = params;
61 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
62 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
63 uarg[2] = (intptr_t) SCARG(p, value); /* void * */
64 uarg[3] = SCARG(p, size); /* size_t */
70 const struct linux_sys_fgetxattr_args *p = params;
71 iarg[0] = SCARG(p, fd); /* int */
72 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
73 uarg[2] = (intptr_t) SCARG(p, value); /* void * */
74 uarg[3] = SCARG(p, size); /* size_t */
80 const struct linux_sys_listxattr_args *p = params;
81 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
82 uarg[1] = (intptr_t) SCARG(p, list); /* char * */
83 uarg[2] = SCARG(p, size); /* size_t */
89 const struct linux_sys_llistxattr_args *p = params;
90 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
91 uarg[1] = (intptr_t) SCARG(p, list); /* char * */
92 uarg[2] = SCARG(p, size); /* size_t */
98 const struct linux_sys_flistxattr_args *p = params;
99 iarg[0] = SCARG(p, fd); /* int */
100 uarg[1] = (intptr_t) SCARG(p, list); /* char * */
101 uarg[2] = SCARG(p, size); /* size_t */
107 const struct linux_sys_removexattr_args *p = params;
108 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
109 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
115 const struct linux_sys_lremovexattr_args *p = params;
116 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
117 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
123 const struct linux_sys_fremovexattr_args *p = params;
124 iarg[0] = SCARG(p, fd); /* int */
125 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
131 const struct sys___getcwd_args *p = params;
132 uarg[0] = (intptr_t) SCARG(p, bufp); /* char * */
133 uarg[1] = SCARG(p, length); /* size_t */
139 const struct linux_sys_eventfd2_args *p = params;
140 uarg[0] = SCARG(p, initval); /* unsigned int */
141 iarg[1] = SCARG(p, flags); /* int */
147 const struct linux_sys_epoll_create1_args *p = params;
148 iarg[0] = SCARG(p, flags); /* int */
154 const struct linux_sys_epoll_ctl_args *p = params;
155 iarg[0] = SCARG(p, epfd); /* int */
156 iarg[1] = SCARG(p, op); /* int */
157 iarg[2] = SCARG(p, fd); /* int */
158 uarg[3] = (intptr_t) SCARG(p, event); /* struct linux_epoll_event * */
164 const struct linux_sys_epoll_pwait_args *p = params;
165 iarg[0] = SCARG(p, epfd); /* int */
166 uarg[1] = (intptr_t) SCARG(p, events); /* struct linux_epoll_event * */
167 iarg[2] = SCARG(p, maxevents); /* int */
168 iarg[3] = SCARG(p, timeout); /* int */
169 uarg[4] = (intptr_t) SCARG(p, sigmask); /* const linux_sigset_t * */
175 const struct sys_dup_args *p = params;
176 iarg[0] = SCARG(p, fd); /* int */
182 const struct linux_sys_dup3_args *p = params;
183 iarg[0] = SCARG(p, from); /* int */
184 iarg[1] = SCARG(p, to); /* int */
185 iarg[2] = SCARG(p, flags); /* int */
191 const struct linux_sys_fcntl_args *p = params;
192 iarg[0] = SCARG(p, fd); /* int */
193 iarg[1] = SCARG(p, cmd); /* int */
194 uarg[2] = (intptr_t) SCARG(p, arg); /* void * */
200 const struct linux_sys_inotify_init1_args *p = params;
201 iarg[0] = SCARG(p, flags); /* int */
207 const struct linux_sys_inotify_add_watch_args *p = params;
208 iarg[0] = SCARG(p, fd); /* int */
209 uarg[1] = (intptr_t) SCARG(p, pathname); /* const char * */
210 uarg[2] = SCARG(p, mask); /* uint32_t */
216 const struct linux_sys_inotify_rm_watch_args *p = params;
217 iarg[0] = SCARG(p, fd); /* int */
218 iarg[1] = SCARG(p, wd); /* int */
224 const struct linux_sys_ioctl_args *p = params;
225 iarg[0] = SCARG(p, fd); /* int */
226 uarg[1] = SCARG(p, com); /* u_long */
227 uarg[2] = (intptr_t) SCARG(p, data); /* void * */
233 const struct sys_flock_args *p = params;
234 iarg[0] = SCARG(p, fd); /* int */
235 iarg[1] = SCARG(p, how); /* int */
241 const struct linux_sys_mknodat_args *p = params;
242 iarg[0] = SCARG(p, fd); /* int */
243 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
244 iarg[2] = SCARG(p, mode); /* linux_umode_t */
245 uarg[3] = SCARG(p, dev); /* unsigned */
251 const struct sys_mkdirat_args *p = params;
252 iarg[0] = SCARG(p, fd); /* int */
253 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
254 iarg[2] = SCARG(p, mode); /* linux_umode_t */
260 const struct linux_sys_unlinkat_args *p = params;
261 iarg[0] = SCARG(p, fd); /* int */
262 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
263 iarg[2] = SCARG(p, flag); /* int */
269 const struct sys_symlinkat_args *p = params;
270 uarg[0] = (intptr_t) SCARG(p, path1); /* const char * */
271 iarg[1] = SCARG(p, fd); /* int */
272 uarg[2] = (intptr_t) SCARG(p, path2); /* const char * */
278 const struct linux_sys_linkat_args *p = params;
279 iarg[0] = SCARG(p, fd1); /* int */
280 uarg[1] = (intptr_t) SCARG(p, name1); /* const char * */
281 iarg[2] = SCARG(p, fd2); /* int */
282 uarg[3] = (intptr_t) SCARG(p, name2); /* const char * */
283 iarg[4] = SCARG(p, flags); /* int */
289 const struct sys_renameat_args *p = params;
290 iarg[0] = SCARG(p, fromfd); /* int */
291 uarg[1] = (intptr_t) SCARG(p, from); /* const char * */
292 iarg[2] = SCARG(p, tofd); /* int */
293 uarg[3] = (intptr_t) SCARG(p, to); /* const char * */
299 const struct linux_sys_statfs_args *p = params;
300 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
301 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_statfs * */
307 const struct linux_sys_fstatfs_args *p = params;
308 iarg[0] = SCARG(p, fd); /* int */
309 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_statfs * */
315 const struct linux_sys_truncate64_args *p = params;
316 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
317 iarg[1] = SCARG(p, length); /* off_t */
323 const struct linux_sys_ftruncate64_args *p = params;
324 uarg[0] = SCARG(p, fd); /* unsigned int */
325 iarg[1] = SCARG(p, length); /* off_t */
331 const struct linux_sys_fallocate_args *p = params;
332 iarg[0] = SCARG(p, fd); /* int */
333 iarg[1] = SCARG(p, mode); /* int */
334 iarg[2] = SCARG(p, offset); /* off_t */
335 iarg[3] = SCARG(p, len); /* off_t */
341 const struct linux_sys_faccessat_args *p = params;
342 iarg[0] = SCARG(p, fd); /* int */
343 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
344 iarg[2] = SCARG(p, amode); /* int */
350 const struct sys_chdir_args *p = params;
351 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
357 const struct sys_fchdir_args *p = params;
358 iarg[0] = SCARG(p, fd); /* int */
364 const struct sys_chroot_args *p = params;
365 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
371 const struct sys_fchmod_args *p = params;
372 iarg[0] = SCARG(p, fd); /* int */
373 iarg[1] = SCARG(p, mode); /* linux_umode_t */
379 const struct linux_sys_fchmodat_args *p = params;
380 iarg[0] = SCARG(p, fd); /* int */
381 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
382 iarg[2] = SCARG(p, mode); /* linux_umode_t */
388 const struct linux_sys_fchownat_args *p = params;
389 iarg[0] = SCARG(p, fd); /* int */
390 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
391 uarg[2] = SCARG(p, owner); /* uid_t */
392 iarg[3] = SCARG(p, group); /* gid_t */
393 iarg[4] = SCARG(p, flag); /* int */
399 const struct sys___posix_fchown_args *p = params;
400 iarg[0] = SCARG(p, fd); /* int */
401 uarg[1] = SCARG(p, uid); /* uid_t */
402 iarg[2] = SCARG(p, gid); /* gid_t */
408 const struct linux_sys_openat_args *p = params;
409 iarg[0] = SCARG(p, fd); /* int */
410 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
411 iarg[2] = SCARG(p, flags); /* int */
412 iarg[3] = SCARG(p, mode); /* linux_umode_t */
418 const struct sys_close_args *p = params;
419 iarg[0] = SCARG(p, fd); /* int */
425 const struct linux_sys_pipe2_args *p = params;
426 uarg[0] = (intptr_t) SCARG(p, pfds); /* int * */
427 iarg[1] = SCARG(p, flags); /* int */
433 const struct linux_sys_getdents64_args *p = params;
434 iarg[0] = SCARG(p, fd); /* int */
435 uarg[1] = (intptr_t) SCARG(p, dent); /* struct linux_dirent64 * */
436 uarg[2] = SCARG(p, count); /* unsigned int */
442 const struct compat_43_sys_lseek_args *p = params;
443 iarg[0] = SCARG(p, fd); /* int */
444 iarg[1] = SCARG(p, offset); /* long */
445 iarg[2] = SCARG(p, whence); /* int */
451 const struct sys_read_args *p = params;
452 iarg[0] = SCARG(p, fd); /* int */
453 uarg[1] = (intptr_t) SCARG(p, buf); /* void * */
454 uarg[2] = SCARG(p, nbyte); /* size_t */
460 const struct sys_write_args *p = params;
461 iarg[0] = SCARG(p, fd); /* int */
462 uarg[1] = (intptr_t) SCARG(p, buf); /* const void * */
463 uarg[2] = SCARG(p, nbyte); /* size_t */
469 const struct sys_readv_args *p = params;
470 iarg[0] = SCARG(p, fd); /* int */
471 uarg[1] = (intptr_t) SCARG(p, iovp); /* const struct iovec * */
472 iarg[2] = SCARG(p, iovcnt); /* int */
478 const struct sys_writev_args *p = params;
479 iarg[0] = SCARG(p, fd); /* int */
480 uarg[1] = (intptr_t) SCARG(p, iovp); /* const struct iovec * */
481 iarg[2] = SCARG(p, iovcnt); /* int */
487 const struct linux_sys_pread_args *p = params;
488 iarg[0] = SCARG(p, fd); /* int */
489 uarg[1] = (intptr_t) SCARG(p, buf); /* char * */
490 uarg[2] = SCARG(p, nbyte); /* size_t */
491 iarg[3] = SCARG(p, offset); /* off_t */
497 const struct linux_sys_pwrite_args *p = params;
498 iarg[0] = SCARG(p, fd); /* int */
499 uarg[1] = (intptr_t) SCARG(p, buf); /* char * */
500 uarg[2] = SCARG(p, nbyte); /* size_t */
501 iarg[3] = SCARG(p, offset); /* off_t */
507 const struct linux_sys_preadv_args *p = params;
508 iarg[0] = SCARG(p, fd); /* int */
509 uarg[1] = (intptr_t) SCARG(p, iovp); /* const struct iovec * */
510 iarg[2] = SCARG(p, iovcnt); /* int */
511 uarg[3] = SCARG(p, off_lo); /* unsigned long */
512 uarg[4] = SCARG(p, off_hi); /* unsigned long */
518 const struct linux_sys_pwritev_args *p = params;
519 iarg[0] = SCARG(p, fd); /* int */
520 uarg[1] = (intptr_t) SCARG(p, iovp); /* const struct iovcnt * */
521 iarg[2] = SCARG(p, iovcnt); /* int */
522 uarg[3] = SCARG(p, off_lo); /* unsigned long */
523 uarg[4] = SCARG(p, off_hi); /* unsigned long */
529 const struct linux_sys_pselect6_args *p = params;
530 iarg[0] = SCARG(p, nfds); /* int */
531 uarg[1] = (intptr_t) SCARG(p, readfds); /* fd_set * */
532 uarg[2] = (intptr_t) SCARG(p, writefds); /* fd_set * */
533 uarg[3] = (intptr_t) SCARG(p, exceptfds); /* fd_set * */
534 uarg[4] = (intptr_t) SCARG(p, timeout); /* struct linux_timespec * */
535 uarg[5] = (intptr_t) SCARG(p, ss); /* linux_sized_sigset_t * */
541 const struct linux_sys_ppoll_args *p = params;
542 uarg[0] = (intptr_t) SCARG(p, fds); /* struct pollfd * */
543 uarg[1] = SCARG(p, nfds); /* u_int */
544 uarg[2] = (intptr_t) SCARG(p, timeout); /* struct linux_timespec * */
545 uarg[3] = (intptr_t) SCARG(p, sigset); /* linux_sigset_t * */
551 const struct sys_readlinkat_args *p = params;
552 iarg[0] = SCARG(p, fd); /* int */
553 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
554 uarg[2] = (intptr_t) SCARG(p, buf); /* char * */
555 uarg[3] = SCARG(p, bufsize); /* size_t */
561 const struct linux_sys_fstatat64_args *p = params;
562 iarg[0] = SCARG(p, fd); /* int */
563 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
564 uarg[2] = (intptr_t) SCARG(p, sp); /* struct linux_stat * */
565 iarg[3] = SCARG(p, flag); /* int */
571 const struct linux_sys_fstat64_args *p = params;
572 iarg[0] = SCARG(p, fd); /* int */
573 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_stat * */
584 const struct sys_fsync_args *p = params;
585 iarg[0] = SCARG(p, fd); /* int */
591 const struct linux_sys_fdatasync_args *p = params;
592 iarg[0] = SCARG(p, fd); /* int */
598 const struct linux_sys_sync_file_range_args *p = params;
599 iarg[0] = SCARG(p, fd); /* int */
600 iarg[1] = SCARG(p, offset); /* off_t */
601 iarg[2] = SCARG(p, nbytes); /* off_t */
602 uarg[3] = SCARG(p, flags); /* unsigned int */
608 const struct linux_sys_timerfd_create_args *p = params;
609 iarg[0] = SCARG(p, clock_id); /* clockid_t */
610 iarg[1] = SCARG(p, flags); /* int */
616 const struct linux_sys_timerfd_settime_args *p = params;
617 iarg[0] = SCARG(p, fd); /* int */
618 iarg[1] = SCARG(p, flags); /* int */
619 uarg[2] = (intptr_t) SCARG(p, tim); /* const struct linux_itimerspec * */
620 uarg[3] = (intptr_t) SCARG(p, otim); /* struct linux_itimerspec * */
626 const struct linux_sys_timerfd_gettime_args *p = params;
627 iarg[0] = SCARG(p, fd); /* int */
628 uarg[1] = (intptr_t) SCARG(p, tim); /* struct linux_itimerspec * */
634 const struct linux_sys_utimensat_args *p = params;
635 iarg[0] = SCARG(p, fd); /* int */
636 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
637 uarg[2] = (intptr_t) SCARG(p, times); /* struct linux_timespec * */
638 iarg[3] = SCARG(p, flag); /* int */
644 const struct sys_acct_args *p = params;
645 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
651 const struct linux_sys_personality_args *p = params;
652 uarg[0] = SCARG(p, per); /* unsigned long */
658 const struct linux_sys_exit_args *p = params;
659 iarg[0] = SCARG(p, rval); /* int */
665 const struct linux_sys_exit_group_args *p = params;
666 iarg[0] = SCARG(p, error_code); /* int */
672 const struct linux_sys_waitid_args *p = params;
673 iarg[0] = SCARG(p, idtype); /* int */
674 iarg[1] = SCARG(p, id); /* id_t */
675 uarg[2] = (intptr_t) SCARG(p, infop); /* linux_siginfo_t * */
676 iarg[3] = SCARG(p, options); /* int */
677 uarg[4] = (intptr_t) SCARG(p, rusage); /* struct rusage50 * */
683 const struct linux_sys_set_tid_address_args *p = params;
684 uarg[0] = (intptr_t) SCARG(p, tid); /* int * */
690 const struct linux_sys_futex_args *p = params;
691 uarg[0] = (intptr_t) SCARG(p, uaddr); /* int * */
692 iarg[1] = SCARG(p, op); /* int */
693 iarg[2] = SCARG(p, val); /* int */
694 uarg[3] = (intptr_t) SCARG(p, timeout); /* const struct linux_timespec * */
695 uarg[4] = (intptr_t) SCARG(p, uaddr2); /* int * */
696 iarg[5] = SCARG(p, val3); /* int */
702 const struct sys___futex_set_robust_list_args *p = params;
703 uarg[0] = (intptr_t) SCARG(p, head); /* void * */
704 uarg[1] = SCARG(p, len); /* size_t */
710 const struct sys___futex_get_robust_list_args *p = params;
711 iarg[0] = SCARG(p, lwpid); /* lwpid_t */
712 uarg[1] = (intptr_t) SCARG(p, headp); /* void ** */
713 uarg[2] = (intptr_t) SCARG(p, lenp); /* size_t * */
719 const struct linux_sys_nanosleep_args *p = params;
720 uarg[0] = (intptr_t) SCARG(p, rqtp); /* const struct linux_timespec * */
721 uarg[1] = (intptr_t) SCARG(p, rmtp); /* struct linux_timespec * */
727 const struct compat_50_sys_getitimer_args *p = params;
728 iarg[0] = SCARG(p, which); /* int */
729 uarg[1] = (intptr_t) SCARG(p, itv); /* struct itimerval50 * */
735 const struct compat_50_sys_setitimer_args *p = params;
736 iarg[0] = SCARG(p, which); /* int */
737 uarg[1] = (intptr_t) SCARG(p, itv); /* struct itimerval50 * */
738 uarg[2] = (intptr_t) SCARG(p, oitv); /* struct itimerval50 * */
744 const struct linux_sys_timer_create_args *p = params;
745 iarg[0] = SCARG(p, clockid); /* clockid_t */
746 uarg[1] = (intptr_t) SCARG(p, evp); /* struct linux_sigevent * */
747 uarg[2] = (intptr_t) SCARG(p, timerid); /* timer_t * */
753 const struct linux_sys_timer_gettime_args *p = params;
754 iarg[0] = SCARG(p, timerid); /* timer_t */
755 uarg[1] = (intptr_t) SCARG(p, tim); /* struct linux_itimerspec * */
761 const struct sys_timer_getoverrun_args *p = params;
762 iarg[0] = SCARG(p, timerid); /* timer_t */
768 const struct linux_sys_timer_settime_args *p = params;
769 iarg[0] = SCARG(p, timerid); /* timer_t */
770 iarg[1] = SCARG(p, flags); /* int */
771 uarg[2] = (intptr_t) SCARG(p, tim); /* const struct linux_itimerspec * */
772 uarg[3] = (intptr_t) SCARG(p, otim); /* struct linux_itimerspec * */
778 const struct sys_timer_delete_args *p = params;
779 iarg[0] = SCARG(p, timerid); /* timer_t */
785 const struct linux_sys_clock_settime_args *p = params;
786 iarg[0] = SCARG(p, which); /* clockid_t */
787 uarg[1] = (intptr_t) SCARG(p, tp); /* struct linux_timespec * */
793 const struct linux_sys_clock_gettime_args *p = params;
794 iarg[0] = SCARG(p, which); /* clockid_t */
795 uarg[1] = (intptr_t) SCARG(p, tp); /* struct linux_timespec * */
801 const struct linux_sys_clock_getres_args *p = params;
802 iarg[0] = SCARG(p, which); /* clockid_t */
803 uarg[1] = (intptr_t) SCARG(p, tp); /* struct linux_timespec * */
809 const struct linux_sys_clock_nanosleep_args *p = params;
810 iarg[0] = SCARG(p, which); /* clockid_t */
811 iarg[1] = SCARG(p, flags); /* int */
812 uarg[2] = (intptr_t) SCARG(p, rqtp); /* struct linux_timespec * */
813 uarg[3] = (intptr_t) SCARG(p, rmtp); /* struct linux_timespec * */
819 const struct linux_sys_ptrace_args *p = params;
820 iarg[0] = SCARG(p, request); /* long */
821 iarg[1] = SCARG(p, pid); /* long */
822 iarg[2] = SCARG(p, addr); /* long */
823 iarg[3] = SCARG(p, data); /* long */
829 const struct linux_sys_sched_setparam_args *p = params;
830 iarg[0] = SCARG(p, pid); /* pid_t */
831 uarg[1] = (intptr_t) SCARG(p, sp); /* const struct linux_sched_param * */
837 const struct linux_sys_sched_setscheduler_args *p = params;
838 iarg[0] = SCARG(p, pid); /* pid_t */
839 iarg[1] = SCARG(p, policy); /* int */
840 uarg[2] = (intptr_t) SCARG(p, sp); /* const struct linux_sched_param * */
846 const struct linux_sys_sched_getscheduler_args *p = params;
847 iarg[0] = SCARG(p, pid); /* pid_t */
853 const struct linux_sys_sched_getparam_args *p = params;
854 iarg[0] = SCARG(p, pid); /* pid_t */
855 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_sched_param * */
861 const struct linux_sys_sched_setaffinity_args *p = params;
862 iarg[0] = SCARG(p, pid); /* pid_t */
863 uarg[1] = SCARG(p, len); /* unsigned int */
864 uarg[2] = (intptr_t) SCARG(p, mask); /* unsigned long * */
870 const struct linux_sys_sched_getaffinity_args *p = params;
871 iarg[0] = SCARG(p, pid); /* pid_t */
872 uarg[1] = SCARG(p, len); /* unsigned int */
873 uarg[2] = (intptr_t) SCARG(p, mask); /* unsigned long * */
884 const struct linux_sys_sched_get_priority_max_args *p = params;
885 iarg[0] = SCARG(p, policy); /* int */
891 const struct linux_sys_sched_get_priority_min_args *p = params;
892 iarg[0] = SCARG(p, policy); /* int */
898 const struct linux_sys_kill_args *p = params;
899 iarg[0] = SCARG(p, pid); /* int */
900 iarg[1] = SCARG(p, signum); /* int */
906 const struct linux_sys_tkill_args *p = params;
907 iarg[0] = SCARG(p, tid); /* int */
908 iarg[1] = SCARG(p, sig); /* int */
914 const struct linux_sys_tgkill_args *p = params;
915 iarg[0] = SCARG(p, tgid); /* int */
916 iarg[1] = SCARG(p, tid); /* int */
917 iarg[2] = SCARG(p, sig); /* int */
923 const struct linux_sys_sigaltstack_args *p = params;
924 uarg[0] = (intptr_t) SCARG(p, ss); /* const struct linux_sigaltstack * */
925 uarg[1] = (intptr_t) SCARG(p, oss); /* struct linux_sigaltstack * */
931 const struct linux_sys_rt_sigsuspend_args *p = params;
932 uarg[0] = (intptr_t) SCARG(p, unewset); /* linux_sigset_t * */
933 uarg[1] = SCARG(p, sigsetsize); /* size_t */
939 const struct linux_sys_rt_sigaction_args *p = params;
940 iarg[0] = SCARG(p, signum); /* int */
941 uarg[1] = (intptr_t) SCARG(p, nsa); /* const struct linux_sigaction * */
942 uarg[2] = (intptr_t) SCARG(p, osa); /* struct linux_sigaction * */
943 uarg[3] = SCARG(p, sigsetsize); /* size_t */
949 const struct linux_sys_rt_sigprocmask_args *p = params;
950 iarg[0] = SCARG(p, how); /* int */
951 uarg[1] = (intptr_t) SCARG(p, set); /* const linux_sigset_t * */
952 uarg[2] = (intptr_t) SCARG(p, oset); /* linux_sigset_t * */
953 uarg[3] = SCARG(p, sigsetsize); /* size_t */
959 const struct linux_sys_rt_sigpending_args *p = params;
960 uarg[0] = (intptr_t) SCARG(p, set); /* linux_sigset_t * */
961 uarg[1] = SCARG(p, sigsetsize); /* size_t */
967 const struct linux_sys_rt_sigtimedwait_args *p = params;
968 uarg[0] = (intptr_t) SCARG(p, set); /* const linux_sigset_t * */
969 uarg[1] = (intptr_t) SCARG(p, info); /* linux_siginfo_t * */
970 uarg[2] = (intptr_t) SCARG(p, timeout); /* const struct linux_timespec * */
981 const struct sys_setpriority_args *p = params;
982 iarg[0] = SCARG(p, which); /* int */
983 iarg[1] = SCARG(p, who); /* int */
984 iarg[2] = SCARG(p, prio); /* int */
990 const struct linux_sys_getpriority_args *p = params;
991 iarg[0] = SCARG(p, which); /* int */
992 iarg[1] = SCARG(p, who); /* int */
998 const struct linux_sys_reboot_args *p = params;
999 iarg[0] = SCARG(p, magic1); /* int */
1000 iarg[1] = SCARG(p, magic2); /* int */
1001 iarg[2] = SCARG(p, cmd); /* int */
1002 uarg[3] = (intptr_t) SCARG(p, arg); /* void * */
1008 const struct sys_setregid_args *p = params;
1009 iarg[0] = SCARG(p, rgid); /* gid_t */
1010 iarg[1] = SCARG(p, egid); /* gid_t */
1016 const struct sys_setgid_args *p = params;
1017 iarg[0] = SCARG(p, gid); /* gid_t */
1023 const struct sys_setreuid_args *p = params;
1024 uarg[0] = SCARG(p, ruid); /* uid_t */
1025 uarg[1] = SCARG(p, euid); /* uid_t */
1031 const struct sys_setuid_args *p = params;
1032 uarg[0] = SCARG(p, uid); /* uid_t */
1038 const struct linux_sys_setresuid_args *p = params;
1039 uarg[0] = SCARG(p, ruid); /* uid_t */
1040 uarg[1] = SCARG(p, euid); /* uid_t */
1041 uarg[2] = SCARG(p, suid); /* uid_t */
1047 const struct linux_sys_getresuid_args *p = params;
1048 uarg[0] = (intptr_t) SCARG(p, ruid); /* uid_t * */
1049 uarg[1] = (intptr_t) SCARG(p, euid); /* uid_t * */
1050 uarg[2] = (intptr_t) SCARG(p, suid); /* uid_t * */
1056 const struct linux_sys_setresgid_args *p = params;
1057 iarg[0] = SCARG(p, rgid); /* gid_t */
1058 iarg[1] = SCARG(p, egid); /* gid_t */
1059 iarg[2] = SCARG(p, sgid); /* gid_t */
1065 const struct linux_sys_getresgid_args *p = params;
1066 uarg[0] = (intptr_t) SCARG(p, rgid); /* gid_t * */
1067 uarg[1] = (intptr_t) SCARG(p, egid); /* gid_t * */
1068 uarg[2] = (intptr_t) SCARG(p, sgid); /* gid_t * */
1074 const struct linux_sys_setfsuid_args *p = params;
1075 uarg[0] = SCARG(p, uid); /* uid_t */
1081 const struct linux_sys_setfsgid_args *p = params;
1082 iarg[0] = SCARG(p, gid); /* gid_t */
1088 const struct linux_sys_times_args *p = params;
1089 uarg[0] = (intptr_t) SCARG(p, tms); /* struct times * */
1095 const struct sys_setpgid_args *p = params;
1096 iarg[0] = SCARG(p, pid); /* int */
1097 iarg[1] = SCARG(p, pgid); /* int */
1103 const struct sys_getpgid_args *p = params;
1104 iarg[0] = SCARG(p, pid); /* pid_t */
1110 const struct sys_getsid_args *p = params;
1111 iarg[0] = SCARG(p, pid); /* pid_t */
1122 const struct sys_getgroups_args *p = params;
1123 iarg[0] = SCARG(p, gidsetsize); /* int */
1124 uarg[1] = (intptr_t) SCARG(p, gidset); /* gid_t * */
1130 const struct sys_setgroups_args *p = params;
1131 iarg[0] = SCARG(p, gidsetsize); /* int */
1132 uarg[1] = (intptr_t) SCARG(p, gidset); /* gid_t * */
1138 const struct linux_sys_uname_args *p = params;
1139 uarg[0] = (intptr_t) SCARG(p, up); /* struct linux_utsname * */
1145 const struct compat_43_sys_sethostname_args *p = params;
1146 uarg[0] = (intptr_t) SCARG(p, hostname); /* char * */
1147 uarg[1] = SCARG(p, len); /* u_int */
1153 const struct linux_sys_setdomainname_args *p = params;
1154 uarg[0] = (intptr_t) SCARG(p, domainname); /* char * */
1155 iarg[1] = SCARG(p, len); /* int */
1161 const struct linux_sys_getrlimit_args *p = params;
1162 iarg[0] = SCARG(p, which); /* int */
1163 uarg[1] = (intptr_t) SCARG(p, rlp); /* struct rlimit * */
1169 const struct linux_sys_setrlimit_args *p = params;
1170 uarg[0] = SCARG(p, which); /* u_int */
1171 uarg[1] = (intptr_t) SCARG(p, rlp); /* struct rlimit * */
1177 const struct compat_50_sys_getrusage_args *p = params;
1178 iarg[0] = SCARG(p, who); /* int */
1179 uarg[1] = (intptr_t) SCARG(p, rusage); /* struct rusage50 * */
1185 const struct sys_umask_args *p = params;
1186 iarg[0] = SCARG(p, newmask); /* int */
1192 const struct linux_sys_getcpu_args *p = params;
1193 uarg[0] = (intptr_t) SCARG(p, cpu); /* unsigned int * */
1194 uarg[1] = (intptr_t) SCARG(p, node); /* unsigned int * */
1195 uarg[2] = (intptr_t) SCARG(p, tcache); /* struct linux_getcpu_cache * */
1201 const struct linux_sys_gettimeofday_args *p = params;
1202 uarg[0] = (intptr_t) SCARG(p, tp); /* struct timeval50 * */
1203 uarg[1] = (intptr_t) SCARG(p, tzp); /* struct timezone * */
1209 const struct linux_sys_settimeofday_args *p = params;
1210 uarg[0] = (intptr_t) SCARG(p, tp); /* struct timeval50 * */
1211 uarg[1] = (intptr_t) SCARG(p, tzp); /* struct timezone * */
1252 const struct linux_sys_sysinfo_args *p = params;
1253 uarg[0] = (intptr_t) SCARG(p, arg); /* struct linux_sysinfo * */
1259 const struct linux_sys_mq_open_args *p = params;
1260 uarg[0] = (intptr_t) SCARG(p, name); /* const char * */
1261 iarg[1] = SCARG(p, oflag); /* int */
1262 iarg[2] = SCARG(p, mode); /* linux_umode_t */
1263 uarg[3] = (intptr_t) SCARG(p, attr); /* struct linux_mq_attr * */
1269 const struct linux_sys_mq_unlink_args *p = params;
1270 uarg[0] = (intptr_t) SCARG(p, name); /* const char * */
1276 const struct linux_sys_mq_timedsend_args *p = params;
1277 iarg[0] = SCARG(p, mqdes); /* linux_mqd_t */
1278 uarg[1] = (intptr_t) SCARG(p, msg_ptr); /* const char * */
1279 uarg[2] = SCARG(p, msg_len); /* size_t */
1280 uarg[3] = SCARG(p, msg_prio); /* unsigned int */
1281 uarg[4] = (intptr_t) SCARG(p, abs_timeout); /* const struct linux_timespec * */
1287 const struct linux_sys_mq_timedreceive_args *p = params;
1288 iarg[0] = SCARG(p, mqdes); /* linux_mqd_t */
1289 uarg[1] = (intptr_t) SCARG(p, msg_ptr); /* char * */
1290 uarg[2] = SCARG(p, msg_len); /* size_t */
1291 uarg[3] = (intptr_t) SCARG(p, msg_prio); /* unsigned int * */
1292 uarg[4] = (intptr_t) SCARG(p, abs_timeout); /* const struct linux_timespec * */
1298 const struct linux_sys_mq_notify_args *p = params;
1299 iarg[0] = SCARG(p, mqdes); /* linux_mqd_t */
1300 uarg[1] = (intptr_t) SCARG(p, sevp); /* const struct linux_sigevent * */
1306 const struct linux_sys_mq_getsetattr_args *p = params;
1307 iarg[0] = SCARG(p, mqdes); /* linux_mqd_t */
1308 uarg[1] = (intptr_t) SCARG(p, newattr); /* const struct linux_mq_attr * */
1309 uarg[2] = (intptr_t) SCARG(p, oldattr); /* struct linux_mq_attr * */
1316 const struct sys_msgget_args *p = params;
1317 iarg[0] = SCARG(p, key); /* key_t */
1318 iarg[1] = SCARG(p, msgflg); /* int */
1324 const struct linux_sys_msgctl_args *p = params;
1325 iarg[0] = SCARG(p, msqid); /* int */
1326 iarg[1] = SCARG(p, cmd); /* int */
1327 uarg[2] = (intptr_t) SCARG(p, buf); /* struct linux_msqid_ds * */
1333 const struct sys_msgrcv_args *p = params;
1334 iarg[0] = SCARG(p, msqid); /* int */
1335 uarg[1] = (intptr_t) SCARG(p, msgp); /* void * */
1336 uarg[2] = SCARG(p, msgsz); /* size_t */
1337 iarg[3] = SCARG(p, msgtyp); /* long */
1338 iarg[4] = SCARG(p, msgflg); /* int */
1344 const struct sys_msgsnd_args *p = params;
1345 iarg[0] = SCARG(p, msqid); /* int */
1346 uarg[1] = (intptr_t) SCARG(p, msgp); /* void * */
1347 uarg[2] = SCARG(p, msgsz); /* size_t */
1348 iarg[3] = SCARG(p, msgflg); /* int */
1357 const struct sys_semget_args *p = params;
1358 iarg[0] = SCARG(p, key); /* key_t */
1359 iarg[1] = SCARG(p, nsems); /* int */
1360 iarg[2] = SCARG(p, semflg); /* int */
1366 const struct linux_sys_semctl_args *p = params;
1367 iarg[0] = SCARG(p, semid); /* int */
1368 iarg[1] = SCARG(p, semnum); /* int */
1369 iarg[2] = SCARG(p, cmd); /* int */
1370 uarg[3] = SCARG(p, arg); /* union linux_semun */
1376 const struct sys_semop_args *p = params;
1377 iarg[0] = SCARG(p, semid); /* int */
1378 uarg[1] = (intptr_t) SCARG(p, sops); /* struct sembuf * */
1379 uarg[2] = SCARG(p, nsops); /* size_t */
1388 const struct linux_sys_shmget_args *p = params;
1389 iarg[0] = SCARG(p, key); /* key_t */
1390 uarg[1] = SCARG(p, size); /* size_t */
1391 iarg[2] = SCARG(p, shmflg); /* int */
1397 const struct linux_sys_shmctl_args *p = params;
1398 iarg[0] = SCARG(p, shmid); /* int */
1399 iarg[1] = SCARG(p, cmd); /* int */
1400 uarg[2] = (intptr_t) SCARG(p, buf); /* struct linux_shmid_ds * */
1406 const struct sys_shmat_args *p = params;
1407 iarg[0] = SCARG(p, shmid); /* int */
1408 uarg[1] = (intptr_t) SCARG(p, shmaddr); /* void * */
1409 iarg[2] = SCARG(p, shmflg); /* int */
1415 const struct sys_shmdt_args *p = params;
1416 uarg[0] = (intptr_t) SCARG(p, shmaddr); /* const void * */
1424 const struct linux_sys_socket_args *p = params;
1425 iarg[0] = SCARG(p, domain); /* int */
1426 iarg[1] = SCARG(p, type); /* int */
1427 iarg[2] = SCARG(p, protocol); /* int */
1433 const struct linux_sys_socketpair_args *p = params;
1434 iarg[0] = SCARG(p, domain); /* int */
1435 iarg[1] = SCARG(p, type); /* int */
1436 iarg[2] = SCARG(p, protocol); /* int */
1437 uarg[3] = (intptr_t) SCARG(p, rsv); /* int * */
1443 const struct linux_sys_bind_args *p = params;
1444 iarg[0] = SCARG(p, s); /* int */
1445 uarg[1] = (intptr_t) SCARG(p, name); /* const struct osockaddr * */
1446 uarg[2] = SCARG(p, namelen); /* unsigned int */
1452 const struct sys_listen_args *p = params;
1453 iarg[0] = SCARG(p, s); /* int */
1454 iarg[1] = SCARG(p, backlog); /* int */
1460 const struct linux_sys_accept_args *p = params;
1461 iarg[0] = SCARG(p, s); /* int */
1462 uarg[1] = (intptr_t) SCARG(p, name); /* struct osockaddr * */
1463 uarg[2] = (intptr_t) SCARG(p, anamelen); /* int * */
1469 const struct linux_sys_connect_args *p = params;
1470 iarg[0] = SCARG(p, s); /* int */
1471 uarg[1] = (intptr_t) SCARG(p, name); /* const struct osockaddr * */
1472 uarg[2] = SCARG(p, namelen); /* unsigned int */
1478 const struct linux_sys_getsockname_args *p = params;
1479 iarg[0] = SCARG(p, fdec); /* int */
1480 uarg[1] = (intptr_t) SCARG(p, asa); /* void * */
1481 uarg[2] = (intptr_t) SCARG(p, alen); /* int * */
1487 const struct linux_sys_getpeername_args *p = params;
1488 iarg[0] = SCARG(p, fdes); /* int */
1489 uarg[1] = (intptr_t) SCARG(p, asa); /* struct sockaddr * */
1490 uarg[2] = (intptr_t) SCARG(p, alen); /* unsigned int * */
1496 const struct linux_sys_sendto_args *p = params;
1497 iarg[0] = SCARG(p, s); /* int */
1498 uarg[1] = (intptr_t) SCARG(p, msg); /* void * */
1499 iarg[2] = SCARG(p, len); /* int */
1500 iarg[3] = SCARG(p, flags); /* int */
1501 uarg[4] = (intptr_t) SCARG(p, to); /* struct osockaddr * */
1502 iarg[5] = SCARG(p, tolen); /* int */
1508 const struct linux_sys_recvfrom_args *p = params;
1509 iarg[0] = SCARG(p, s); /* int */
1510 uarg[1] = (intptr_t) SCARG(p, buf); /* void * */
1511 uarg[2] = SCARG(p, len); /* size_t */
1512 iarg[3] = SCARG(p, flags); /* int */
1513 uarg[4] = (intptr_t) SCARG(p, from); /* struct osockaddr * */
1514 uarg[5] = (intptr_t) SCARG(p, fromlenaddr); /* unsigned int * */
1520 const struct linux_sys_setsockopt_args *p = params;
1521 iarg[0] = SCARG(p, s); /* int */
1522 iarg[1] = SCARG(p, level); /* int */
1523 iarg[2] = SCARG(p, optname); /* int */
1524 uarg[3] = (intptr_t) SCARG(p, optval); /* void * */
1525 iarg[4] = SCARG(p, optlen); /* int */
1531 const struct linux_sys_getsockopt_args *p = params;
1532 iarg[0] = SCARG(p, s); /* int */
1533 iarg[1] = SCARG(p, level); /* int */
1534 iarg[2] = SCARG(p, optname); /* int */
1535 uarg[3] = (intptr_t) SCARG(p, optval); /* void * */
1536 uarg[4] = (intptr_t) SCARG(p, optlen); /* int * */
1542 const struct sys_shutdown_args *p = params;
1543 iarg[0] = SCARG(p, s); /* int */
1544 iarg[1] = SCARG(p, how); /* int */
1550 const struct linux_sys_sendmsg_args *p = params;
1551 iarg[0] = SCARG(p, s); /* int */
1552 uarg[1] = (intptr_t) SCARG(p, msg); /* const struct linux_msghdr * */
1553 iarg[2] = SCARG(p, flags); /* int */
1559 const struct linux_sys_recvmsg_args *p = params;
1560 iarg[0] = SCARG(p, s); /* int */
1561 uarg[1] = (intptr_t) SCARG(p, msg); /* struct linux_msghdr * */
1562 iarg[2] = SCARG(p, flags); /* int */
1568 const struct linux_sys_readahead_args *p = params;
1569 iarg[0] = SCARG(p, fd); /* int */
1570 iarg[1] = SCARG(p, offset); /* off_t */
1571 uarg[2] = SCARG(p, count); /* size_t */
1577 const struct linux_sys_brk_args *p = params;
1578 uarg[0] = (intptr_t) SCARG(p, nsize); /* char * */
1584 const struct sys_munmap_args *p = params;
1585 uarg[0] = (intptr_t) SCARG(p, addr); /* void * */
1586 uarg[1] = SCARG(p, len); /* size_t */
1592 const struct linux_sys_mremap_args *p = params;
1593 uarg[0] = (intptr_t) SCARG(p, old_address); /* void * */
1594 uarg[1] = SCARG(p, old_size); /* size_t */
1595 uarg[2] = SCARG(p, new_size); /* size_t */
1596 uarg[3] = SCARG(p, flags); /* u_long */
1602 const struct linux_sys_clone_args *p = params;
1603 iarg[0] = SCARG(p, flags); /* int */
1604 uarg[1] = (intptr_t) SCARG(p, stack); /* void * */
1605 uarg[2] = (intptr_t) SCARG(p, parent_tidptr); /* void * */
1606 uarg[3] = (intptr_t) SCARG(p, child_tidptr); /* void * */
1607 uarg[4] = (intptr_t) SCARG(p, tls); /* void * */
1613 const struct sys_execve_args *p = params;
1614 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
1615 uarg[1] = (intptr_t) SCARG(p, argp); /* char ** */
1616 uarg[2] = (intptr_t) SCARG(p, envp); /* char ** */
1622 const struct linux_sys_mmap_args *p = params;
1623 uarg[0] = SCARG(p, addr); /* unsigned long */
1624 uarg[1] = SCARG(p, len); /* size_t */
1625 iarg[2] = SCARG(p, prot); /* int */
1626 iarg[3] = SCARG(p, flags); /* int */
1627 iarg[4] = SCARG(p, fd); /* int */
1628 iarg[5] = SCARG(p, offset); /* linux_off_t */
1634 const struct linux_sys_fadvise64_args *p = params;
1635 iarg[0] = SCARG(p, fd); /* int */
1636 iarg[1] = SCARG(p, offset); /* off_t */
1637 uarg[2] = SCARG(p, len); /* size_t */
1638 iarg[3] = SCARG(p, advice); /* int */
1644 const struct linux_sys_swapon_args *p = params;
1645 uarg[0] = (intptr_t) SCARG(p, name); /* char * */
1651 const struct linux_sys_swapoff_args *p = params;
1652 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
1658 const struct linux_sys_mprotect_args *p = params;
1659 uarg[0] = (intptr_t) SCARG(p, start); /* const void * */
1660 uarg[1] = SCARG(p, len); /* unsigned long */
1661 iarg[2] = SCARG(p, prot); /* int */
1667 const struct sys___msync13_args *p = params;
1668 uarg[0] = (intptr_t) SCARG(p, addr); /* void * */
1669 uarg[1] = SCARG(p, len); /* size_t */
1670 iarg[2] = SCARG(p, flags); /* int */
1676 const struct sys_mlock_args *p = params;
1677 uarg[0] = (intptr_t) SCARG(p, addr); /* void * */
1678 uarg[1] = SCARG(p, len); /* size_t */
1684 const struct sys_munlock_args *p = params;
1685 uarg[0] = (intptr_t) SCARG(p, addr); /* void * */
1686 uarg[1] = SCARG(p, len); /* size_t */
1692 const struct sys_mlockall_args *p = params;
1693 iarg[0] = SCARG(p, flags); /* int */
1704 const struct sys_mincore_args *p = params;
1705 uarg[0] = (intptr_t) SCARG(p, addr); /* void * */
1706 uarg[1] = SCARG(p, len); /* size_t */
1707 uarg[2] = (intptr_t) SCARG(p, vec); /* char * */
1713 const struct sys_madvise_args *p = params;
1714 uarg[0] = (intptr_t) SCARG(p, addr); /* void * */
1715 uarg[1] = SCARG(p, len); /* size_t */
1716 iarg[2] = SCARG(p, behav); /* int */
1722 const struct linux_sys_accept4_args *p = params;
1723 iarg[0] = SCARG(p, s); /* int */
1724 uarg[1] = (intptr_t) SCARG(p, name); /* struct osockaddr * */
1725 uarg[2] = (intptr_t) SCARG(p, anamelen); /* int * */
1726 iarg[3] = SCARG(p, flags); /* int */
1732 const struct linux_sys_recvmmsg_args *p = params;
1733 iarg[0] = SCARG(p, s); /* int */
1734 uarg[1] = (intptr_t) SCARG(p, msgvec); /* struct linux_mmsghdr * */
1735 uarg[2] = SCARG(p, vlen); /* unsigned int */
1736 uarg[3] = SCARG(p, flags); /* unsigned int */
1737 uarg[4] = (intptr_t) SCARG(p, timeout); /* struct timespec * */
1743 const struct linux_sys_wait4_args *p = params;
1744 iarg[0] = SCARG(p, pid); /* int */
1745 uarg[1] = (intptr_t) SCARG(p, status); /* int * */
1746 iarg[2] = SCARG(p, options); /* int */
1747 uarg[3] = (intptr_t) SCARG(p, rusage); /* struct rusage50 * */
1753 const struct linux_sys_prlimit64_args *p = params;
1754 iarg[0] = SCARG(p, pid); /* pid_t */
1755 iarg[1] = SCARG(p, which); /* int */
1756 uarg[2] = (intptr_t) SCARG(p, new_rlp); /* struct rlimit * */
1757 uarg[3] = (intptr_t) SCARG(p, old_rlp); /* struct rlimit * */
1763 const struct linux_sys_syncfs_args *p = params;
1764 iarg[0] = SCARG(p, fd); /* int */
1770 const struct linux_sys_sendmmsg_args *p = params;
1771 iarg[0] = SCARG(p, s); /* int */
1772 uarg[1] = (intptr_t) SCARG(p, msgvec); /* struct linux_mmsghdr * */
1773 uarg[2] = SCARG(p, vlen); /* unsigned int */
1774 uarg[3] = SCARG(p, flags); /* unsigned int */
1780 const struct linux_sys_renameat2_args *p = params;
1781 iarg[0] = SCARG(p, fromfd); /* int */
1782 uarg[1] = (intptr_t) SCARG(p, from); /* const char * */
1783 iarg[2] = SCARG(p, tofd); /* int */
1784 uarg[3] = (intptr_t) SCARG(p, to); /* const char * */
1785 uarg[4] = SCARG(p, flags); /* unsigned int */
1791 const struct sys_getrandom_args *p = params;
1792 uarg[0] = (intptr_t) SCARG(p, buf); /* void * */
1793 uarg[1] = SCARG(p, buflen); /* size_t */
1794 uarg[2] = SCARG(p, flags); /* unsigned int */
1800 const struct linux_sys_memfd_create_args *p = params;
1801 uarg[0] = (intptr_t) SCARG(p, name); /* const char * */
1802 uarg[1] = SCARG(p, flags); /* unsigned int */
1808 const struct linux_sys_copy_file_range_args *p = params;
1809 iarg[0] = SCARG(p, fd_in); /* int */
1810 uarg[1] = (intptr_t) SCARG(p, off_in); /* off_t * */
1811 iarg[2] = SCARG(p, fd_out); /* int */
1812 uarg[3] = (intptr_t) SCARG(p, off_out); /* off_t * */
1813 uarg[4] = SCARG(p, len); /* size_t */
1814 uarg[5] = SCARG(p, flags); /* unsigned int */
1820 const struct linux_sys_statx_args *p = params;
1821 iarg[0] = SCARG(p, fd); /* int */
1822 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
1823 iarg[2] = SCARG(p, flag); /* int */
1824 uarg[3] = SCARG(p, mask); /* unsigned int */
1825 uarg[4] = (intptr_t) SCARG(p, sp); /* struct linux_statx * */
1831 const struct linux_sys_clone3_args *p = params;
1832 uarg[0] = (intptr_t) SCARG(p, cl_args); /* struct linux_user_clone3_args * */
1833 uarg[1] = SCARG(p, size); /* size_t */
1839 const struct linux_sys_close_range_args *p = params;
1840 uarg[0] = SCARG(p, first); /* unsigned int */
1841 uarg[1] = SCARG(p, last); /* unsigned int */
1842 uarg[2] = SCARG(p, flags); /* unsigned int */
1848 const struct linux_sys_faccessat2_args *p = params;
1849 iarg[0] = SCARG(p, fd); /* int */
1850 uarg[1] = (intptr_t) SCARG(p, path); /* const char * */
1851 iarg[2] = SCARG(p, amode); /* int */
1852 iarg[3] = SCARG(p, flags); /* int */
1863 const struct linux_sys_epoll_pwait2_args *p = params;
1864 iarg[0] = SCARG(p, epfd); /* int */
1865 uarg[1] = (intptr_t) SCARG(p, events); /* struct linux_epoll_event * */
1866 iarg[2] = SCARG(p, maxevents); /* int */
1867 uarg[3] = (intptr_t) SCARG(p, timeout); /* const struct linux_timespec * */
1868 uarg[4] = (intptr_t) SCARG(p, sigmask); /* const linux_sigset_t * */
1880 const char *p = NULL;
1886 p = "char *";
1889 p = "char *";
1892 p = "void *";
1895 p = "size_t";
1898 p = "int";
1908 p = "char *";
1911 p = "char *";
1914 p = "void *";
1917 p = "size_t";
1920 p = "int";
1930 p = "int";
1933 p = "char *";
1936 p = "void *";
1939 p = "size_t";
1942 p = "int";
1952 p = "char *";
1955 p = "char *";
1958 p = "void *";
1961 p = "size_t";
1971 p = "char *";
1974 p = "char *";
1977 p = "void *";
1980 p = "size_t";
1990 p = "int";
1993 p = "char *";
1996 p = "void *";
1999 p = "size_t";
2009 p = "char *";
2012 p = "char *";
2015 p = "size_t";
2025 p = "char *";
2028 p = "char *";
2031 p = "size_t";
2041 p = "int";
2044 p = "char *";
2047 p = "size_t";
2057 p = "char *";
2060 p = "char *";
2070 p = "char *";
2073 p = "char *";
2083 p = "int";
2086 p = "char *";
2096 p = "char *";
2099 p = "size_t";
2109 p = "unsigned int";
2112 p = "int";
2122 p = "int";
2132 p = "int";
2135 p = "int";
2138 p = "int";
2141 p = "struct linux_epoll_event *";
2151 p = "int";
2154 p = "struct linux_epoll_event *";
2157 p = "int";
2160 p = "int";
2163 p = "const linux_sigset_t *";
2173 p = "int";
2183 p = "int";
2186 p = "int";
2189 p = "int";
2199 p = "int";
2202 p = "int";
2205 p = "void *";
2215 p = "int";
2225 p = "int";
2228 p = "const char *";
2231 p = "uint32_t";
2241 p = "int";
2244 p = "int";
2254 p = "int";
2257 p = "u_long";
2260 p = "void *";
2270 p = "int";
2273 p = "int";
2283 p = "int";
2286 p = "const char *";
2289 p = "linux_umode_t";
2292 p = "unsigned";
2302 p = "int";
2305 p = "const char *";
2308 p = "linux_umode_t";
2318 p = "int";
2321 p = "const char *";
2324 p = "int";
2334 p = "const char *";
2337 p = "int";
2340 p = "const char *";
2350 p = "int";
2353 p = "const char *";
2356 p = "int";
2359 p = "const char *";
2362 p = "int";
2372 p = "int";
2375 p = "const char *";
2378 p = "int";
2381 p = "const char *";
2391 p = "const char *";
2394 p = "struct linux_statfs *";
2404 p = "int";
2407 p = "struct linux_statfs *";
2417 p = "const char *";
2420 p = "off_t";
2430 p = "unsigned int";
2433 p = "off_t";
2443 p = "int";
2446 p = "int";
2449 p = "off_t";
2452 p = "off_t";
2462 p = "int";
2465 p = "const char *";
2468 p = "int";
2478 p = "const char *";
2488 p = "int";
2498 p = "char *";
2508 p = "int";
2511 p = "linux_umode_t";
2521 p = "int";
2524 p = "const char *";
2527 p = "linux_umode_t";
2537 p = "int";
2540 p = "const char *";
2543 p = "uid_t";
2546 p = "gid_t";
2549 p = "int";
2559 p = "int";
2562 p = "uid_t";
2565 p = "gid_t";
2575 p = "int";
2578 p = "const char *";
2581 p = "int";
2584 p = "linux_umode_t";
2594 p = "int";
2604 p = "int *";
2607 p = "int";
2617 p = "int";
2620 p = "struct linux_dirent64 *";
2623 p = "unsigned int";
2633 p = "int";
2636 p = "long";
2639 p = "int";
2649 p = "int";
2652 p = "void *";
2655 p = "size_t";
2665 p = "int";
2668 p = "const void *";
2671 p = "size_t";
2681 p = "int";
2684 p = "const struct iovec *";
2687 p = "int";
2697 p = "int";
2700 p = "const struct iovec *";
2703 p = "int";
2713 p = "int";
2716 p = "char *";
2719 p = "size_t";
2722 p = "off_t";
2732 p = "int";
2735 p = "char *";
2738 p = "size_t";
2741 p = "off_t";
2751 p = "int";
2754 p = "const struct iovec *";
2757 p = "int";
2760 p = "unsigned long";
2763 p = "unsigned long";
2773 p = "int";
2776 p = "const struct iovcnt *";
2779 p = "int";
2782 p = "unsigned long";
2785 p = "unsigned long";
2795 p = "int";
2798 p = "fd_set *";
2801 p = "fd_set *";
2804 p = "fd_set *";
2807 p = "struct linux_timespec *";
2810 p = "linux_sized_sigset_t *";
2820 p = "struct pollfd *";
2823 p = "u_int";
2826 p = "struct linux_timespec *";
2829 p = "linux_sigset_t *";
2839 p = "int";
2842 p = "const char *";
2845 p = "char *";
2848 p = "size_t";
2858 p = "int";
2861 p = "const char *";
2864 p = "struct linux_stat *";
2867 p = "int";
2877 p = "int";
2880 p = "struct linux_stat *";
2893 p = "int";
2903 p = "int";
2913 p = "int";
2916 p = "off_t";
2919 p = "off_t";
2922 p = "unsigned int";
2932 p = "clockid_t";
2935 p = "int";
2945 p = "int";
2948 p = "int";
2951 p = "const struct linux_itimerspec *";
2954 p = "struct linux_itimerspec *";
2964 p = "int";
2967 p = "struct linux_itimerspec *";
2977 p = "int";
2980 p = "const char *";
2983 p = "struct linux_timespec *";
2986 p = "int";
2996 p = "char *";
3006 p = "unsigned long";
3016 p = "int";
3026 p = "int";
3036 p = "int";
3039 p = "id_t";
3042 p = "linux_siginfo_t *";
3045 p = "int";
3048 p = "struct rusage50 *";
3058 p = "int *";
3068 p = "int *";
3071 p = "int";
3074 p = "int";
3077 p = "const struct linux_timespec *";
3080 p = "int *";
3083 p = "int";
3093 p = "void *";
3096 p = "size_t";
3106 p = "lwpid_t";
3109 p = "void **";
3112 p = "size_t *";
3122 p = "const struct linux_timespec *";
3125 p = "struct linux_timespec *";
3135 p = "int";
3138 p = "struct itimerval50 *";
3148 p = "int";
3151 p = "struct itimerval50 *";
3154 p = "struct itimerval50 *";
3164 p = "clockid_t";
3167 p = "struct linux_sigevent *";
3170 p = "timer_t *";
3180 p = "timer_t";
3183 p = "struct linux_itimerspec *";
3193 p = "timer_t";
3203 p = "timer_t";
3206 p = "int";
3209 p = "const struct linux_itimerspec *";
3212 p = "struct linux_itimerspec *";
3222 p = "timer_t";
3232 p = "clockid_t";
3235 p = "struct linux_timespec *";
3245 p = "clockid_t";
3248 p = "struct linux_timespec *";
3258 p = "clockid_t";
3261 p = "struct linux_timespec *";
3271 p = "clockid_t";
3274 p = "int";
3277 p = "struct linux_timespec *";
3280 p = "struct linux_timespec *";
3290 p = "long";
3293 p = "long";
3296 p = "long";
3299 p = "long";
3309 p = "pid_t";
3312 p = "const struct linux_sched_param *";
3322 p = "pid_t";
3325 p = "int";
3328 p = "const struct linux_sched_param *";
3338 p = "pid_t";
3348 p = "pid_t";
3351 p = "struct linux_sched_param *";
3361 p = "pid_t";
3364 p = "unsigned int";
3367 p = "unsigned long *";
3377 p = "pid_t";
3380 p = "unsigned int";
3383 p = "unsigned long *";
3396 p = "int";
3406 p = "int";
3416 p = "int";
3419 p = "int";
3429 p = "int";
3432 p = "int";
3442 p = "int";
3445 p = "int";
3448 p = "int";
3458 p = "const struct linux_sigaltstack *";
3461 p = "struct linux_sigaltstack *";
3471 p = "linux_sigset_t *";
3474 p = "size_t";
3484 p = "int";
3487 p = "const struct linux_sigaction *";
3490 p = "struct linux_sigaction *";
3493 p = "size_t";
3503 p = "int";
3506 p = "const linux_sigset_t *";
3509 p = "linux_sigset_t *";
3512 p = "size_t";
3522 p = "linux_sigset_t *";
3525 p = "size_t";
3535 p = "const linux_sigset_t *";
3538 p = "linux_siginfo_t *";
3541 p = "const struct linux_timespec *";
3554 p = "int";
3557 p = "int";
3560 p = "int";
3570 p = "int";
3573 p = "int";
3583 p = "int";
3586 p = "int";
3589 p = "int";
3592 p = "void *";
3602 p = "gid_t";
3605 p = "gid_t";
3615 p = "gid_t";
3625 p = "uid_t";
3628 p = "uid_t";
3638 p = "uid_t";
3648 p = "uid_t";
3651 p = "uid_t";
3654 p = "uid_t";
3664 p = "uid_t *";
3667 p = "uid_t *";
3670 p = "uid_t *";
3680 p = "gid_t";
3683 p = "gid_t";
3686 p = "gid_t";
3696 p = "gid_t *";
3699 p = "gid_t *";
3702 p = "gid_t *";
3712 p = "uid_t";
3722 p = "gid_t";
3732 p = "struct times *";
3742 p = "int";
3745 p = "int";
3755 p = "pid_t";
3765 p = "pid_t";
3778 p = "int";
3781 p = "gid_t *";
3791 p = "int";
3794 p = "gid_t *";
3804 p = "struct linux_utsname *";
3814 p = "char *";
3817 p = "u_int";
3827 p = "char *";
3830 p = "int";
3840 p = "int";
3843 p = "struct rlimit *";
3853 p = "u_int";
3856 p = "struct rlimit *";
3866 p = "int";
3869 p = "struct rusage50 *";
3879 p = "int";
3889 p = "unsigned int *";
3892 p = "unsigned int *";
3895 p = "struct linux_getcpu_cache *";
3905 p = "struct timeval50 *";
3908 p = "struct timezone *";
3918 p = "struct timeval50 *";
3921 p = "struct timezone *";
3952 p = "struct linux_sysinfo *";
3962 p = "const char *";
3965 p = "int";
3968 p = "linux_umode_t";
3971 p = "struct linux_mq_attr *";
3981 p = "const char *";
3991 p = "linux_mqd_t";
3994 p = "const char *";
3997 p = "size_t";
4000 p = "unsigned int";
4003 p = "const struct linux_timespec *";
4013 p = "linux_mqd_t";
4016 p = "char *";
4019 p = "size_t";
4022 p = "unsigned int *";
4025 p = "const struct linux_timespec *";
4035 p = "linux_mqd_t";
4038 p = "const struct linux_sigevent *";
4048 p = "linux_mqd_t";
4051 p = "const struct linux_mq_attr *";
4054 p = "struct linux_mq_attr *";
4065 p = "key_t";
4068 p = "int";
4078 p = "int";
4081 p = "int";
4084 p = "struct linux_msqid_ds *";
4094 p = "int";
4097 p = "void *";
4100 p = "size_t";
4103 p = "long";
4106 p = "int";
4116 p = "int";
4119 p = "void *";
4122 p = "size_t";
4125 p = "int";
4138 p = "key_t";
4141 p = "int";
4144 p = "int";
4154 p = "int";
4157 p = "int";
4160 p = "int";
4163 p = "union linux_semun";
4173 p = "int";
4176 p = "struct sembuf *";
4179 p = "size_t";
4192 p = "key_t";
4195 p = "size_t";
4198 p = "int";
4208 p = "int";
4211 p = "int";
4214 p = "struct linux_shmid_ds *";
4224 p = "int";
4227 p = "void *";
4230 p = "int";
4240 p = "const void *";
4252 p = "int";
4255 p = "int";
4258 p = "int";
4268 p = "int";
4271 p = "int";
4274 p = "int";
4277 p = "int *";
4287 p = "int";
4290 p = "const struct osockaddr *";
4293 p = "unsigned int";
4303 p = "int";
4306 p = "int";
4316 p = "int";
4319 p = "struct osockaddr *";
4322 p = "int *";
4332 p = "int";
4335 p = "const struct osockaddr *";
4338 p = "unsigned int";
4348 p = "int";
4351 p = "void *";
4354 p = "int *";
4364 p = "int";
4367 p = "struct sockaddr *";
4370 p = "unsigned int *";
4380 p = "int";
4383 p = "void *";
4386 p = "int";
4389 p = "int";
4392 p = "struct osockaddr *";
4395 p = "int";
4405 p = "int";
4408 p = "void *";
4411 p = "size_t";
4414 p = "int";
4417 p = "struct osockaddr *";
4420 p = "unsigned int *";
4430 p = "int";
4433 p = "int";
4436 p = "int";
4439 p = "void *";
4442 p = "int";
4452 p = "int";
4455 p = "int";
4458 p = "int";
4461 p = "void *";
4464 p = "int *";
4474 p = "int";
4477 p = "int";
4487 p = "int";
4490 p = "const struct linux_msghdr *";
4493 p = "int";
4503 p = "int";
4506 p = "struct linux_msghdr *";
4509 p = "int";
4519 p = "int";
4522 p = "off_t";
4525 p = "size_t";
4535 p = "char *";
4545 p = "void *";
4548 p = "size_t";
4558 p = "void *";
4561 p = "size_t";
4564 p = "size_t";
4567 p = "u_long";
4577 p = "int";
4580 p = "void *";
4583 p = "void *";
4586 p = "void *";
4589 p = "void *";
4599 p = "const char *";
4602 p = "char **";
4605 p = "char **";
4615 p = "unsigned long";
4618 p = "size_t";
4621 p = "int";
4624 p = "int";
4627 p = "int";
4630 p = "linux_off_t";
4640 p = "int";
4643 p = "off_t";
4646 p = "size_t";
4649 p = "int";
4659 p = "char *";
4669 p = "const char *";
4679 p = "const void *";
4682 p = "unsigned long";
4685 p = "int";
4695 p = "void *";
4698 p = "size_t";
4701 p = "int";
4711 p = "void *";
4714 p = "size_t";
4724 p = "void *";
4727 p = "size_t";
4737 p = "int";
4750 p = "void *";
4753 p = "size_t";
4756 p = "char *";
4766 p = "void *";
4769 p = "size_t";
4772 p = "int";
4782 p = "int";
4785 p = "struct osockaddr *";
4788 p = "int *";
4791 p = "int";
4801 p = "int";
4804 p = "struct linux_mmsghdr *";
4807 p = "unsigned int";
4810 p = "unsigned int";
4813 p = "struct timespec *";
4823 p = "int";
4826 p = "int *";
4829 p = "int";
4832 p = "struct rusage50 *";
4842 p = "pid_t";
4845 p = "int";
4848 p = "struct rlimit *";
4851 p = "struct rlimit *";
4861 p = "int";
4871 p = "int";
4874 p = "struct linux_mmsghdr *";
4877 p = "unsigned int";
4880 p = "unsigned int";
4890 p = "int";
4893 p = "const char *";
4896 p = "int";
4899 p = "const char *";
4902 p = "unsigned int";
4912 p = "void *";
4915 p = "size_t";
4918 p = "unsigned int";
4928 p = "const char *";
4931 p = "unsigned int";
4941 p = "int";
4944 p = "off_t *";
4947 p = "int";
4950 p = "off_t *";
4953 p = "size_t";
4956 p = "unsigned int";
4966 p = "int";
4969 p = "const char *";
4972 p = "int";
4975 p = "unsigned int";
4978 p = "struct linux_statx *";
4988 p = "struct linux_user_clone3_args *";
4991 p = "size_t";
5001 p = "unsigned int";
5004 p = "unsigned int";
5007 p = "unsigned int";
5017 p = "int";
5020 p = "const char *";
5023 p = "int";
5026 p = "int";
5039 p = "int";
5042 p = "struct linux_epoll_event *";
5045 p = "int";
5048 p = "const struct linux_timespec *";
5051 p = "const linux_sigset_t *";
5060 if (p != NULL)
5061 strlcpy(desc, p, descsz);
5066 const char *p = NULL;
5071 p = "int";
5076 p = "int";
5081 p = "int";
5086 p = "ssize_t";
5091 p = "ssize_t";
5096 p = "ssize_t";
5101 p = "ssize_t";
5106 p = "ssize_t";
5111 p = "ssize_t";
5116 p = "int";
5121 p = "int";
5126 p = "int";
5131 p = "int";
5136 p = "int";
5141 p = "int";
5146 p = "int";
5151 p = "int";
5156 p = "int";
5161 p = "int";
5166 p = "int";
5171 p = "int";
5176 p = "int";
5181 p = "int";
5186 p = "int";
5191 p = "int";
5196 p = "int";
5201 p = "int";
5206 p = "int";
5211 p = "int";
5216 p = "int";
5221 p = "int";
5226 p = "int";
5231 p = "int";
5236 p = "int";
5241 p = "int";
5246 p = "int";
5251 p = "int";
5256 p = "int";
5261 p = "int";
5266 p = "int";
5271 p = "int";
5276 p = "int";
5281 p = "int";
5286 p = "int";
5291 p = "int";
5296 p = "int";
5301 p = "int";
5306 p = "int";
5311 p = "long";
5316 p = "ssize_t";
5321 p = "ssize_t";
5326 p = "ssize_t";
5331 p = "ssize_t";
5336 p = "int";
5341 p = "int";
5346 p = "int";
5351 p = "int";
5356 p = "int";
5361 p = "int";
5366 p = "ssize_t";
5371 p = "int";
5376 p = "int";
5383 p = "int";
5388 p = "int";
5393 p = "int";
5398 p = "int";
5403 p = "int";
5408 p = "int";
5413 p = "int";
5418 p = "int";
5423 p = "int";
5428 p = "int";
5433 p = "int";
5438 p = "int";
5443 p = "int";
5448 p = "int";
5453 p = "int";
5458 p = "int";
5463 p = "int";
5468 p = "int";
5473 p = "int";
5478 p = "int";
5483 p = "int";
5488 p = "int";
5493 p = "int";
5498 p = "int";
5503 p = "int";
5508 p = "int";
5513 p = "int";
5518 p = "int";
5523 p = "int";
5528 p = "int";
5533 p = "int";
5538 p = "int";
5543 p = "int";
5548 p = "int";
5553 p = "int";
5560 p = "int";
5565 p = "int";
5570 p = "int";
5575 p = "int";
5580 p = "int";
5585 p = "int";
5590 p = "int";
5595 p = "int";
5600 p = "int";
5605 p = "int";
5610 p = "int";
5617 p = "int";
5622 p = "int";
5627 p = "int";
5632 p = "int";
5637 p = "int";
5642 p = "int";
5647 p = "int";
5652 p = "int";
5657 p = "int";
5662 p = "int";
5667 p = "int";
5672 p = "int";
5677 p = "int";
5682 p = "int";
5687 p = "int";
5692 p = "pid_t";
5697 p = "pid_t";
5704 p = "int";
5709 p = "int";
5714 p = "int";
5719 p = "int";
5724 p = "int";
5729 p = "int";
5734 p = "int";
5739 p = "int";
5744 p = "int";
5749 p = "int";
5754 p = "int";
5759 p = "int";
5778 p = "int";
5783 p = "linux_mqd_t";
5788 p = "int";
5793 p = "int";
5798 p = "ssize_t";
5803 p = "int";
5808 p = "int";
5814 p = "int";
5819 p = "int";
5824 p = "ssize_t";
5829 p = "int";
5837 p = "int";
5842 p = "int";
5847 p = "int";
5855 p = "int";
5860 p = "int";
5865 p = "int";
5870 p = "int";
5877 p = "int";
5882 p = "int";
5887 p = "int";
5892 p = "int";
5897 p = "int";
5902 p = "int";
5907 p = "int";
5912 p = "int";
5917 p = "ssize_t";
5922 p = "ssize_t";
5927 p = "int";
5932 p = "int";
5937 p = "int";
5942 p = "int";
5947 p = "ssize_t";
5952 p = "ssize_t";
5957 p = "int";
5962 p = "int";
5967 p = "void *";
5972 p = "int";
5977 p = "int";
5982 p = "linux_off_t";
5987 p = "int";
5992 p = "int";
5997 p = "int";
6002 p = "int";
6007 p = "int";
6012 p = "int";
6017 p = "int";
6022 p = "int";
6029 p = "int";
6034 p = "int";
6039 p = "int";
6044 p = "int";
6049 p = "int";
6054 p = "int";
6059 p = "int";
6064 p = "int";
6069 p = "int";
6074 p = "ssize_t";
6079 p = "int";
6084 p = "ssize_t";
6089 p = "int";
6094 p = "int";
6099 p = "int";
6104 p = "int";
6111 p = "int";
6116 if (p != NULL)
6117 strlcpy(desc, p, descsz);