Lines Matching defs:p
17 struct linux_setxattr_args *p = params;
18 uarg[a++] = (intptr_t)p->path; /* const char * */
19 uarg[a++] = (intptr_t)p->name; /* const char * */
20 uarg[a++] = (intptr_t)p->value; /* void * */
21 iarg[a++] = p->size; /* l_size_t */
22 iarg[a++] = p->flags; /* l_int */
28 struct linux_lsetxattr_args *p = params;
29 uarg[a++] = (intptr_t)p->path; /* const char * */
30 uarg[a++] = (intptr_t)p->name; /* const char * */
31 uarg[a++] = (intptr_t)p->value; /* void * */
32 iarg[a++] = p->size; /* l_size_t */
33 iarg[a++] = p->flags; /* l_int */
39 struct linux_fsetxattr_args *p = params;
40 iarg[a++] = p->fd; /* l_int */
41 uarg[a++] = (intptr_t)p->name; /* const char * */
42 uarg[a++] = (intptr_t)p->value; /* void * */
43 iarg[a++] = p->size; /* l_size_t */
44 iarg[a++] = p->flags; /* l_int */
50 struct linux_getxattr_args *p = params;
51 uarg[a++] = (intptr_t)p->path; /* const char * */
52 uarg[a++] = (intptr_t)p->name; /* const char * */
53 uarg[a++] = (intptr_t)p->value; /* void * */
54 iarg[a++] = p->size; /* l_size_t */
60 struct linux_lgetxattr_args *p = params;
61 uarg[a++] = (intptr_t)p->path; /* const char * */
62 uarg[a++] = (intptr_t)p->name; /* const char * */
63 uarg[a++] = (intptr_t)p->value; /* void * */
64 iarg[a++] = p->size; /* l_size_t */
70 struct linux_fgetxattr_args *p = params;
71 iarg[a++] = p->fd; /* l_int */
72 uarg[a++] = (intptr_t)p->name; /* const char * */
73 uarg[a++] = (intptr_t)p->value; /* void * */
74 iarg[a++] = p->size; /* l_size_t */
80 struct linux_listxattr_args *p = params;
81 uarg[a++] = (intptr_t)p->path; /* const char * */
82 uarg[a++] = (intptr_t)p->list; /* char * */
83 iarg[a++] = p->size; /* l_size_t */
89 struct linux_llistxattr_args *p = params;
90 uarg[a++] = (intptr_t)p->path; /* const char * */
91 uarg[a++] = (intptr_t)p->list; /* char * */
92 iarg[a++] = p->size; /* l_size_t */
98 struct linux_flistxattr_args *p = params;
99 iarg[a++] = p->fd; /* l_int */
100 uarg[a++] = (intptr_t)p->list; /* char * */
101 iarg[a++] = p->size; /* l_size_t */
107 struct linux_removexattr_args *p = params;
108 uarg[a++] = (intptr_t)p->path; /* const char * */
109 uarg[a++] = (intptr_t)p->name; /* const char * */
115 struct linux_lremovexattr_args *p = params;
116 uarg[a++] = (intptr_t)p->path; /* const char * */
117 uarg[a++] = (intptr_t)p->name; /* const char * */
123 struct linux_fremovexattr_args *p = params;
124 iarg[a++] = p->fd; /* l_int */
125 uarg[a++] = (intptr_t)p->name; /* const char * */
131 struct linux_getcwd_args *p = params;
132 uarg[a++] = (intptr_t)p->buf; /* char * */
133 iarg[a++] = p->bufsize; /* l_ulong */
144 struct linux_eventfd2_args *p = params;
145 iarg[a++] = p->initval; /* l_uint */
146 iarg[a++] = p->flags; /* l_int */
152 struct linux_epoll_create1_args *p = params;
153 iarg[a++] = p->flags; /* l_int */
159 struct linux_epoll_ctl_args *p = params;
160 iarg[a++] = p->epfd; /* l_int */
161 iarg[a++] = p->op; /* l_int */
162 iarg[a++] = p->fd; /* l_int */
163 uarg[a++] = (intptr_t)p->event; /* struct epoll_event * */
169 struct linux_epoll_pwait_args *p = params;
170 iarg[a++] = p->epfd; /* l_int */
171 uarg[a++] = (intptr_t)p->events; /* struct epoll_event * */
172 iarg[a++] = p->maxevents; /* l_int */
173 iarg[a++] = p->timeout; /* l_int */
174 uarg[a++] = (intptr_t)p->mask; /* l_sigset_t * */
175 iarg[a++] = p->sigsetsize; /* l_size_t */
181 struct dup_args *p = params;
182 uarg[a++] = p->fd; /* u_int */
188 struct linux_dup3_args *p = params;
189 iarg[a++] = p->oldfd; /* l_int */
190 iarg[a++] = p->newfd; /* l_int */
191 iarg[a++] = p->flags; /* l_int */
197 struct linux_fcntl_args *p = params;
198 iarg[a++] = p->fd; /* l_uint */
199 iarg[a++] = p->cmd; /* l_uint */
200 iarg[a++] = p->arg; /* l_ulong */
206 struct linux_inotify_init1_args *p = params;
207 iarg[a++] = p->flags; /* l_int */
223 struct linux_ioctl_args *p = params;
224 iarg[a++] = p->fd; /* l_uint */
225 iarg[a++] = p->cmd; /* l_uint */
226 iarg[a++] = p->arg; /* l_ulong */
232 struct linux_ioprio_set_args *p = params;
233 iarg[a++] = p->which; /* l_int */
234 iarg[a++] = p->who; /* l_int */
235 iarg[a++] = p->ioprio; /* l_int */
241 struct linux_ioprio_get_args *p = params;
242 iarg[a++] = p->which; /* l_int */
243 iarg[a++] = p->who; /* l_int */
249 struct flock_args *p = params;
250 iarg[a++] = p->fd; /* int */
251 iarg[a++] = p->how; /* int */
257 struct linux_mknodat_args *p = params;
258 iarg[a++] = p->dfd; /* l_int */
259 uarg[a++] = (intptr_t)p->filename; /* const char * */
260 iarg[a++] = p->mode; /* l_int */
261 iarg[a++] = p->dev; /* l_dev_t */
267 struct linux_mkdirat_args *p = params;
268 iarg[a++] = p->dfd; /* l_int */
269 uarg[a++] = (intptr_t)p->pathname; /* const char * */
270 iarg[a++] = p->mode; /* l_mode_t */
276 struct linux_unlinkat_args *p = params;
277 iarg[a++] = p->dfd; /* l_int */
278 uarg[a++] = (intptr_t)p->pathname; /* const char * */
279 iarg[a++] = p->flag; /* l_int */
285 struct linux_symlinkat_args *p = params;
286 uarg[a++] = (intptr_t)p->oldname; /* const char * */
287 iarg[a++] = p->newdfd; /* l_int */
288 uarg[a++] = (intptr_t)p->newname; /* const char * */
294 struct linux_linkat_args *p = params;
295 iarg[a++] = p->olddfd; /* l_int */
296 uarg[a++] = (intptr_t)p->oldname; /* const char * */
297 iarg[a++] = p->newdfd; /* l_int */
298 uarg[a++] = (intptr_t)p->newname; /* const char * */
299 iarg[a++] = p->flag; /* l_int */
305 struct linux_renameat_args *p = params;
306 iarg[a++] = p->olddfd; /* l_int */
307 uarg[a++] = (intptr_t)p->oldname; /* const char * */
308 iarg[a++] = p->newdfd; /* l_int */
309 uarg[a++] = (intptr_t)p->newname; /* const char * */
315 struct linux_mount_args *p = params;
316 uarg[a++] = (intptr_t)p->specialfile; /* char * */
317 uarg[a++] = (intptr_t)p->dir; /* char * */
318 uarg[a++] = (intptr_t)p->filesystemtype; /* char * */
319 iarg[a++] = p->rwflag; /* l_ulong */
320 uarg[a++] = (intptr_t)p->data; /* void * */
331 struct linux_statfs_args *p = params;
332 uarg[a++] = (intptr_t)p->path; /* char * */
333 uarg[a++] = (intptr_t)p->buf; /* struct l_statfs_buf * */
339 struct linux_fstatfs_args *p = params;
340 iarg[a++] = p->fd; /* l_uint */
341 uarg[a++] = (intptr_t)p->buf; /* struct l_statfs_buf * */
347 struct linux_truncate_args *p = params;
348 uarg[a++] = (intptr_t)p->path; /* char * */
349 iarg[a++] = p->length; /* l_ulong */
355 struct linux_ftruncate_args *p = params;
356 iarg[a++] = p->fd; /* l_int */
357 iarg[a++] = p->length; /* l_long */
363 struct linux_fallocate_args *p = params;
364 iarg[a++] = p->fd; /* l_int */
365 iarg[a++] = p->mode; /* l_int */
366 iarg[a++] = p->offset; /* l_loff_t */
367 iarg[a++] = p->len; /* l_loff_t */
373 struct linux_faccessat_args *p = params;
374 iarg[a++] = p->dfd; /* l_int */
375 uarg[a++] = (intptr_t)p->filename; /* const char * */
376 iarg[a++] = p->amode; /* l_int */
382 struct linux_chdir_args *p = params;
383 uarg[a++] = (intptr_t)p->path; /* char * */
389 struct fchdir_args *p = params;
390 iarg[a++] = p->fd; /* int */
396 struct chroot_args *p = params;
397 uarg[a++] = (intptr_t)p->path; /* char * */
403 struct fchmod_args *p = params;
404 iarg[a++] = p->fd; /* int */
405 iarg[a++] = p->mode; /* int */
411 struct linux_fchmodat_args *p = params;
412 iarg[a++] = p->dfd; /* l_int */
413 uarg[a++] = (intptr_t)p->filename; /* const char * */
414 iarg[a++] = p->mode; /* l_mode_t */
420 struct linux_fchownat_args *p = params;
421 iarg[a++] = p->dfd; /* l_int */
422 uarg[a++] = (intptr_t)p->filename; /* const char * */
423 iarg[a++] = p->uid; /* l_uid_t */
424 iarg[a++] = p->gid; /* l_gid_t */
425 iarg[a++] = p->flag; /* l_int */
431 struct fchown_args *p = params;
432 iarg[a++] = p->fd; /* int */
433 iarg[a++] = p->uid; /* int */
434 iarg[a++] = p->gid; /* int */
440 struct linux_openat_args *p = params;
441 iarg[a++] = p->dfd; /* l_int */
442 uarg[a++] = (intptr_t)p->filename; /* const char * */
443 iarg[a++] = p->flags; /* l_int */
444 iarg[a++] = p->mode; /* l_mode_t */
450 struct close_args *p = params;
451 iarg[a++] = p->fd; /* int */
462 struct linux_pipe2_args *p = params;
463 uarg[a++] = (intptr_t)p->pipefds; /* l_int * */
464 iarg[a++] = p->flags; /* l_int */
470 struct linux_getdents64_args *p = params;
471 iarg[a++] = p->fd; /* l_uint */
472 uarg[a++] = (intptr_t)p->dirent; /* void * */
473 iarg[a++] = p->count; /* l_uint */
479 struct linux_lseek_args *p = params;
480 iarg[a++] = p->fdes; /* l_uint */
481 iarg[a++] = p->off; /* l_off_t */
482 iarg[a++] = p->whence; /* l_int */
488 struct read_args *p = params;
489 iarg[a++] = p->fd; /* int */
490 uarg[a++] = (intptr_t)p->buf; /* char * */
491 iarg[a++] = p->nbyte; /* l_size_t */
497 struct linux_write_args *p = params;
498 iarg[a++] = p->fd; /* int */
499 uarg[a++] = (intptr_t)p->buf; /* char * */
500 iarg[a++] = p->nbyte; /* l_size_t */
506 struct readv_args *p = params;
507 iarg[a++] = p->fd; /* int */
508 uarg[a++] = (intptr_t)p->iovp; /* struct iovec * */
509 uarg[a++] = p->iovcnt; /* u_int */
515 struct linux_writev_args *p = params;
516 iarg[a++] = p->fd; /* int */
517 uarg[a++] = (intptr_t)p->iovp; /* struct iovec * */
518 uarg[a++] = p->iovcnt; /* u_int */
524 struct linux_pread_args *p = params;
525 iarg[a++] = p->fd; /* l_uint */
526 uarg[a++] = (intptr_t)p->buf; /* char * */
527 iarg[a++] = p->nbyte; /* l_size_t */
528 iarg[a++] = p->offset; /* l_loff_t */
534 struct linux_pwrite_args *p = params;
535 iarg[a++] = p->fd; /* l_uint */
536 uarg[a++] = (intptr_t)p->buf; /* char * */
537 iarg[a++] = p->nbyte; /* l_size_t */
538 iarg[a++] = p->offset; /* l_loff_t */
544 struct linux_preadv_args *p = params;
545 iarg[a++] = p->fd; /* l_ulong */
546 uarg[a++] = (intptr_t)p->vec; /* struct iovec * */
547 iarg[a++] = p->vlen; /* l_ulong */
548 iarg[a++] = p->pos_l; /* l_ulong */
549 iarg[a++] = p->pos_h; /* l_ulong */
555 struct linux_pwritev_args *p = params;
556 iarg[a++] = p->fd; /* l_ulong */
557 uarg[a++] = (intptr_t)p->vec; /* struct iovec * */
558 iarg[a++] = p->vlen; /* l_ulong */
559 iarg[a++] = p->pos_l; /* l_ulong */
560 iarg[a++] = p->pos_h; /* l_ulong */
566 struct linux_sendfile_args *p = params;
567 iarg[a++] = p->out; /* l_int */
568 iarg[a++] = p->in; /* l_int */
569 uarg[a++] = (intptr_t)p->offset; /* l_off_t * */
570 iarg[a++] = p->count; /* l_size_t */
576 struct linux_pselect6_args *p = params;
577 iarg[a++] = p->nfds; /* l_int */
578 uarg[a++] = (intptr_t)p->readfds; /* l_fd_set * */
579 uarg[a++] = (intptr_t)p->writefds; /* l_fd_set * */
580 uarg[a++] = (intptr_t)p->exceptfds; /* l_fd_set * */
581 uarg[a++] = (intptr_t)p->tsp; /* struct l_timespec * */
582 uarg[a++] = (intptr_t)p->sig; /* l_uintptr_t * */
588 struct linux_ppoll_args *p = params;
589 uarg[a++] = (intptr_t)p->fds; /* struct pollfd * */
590 iarg[a++] = p->nfds; /* l_uint */
591 uarg[a++] = (intptr_t)p->tsp; /* struct l_timespec * */
592 uarg[a++] = (intptr_t)p->sset; /* l_sigset_t * */
593 iarg[a++] = p->ssize; /* l_size_t */
609 struct linux_splice_args *p = params;
610 iarg[a++] = p->fd_in; /* int */
611 uarg[a++] = (intptr_t)p->off_in; /* l_loff_t * */
612 iarg[a++] = p->fd_out; /* int */
613 uarg[a++] = (intptr_t)p->off_out; /* l_loff_t * */
614 iarg[a++] = p->len; /* l_size_t */
615 iarg[a++] = p->flags; /* l_uint */
626 struct linux_readlinkat_args *p = params;
627 iarg[a++] = p->dfd; /* l_int */
628 uarg[a++] = (intptr_t)p->path; /* const char * */
629 uarg[a++] = (intptr_t)p->buf; /* char * */
630 iarg[a++] = p->bufsiz; /* l_int */
636 struct linux_newfstatat_args *p = params;
637 iarg[a++] = p->dfd; /* l_int */
638 uarg[a++] = (intptr_t)p->pathname; /* char * */
639 uarg[a++] = (intptr_t)p->statbuf; /* struct l_stat64 * */
640 iarg[a++] = p->flag; /* l_int */
646 struct linux_newfstat_args *p = params;
647 iarg[a++] = p->fd; /* l_uint */
648 uarg[a++] = (intptr_t)p->buf; /* struct l_newstat * */
654 struct fsync_args *p = params;
655 iarg[a++] = p->fd; /* int */
661 struct linux_fdatasync_args *p = params;
662 iarg[a++] = p->fd; /* l_uint */
668 struct linux_sync_file_range_args *p = params;
669 iarg[a++] = p->fd; /* l_int */
670 iarg[a++] = p->offset; /* l_loff_t */
671 iarg[a++] = p->nbytes; /* l_loff_t */
672 iarg[a++] = p->flags; /* l_uint */
678 struct linux_timerfd_create_args *p = params;
679 iarg[a++] = p->clockid; /* l_int */
680 iarg[a++] = p->flags; /* l_int */
686 struct linux_timerfd_settime_args *p = params;
687 iarg[a++] = p->fd; /* l_int */
688 iarg[a++] = p->flags; /* l_int */
689 uarg[a++] = (intptr_t)p->new_value; /* const struct l_itimerspec * */
690 uarg[a++] = (intptr_t)p->old_value; /* struct l_itimerspec * */
696 struct linux_timerfd_gettime_args *p = params;
697 iarg[a++] = p->fd; /* l_int */
698 uarg[a++] = (intptr_t)p->old_value; /* struct l_itimerspec * */
704 struct linux_utimensat_args *p = params;
705 iarg[a++] = p->dfd; /* l_int */
706 uarg[a++] = (intptr_t)p->pathname; /* const char * */
707 uarg[a++] = (intptr_t)p->times; /* const struct l_timespec * */
708 iarg[a++] = p->flags; /* l_int */
714 struct acct_args *p = params;
715 uarg[a++] = (intptr_t)p->path; /* char * */
721 struct linux_capget_args *p = params;
722 uarg[a++] = (intptr_t)p->hdrp; /* struct l_user_cap_header * */
723 uarg[a++] = (intptr_t)p->datap; /* struct l_user_cap_data * */
729 struct linux_capset_args *p = params;
730 uarg[a++] = (intptr_t)p->hdrp; /* struct l_user_cap_header * */
731 uarg[a++] = (intptr_t)p->datap; /* struct l_user_cap_data * */
737 struct linux_personality_args *p = params;
738 iarg[a++] = p->per; /* l_uint */
744 struct linux_exit_args *p = params;
745 uarg[a++] = p->rval; /* u_int */
751 struct linux_exit_group_args *p = params;
752 iarg[a++] = p->error_code; /* l_int */
758 struct linux_waitid_args *p = params;
759 iarg[a++] = p->idtype; /* l_int */
760 iarg[a++] = p->id; /* l_pid_t */
761 uarg[a++] = (intptr_t)p->info; /* l_siginfo_t * */
762 iarg[a++] = p->options; /* l_int */
763 uarg[a++] = (intptr_t)p->rusage; /* struct rusage * */
769 struct linux_set_tid_address_args *p = params;
770 uarg[a++] = (intptr_t)p->tidptr; /* l_int * */
781 struct linux_sys_futex_args *p = params;
782 uarg[a++] = (intptr_t)p->uaddr; /* uint32_t * */
783 iarg[a++] = p->op; /* l_int */
784 uarg[a++] = p->val; /* uint32_t */
785 uarg[a++] = (intptr_t)p->timeout; /* struct l_timespec * */
786 uarg[a++] = (intptr_t)p->uaddr2; /* uint32_t * */
787 uarg[a++] = p->val3; /* uint32_t */
793 struct linux_set_robust_list_args *p = params;
794 uarg[a++] = (intptr_t)p->head; /* struct linux_robust_list_head * */
795 iarg[a++] = p->len; /* l_size_t */
801 struct linux_get_robust_list_args *p = params;
802 iarg[a++] = p->pid; /* l_int */
803 uarg[a++] = (intptr_t)p->head; /* struct linux_robust_list_head ** */
804 uarg[a++] = (intptr_t)p->len; /* l_size_t * */
810 struct linux_nanosleep_args *p = params;
811 uarg[a++] = (intptr_t)p->rqtp; /* const struct l_timespec * */
812 uarg[a++] = (intptr_t)p->rmtp; /* struct l_timespec * */
818 struct linux_getitimer_args *p = params;
819 iarg[a++] = p->which; /* l_int */
820 uarg[a++] = (intptr_t)p->itv; /* struct l_itimerval * */
826 struct linux_setitimer_args *p = params;
827 iarg[a++] = p->which; /* l_int */
828 uarg[a++] = (intptr_t)p->itv; /* struct l_itimerval * */
829 uarg[a++] = (intptr_t)p->oitv; /* struct l_itimerval * */
850 struct linux_timer_create_args *p = params;
851 iarg[a++] = p->clock_id; /* clockid_t */
852 uarg[a++] = (intptr_t)p->evp; /* struct l_sigevent * */
853 uarg[a++] = (intptr_t)p->timerid; /* l_timer_t * */
859 struct linux_timer_gettime_args *p = params;
860 iarg[a++] = p->timerid; /* l_timer_t */
861 uarg[a++] = (intptr_t)p->setting; /* struct itimerspec * */
867 struct linux_timer_getoverrun_args *p = params;
868 iarg[a++] = p->timerid; /* l_timer_t */
874 struct linux_timer_settime_args *p = params;
875 iarg[a++] = p->timerid; /* l_timer_t */
876 iarg[a++] = p->flags; /* l_int */
877 uarg[a++] = (intptr_t)p->new; /* const struct itimerspec * */
878 uarg[a++] = (intptr_t)p->old; /* struct itimerspec * */
884 struct linux_timer_delete_args *p = params;
885 iarg[a++] = p->timerid; /* l_timer_t */
891 struct linux_clock_settime_args *p = params;
892 iarg[a++] = p->which; /* clockid_t */
893 uarg[a++] = (intptr_t)p->tp; /* struct l_timespec * */
899 struct linux_clock_gettime_args *p = params;
900 iarg[a++] = p->which; /* clockid_t */
901 uarg[a++] = (intptr_t)p->tp; /* struct l_timespec * */
907 struct linux_clock_getres_args *p = params;
908 iarg[a++] = p->which; /* clockid_t */
909 uarg[a++] = (intptr_t)p->tp; /* struct l_timespec * */
915 struct linux_clock_nanosleep_args *p = params;
916 iarg[a++] = p->which; /* clockid_t */
917 iarg[a++] = p->flags; /* l_int */
918 uarg[a++] = (intptr_t)p->rqtp; /* struct l_timespec * */
919 uarg[a++] = (intptr_t)p->rmtp; /* struct l_timespec * */
925 struct linux_syslog_args *p = params;
926 iarg[a++] = p->type; /* l_int */
927 uarg[a++] = (intptr_t)p->buf; /* char * */
928 iarg[a++] = p->len; /* l_int */
934 struct linux_ptrace_args *p = params;
935 iarg[a++] = p->req; /* l_long */
936 iarg[a++] = p->pid; /* l_long */
937 iarg[a++] = p->addr; /* l_ulong */
938 iarg[a++] = p->data; /* l_ulong */
944 struct linux_sched_setparam_args *p = params;
945 iarg[a++] = p->pid; /* l_pid_t */
946 uarg[a++] = (intptr_t)p->param; /* struct sched_param * */
952 struct linux_sched_setscheduler_args *p = params;
953 iarg[a++] = p->pid; /* l_pid_t */
954 iarg[a++] = p->policy; /* l_int */
955 uarg[a++] = (intptr_t)p->param; /* struct sched_param * */
961 struct linux_sched_getscheduler_args *p = params;
962 iarg[a++] = p->pid; /* l_pid_t */
968 struct linux_sched_getparam_args *p = params;
969 iarg[a++] = p->pid; /* l_pid_t */
970 uarg[a++] = (intptr_t)p->param; /* struct sched_param * */
976 struct linux_sched_setaffinity_args *p = params;
977 iarg[a++] = p->pid; /* l_pid_t */
978 iarg[a++] = p->len; /* l_uint */
979 uarg[a++] = (intptr_t)p->user_mask_ptr; /* l_ulong * */
985 struct linux_sched_getaffinity_args *p = params;
986 iarg[a++] = p->pid; /* l_pid_t */
987 iarg[a++] = p->len; /* l_uint */
988 uarg[a++] = (intptr_t)p->user_mask_ptr; /* l_ulong * */
999 struct linux_sched_get_priority_max_args *p = params;
1000 iarg[a++] = p->policy; /* l_int */
1006 struct linux_sched_get_priority_min_args *p = params;
1007 iarg[a++] = p->policy; /* l_int */
1013 struct linux_sched_rr_get_interval_args *p = params;
1014 iarg[a++] = p->pid; /* l_pid_t */
1015 uarg[a++] = (intptr_t)p->interval; /* struct l_timespec * */
1021 struct linux_kill_args *p = params;
1022 iarg[a++] = p->pid; /* l_pid_t */
1023 iarg[a++] = p->signum; /* l_int */
1029 struct linux_tkill_args *p = params;
1030 iarg[a++] = p->tid; /* l_pid_t */
1031 iarg[a++] = p->sig; /* l_int */
1037 struct linux_tgkill_args *p = params;
1038 iarg[a++] = p->tgid; /* l_pid_t */
1039 iarg[a++] = p->pid; /* l_pid_t */
1040 iarg[a++] = p->sig; /* l_int */
1046 struct linux_sigaltstack_args *p = params;
1047 uarg[a++] = (intptr_t)p->uss; /* l_stack_t * */
1048 uarg[a++] = (intptr_t)p->uoss; /* l_stack_t * */
1054 struct linux_rt_sigsuspend_args *p = params;
1055 uarg[a++] = (intptr_t)p->newset; /* l_sigset_t * */
1056 iarg[a++] = p->sigsetsize; /* l_size_t */
1062 struct linux_rt_sigaction_args *p = params;
1063 iarg[a++] = p->sig; /* l_int */
1064 uarg[a++] = (intptr_t)p->act; /* l_sigaction_t * */
1065 uarg[a++] = (intptr_t)p->oact; /* l_sigaction_t * */
1066 iarg[a++] = p->sigsetsize; /* l_size_t */
1072 struct linux_rt_sigprocmask_args *p = params;
1073 iarg[a++] = p->how; /* l_int */
1074 uarg[a++] = (intptr_t)p->mask; /* l_sigset_t * */
1075 uarg[a++] = (intptr_t)p->omask; /* l_sigset_t * */
1076 iarg[a++] = p->sigsetsize; /* l_size_t */
1082 struct linux_rt_sigpending_args *p = params;
1083 uarg[a++] = (intptr_t)p->set; /* l_sigset_t * */
1084 iarg[a++] = p->sigsetsize; /* l_size_t */
1090 struct linux_rt_sigtimedwait_args *p = params;
1091 uarg[a++] = (intptr_t)p->mask; /* l_sigset_t * */
1092 uarg[a++] = (intptr_t)p->ptr; /* l_siginfo_t * */
1093 uarg[a++] = (intptr_t)p->timeout; /* struct l_timespec * */
1094 iarg[a++] = p->sigsetsize; /* l_size_t */
1100 struct linux_rt_sigqueueinfo_args *p = params;
1101 iarg[a++] = p->pid; /* l_pid_t */
1102 iarg[a++] = p->sig; /* l_int */
1103 uarg[a++] = (intptr_t)p->info; /* l_siginfo_t * */
1114 struct setpriority_args *p = params;
1115 iarg[a++] = p->which; /* int */
1116 iarg[a++] = p->who; /* int */
1117 iarg[a++] = p->prio; /* int */
1123 struct linux_getpriority_args *p = params;
1124 iarg[a++] = p->which; /* l_int */
1125 iarg[a++] = p->who; /* l_int */
1131 struct linux_reboot_args *p = params;
1132 iarg[a++] = p->magic1; /* l_int */
1133 iarg[a++] = p->magic2; /* l_int */
1134 iarg[a++] = p->cmd; /* l_uint */
1135 uarg[a++] = (intptr_t)p->arg; /* void * */
1141 struct setregid_args *p = params;
1142 iarg[a++] = p->rgid; /* gid_t */
1143 iarg[a++] = p->egid; /* gid_t */
1149 struct setgid_args *p = params;
1150 iarg[a++] = p->gid; /* gid_t */
1156 struct setreuid_args *p = params;
1157 uarg[a++] = p->ruid; /* uid_t */
1158 uarg[a++] = p->euid; /* uid_t */
1164 struct setuid_args *p = params;
1165 uarg[a++] = p->uid; /* uid_t */
1171 struct setresuid_args *p = params;
1172 uarg[a++] = p->ruid; /* uid_t */
1173 uarg[a++] = p->euid; /* uid_t */
1174 uarg[a++] = p->suid; /* uid_t */
1180 struct getresuid_args *p = params;
1181 uarg[a++] = (intptr_t)p->ruid; /* uid_t * */
1182 uarg[a++] = (intptr_t)p->euid; /* uid_t * */
1183 uarg[a++] = (intptr_t)p->suid; /* uid_t * */
1189 struct setresgid_args *p = params;
1190 iarg[a++] = p->rgid; /* gid_t */
1191 iarg[a++] = p->egid; /* gid_t */
1192 iarg[a++] = p->sgid; /* gid_t */
1198 struct getresgid_args *p = params;
1199 uarg[a++] = (intptr_t)p->rgid; /* gid_t * */
1200 uarg[a++] = (intptr_t)p->egid; /* gid_t * */
1201 uarg[a++] = (intptr_t)p->sgid; /* gid_t * */
1207 struct linux_setfsuid_args *p = params;
1208 iarg[a++] = p->uid; /* l_uid_t */
1214 struct linux_setfsgid_args *p = params;
1215 iarg[a++] = p->gid; /* l_gid_t */
1221 struct linux_times_args *p = params;
1222 uarg[a++] = (intptr_t)p->buf; /* struct l_times_argv * */
1228 struct setpgid_args *p = params;
1229 iarg[a++] = p->pid; /* int */
1230 iarg[a++] = p->pgid; /* int */
1236 struct getpgid_args *p = params;
1237 iarg[a++] = p->pid; /* int */
1243 struct linux_getsid_args *p = params;
1244 iarg[a++] = p->pid; /* l_pid_t */
1255 struct linux_getgroups_args *p = params;
1256 iarg[a++] = p->gidsetsize; /* l_int */
1257 uarg[a++] = (intptr_t)p->grouplist; /* l_gid_t * */
1263 struct linux_setgroups_args *p = params;
1264 iarg[a++] = p->gidsetsize; /* l_int */
1265 uarg[a++] = (intptr_t)p->grouplist; /* l_gid_t * */
1271 struct linux_newuname_args *p = params;
1272 uarg[a++] = (intptr_t)p->buf; /* struct l_new_utsname * */
1278 struct linux_sethostname_args *p = params;
1279 uarg[a++] = (intptr_t)p->hostname; /* char * */
1280 iarg[a++] = p->len; /* l_uint */
1286 struct linux_setdomainname_args *p = params;
1287 uarg[a++] = (intptr_t)p->name; /* char * */
1288 iarg[a++] = p->len; /* l_int */
1294 struct linux_getrlimit_args *p = params;
1295 iarg[a++] = p->resource; /* l_uint */
1296 uarg[a++] = (intptr_t)p->rlim; /* struct l_rlimit * */
1302 struct linux_setrlimit_args *p = params;
1303 iarg[a++] = p->resource; /* l_uint */
1304 uarg[a++] = (intptr_t)p->rlim; /* struct l_rlimit * */
1310 struct getrusage_args *p = params;
1311 iarg[a++] = p->who; /* int */
1312 uarg[a++] = (intptr_t)p->rusage; /* struct rusage * */
1318 struct umask_args *p = params;
1319 iarg[a++] = p->newmask; /* int */
1325 struct linux_prctl_args *p = params;
1326 iarg[a++] = p->option; /* l_int */
1327 uarg[a++] = (intptr_t)p->arg2; /* l_uintptr_t */
1328 uarg[a++] = (intptr_t)p->arg3; /* l_uintptr_t */
1329 uarg[a++] = (intptr_t)p->arg4; /* l_uintptr_t */
1330 uarg[a++] = (intptr_t)p->arg5; /* l_uintptr_t */
1336 struct linux_getcpu_args *p = params;
1337 uarg[a++] = (intptr_t)p->cpu; /* l_uint * */
1338 uarg[a++] = (intptr_t)p->node; /* l_uint * */
1339 uarg[a++] = (intptr_t)p->cache; /* void * */
1345 struct gettimeofday_args *p = params;
1346 uarg[a++] = (intptr_t)p->tp; /* struct l_timeval * */
1347 uarg[a++] = (intptr_t)p->tzp; /* struct timezone * */
1353 struct settimeofday_args *p = params;
1354 uarg[a++] = (intptr_t)p->tv; /* struct l_timeval * */
1355 uarg[a++] = (intptr_t)p->tzp; /* struct timezone * */
1401 struct linux_sysinfo_args *p = params;
1402 uarg[a++] = (intptr_t)p->info; /* struct l_sysinfo * */
1408 struct linux_mq_open_args *p = params;
1409 uarg[a++] = (intptr_t)p->name; /* const char * */
1410 iarg[a++] = p->oflag; /* l_int */
1411 iarg[a++] = p->mode; /* l_mode_t */
1412 uarg[a++] = (intptr_t)p->attr; /* struct mq_attr * */
1418 struct linux_mq_unlink_args *p = params;
1419 uarg[a++] = (intptr_t)p->name; /* const char * */
1425 struct linux_mq_timedsend_args *p = params;
1426 iarg[a++] = p->mqd; /* l_mqd_t */
1427 uarg[a++] = (intptr_t)p->msg_ptr; /* const char * */
1428 iarg[a++] = p->msg_len; /* l_size_t */
1429 iarg[a++] = p->msg_prio; /* l_uint */
1430 uarg[a++] = (intptr_t)p->abs_timeout; /* const struct l_timespec * */
1436 struct linux_mq_timedreceive_args *p = params;
1437 iarg[a++] = p->mqd; /* l_mqd_t */
1438 uarg[a++] = (intptr_t)p->msg_ptr; /* char * */
1439 iarg[a++] = p->msg_len; /* l_size_t */
1440 uarg[a++] = (intptr_t)p->msg_prio; /* l_uint * */
1441 uarg[a++] = (intptr_t)p->abs_timeout; /* const struct l_timespec * */
1447 struct linux_mq_notify_args *p = params;
1448 iarg[a++] = p->mqd; /* l_mqd_t */
1449 uarg[a++] = (intptr_t)p->sevp; /* const struct l_sigevent * */
1455 struct linux_mq_getsetattr_args *p = params;
1456 iarg[a++] = p->mqd; /* l_mqd_t */
1457 uarg[a++] = (intptr_t)p->attr; /* const struct mq_attr * */
1458 uarg[a++] = (intptr_t)p->oattr; /* struct mq_attr * */
1464 struct linux_msgget_args *p = params;
1465 iarg[a++] = p->key; /* l_key_t */
1466 iarg[a++] = p->msgflg; /* l_int */
1472 struct linux_msgctl_args *p = params;
1473 iarg[a++] = p->msqid; /* l_int */
1474 iarg[a++] = p->cmd; /* l_int */
1475 uarg[a++] = (intptr_t)p->buf; /* struct l_msqid_ds * */
1481 struct linux_msgrcv_args *p = params;
1482 iarg[a++] = p->msqid; /* l_int */
1483 uarg[a++] = (intptr_t)p->msgp; /* struct l_msgbuf * */
1484 iarg[a++] = p->msgsz; /* l_size_t */
1485 iarg[a++] = p->msgtyp; /* l_long */
1486 iarg[a++] = p->msgflg; /* l_int */
1492 struct linux_msgsnd_args *p = params;
1493 iarg[a++] = p->msqid; /* l_int */
1494 uarg[a++] = (intptr_t)p->msgp; /* struct l_msgbuf * */
1495 iarg[a++] = p->msgsz; /* l_size_t */
1496 iarg[a++] = p->msgflg; /* l_int */
1502 struct linux_semget_args *p = params;
1503 iarg[a++] = p->key; /* l_key_t */
1504 iarg[a++] = p->nsems; /* l_int */
1505 iarg[a++] = p->semflg; /* l_int */
1511 struct linux_semctl_args *p = params;
1512 iarg[a++] = p->semid; /* l_int */
1513 iarg[a++] = p->semnum; /* l_int */
1514 iarg[a++] = p->cmd; /* l_int */
1515 uarg[a++] = p->arg.buf; /* union l_semun */
1521 struct linux_semtimedop_args *p = params;
1522 iarg[a++] = p->semid; /* l_int */
1523 uarg[a++] = (intptr_t)p->tsops; /* struct sembuf * */
1524 iarg[a++] = p->nsops; /* l_size_t */
1525 uarg[a++] = (intptr_t)p->timeout; /* struct l_timespec * */
1531 struct semop_args *p = params;
1532 iarg[a++] = p->semid; /* l_int */
1533 uarg[a++] = (intptr_t)p->sops; /* struct sembuf * */
1534 iarg[a++] = p->nsops; /* l_size_t */
1540 struct linux_shmget_args *p = params;
1541 iarg[a++] = p->key; /* l_key_t */
1542 iarg[a++] = p->size; /* l_size_t */
1543 iarg[a++] = p->shmflg; /* l_int */
1549 struct linux_shmctl_args *p = params;
1550 iarg[a++] = p->shmid; /* l_int */
1551 iarg[a++] = p->cmd; /* l_int */
1552 uarg[a++] = (intptr_t)p->buf; /* struct l_shmid_ds * */
1558 struct linux_shmat_args *p = params;
1559 iarg[a++] = p->shmid; /* l_int */
1560 uarg[a++] = (intptr_t)p->shmaddr; /* char * */
1561 iarg[a++] = p->shmflg; /* l_int */
1567 struct linux_shmdt_args *p = params;
1568 uarg[a++] = (intptr_t)p->shmaddr; /* char * */
1574 struct linux_socket_args *p = params;
1575 iarg[a++] = p->domain; /* l_int */
1576 iarg[a++] = p->type; /* l_int */
1577 iarg[a++] = p->protocol; /* l_int */
1583 struct linux_socketpair_args *p = params;
1584 iarg[a++] = p->domain; /* l_int */
1585 iarg[a++] = p->type; /* l_int */
1586 iarg[a++] = p->protocol; /* l_int */
1587 uarg[a++] = (intptr_t)p->rsv; /* l_uintptr_t */
1593 struct linux_bind_args *p = params;
1594 iarg[a++] = p->s; /* l_int */
1595 uarg[a++] = (intptr_t)p->name; /* l_uintptr_t */
1596 iarg[a++] = p->namelen; /* l_int */
1602 struct linux_listen_args *p = params;
1603 iarg[a++] = p->s; /* l_int */
1604 iarg[a++] = p->backlog; /* l_int */
1610 struct linux_accept_args *p = params;
1611 iarg[a++] = p->s; /* l_int */
1612 uarg[a++] = (intptr_t)p->addr; /* l_uintptr_t */
1613 uarg[a++] = (intptr_t)p->namelen; /* l_uintptr_t */
1619 struct linux_connect_args *p = params;
1620 iarg[a++] = p->s; /* l_int */
1621 uarg[a++] = (intptr_t)p->name; /* l_uintptr_t */
1622 iarg[a++] = p->namelen; /* l_int */
1628 struct linux_getsockname_args *p = params;
1629 iarg[a++] = p->s; /* l_int */
1630 uarg[a++] = (intptr_t)p->addr; /* l_uintptr_t */
1631 uarg[a++] = (intptr_t)p->namelen; /* l_uintptr_t */
1637 struct linux_getpeername_args *p = params;
1638 iarg[a++] = p->s; /* l_int */
1639 uarg[a++] = (intptr_t)p->addr; /* l_uintptr_t */
1640 uarg[a++] = (intptr_t)p->namelen; /* l_uintptr_t */
1646 struct linux_sendto_args *p = params;
1647 iarg[a++] = p->s; /* l_int */
1648 uarg[a++] = (intptr_t)p->msg; /* l_uintptr_t */
1649 iarg[a++] = p->len; /* l_size_t */
1650 iarg[a++] = p->flags; /* l_uint */
1651 uarg[a++] = (intptr_t)p->to; /* l_uintptr_t */
1652 iarg[a++] = p->tolen; /* l_int */
1658 struct linux_recvfrom_args *p = params;
1659 iarg[a++] = p->s; /* l_int */
1660 uarg[a++] = (intptr_t)p->buf; /* l_uintptr_t */
1661 iarg[a++] = p->len; /* l_size_t */
1662 iarg[a++] = p->flags; /* l_uint */
1663 uarg[a++] = (intptr_t)p->from; /* l_uintptr_t */
1664 uarg[a++] = (intptr_t)p->fromlen; /* l_uintptr_t */
1670 struct linux_setsockopt_args *p = params;
1671 iarg[a++] = p->s; /* l_int */
1672 iarg[a++] = p->level; /* l_int */
1673 iarg[a++] = p->optname; /* l_int */
1674 uarg[a++] = (intptr_t)p->optval; /* l_uintptr_t */
1675 iarg[a++] = p->optlen; /* l_int */
1681 struct linux_getsockopt_args *p = params;
1682 iarg[a++] = p->s; /* l_int */
1683 iarg[a++] = p->level; /* l_int */
1684 iarg[a++] = p->optname; /* l_int */
1685 uarg[a++] = (intptr_t)p->optval; /* l_uintptr_t */
1686 uarg[a++] = (intptr_t)p->optlen; /* l_uintptr_t */
1692 struct linux_shutdown_args *p = params;
1693 iarg[a++] = p->s; /* l_int */
1694 iarg[a++] = p->how; /* l_int */
1700 struct linux_sendmsg_args *p = params;
1701 iarg[a++] = p->s; /* l_int */
1702 uarg[a++] = (intptr_t)p->msg; /* l_uintptr_t */
1703 iarg[a++] = p->flags; /* l_uint */
1709 struct linux_recvmsg_args *p = params;
1710 iarg[a++] = p->s; /* l_int */
1711 uarg[a++] = (intptr_t)p->msg; /* l_uintptr_t */
1712 iarg[a++] = p->flags; /* l_uint */
1718 struct linux_brk_args *p = params;
1719 iarg[a++] = p->dsend; /* l_ulong */
1725 struct munmap_args *p = params;
1726 uarg[a++] = (intptr_t)p->addr; /* void * */
1727 iarg[a++] = p->len; /* l_size_t */
1733 struct linux_mremap_args *p = params;
1734 iarg[a++] = p->addr; /* l_ulong */
1735 iarg[a++] = p->old_len; /* l_ulong */
1736 iarg[a++] = p->new_len; /* l_ulong */
1737 iarg[a++] = p->flags; /* l_ulong */
1738 iarg[a++] = p->new_addr; /* l_ulong */
1759 struct linux_clone_args *p = params;
1760 iarg[a++] = p->flags; /* l_ulong */
1761 iarg[a++] = p->stack; /* l_ulong */
1762 uarg[a++] = (intptr_t)p->parent_tidptr; /* l_int * */
1763 iarg[a++] = p->tls; /* l_ulong */
1764 uarg[a++] = (intptr_t)p->child_tidptr; /* l_int * */
1770 struct linux_execve_args *p = params;
1771 uarg[a++] = (intptr_t)p->path; /* char * */
1772 uarg[a++] = (intptr_t)p->argp; /* l_uintptr_t * */
1773 uarg[a++] = (intptr_t)p->envp; /* l_uintptr_t * */
1779 struct linux_mmap2_args *p = params;
1780 iarg[a++] = p->addr; /* l_ulong */
1781 iarg[a++] = p->len; /* l_ulong */
1782 iarg[a++] = p->prot; /* l_ulong */
1783 iarg[a++] = p->flags; /* l_ulong */
1784 iarg[a++] = p->fd; /* l_ulong */
1785 iarg[a++] = p->pgoff; /* l_ulong */
1791 struct linux_fadvise64_args *p = params;
1792 iarg[a++] = p->fd; /* l_int */
1793 iarg[a++] = p->offset; /* l_loff_t */
1794 iarg[a++] = p->len; /* l_size_t */
1795 iarg[a++] = p->advice; /* l_int */
1801 struct swapon_args *p = params;
1802 uarg[a++] = (intptr_t)p->name; /* char * */
1813 struct linux_mprotect_args *p = params;
1814 iarg[a++] = p->addr; /* l_ulong */
1815 iarg[a++] = p->len; /* l_size_t */
1816 iarg[a++] = p->prot; /* l_ulong */
1822 struct linux_msync_args *p = params;
1823 iarg[a++] = p->addr; /* l_ulong */
1824 iarg[a++] = p->len; /* l_size_t */
1825 iarg[a++] = p->fl; /* l_int */
1831 struct mlock_args *p = params;
1832 uarg[a++] = (intptr_t)p->addr; /* const void * */
1833 uarg[a++] = p->len; /* size_t */
1839 struct munlock_args *p = params;
1840 uarg[a++] = (intptr_t)p->addr; /* const void * */
1841 uarg[a++] = p->len; /* size_t */
1847 struct mlockall_args *p = params;
1848 iarg[a++] = p->how; /* int */
1859 struct linux_mincore_args *p = params;
1860 iarg[a++] = p->start; /* l_ulong */
1861 iarg[a++] = p->len; /* l_size_t */
1862 uarg[a++] = (intptr_t)p->vec; /* u_char * */
1868 struct linux_madvise_args *p = params;
1869 iarg[a++] = p->addr; /* l_ulong */
1870 iarg[a++] = p->len; /* l_size_t */
1871 iarg[a++] = p->behav; /* l_int */
1907 struct linux_rt_tgsigqueueinfo_args *p = params;
1908 iarg[a++] = p->tgid; /* l_pid_t */
1909 iarg[a++] = p->tid; /* l_pid_t */
1910 iarg[a++] = p->sig; /* l_int */
1911 uarg[a++] = (intptr_t)p->uinfo; /* l_siginfo_t * */
1922 struct linux_accept4_args *p = params;
1923 iarg[a++] = p->s; /* l_int */
1924 uarg[a++] = (intptr_t)p->addr; /* l_uintptr_t */
1925 uarg[a++] = (intptr_t)p->namelen; /* l_uintptr_t */
1926 iarg[a++] = p->flags; /* l_int */
1932 struct linux_recvmmsg_args *p = params;
1933 iarg[a++] = p->s; /* l_int */
1934 uarg[a++] = (intptr_t)p->msg; /* struct l_mmsghdr * */
1935 iarg[a++] = p->vlen; /* l_uint */
1936 iarg[a++] = p->flags; /* l_uint */
1937 uarg[a++] = (intptr_t)p->timeout; /* struct l_timespec * */
1943 struct linux_wait4_args *p = params;
1944 iarg[a++] = p->pid; /* l_pid_t */
1945 uarg[a++] = (intptr_t)p->status; /* l_int * */
1946 iarg[a++] = p->options; /* l_int */
1947 uarg[a++] = (intptr_t)p->rusage; /* struct rusage * */
1953 struct linux_prlimit64_args *p = params;
1954 iarg[a++] = p->pid; /* l_pid_t */
1955 iarg[a++] = p->resource; /* l_uint */
1956 uarg[a++] = (intptr_t)p->new; /* struct rlimit * */
1957 uarg[a++] = (intptr_t)p->old; /* struct rlimit * */
1973 struct linux_name_to_handle_at_args *p = params;
1974 iarg[a++] = p->dirfd; /* l_int */
1975 uarg[a++] = (intptr_t)p->name; /* const char * */
1976 uarg[a++] = (intptr_t)p->handle; /* struct l_file_handle * */
1977 uarg[a++] = (intptr_t)p->mnt_id; /* l_int * */
1978 iarg[a++] = p->flags; /* l_int */
1984 struct linux_open_by_handle_at_args *p = params;
1985 iarg[a++] = p->mountdirfd; /* l_int */
1986 uarg[a++] = (intptr_t)p->handle; /* struct l_file_handle * */
1987 iarg[a++] = p->flags; /* l_int */
1998 struct linux_syncfs_args *p = params;
1999 iarg[a++] = p->fd; /* l_int */
2005 struct linux_setns_args *p = params;
2006 iarg[a++] = p->fd; /* l_int */
2007 iarg[a++] = p->nstype; /* l_int */
2013 struct linux_sendmmsg_args *p = params;
2014 iarg[a++] = p->s; /* l_int */
2015 uarg[a++] = (intptr_t)p->msg; /* struct l_mmsghdr * */
2016 iarg[a++] = p->vlen; /* l_uint */
2017 iarg[a++] = p->flags; /* l_uint */
2023 struct linux_process_vm_readv_args *p = params;
2024 iarg[a++] = p->pid; /* l_pid_t */
2025 uarg[a++] = (intptr_t)p->lvec; /* const struct iovec * */
2026 iarg[a++] = p->liovcnt; /* l_ulong */
2027 uarg[a++] = (intptr_t)p->rvec; /* const struct iovec * */
2028 iarg[a++] = p->riovcnt; /* l_ulong */
2029 iarg[a++] = p->flags; /* l_ulong */
2035 struct linux_process_vm_writev_args *p = params;
2036 iarg[a++] = p->pid; /* l_pid_t */
2037 uarg[a++] = (intptr_t)p->lvec; /* const struct iovec * */
2038 iarg[a++] = p->liovcnt; /* l_ulong */
2039 uarg[a++] = (intptr_t)p->rvec; /* const struct iovec * */
2040 iarg[a++] = p->riovcnt; /* l_ulong */
2041 iarg[a++] = p->flags; /* l_ulong */
2047 struct linux_kcmp_args *p = params;
2048 iarg[a++] = p->pid1; /* l_pid_t */
2049 iarg[a++] = p->pid2; /* l_pid_t */
2050 iarg[a++] = p->type; /* l_int */
2051 iarg[a++] = p->idx1; /* l_ulong */
2052 iarg[a++] = p->idx; /* l_ulong */
2058 struct linux_finit_module_args *p = params;
2059 iarg[a++] = p->fd; /* l_int */
2060 uarg[a++] = (intptr_t)p->uargs; /* const char * */
2061 iarg[a++] = p->flags; /* l_int */
2067 struct linux_sched_setattr_args *p = params;
2068 iarg[a++] = p->pid; /* l_pid_t */
2069 uarg[a++] = (intptr_t)p->attr; /* void * */
2070 iarg[a++] = p->flags; /* l_uint */
2076 struct linux_sched_getattr_args *p = params;
2077 iarg[a++] = p->pid; /* l_pid_t */
2078 uarg[a++] = (intptr_t)p->attr; /* void * */
2079 iarg[a++] = p->size; /* l_uint */
2080 iarg[a++] = p->flags; /* l_uint */
2086 struct linux_renameat2_args *p = params;
2087 iarg[a++] = p->olddfd; /* l_int */
2088 uarg[a++] = (intptr_t)p->oldname; /* const char * */
2089 iarg[a++] = p->newdfd; /* l_int */
2090 uarg[a++] = (intptr_t)p->newname; /* const char * */
2091 iarg[a++] = p->flags; /* l_uint */
2097 struct linux_seccomp_args *p = params;
2098 iarg[a++] = p->op; /* l_uint */
2099 iarg[a++] = p->flags; /* l_uint */
2100 uarg[a++] = (intptr_t)p->uargs; /* const char * */
2106 struct linux_getrandom_args *p = params;
2107 uarg[a++] = (intptr_t)p->buf; /* char * */
2108 iarg[a++] = p->count; /* l_size_t */
2109 iarg[a++] = p->flags; /* l_uint */
2115 struct linux_memfd_create_args *p = params;
2116 uarg[a++] = (intptr_t)p->uname_ptr; /* const char * */
2117 iarg[a++] = p->flags; /* l_uint */
2123 struct linux_bpf_args *p = params;
2124 iarg[a++] = p->cmd; /* l_int */
2125 uarg[a++] = (intptr_t)p->attr; /* void * */
2126 iarg[a++] = p->size; /* l_uint */
2132 struct linux_execveat_args *p = params;
2133 iarg[a++] = p->dfd; /* l_int */
2134 uarg[a++] = (intptr_t)p->filename; /* const char * */
2135 uarg[a++] = (intptr_t)p->argv; /* const char ** */
2136 uarg[a++] = (intptr_t)p->envp; /* const char ** */
2137 iarg[a++] = p->flags; /* l_int */
2143 struct linux_userfaultfd_args *p = params;
2144 iarg[a++] = p->flags; /* l_int */
2150 struct linux_membarrier_args *p = params;
2151 iarg[a++] = p->cmd; /* l_int */
2152 iarg[a++] = p->flags; /* l_int */
2158 struct linux_mlock2_args *p = params;
2159 iarg[a++] = p->start; /* l_ulong */
2160 iarg[a++] = p->len; /* l_size_t */
2161 iarg[a++] = p->flags; /* l_int */
2167 struct linux_copy_file_range_args *p = params;
2168 iarg[a++] = p->fd_in; /* l_int */
2169 uarg[a++] = (intptr_t)p->off_in; /* l_loff_t * */
2170 iarg[a++] = p->fd_out; /* l_int */
2171 uarg[a++] = (intptr_t)p->off_out; /* l_loff_t * */
2172 iarg[a++] = p->len; /* l_size_t */
2173 iarg[a++] = p->flags; /* l_uint */
2179 struct linux_preadv2_args *p = params;
2180 iarg[a++] = p->fd; /* l_ulong */
2181 uarg[a++] = (intptr_t)p->vec; /* const struct iovec * */
2182 iarg[a++] = p->vlen; /* l_ulong */
2183 iarg[a++] = p->pos_l; /* l_ulong */
2184 iarg[a++] = p->pos_h; /* l_ulong */
2185 iarg[a++] = p->flags; /* l_int */
2191 struct linux_pwritev2_args *p = params;
2192 iarg[a++] = p->fd; /* l_ulong */
2193 uarg[a++] = (intptr_t)p->vec; /* const struct iovec * */
2194 iarg[a++] = p->vlen; /* l_ulong */
2195 iarg[a++] = p->pos_l; /* l_ulong */
2196 iarg[a++] = p->pos_h; /* l_ulong */
2197 iarg[a++] = p->flags; /* l_int */
2203 struct linux_pkey_mprotect_args *p = params;
2204 iarg[a++] = p->start; /* l_ulong */
2205 iarg[a++] = p->len; /* l_size_t */
2206 iarg[a++] = p->prot; /* l_ulong */
2207 iarg[a++] = p->pkey; /* l_int */
2213 struct linux_pkey_alloc_args *p = params;
2214 iarg[a++] = p->flags; /* l_ulong */
2215 iarg[a++] = p->init_val; /* l_ulong */
2221 struct linux_pkey_free_args *p = params;
2222 iarg[a++] = p->pkey; /* l_int */
2228 struct linux_statx_args *p = params;
2229 iarg[a++] = p->dirfd; /* l_int */
2230 uarg[a++] = (intptr_t)p->pathname; /* const char * */
2231 iarg[a++] = p->flags; /* l_uint */
2232 iarg[a++] = p->mask; /* l_uint */
2233 uarg[a++] = (intptr_t)p->statxbuf; /* void * */
2244 struct linux_rseq_args *p = params;
2245 uarg[a++] = (intptr_t)p->rseq; /* struct linux_rseq * */
2246 uarg[a++] = p->rseq_len; /* uint32_t */
2247 iarg[a++] = p->flags; /* l_int */
2248 uarg[a++] = p->sig; /* uint32_t */
2259 struct linux_pidfd_send_signal_args *p = params;
2260 iarg[a++] = p->pidfd; /* l_int */
2261 iarg[a++] = p->sig; /* l_int */
2262 uarg[a++] = (intptr_t)p->info; /* l_siginfo_t * */
2263 iarg[a++] = p->flags; /* l_uint */
2319 struct linux_clone3_args *p = params;
2320 uarg[a++] = (intptr_t)p->uargs; /* struct l_user_clone_args * */
2321 iarg[a++] = p->usize; /* l_size_t */
2327 struct linux_close_range_args *p = params;
2328 iarg[a++] = p->first; /* l_uint */
2329 iarg[a++] = p->last; /* l_uint */
2330 iarg[a++] = p->flags; /* l_uint */
2346 struct linux_faccessat2_args *p = params;
2347 iarg[a++] = p->dfd; /* l_int */
2348 uarg[a++] = (intptr_t)p->filename; /* const char * */
2349 iarg[a++] = p->amode; /* l_int */
2350 iarg[a++] = p->flags; /* l_int */
2361 struct linux_epoll_pwait2_args *p = params;
2362 iarg[a++] = p->epfd; /* l_int */
2363 uarg[a++] = (intptr_t)p->events; /* struct epoll_event * */
2364 iarg[a++] = p->maxevents; /* l_int */
2365 uarg[a++] = (intptr_t)p->timeout; /* struct l_timespec * */
2366 uarg[a++] = (intptr_t)p->mask; /* l_sigset_t * */
2367 iarg[a++] = p->sigsetsize; /* l_size_t */
2434 const char *p = NULL;
2440 p = "userland const char *";
2443 p = "userland const char *";
2446 p = "userland void *";
2449 p = "l_size_t";
2452 p = "l_int";
2462 p = "userland const char *";
2465 p = "userland const char *";
2468 p = "userland void *";
2471 p = "l_size_t";
2474 p = "l_int";
2484 p = "l_int";
2487 p = "userland const char *";
2490 p = "userland void *";
2493 p = "l_size_t";
2496 p = "l_int";
2506 p = "userland const char *";
2509 p = "userland const char *";
2512 p = "userland void *";
2515 p = "l_size_t";
2525 p = "userland const char *";
2528 p = "userland const char *";
2531 p = "userland void *";
2534 p = "l_size_t";
2544 p = "l_int";
2547 p = "userland const char *";
2550 p = "userland void *";
2553 p = "l_size_t";
2563 p = "userland const char *";
2566 p = "userland char *";
2569 p = "l_size_t";
2579 p = "userland const char *";
2582 p = "userland char *";
2585 p = "l_size_t";
2595 p = "l_int";
2598 p = "userland char *";
2601 p = "l_size_t";
2611 p = "userland const char *";
2614 p = "userland const char *";
2624 p = "userland const char *";
2627 p = "userland const char *";
2637 p = "l_int";
2640 p = "userland const char *";
2650 p = "userland char *";
2653 p = "l_ulong";
2666 p = "l_uint";
2669 p = "l_int";
2679 p = "l_int";
2689 p = "l_int";
2692 p = "l_int";
2695 p = "l_int";
2698 p = "userland struct epoll_event *";
2708 p = "l_int";
2711 p = "userland struct epoll_event *";
2714 p = "l_int";
2717 p = "l_int";
2720 p = "userland l_sigset_t *";
2723 p = "l_size_t";
2733 p = "u_int";
2743 p = "l_int";
2746 p = "l_int";
2749 p = "l_int";
2759 p = "l_uint";
2762 p = "l_uint";
2765 p = "l_ulong";
2775 p = "l_int";
2791 p = "l_uint";
2794 p = "l_uint";
2797 p = "l_ulong";
2807 p = "l_int";
2810 p = "l_int";
2813 p = "l_int";
2823 p = "l_int";
2826 p = "l_int";
2836 p = "int";
2839 p = "int";
2849 p = "l_int";
2852 p = "userland const char *";
2855 p = "l_int";
2858 p = "l_dev_t";
2868 p = "l_int";
2871 p = "userland const char *";
2874 p = "l_mode_t";
2884 p = "l_int";
2887 p = "userland const char *";
2890 p = "l_int";
2900 p = "userland const char *";
2903 p = "l_int";
2906 p = "userland const char *";
2916 p = "l_int";
2919 p = "userland const char *";
2922 p = "l_int";
2925 p = "userland const char *";
2928 p = "l_int";
2938 p = "l_int";
2941 p = "userland const char *";
2944 p = "l_int";
2947 p = "userland const char *";
2957 p = "userland char *";
2960 p = "userland char *";
2963 p = "userland char *";
2966 p = "l_ulong";
2969 p = "userland void *";
2982 p = "userland char *";
2985 p = "userland struct l_statfs_buf *";
2995 p = "l_uint";
2998 p = "userland struct l_statfs_buf *";
3008 p = "userland char *";
3011 p = "l_ulong";
3021 p = "l_int";
3024 p = "l_long";
3034 p = "l_int";
3037 p = "l_int";
3040 p = "l_loff_t";
3043 p = "l_loff_t";
3053 p = "l_int";
3056 p = "userland const char *";
3059 p = "l_int";
3069 p = "userland char *";
3079 p = "int";
3089 p = "userland char *";
3099 p = "int";
3102 p = "int";
3112 p = "l_int";
3115 p = "userland const char *";
3118 p = "l_mode_t";
3128 p = "l_int";
3131 p = "userland const char *";
3134 p = "l_uid_t";
3137 p = "l_gid_t";
3140 p = "l_int";
3150 p = "int";
3153 p = "int";
3156 p = "int";
3166 p = "l_int";
3169 p = "userland const char *";
3172 p = "l_int";
3175 p = "l_mode_t";
3185 p = "int";
3198 p = "userland l_int *";
3201 p = "l_int";
3211 p = "l_uint";
3214 p = "userland void *";
3217 p = "l_uint";
3227 p = "l_uint";
3230 p = "l_off_t";
3233 p = "l_int";
3243 p = "int";
3246 p = "userland char *";
3249 p = "l_size_t";
3259 p = "int";
3262 p = "userland char *";
3265 p = "l_size_t";
3275 p = "int";
3278 p = "userland struct iovec *";
3281 p = "u_int";
3291 p = "int";
3294 p = "userland struct iovec *";
3297 p = "u_int";
3307 p = "l_uint";
3310 p = "userland char *";
3313 p = "l_size_t";
3316 p = "l_loff_t";
3326 p = "l_uint";
3329 p = "userland char *";
3332 p = "l_size_t";
3335 p = "l_loff_t";
3345 p = "l_ulong";
3348 p = "userland struct iovec *";
3351 p = "l_ulong";
3354 p = "l_ulong";
3357 p = "l_ulong";
3367 p = "l_ulong";
3370 p = "userland struct iovec *";
3373 p = "l_ulong";
3376 p = "l_ulong";
3379 p = "l_ulong";
3389 p = "l_int";
3392 p = "l_int";
3395 p = "userland l_off_t *";
3398 p = "l_size_t";
3408 p = "l_int";
3411 p = "userland l_fd_set *";
3414 p = "userland l_fd_set *";
3417 p = "userland l_fd_set *";
3420 p = "userland struct l_timespec *";
3423 p = "userland l_uintptr_t *";
3433 p = "userland struct pollfd *";
3436 p = "l_uint";
3439 p = "userland struct l_timespec *";
3442 p = "userland l_sigset_t *";
3445 p = "l_size_t";
3461 p = "int";
3464 p = "userland l_loff_t *";
3467 p = "int";
3470 p = "userland l_loff_t *";
3473 p = "l_size_t";
3476 p = "l_uint";
3489 p = "l_int";
3492 p = "userland const char *";
3495 p = "userland char *";
3498 p = "l_int";
3508 p = "l_int";
3511 p = "userland char *";
3514 p = "userland struct l_stat64 *";
3517 p = "l_int";
3527 p = "l_uint";
3530 p = "userland struct l_newstat *";
3540 p = "int";
3550 p = "l_uint";
3560 p = "l_int";
3563 p = "l_loff_t";
3566 p = "l_loff_t";
3569 p = "l_uint";
3579 p = "l_int";
3582 p = "l_int";
3592 p = "l_int";
3595 p = "l_int";
3598 p = "userland const struct l_itimerspec *";
3601 p = "userland struct l_itimerspec *";
3611 p = "l_int";
3614 p = "userland struct l_itimerspec *";
3624 p = "l_int";
3627 p = "userland const char *";
3630 p = "userland const struct l_timespec *";
3633 p = "l_int";
3643 p = "userland char *";
3653 p = "userland struct l_user_cap_header *";
3656 p = "userland struct l_user_cap_data *";
3666 p = "userland struct l_user_cap_header *";
3669 p = "userland struct l_user_cap_data *";
3679 p = "l_uint";
3689 p = "u_int";
3699 p = "l_int";
3709 p = "l_int";
3712 p = "l_pid_t";
3715 p = "userland l_siginfo_t *";
3718 p = "l_int";
3721 p = "userland struct rusage *";
3731 p = "userland l_int *";
3744 p = "userland uint32_t *";
3747 p = "l_int";
3750 p = "uint32_t";
3753 p = "userland struct l_timespec *";
3756 p = "userland uint32_t *";
3759 p = "uint32_t";
3769 p = "userland struct linux_robust_list_head *";
3772 p = "l_size_t";
3782 p = "l_int";
3785 p = "userland struct linux_robust_list_head **";
3788 p = "userland l_size_t *";
3798 p = "userland const struct l_timespec *";
3801 p = "userland struct l_timespec *";
3811 p = "l_int";
3814 p = "userland struct l_itimerval *";
3824 p = "l_int";
3827 p = "userland struct l_itimerval *";
3830 p = "userland struct l_itimerval *";
3849 p = "clockid_t";
3852 p = "userland struct l_sigevent *";
3855 p = "userland l_timer_t *";
3865 p = "l_timer_t";
3868 p = "userland struct itimerspec *";
3878 p = "l_timer_t";
3888 p = "l_timer_t";
3891 p = "l_int";
3894 p = "userland const struct itimerspec *";
3897 p = "userland struct itimerspec *";
3907 p = "l_timer_t";
3917 p = "clockid_t";
3920 p = "userland struct l_timespec *";
3930 p = "clockid_t";
3933 p = "userland struct l_timespec *";
3943 p = "clockid_t";
3946 p = "userland struct l_timespec *";
3956 p = "clockid_t";
3959 p = "l_int";
3962 p = "userland struct l_timespec *";
3965 p = "userland struct l_timespec *";
3975 p = "l_int";
3978 p = "userland char *";
3981 p = "l_int";
3991 p = "l_long";
3994 p = "l_long";
3997 p = "l_ulong";
4000 p = "l_ulong";
4010 p = "l_pid_t";
4013 p = "userland struct sched_param *";
4023 p = "l_pid_t";
4026 p = "l_int";
4029 p = "userland struct sched_param *";
4039 p = "l_pid_t";
4049 p = "l_pid_t";
4052 p = "userland struct sched_param *";
4062 p = "l_pid_t";
4065 p = "l_uint";
4068 p = "userland l_ulong *";
4078 p = "l_pid_t";
4081 p = "l_uint";
4084 p = "userland l_ulong *";
4097 p = "l_int";
4107 p = "l_int";
4117 p = "l_pid_t";
4120 p = "userland struct l_timespec *";
4130 p = "l_pid_t";
4133 p = "l_int";
4143 p = "l_pid_t";
4146 p = "l_int";
4156 p = "l_pid_t";
4159 p = "l_pid_t";
4162 p = "l_int";
4172 p = "userland l_stack_t *";
4175 p = "userland l_stack_t *";
4185 p = "userland l_sigset_t *";
4188 p = "l_size_t";
4198 p = "l_int";
4201 p = "userland l_sigaction_t *";
4204 p = "userland l_sigaction_t *";
4207 p = "l_size_t";
4217 p = "l_int";
4220 p = "userland l_sigset_t *";
4223 p = "userland l_sigset_t *";
4226 p = "l_size_t";
4236 p = "userland l_sigset_t *";
4239 p = "l_size_t";
4249 p = "userland l_sigset_t *";
4252 p = "userland l_siginfo_t *";
4255 p = "userland struct l_timespec *";
4258 p = "l_size_t";
4268 p = "l_pid_t";
4271 p = "l_int";
4274 p = "userland l_siginfo_t *";
4287 p = "int";
4290 p = "int";
4293 p = "int";
4303 p = "l_int";
4306 p = "l_int";
4316 p = "l_int";
4319 p = "l_int";
4322 p = "l_uint";
4325 p = "userland void *";
4335 p = "gid_t";
4338 p = "gid_t";
4348 p = "gid_t";
4358 p = "uid_t";
4361 p = "uid_t";
4371 p = "uid_t";
4381 p = "uid_t";
4384 p = "uid_t";
4387 p = "uid_t";
4397 p = "userland uid_t *";
4400 p = "userland uid_t *";
4403 p = "userland uid_t *";
4413 p = "gid_t";
4416 p = "gid_t";
4419 p = "gid_t";
4429 p = "userland gid_t *";
4432 p = "userland gid_t *";
4435 p = "userland gid_t *";
4445 p = "l_uid_t";
4455 p = "l_gid_t";
4465 p = "userland struct l_times_argv *";
4475 p = "int";
4478 p = "int";
4488 p = "int";
4498 p = "l_pid_t";
4511 p = "l_int";
4514 p = "userland l_gid_t *";
4524 p = "l_int";
4527 p = "userland l_gid_t *";
4537 p = "userland struct l_new_utsname *";
4547 p = "userland char *";
4550 p = "l_uint";
4560 p = "userland char *";
4563 p = "l_int";
4573 p = "l_uint";
4576 p = "userland struct l_rlimit *";
4586 p = "l_uint";
4589 p = "userland struct l_rlimit *";
4599 p = "int";
4602 p = "userland struct rusage *";
4612 p = "int";
4622 p = "l_int";
4625 p = "l_uintptr_t";
4628 p = "l_uintptr_t";
4631 p = "l_uintptr_t";
4634 p = "l_uintptr_t";
4644 p = "userland l_uint *";
4647 p = "userland l_uint *";
4650 p = "userland void *";
4660 p = "userland struct l_timeval *";
4663 p = "userland struct timezone *";
4673 p = "userland struct l_timeval *";
4676 p = "userland struct timezone *";
4710 p = "userland struct l_sysinfo *";
4720 p = "userland const char *";
4723 p = "l_int";
4726 p = "l_mode_t";
4729 p = "userland struct mq_attr *";
4739 p = "userland const char *";
4749 p = "l_mqd_t";
4752 p = "userland const char *";
4755 p = "l_size_t";
4758 p = "l_uint";
4761 p = "userland const struct l_timespec *";
4771 p = "l_mqd_t";
4774 p = "userland char *";
4777 p = "l_size_t";
4780 p = "userland l_uint *";
4783 p = "userland const struct l_timespec *";
4793 p = "l_mqd_t";
4796 p = "userland const struct l_sigevent *";
4806 p = "l_mqd_t";
4809 p = "userland const struct mq_attr *";
4812 p = "userland struct mq_attr *";
4822 p = "l_key_t";
4825 p = "l_int";
4835 p = "l_int";
4838 p = "l_int";
4841 p = "userland struct l_msqid_ds *";
4851 p = "l_int";
4854 p = "userland struct l_msgbuf *";
4857 p = "l_size_t";
4860 p = "l_long";
4863 p = "l_int";
4873 p = "l_int";
4876 p = "userland struct l_msgbuf *";
4879 p = "l_size_t";
4882 p = "l_int";
4892 p = "l_key_t";
4895 p = "l_int";
4898 p = "l_int";
4908 p = "l_int";
4911 p = "l_int";
4914 p = "l_int";
4917 p = "union l_semun";
4927 p = "l_int";
4930 p = "userland struct sembuf *";
4933 p = "l_size_t";
4936 p = "userland struct l_timespec *";
4946 p = "l_int";
4949 p = "userland struct sembuf *";
4952 p = "l_size_t";
4962 p = "l_key_t";
4965 p = "l_size_t";
4968 p = "l_int";
4978 p = "l_int";
4981 p = "l_int";
4984 p = "userland struct l_shmid_ds *";
4994 p = "l_int";
4997 p = "userland char *";
5000 p = "l_int";
5010 p = "userland char *";
5020 p = "l_int";
5023 p = "l_int";
5026 p = "l_int";
5036 p = "l_int";
5039 p = "l_int";
5042 p = "l_int";
5045 p = "l_uintptr_t";
5055 p = "l_int";
5058 p = "l_uintptr_t";
5061 p = "l_int";
5071 p = "l_int";
5074 p = "l_int";
5084 p = "l_int";
5087 p = "l_uintptr_t";
5090 p = "l_uintptr_t";
5100 p = "l_int";
5103 p = "l_uintptr_t";
5106 p = "l_int";
5116 p = "l_int";
5119 p = "l_uintptr_t";
5122 p = "l_uintptr_t";
5132 p = "l_int";
5135 p = "l_uintptr_t";
5138 p = "l_uintptr_t";
5148 p = "l_int";
5151 p = "l_uintptr_t";
5154 p = "l_size_t";
5157 p = "l_uint";
5160 p = "l_uintptr_t";
5163 p = "l_int";
5173 p = "l_int";
5176 p = "l_uintptr_t";
5179 p = "l_size_t";
5182 p = "l_uint";
5185 p = "l_uintptr_t";
5188 p = "l_uintptr_t";
5198 p = "l_int";
5201 p = "l_int";
5204 p = "l_int";
5207 p = "l_uintptr_t";
5210 p = "l_int";
5220 p = "l_int";
5223 p = "l_int";
5226 p = "l_int";
5229 p = "l_uintptr_t";
5232 p = "l_uintptr_t";
5242 p = "l_int";
5245 p = "l_int";
5255 p = "l_int";
5258 p = "l_uintptr_t";
5261 p = "l_uint";
5271 p = "l_int";
5274 p = "l_uintptr_t";
5277 p = "l_uint";
5287 p = "l_ulong";
5297 p = "userland void *";
5300 p = "l_size_t";
5310 p = "l_ulong";
5313 p = "l_ulong";
5316 p = "l_ulong";
5319 p = "l_ulong";
5322 p = "l_ulong";
5341 p = "l_ulong";
5344 p = "l_ulong";
5347 p = "userland l_int *";
5350 p = "l_ulong";
5353 p = "userland l_int *";
5363 p = "userland char *";
5366 p = "userland l_uintptr_t *";
5369 p = "userland l_uintptr_t *";
5379 p = "l_ulong";
5382 p = "l_ulong";
5385 p = "l_ulong";
5388 p = "l_ulong";
5391 p = "l_ulong";
5394 p = "l_ulong";
5404 p = "l_int";
5407 p = "l_loff_t";
5410 p = "l_size_t";
5413 p = "l_int";
5423 p = "userland char *";
5436 p = "l_ulong";
5439 p = "l_size_t";
5442 p = "l_ulong";
5452 p = "l_ulong";
5455 p = "l_size_t";
5458 p = "l_int";
5468 p = "userland const void *";
5471 p = "size_t";
5481 p = "userland const void *";
5484 p = "size_t";
5494 p = "int";
5507 p = "l_ulong";
5510 p = "l_size_t";
5513 p = "userland u_char *";
5523 p = "l_ulong";
5526 p = "l_size_t";
5529 p = "l_int";
5557 p = "l_pid_t";
5560 p = "l_pid_t";
5563 p = "l_int";
5566 p = "userland l_siginfo_t *";
5579 p = "l_int";
5582 p = "l_uintptr_t";
5585 p = "l_uintptr_t";
5588 p = "l_int";
5598 p = "l_int";
5601 p = "userland struct l_mmsghdr *";
5604 p = "l_uint";
5607 p = "l_uint";
5610 p = "userland struct l_timespec *";
5620 p = "l_pid_t";
5623 p = "userland l_int *";
5626 p = "l_int";
5629 p = "userland struct rusage *";
5639 p = "l_pid_t";
5642 p = "l_uint";
5645 p = "userland struct rlimit *";
5648 p = "userland struct rlimit *";
5664 p = "l_int";
5667 p = "userland const char *";
5670 p = "userland struct l_file_handle *";
5673 p = "userland l_int *";
5676 p = "l_int";
5686 p = "l_int";
5689 p = "userland struct l_file_handle *";
5692 p = "l_int";
5705 p = "l_int";
5715 p = "l_int";
5718 p = "l_int";
5728 p = "l_int";
5731 p = "userland struct l_mmsghdr *";
5734 p = "l_uint";
5737 p = "l_uint";
5747 p = "l_pid_t";
5750 p = "userland const struct iovec *";
5753 p = "l_ulong";
5756 p = "userland const struct iovec *";
5759 p = "l_ulong";
5762 p = "l_ulong";
5772 p = "l_pid_t";
5775 p = "userland const struct iovec *";
5778 p = "l_ulong";
5781 p = "userland const struct iovec *";
5784 p = "l_ulong";
5787 p = "l_ulong";
5797 p = "l_pid_t";
5800 p = "l_pid_t";
5803 p = "l_int";
5806 p = "l_ulong";
5809 p = "l_ulong";
5819 p = "l_int";
5822 p = "userland const char *";
5825 p = "l_int";
5835 p = "l_pid_t";
5838 p = "userland void *";
5841 p = "l_uint";
5851 p = "l_pid_t";
5854 p = "userland void *";
5857 p = "l_uint";
5860 p = "l_uint";
5870 p = "l_int";
5873 p = "userland const char *";
5876 p = "l_int";
5879 p = "userland const char *";
5882 p = "l_uint";
5892 p = "l_uint";
5895 p = "l_uint";
5898 p = "userland const char *";
5908 p = "userland char *";
5911 p = "l_size_t";
5914 p = "l_uint";
5924 p = "userland const char *";
5927 p = "l_uint";
5937 p = "l_int";
5940 p = "userland void *";
5943 p = "l_uint";
5953 p = "l_int";
5956 p = "userland const char *";
5959 p = "userland const char **";
5962 p = "userland const char **";
5965 p = "l_int";
5975 p = "l_int";
5985 p = "l_int";
5988 p = "l_int";
5998 p = "l_ulong";
6001 p = "l_size_t";
6004 p = "l_int";
6014 p = "l_int";
6017 p = "userland l_loff_t *";
6020 p = "l_int";
6023 p = "userland l_loff_t *";
6026 p = "l_size_t";
6029 p = "l_uint";
6039 p = "l_ulong";
6042 p = "userland const struct iovec *";
6045 p = "l_ulong";
6048 p = "l_ulong";
6051 p = "l_ulong";
6054 p = "l_int";
6064 p = "l_ulong";
6067 p = "userland const struct iovec *";
6070 p = "l_ulong";
6073 p = "l_ulong";
6076 p = "l_ulong";
6079 p = "l_int";
6089 p = "l_ulong";
6092 p = "l_size_t";
6095 p = "l_ulong";
6098 p = "l_int";
6108 p = "l_ulong";
6111 p = "l_ulong";
6121 p = "l_int";
6131 p = "l_int";
6134 p = "userland const char *";
6137 p = "l_uint";
6140 p = "l_uint";
6143 p = "userland void *";
6156 p = "userland struct linux_rseq *";
6159 p = "uint32_t";
6162 p = "l_int";
6165 p = "uint32_t";
6178 p = "l_int";
6181 p = "l_int";
6184 p = "userland l_siginfo_t *";
6187 p = "l_uint";
6227 p = "userland struct l_user_clone_args *";
6230 p = "l_size_t";
6240 p = "l_uint";
6243 p = "l_uint";
6246 p = "l_uint";
6262 p = "l_int";
6265 p = "userland const char *";
6268 p = "l_int";
6271 p = "l_int";
6284 p = "l_int";
6287 p = "userland struct epoll_event *";
6290 p = "l_int";
6293 p = "userland struct l_timespec *";
6296 p = "userland l_sigset_t *";
6299 p = "l_size_t";
6341 if (p != NULL)
6342 strlcpy(desc, p, descsz);
6347 const char *p = NULL;
6352 p = "int";
6357 p = "int";
6362 p = "int";
6367 p = "int";
6372 p = "int";
6377 p = "int";
6382 p = "int";
6387 p = "int";
6392 p = "int";
6397 p = "int";
6402 p = "int";
6407 p = "int";
6412 p = "int";
6419 p = "int";
6424 p = "int";
6429 p = "int";
6434 p = "int";
6439 p = "int";
6444 p = "int";
6449 p = "int";
6454 p = "int";
6463 p = "int";
6468 p = "int";
6473 p = "int";
6478 p = "int";
6483 p = "int";
6488 p = "int";
6493 p = "int";
6498 p = "int";
6503 p = "int";
6508 p = "int";
6513 p = "int";
6520 p = "int";
6525 p = "int";
6530 p = "int";
6535 p = "int";
6540 p = "int";
6545 p = "int";
6550 p = "int";
6555 p = "int";
6560 p = "int";
6565 p = "int";
6570 p = "int";
6575 p = "int";
6580 p = "int";
6585 p = "int";
6590 p = "int";
6597 p = "int";
6602 p = "int";
6607 p = "int";
6612 p = "int";
6617 p = "int";
6622 p = "int";
6627 p = "int";
6632 p = "int";
6637 p = "int";
6642 p = "int";
6647 p = "int";
6652 p = "int";
6657 p = "int";
6662 p = "int";
6671 p = "int";
6678 p = "int";
6683 p = "int";
6688 p = "int";
6693 p = "int";
6698 p = "int";
6703 p = "int";
6708 p = "int";
6713 p = "int";
6718 p = "int";
6723 p = "int";
6728 p = "int";
6733 p = "int";
6738 p = "int";
6743 p = "int";
6748 p = "int";
6753 p = "int";
6758 p = "int";
6763 p = "int";
6770 p = "int";
6775 p = "int";
6780 p = "int";
6785 p = "int";
6790 p = "int";
6795 p = "int";
6806 p = "int";
6811 p = "int";
6816 p = "int";
6821 p = "int";
6826 p = "int";
6831 p = "int";
6836 p = "int";
6841 p = "int";
6846 p = "int";
6851 p = "int";
6856 p = "int";
6861 p = "int";
6866 p = "int";
6871 p = "int";
6876 p = "int";
6881 p = "int";
6886 p = "int";
6893 p = "int";
6898 p = "int";
6903 p = "int";
6908 p = "int";
6913 p = "int";
6918 p = "int";
6923 p = "int";
6928 p = "int";
6933 p = "int";
6938 p = "int";
6943 p = "int";
6948 p = "int";
6953 p = "int";
6960 p = "int";
6965 p = "int";
6970 p = "int";
6975 p = "int";
6980 p = "int";
6985 p = "int";
6990 p = "int";
6995 p = "int";
7000 p = "int";
7005 p = "int";
7010 p = "int";
7015 p = "int";
7020 p = "int";
7025 p = "int";
7030 p = "int";
7035 p = "int";
7040 p = "int";
7047 p = "int";
7052 p = "int";
7057 p = "int";
7062 p = "int";
7067 p = "int";
7072 p = "int";
7077 p = "int";
7082 p = "int";
7087 p = "int";
7092 p = "int";
7097 p = "int";
7102 p = "int";
7107 p = "int";
7128 p = "int";
7133 p = "int";
7138 p = "int";
7143 p = "int";
7148 p = "int";
7153 p = "int";
7158 p = "int";
7163 p = "int";
7168 p = "int";
7173 p = "int";
7178 p = "int";
7183 p = "int";
7188 p = "int";
7193 p = "int";
7198 p = "int";
7203 p = "int";
7208 p = "int";
7213 p = "int";
7218 p = "int";
7223 p = "int";
7228 p = "int";
7233 p = "int";
7238 p = "int";
7243 p = "int";
7248 p = "int";
7253 p = "int";
7258 p = "int";
7263 p = "int";
7268 p = "int";
7273 p = "int";
7278 p = "int";
7283 p = "int";
7288 p = "int";
7293 p = "int";
7298 p = "int";
7303 p = "int";
7308 p = "int";
7319 p = "int";
7324 p = "int";
7329 p = "int";
7334 p = "int";
7339 p = "int";
7346 p = "int";
7351 p = "int";
7356 p = "int";
7361 p = "int";
7366 p = "int";
7373 p = "int";
7378 p = "int";
7395 p = "int";
7402 p = "int";
7407 p = "int";
7412 p = "int";
7417 p = "int";
7426 p = "int";
7431 p = "int";
7438 p = "int";
7443 p = "int";
7448 p = "int";
7453 p = "int";
7458 p = "int";
7463 p = "int";
7468 p = "int";
7473 p = "int";
7478 p = "int";
7483 p = "int";
7488 p = "int";
7493 p = "int";
7498 p = "int";
7503 p = "int";
7508 p = "int";
7513 p = "int";
7518 p = "int";
7523 p = "int";
7528 p = "int";
7533 p = "int";
7538 p = "int";
7543 p = "int";
7548 p = "int";
7553 p = "int";
7558 p = "int";
7565 p = "int";
7572 p = "int";
7597 p = "int";
7602 p = "int";
7611 p = "int";
7618 p = "int";
7645 if (p != NULL)
7646 strlcpy(desc, p, descsz);