Lines Matching defs:p

17 		struct read_args *p = params;
18 iarg[a++] = p->fd; /* int */
19 uarg[a++] = (intptr_t)p->buf; /* char * */
20 iarg[a++] = p->nbyte; /* l_size_t */
26 struct linux_write_args *p = params;
27 iarg[a++] = p->fd; /* int */
28 uarg[a++] = (intptr_t)p->buf; /* char * */
29 iarg[a++] = p->nbyte; /* l_size_t */
35 struct linux_open_args *p = params;
36 uarg[a++] = (intptr_t)p->path; /* char * */
37 iarg[a++] = p->flags; /* l_int */
38 iarg[a++] = p->mode; /* l_mode_t */
44 struct close_args *p = params;
45 iarg[a++] = p->fd; /* int */
51 struct linux_newstat_args *p = params;
52 uarg[a++] = (intptr_t)p->path; /* char * */
53 uarg[a++] = (intptr_t)p->buf; /* struct l_newstat * */
59 struct linux_newfstat_args *p = params;
60 iarg[a++] = p->fd; /* l_uint */
61 uarg[a++] = (intptr_t)p->buf; /* struct l_newstat * */
67 struct linux_newlstat_args *p = params;
68 uarg[a++] = (intptr_t)p->path; /* char * */
69 uarg[a++] = (intptr_t)p->buf; /* struct l_newstat * */
75 struct linux_poll_args *p = params;
76 uarg[a++] = (intptr_t)p->fds; /* struct pollfd * */
77 uarg[a++] = p->nfds; /* u_int */
78 iarg[a++] = p->timeout; /* int */
84 struct linux_lseek_args *p = params;
85 iarg[a++] = p->fdes; /* l_uint */
86 iarg[a++] = p->off; /* l_off_t */
87 iarg[a++] = p->whence; /* l_int */
93 struct linux_mmap2_args *p = params;
94 iarg[a++] = p->addr; /* l_ulong */
95 iarg[a++] = p->len; /* l_ulong */
96 iarg[a++] = p->prot; /* l_ulong */
97 iarg[a++] = p->flags; /* l_ulong */
98 iarg[a++] = p->fd; /* l_ulong */
99 iarg[a++] = p->pgoff; /* l_ulong */
105 struct linux_mprotect_args *p = params;
106 iarg[a++] = p->addr; /* l_ulong */
107 iarg[a++] = p->len; /* l_size_t */
108 iarg[a++] = p->prot; /* l_ulong */
114 struct munmap_args *p = params;
115 uarg[a++] = (intptr_t)p->addr; /* void * */
116 iarg[a++] = p->len; /* l_size_t */
122 struct linux_brk_args *p = params;
123 iarg[a++] = p->dsend; /* l_ulong */
129 struct linux_rt_sigaction_args *p = params;
130 iarg[a++] = p->sig; /* l_int */
131 uarg[a++] = (intptr_t)p->act; /* l_sigaction_t * */
132 uarg[a++] = (intptr_t)p->oact; /* l_sigaction_t * */
133 iarg[a++] = p->sigsetsize; /* l_size_t */
139 struct linux_rt_sigprocmask_args *p = params;
140 iarg[a++] = p->how; /* l_int */
141 uarg[a++] = (intptr_t)p->mask; /* l_sigset_t * */
142 uarg[a++] = (intptr_t)p->omask; /* l_sigset_t * */
143 iarg[a++] = p->sigsetsize; /* l_size_t */
149 struct linux_rt_sigreturn_args *p = params;
150 uarg[a++] = (intptr_t)p->ucp; /* struct l_ucontext * */
156 struct linux_ioctl_args *p = params;
157 iarg[a++] = p->fd; /* l_uint */
158 iarg[a++] = p->cmd; /* l_uint */
159 iarg[a++] = p->arg; /* l_ulong */
165 struct linux_pread_args *p = params;
166 iarg[a++] = p->fd; /* l_uint */
167 uarg[a++] = (intptr_t)p->buf; /* char * */
168 iarg[a++] = p->nbyte; /* l_size_t */
169 iarg[a++] = p->offset; /* l_loff_t */
175 struct linux_pwrite_args *p = params;
176 iarg[a++] = p->fd; /* l_uint */
177 uarg[a++] = (intptr_t)p->buf; /* char * */
178 iarg[a++] = p->nbyte; /* l_size_t */
179 iarg[a++] = p->offset; /* l_loff_t */
185 struct readv_args *p = params;
186 iarg[a++] = p->fd; /* int */
187 uarg[a++] = (intptr_t)p->iovp; /* struct iovec * */
188 uarg[a++] = p->iovcnt; /* u_int */
194 struct linux_writev_args *p = params;
195 iarg[a++] = p->fd; /* int */
196 uarg[a++] = (intptr_t)p->iovp; /* struct iovec * */
197 uarg[a++] = p->iovcnt; /* u_int */
203 struct linux_access_args *p = params;
204 uarg[a++] = (intptr_t)p->path; /* char * */
205 iarg[a++] = p->amode; /* l_int */
211 struct linux_pipe_args *p = params;
212 uarg[a++] = (intptr_t)p->pipefds; /* l_int * */
218 struct linux_select_args *p = params;
219 iarg[a++] = p->nfds; /* l_int */
220 uarg[a++] = (intptr_t)p->readfds; /* l_fd_set * */
221 uarg[a++] = (intptr_t)p->writefds; /* l_fd_set * */
222 uarg[a++] = (intptr_t)p->exceptfds; /* l_fd_set * */
223 uarg[a++] = (intptr_t)p->timeout; /* struct l_timeval * */
234 struct linux_mremap_args *p = params;
235 iarg[a++] = p->addr; /* l_ulong */
236 iarg[a++] = p->old_len; /* l_ulong */
237 iarg[a++] = p->new_len; /* l_ulong */
238 iarg[a++] = p->flags; /* l_ulong */
239 iarg[a++] = p->new_addr; /* l_ulong */
245 struct linux_msync_args *p = params;
246 iarg[a++] = p->addr; /* l_ulong */
247 iarg[a++] = p->len; /* l_size_t */
248 iarg[a++] = p->fl; /* l_int */
254 struct linux_mincore_args *p = params;
255 iarg[a++] = p->start; /* l_ulong */
256 iarg[a++] = p->len; /* l_size_t */
257 uarg[a++] = (intptr_t)p->vec; /* u_char * */
263 struct linux_madvise_args *p = params;
264 iarg[a++] = p->addr; /* l_ulong */
265 iarg[a++] = p->len; /* l_size_t */
266 iarg[a++] = p->behav; /* l_int */
272 struct linux_shmget_args *p = params;
273 iarg[a++] = p->key; /* l_key_t */
274 iarg[a++] = p->size; /* l_size_t */
275 iarg[a++] = p->shmflg; /* l_int */
281 struct linux_shmat_args *p = params;
282 iarg[a++] = p->shmid; /* l_int */
283 uarg[a++] = (intptr_t)p->shmaddr; /* char * */
284 iarg[a++] = p->shmflg; /* l_int */
290 struct linux_shmctl_args *p = params;
291 iarg[a++] = p->shmid; /* l_int */
292 iarg[a++] = p->cmd; /* l_int */
293 uarg[a++] = (intptr_t)p->buf; /* struct l_shmid_ds * */
299 struct dup_args *p = params;
300 uarg[a++] = p->fd; /* u_int */
306 struct dup2_args *p = params;
307 uarg[a++] = p->from; /* u_int */
308 uarg[a++] = p->to; /* u_int */
319 struct linux_nanosleep_args *p = params;
320 uarg[a++] = (intptr_t)p->rqtp; /* const struct l_timespec * */
321 uarg[a++] = (intptr_t)p->rmtp; /* struct l_timespec * */
327 struct linux_getitimer_args *p = params;
328 iarg[a++] = p->which; /* l_int */
329 uarg[a++] = (intptr_t)p->itv; /* struct l_itimerval * */
335 struct linux_alarm_args *p = params;
336 iarg[a++] = p->secs; /* l_uint */
342 struct linux_setitimer_args *p = params;
343 iarg[a++] = p->which; /* l_int */
344 uarg[a++] = (intptr_t)p->itv; /* struct l_itimerval * */
345 uarg[a++] = (intptr_t)p->oitv; /* struct l_itimerval * */
356 struct linux_sendfile_args *p = params;
357 iarg[a++] = p->out; /* l_int */
358 iarg[a++] = p->in; /* l_int */
359 uarg[a++] = (intptr_t)p->offset; /* l_off_t * */
360 iarg[a++] = p->count; /* l_size_t */
366 struct linux_socket_args *p = params;
367 iarg[a++] = p->domain; /* l_int */
368 iarg[a++] = p->type; /* l_int */
369 iarg[a++] = p->protocol; /* l_int */
375 struct linux_connect_args *p = params;
376 iarg[a++] = p->s; /* l_int */
377 uarg[a++] = (intptr_t)p->name; /* l_uintptr_t */
378 iarg[a++] = p->namelen; /* l_int */
384 struct linux_accept_args *p = params;
385 iarg[a++] = p->s; /* l_int */
386 uarg[a++] = (intptr_t)p->addr; /* l_uintptr_t */
387 uarg[a++] = (intptr_t)p->namelen; /* l_uintptr_t */
393 struct linux_sendto_args *p = params;
394 iarg[a++] = p->s; /* l_int */
395 uarg[a++] = (intptr_t)p->msg; /* l_uintptr_t */
396 iarg[a++] = p->len; /* l_size_t */
397 iarg[a++] = p->flags; /* l_uint */
398 uarg[a++] = (intptr_t)p->to; /* l_uintptr_t */
399 iarg[a++] = p->tolen; /* l_int */
405 struct linux_recvfrom_args *p = params;
406 iarg[a++] = p->s; /* l_int */
407 uarg[a++] = (intptr_t)p->buf; /* l_uintptr_t */
408 iarg[a++] = p->len; /* l_size_t */
409 iarg[a++] = p->flags; /* l_uint */
410 uarg[a++] = (intptr_t)p->from; /* l_uintptr_t */
411 uarg[a++] = (intptr_t)p->fromlen; /* l_uintptr_t */
417 struct linux_sendmsg_args *p = params;
418 iarg[a++] = p->s; /* l_int */
419 uarg[a++] = (intptr_t)p->msg; /* l_uintptr_t */
420 iarg[a++] = p->flags; /* l_uint */
426 struct linux_recvmsg_args *p = params;
427 iarg[a++] = p->s; /* l_int */
428 uarg[a++] = (intptr_t)p->msg; /* l_uintptr_t */
429 iarg[a++] = p->flags; /* l_uint */
435 struct linux_shutdown_args *p = params;
436 iarg[a++] = p->s; /* l_int */
437 iarg[a++] = p->how; /* l_int */
443 struct linux_bind_args *p = params;
444 iarg[a++] = p->s; /* l_int */
445 uarg[a++] = (intptr_t)p->name; /* l_uintptr_t */
446 iarg[a++] = p->namelen; /* l_int */
452 struct linux_listen_args *p = params;
453 iarg[a++] = p->s; /* l_int */
454 iarg[a++] = p->backlog; /* l_int */
460 struct linux_getsockname_args *p = params;
461 iarg[a++] = p->s; /* l_int */
462 uarg[a++] = (intptr_t)p->addr; /* l_uintptr_t */
463 uarg[a++] = (intptr_t)p->namelen; /* l_uintptr_t */
469 struct linux_getpeername_args *p = params;
470 iarg[a++] = p->s; /* l_int */
471 uarg[a++] = (intptr_t)p->addr; /* l_uintptr_t */
472 uarg[a++] = (intptr_t)p->namelen; /* l_uintptr_t */
478 struct linux_socketpair_args *p = params;
479 iarg[a++] = p->domain; /* l_int */
480 iarg[a++] = p->type; /* l_int */
481 iarg[a++] = p->protocol; /* l_int */
482 uarg[a++] = (intptr_t)p->rsv; /* l_uintptr_t */
488 struct linux_setsockopt_args *p = params;
489 iarg[a++] = p->s; /* l_int */
490 iarg[a++] = p->level; /* l_int */
491 iarg[a++] = p->optname; /* l_int */
492 uarg[a++] = (intptr_t)p->optval; /* l_uintptr_t */
493 iarg[a++] = p->optlen; /* l_int */
499 struct linux_getsockopt_args *p = params;
500 iarg[a++] = p->s; /* l_int */
501 iarg[a++] = p->level; /* l_int */
502 iarg[a++] = p->optname; /* l_int */
503 uarg[a++] = (intptr_t)p->optval; /* l_uintptr_t */
504 uarg[a++] = (intptr_t)p->optlen; /* l_uintptr_t */
510 struct linux_clone_args *p = params;
511 iarg[a++] = p->flags; /* l_ulong */
512 iarg[a++] = p->stack; /* l_ulong */
513 uarg[a++] = (intptr_t)p->parent_tidptr; /* l_int * */
514 uarg[a++] = (intptr_t)p->child_tidptr; /* l_int * */
515 iarg[a++] = p->tls; /* l_ulong */
531 struct linux_execve_args *p = params;
532 uarg[a++] = (intptr_t)p->path; /* char * */
533 uarg[a++] = (intptr_t)p->argp; /* l_uintptr_t * */
534 uarg[a++] = (intptr_t)p->envp; /* l_uintptr_t * */
540 struct linux_exit_args *p = params;
541 iarg[a++] = p->rval; /* l_int */
547 struct linux_wait4_args *p = params;
548 iarg[a++] = p->pid; /* l_pid_t */
549 uarg[a++] = (intptr_t)p->status; /* l_int * */
550 iarg[a++] = p->options; /* l_int */
551 uarg[a++] = (intptr_t)p->rusage; /* struct rusage * */
557 struct linux_kill_args *p = params;
558 iarg[a++] = p->pid; /* l_pid_t */
559 iarg[a++] = p->signum; /* l_int */
565 struct linux_newuname_args *p = params;
566 uarg[a++] = (intptr_t)p->buf; /* struct l_new_utsname * */
572 struct linux_semget_args *p = params;
573 iarg[a++] = p->key; /* l_key_t */
574 iarg[a++] = p->nsems; /* l_int */
575 iarg[a++] = p->semflg; /* l_int */
581 struct semop_args *p = params;
582 iarg[a++] = p->semid; /* l_int */
583 uarg[a++] = (intptr_t)p->sops; /* struct sembuf * */
584 iarg[a++] = p->nsops; /* l_size_t */
590 struct linux_semctl_args *p = params;
591 iarg[a++] = p->semid; /* l_int */
592 iarg[a++] = p->semnum; /* l_int */
593 iarg[a++] = p->cmd; /* l_int */
594 uarg[a++] = p->arg.buf; /* union l_semun */
600 struct linux_shmdt_args *p = params;
601 uarg[a++] = (intptr_t)p->shmaddr; /* char * */
607 struct linux_msgget_args *p = params;
608 iarg[a++] = p->key; /* l_key_t */
609 iarg[a++] = p->msgflg; /* l_int */
615 struct linux_msgsnd_args *p = params;
616 iarg[a++] = p->msqid; /* l_int */
617 uarg[a++] = (intptr_t)p->msgp; /* struct l_msgbuf * */
618 iarg[a++] = p->msgsz; /* l_size_t */
619 iarg[a++] = p->msgflg; /* l_int */
625 struct linux_msgrcv_args *p = params;
626 iarg[a++] = p->msqid; /* l_int */
627 uarg[a++] = (intptr_t)p->msgp; /* struct l_msgbuf * */
628 iarg[a++] = p->msgsz; /* l_size_t */
629 iarg[a++] = p->msgtyp; /* l_long */
630 iarg[a++] = p->msgflg; /* l_int */
636 struct linux_msgctl_args *p = params;
637 iarg[a++] = p->msqid; /* l_int */
638 iarg[a++] = p->cmd; /* l_int */
639 uarg[a++] = (intptr_t)p->buf; /* struct l_msqid_ds * */
645 struct linux_fcntl_args *p = params;
646 iarg[a++] = p->fd; /* l_uint */
647 iarg[a++] = p->cmd; /* l_uint */
648 iarg[a++] = p->arg; /* l_ulong */
654 struct flock_args *p = params;
655 iarg[a++] = p->fd; /* int */
656 iarg[a++] = p->how; /* int */
662 struct fsync_args *p = params;
663 iarg[a++] = p->fd; /* int */
669 struct linux_fdatasync_args *p = params;
670 iarg[a++] = p->fd; /* l_uint */
676 struct linux_truncate_args *p = params;
677 uarg[a++] = (intptr_t)p->path; /* char * */
678 iarg[a++] = p->length; /* l_long */
684 struct linux_ftruncate_args *p = params;
685 iarg[a++] = p->fd; /* l_int */
686 iarg[a++] = p->length; /* l_ulong */
692 struct linux_getdents_args *p = params;
693 iarg[a++] = p->fd; /* l_uint */
694 uarg[a++] = (intptr_t)p->dent; /* void * */
695 iarg[a++] = p->count; /* l_uint */
701 struct linux_getcwd_args *p = params;
702 uarg[a++] = (intptr_t)p->buf; /* char * */
703 iarg[a++] = p->bufsize; /* l_ulong */
709 struct linux_chdir_args *p = params;
710 uarg[a++] = (intptr_t)p->path; /* char * */
716 struct fchdir_args *p = params;
717 iarg[a++] = p->fd; /* int */
723 struct linux_rename_args *p = params;
724 uarg[a++] = (intptr_t)p->from; /* char * */
725 uarg[a++] = (intptr_t)p->to; /* char * */
731 struct linux_mkdir_args *p = params;
732 uarg[a++] = (intptr_t)p->path; /* char * */
733 iarg[a++] = p->mode; /* l_mode_t */
739 struct linux_rmdir_args *p = params;
740 uarg[a++] = (intptr_t)p->path; /* char * */
746 struct linux_creat_args *p = params;
747 uarg[a++] = (intptr_t)p->path; /* char * */
748 iarg[a++] = p->mode; /* l_mode_t */
754 struct linux_link_args *p = params;
755 uarg[a++] = (intptr_t)p->path; /* char * */
756 uarg[a++] = (intptr_t)p->to; /* char * */
762 struct linux_unlink_args *p = params;
763 uarg[a++] = (intptr_t)p->path; /* char * */
769 struct linux_symlink_args *p = params;
770 uarg[a++] = (intptr_t)p->path; /* char * */
771 uarg[a++] = (intptr_t)p->to; /* char * */
777 struct linux_readlink_args *p = params;
778 uarg[a++] = (intptr_t)p->name; /* char * */
779 uarg[a++] = (intptr_t)p->buf; /* char * */
780 iarg[a++] = p->count; /* l_int */
786 struct linux_chmod_args *p = params;
787 uarg[a++] = (intptr_t)p->path; /* char * */
788 iarg[a++] = p->mode; /* l_mode_t */
794 struct fchmod_args *p = params;
795 iarg[a++] = p->fd; /* int */
796 iarg[a++] = p->mode; /* int */
802 struct linux_chown_args *p = params;
803 uarg[a++] = (intptr_t)p->path; /* char * */
804 iarg[a++] = p->uid; /* l_uid_t */
805 iarg[a++] = p->gid; /* l_gid_t */
811 struct fchown_args *p = params;
812 iarg[a++] = p->fd; /* int */
813 iarg[a++] = p->uid; /* int */
814 iarg[a++] = p->gid; /* int */
820 struct linux_lchown_args *p = params;
821 uarg[a++] = (intptr_t)p->path; /* char * */
822 iarg[a++] = p->uid; /* l_uid_t */
823 iarg[a++] = p->gid; /* l_gid_t */
829 struct umask_args *p = params;
830 iarg[a++] = p->newmask; /* int */
836 struct gettimeofday_args *p = params;
837 uarg[a++] = (intptr_t)p->tp; /* struct l_timeval * */
838 uarg[a++] = (intptr_t)p->tzp; /* struct timezone * */
844 struct linux_getrlimit_args *p = params;
845 iarg[a++] = p->resource; /* l_uint */
846 uarg[a++] = (intptr_t)p->rlim; /* struct l_rlimit * */
852 struct getrusage_args *p = params;
853 iarg[a++] = p->who; /* int */
854 uarg[a++] = (intptr_t)p->rusage; /* struct rusage * */
860 struct linux_sysinfo_args *p = params;
861 uarg[a++] = (intptr_t)p->info; /* struct l_sysinfo * */
867 struct linux_times_args *p = params;
868 uarg[a++] = (intptr_t)p->buf; /* struct l_times_argv * */
874 struct linux_ptrace_args *p = params;
875 iarg[a++] = p->req; /* l_long */
876 iarg[a++] = p->pid; /* l_long */
877 iarg[a++] = p->addr; /* l_ulong */
878 iarg[a++] = p->data; /* l_ulong */
889 struct linux_syslog_args *p = params;
890 iarg[a++] = p->type; /* l_int */
891 uarg[a++] = (intptr_t)p->buf; /* char * */
892 iarg[a++] = p->len; /* l_int */
903 struct setuid_args *p = params;
904 uarg[a++] = p->uid; /* uid_t */
910 struct setgid_args *p = params;
911 iarg[a++] = p->gid; /* gid_t */
927 struct setpgid_args *p = params;
928 iarg[a++] = p->pid; /* int */
929 iarg[a++] = p->pgid; /* int */
950 struct setreuid_args *p = params;
951 uarg[a++] = p->ruid; /* uid_t */
952 uarg[a++] = p->euid; /* uid_t */
958 struct setregid_args *p = params;
959 iarg[a++] = p->rgid; /* gid_t */
960 iarg[a++] = p->egid; /* gid_t */
966 struct linux_getgroups_args *p = params;
967 iarg[a++] = p->gidsetsize; /* l_int */
968 uarg[a++] = (intptr_t)p->grouplist; /* l_gid_t * */
974 struct linux_setgroups_args *p = params;
975 iarg[a++] = p->gidsetsize; /* l_int */
976 uarg[a++] = (intptr_t)p->grouplist; /* l_gid_t * */
982 struct setresuid_args *p = params;
983 uarg[a++] = p->ruid; /* uid_t */
984 uarg[a++] = p->euid; /* uid_t */
985 uarg[a++] = p->suid; /* uid_t */
991 struct getresuid_args *p = params;
992 uarg[a++] = (intptr_t)p->ruid; /* uid_t * */
993 uarg[a++] = (intptr_t)p->euid; /* uid_t * */
994 uarg[a++] = (intptr_t)p->suid; /* uid_t * */
1000 struct setresgid_args *p = params;
1001 iarg[a++] = p->rgid; /* gid_t */
1002 iarg[a++] = p->egid; /* gid_t */
1003 iarg[a++] = p->sgid; /* gid_t */
1009 struct getresgid_args *p = params;
1010 uarg[a++] = (intptr_t)p->rgid; /* gid_t * */
1011 uarg[a++] = (intptr_t)p->egid; /* gid_t * */
1012 uarg[a++] = (intptr_t)p->sgid; /* gid_t * */
1018 struct getpgid_args *p = params;
1019 iarg[a++] = p->pid; /* int */
1025 struct linux_setfsuid_args *p = params;
1026 iarg[a++] = p->uid; /* l_uid_t */
1032 struct linux_setfsgid_args *p = params;
1033 iarg[a++] = p->gid; /* l_gid_t */
1039 struct linux_getsid_args *p = params;
1040 iarg[a++] = p->pid; /* l_pid_t */
1046 struct linux_capget_args *p = params;
1047 uarg[a++] = (intptr_t)p->hdrp; /* struct l_user_cap_header * */
1048 uarg[a++] = (intptr_t)p->datap; /* struct l_user_cap_data * */
1054 struct linux_capset_args *p = params;
1055 uarg[a++] = (intptr_t)p->hdrp; /* struct l_user_cap_header * */
1056 uarg[a++] = (intptr_t)p->datap; /* struct l_user_cap_data * */
1062 struct linux_rt_sigpending_args *p = params;
1063 uarg[a++] = (intptr_t)p->set; /* l_sigset_t * */
1064 iarg[a++] = p->sigsetsize; /* l_size_t */
1070 struct linux_rt_sigtimedwait_args *p = params;
1071 uarg[a++] = (intptr_t)p->mask; /* l_sigset_t * */
1072 uarg[a++] = (intptr_t)p->ptr; /* l_siginfo_t * */
1073 uarg[a++] = (intptr_t)p->timeout; /* struct l_timespec * */
1074 iarg[a++] = p->sigsetsize; /* l_size_t */
1080 struct linux_rt_sigqueueinfo_args *p = params;
1081 iarg[a++] = p->pid; /* l_pid_t */
1082 iarg[a++] = p->sig; /* l_int */
1083 uarg[a++] = (intptr_t)p->info; /* l_siginfo_t * */
1089 struct linux_rt_sigsuspend_args *p = params;
1090 uarg[a++] = (intptr_t)p->newset; /* l_sigset_t * */
1091 iarg[a++] = p->sigsetsize; /* l_size_t */
1097 struct linux_sigaltstack_args *p = params;
1098 uarg[a++] = (intptr_t)p->uss; /* l_stack_t * */
1099 uarg[a++] = (intptr_t)p->uoss; /* l_stack_t * */
1105 struct linux_utime_args *p = params;
1106 uarg[a++] = (intptr_t)p->fname; /* char * */
1107 uarg[a++] = (intptr_t)p->times; /* struct l_utimbuf * */
1113 struct linux_mknod_args *p = params;
1114 uarg[a++] = (intptr_t)p->path; /* char * */
1115 iarg[a++] = p->mode; /* l_mode_t */
1116 iarg[a++] = p->dev; /* l_dev_t */
1122 struct linux_personality_args *p = params;
1123 iarg[a++] = p->per; /* l_uint */
1129 struct linux_ustat_args *p = params;
1130 iarg[a++] = p->dev; /* l_uint */
1131 uarg[a++] = (intptr_t)p->ubuf; /* struct l_ustat * */
1137 struct linux_statfs_args *p = params;
1138 uarg[a++] = (intptr_t)p->path; /* char * */
1139 uarg[a++] = (intptr_t)p->buf; /* struct l_statfs_buf * */
1145 struct linux_fstatfs_args *p = params;
1146 iarg[a++] = p->fd; /* l_uint */
1147 uarg[a++] = (intptr_t)p->buf; /* struct l_statfs_buf * */
1153 struct linux_sysfs_args *p = params;
1154 iarg[a++] = p->option; /* l_int */
1155 iarg[a++] = p->arg1; /* l_ulong */
1156 iarg[a++] = p->arg2; /* l_ulong */
1162 struct linux_getpriority_args *p = params;
1163 iarg[a++] = p->which; /* l_int */
1164 iarg[a++] = p->who; /* l_int */
1170 struct setpriority_args *p = params;
1171 iarg[a++] = p->which; /* int */
1172 iarg[a++] = p->who; /* int */
1173 iarg[a++] = p->prio; /* int */
1179 struct linux_sched_setparam_args *p = params;
1180 iarg[a++] = p->pid; /* l_pid_t */
1181 uarg[a++] = (intptr_t)p->param; /* struct sched_param * */
1187 struct linux_sched_getparam_args *p = params;
1188 iarg[a++] = p->pid; /* l_pid_t */
1189 uarg[a++] = (intptr_t)p->param; /* struct sched_param * */
1195 struct linux_sched_setscheduler_args *p = params;
1196 iarg[a++] = p->pid; /* l_pid_t */
1197 iarg[a++] = p->policy; /* l_int */
1198 uarg[a++] = (intptr_t)p->param; /* struct sched_param * */
1204 struct linux_sched_getscheduler_args *p = params;
1205 iarg[a++] = p->pid; /* l_pid_t */
1211 struct linux_sched_get_priority_max_args *p = params;
1212 iarg[a++] = p->policy; /* l_int */
1218 struct linux_sched_get_priority_min_args *p = params;
1219 iarg[a++] = p->policy; /* l_int */
1225 struct linux_sched_rr_get_interval_args *p = params;
1226 iarg[a++] = p->pid; /* l_pid_t */
1227 uarg[a++] = (intptr_t)p->interval; /* struct l_timespec * */
1233 struct mlock_args *p = params;
1234 uarg[a++] = (intptr_t)p->addr; /* const void * */
1235 uarg[a++] = p->len; /* size_t */
1241 struct munlock_args *p = params;
1242 uarg[a++] = (intptr_t)p->addr; /* const void * */
1243 uarg[a++] = p->len; /* size_t */
1249 struct mlockall_args *p = params;
1250 iarg[a++] = p->how; /* int */
1276 struct linux_sysctl_args *p = params;
1277 uarg[a++] = (intptr_t)p->args; /* struct l___sysctl_args * */
1283 struct linux_prctl_args *p = params;
1284 iarg[a++] = p->option; /* l_int */
1285 uarg[a++] = (intptr_t)p->arg2; /* l_uintptr_t */
1286 uarg[a++] = (intptr_t)p->arg3; /* l_uintptr_t */
1287 uarg[a++] = (intptr_t)p->arg4; /* l_uintptr_t */
1288 uarg[a++] = (intptr_t)p->arg5; /* l_uintptr_t */
1294 struct linux_arch_prctl_args *p = params;
1295 iarg[a++] = p->code; /* l_int */
1296 iarg[a++] = p->addr; /* l_ulong */
1307 struct linux_setrlimit_args *p = params;
1308 iarg[a++] = p->resource; /* l_uint */
1309 uarg[a++] = (intptr_t)p->rlim; /* struct l_rlimit * */
1315 struct chroot_args *p = params;
1316 uarg[a++] = (intptr_t)p->path; /* char * */
1327 struct acct_args *p = params;
1328 uarg[a++] = (intptr_t)p->path; /* char * */
1334 struct settimeofday_args *p = params;
1335 uarg[a++] = (intptr_t)p->tv; /* struct l_timeval * */
1336 uarg[a++] = (intptr_t)p->tzp; /* struct timezone * */
1342 struct linux_mount_args *p = params;
1343 uarg[a++] = (intptr_t)p->specialfile; /* char * */
1344 uarg[a++] = (intptr_t)p->dir; /* char * */
1345 uarg[a++] = (intptr_t)p->filesystemtype; /* char * */
1346 iarg[a++] = p->rwflag; /* l_ulong */
1347 uarg[a++] = (intptr_t)p->data; /* void * */
1353 struct linux_umount_args *p = params;
1354 uarg[a++] = (intptr_t)p->path; /* char * */
1355 iarg[a++] = p->flags; /* l_int */
1361 struct swapon_args *p = params;
1362 uarg[a++] = (intptr_t)p->name; /* char * */
1373 struct linux_reboot_args *p = params;
1374 iarg[a++] = p->magic1; /* l_int */
1375 iarg[a++] = p->magic2; /* l_int */
1376 iarg[a++] = p->cmd; /* l_uint */
1377 uarg[a++] = (intptr_t)p->arg; /* void * */
1383 struct linux_sethostname_args *p = params;
1384 uarg[a++] = (intptr_t)p->hostname; /* char * */
1385 iarg[a++] = p->len; /* l_int */
1391 struct linux_setdomainname_args *p = params;
1392 uarg[a++] = (intptr_t)p->name; /* char * */
1393 iarg[a++] = p->len; /* l_int */
1399 struct linux_iopl_args *p = params;
1400 iarg[a++] = p->level; /* l_uint */
1436 struct linux_setxattr_args *p = params;
1437 uarg[a++] = (intptr_t)p->path; /* const char * */
1438 uarg[a++] = (intptr_t)p->name; /* const char * */
1439 uarg[a++] = (intptr_t)p->value; /* void * */
1440 iarg[a++] = p->size; /* l_size_t */
1441 iarg[a++] = p->flags; /* l_int */
1447 struct linux_lsetxattr_args *p = params;
1448 uarg[a++] = (intptr_t)p->path; /* const char * */
1449 uarg[a++] = (intptr_t)p->name; /* const char * */
1450 uarg[a++] = (intptr_t)p->value; /* void * */
1451 iarg[a++] = p->size; /* l_size_t */
1452 iarg[a++] = p->flags; /* l_int */
1458 struct linux_fsetxattr_args *p = params;
1459 iarg[a++] = p->fd; /* l_int */
1460 uarg[a++] = (intptr_t)p->name; /* const char * */
1461 uarg[a++] = (intptr_t)p->value; /* void * */
1462 iarg[a++] = p->size; /* l_size_t */
1463 iarg[a++] = p->flags; /* l_int */
1469 struct linux_getxattr_args *p = params;
1470 uarg[a++] = (intptr_t)p->path; /* const char * */
1471 uarg[a++] = (intptr_t)p->name; /* const char * */
1472 uarg[a++] = (intptr_t)p->value; /* void * */
1473 iarg[a++] = p->size; /* l_size_t */
1479 struct linux_lgetxattr_args *p = params;
1480 uarg[a++] = (intptr_t)p->path; /* const char * */
1481 uarg[a++] = (intptr_t)p->name; /* const char * */
1482 uarg[a++] = (intptr_t)p->value; /* void * */
1483 iarg[a++] = p->size; /* l_size_t */
1489 struct linux_fgetxattr_args *p = params;
1490 iarg[a++] = p->fd; /* l_int */
1491 uarg[a++] = (intptr_t)p->name; /* const char * */
1492 uarg[a++] = (intptr_t)p->value; /* void * */
1493 iarg[a++] = p->size; /* l_size_t */
1499 struct linux_listxattr_args *p = params;
1500 uarg[a++] = (intptr_t)p->path; /* const char * */
1501 uarg[a++] = (intptr_t)p->list; /* char * */
1502 iarg[a++] = p->size; /* l_size_t */
1508 struct linux_llistxattr_args *p = params;
1509 uarg[a++] = (intptr_t)p->path; /* const char * */
1510 uarg[a++] = (intptr_t)p->list; /* char * */
1511 iarg[a++] = p->size; /* l_size_t */
1517 struct linux_flistxattr_args *p = params;
1518 iarg[a++] = p->fd; /* l_int */
1519 uarg[a++] = (intptr_t)p->list; /* char * */
1520 iarg[a++] = p->size; /* l_size_t */
1526 struct linux_removexattr_args *p = params;
1527 uarg[a++] = (intptr_t)p->path; /* const char * */
1528 uarg[a++] = (intptr_t)p->name; /* const char * */
1534 struct linux_lremovexattr_args *p = params;
1535 uarg[a++] = (intptr_t)p->path; /* const char * */
1536 uarg[a++] = (intptr_t)p->name; /* const char * */
1542 struct linux_fremovexattr_args *p = params;
1543 iarg[a++] = p->fd; /* l_int */
1544 uarg[a++] = (intptr_t)p->name; /* const char * */
1550 struct linux_tkill_args *p = params;
1551 iarg[a++] = p->tid; /* l_pid_t */
1552 iarg[a++] = p->sig; /* l_int */
1558 struct linux_time_args *p = params;
1559 uarg[a++] = (intptr_t)p->tm; /* l_time_t * */
1565 struct linux_sys_futex_args *p = params;
1566 uarg[a++] = (intptr_t)p->uaddr; /* uint32_t * */
1567 iarg[a++] = p->op; /* l_int */
1568 uarg[a++] = p->val; /* uint32_t */
1569 uarg[a++] = (intptr_t)p->timeout; /* struct l_timespec * */
1570 uarg[a++] = (intptr_t)p->uaddr2; /* uint32_t * */
1571 uarg[a++] = p->val3; /* uint32_t */
1577 struct linux_sched_setaffinity_args *p = params;
1578 iarg[a++] = p->pid; /* l_pid_t */
1579 iarg[a++] = p->len; /* l_uint */
1580 uarg[a++] = (intptr_t)p->user_mask_ptr; /* l_ulong * */
1586 struct linux_sched_getaffinity_args *p = params;
1587 iarg[a++] = p->pid; /* l_pid_t */
1588 iarg[a++] = p->len; /* l_uint */
1589 uarg[a++] = (intptr_t)p->user_mask_ptr; /* l_ulong * */
1625 struct linux_epoll_create_args *p = params;
1626 iarg[a++] = p->size; /* l_int */
1637 struct linux_getdents64_args *p = params;
1638 iarg[a++] = p->fd; /* l_uint */
1639 uarg[a++] = (intptr_t)p->dirent; /* void * */
1640 iarg[a++] = p->count; /* l_uint */
1646 struct linux_set_tid_address_args *p = params;
1647 uarg[a++] = (intptr_t)p->tidptr; /* l_int * */
1658 struct linux_semtimedop_args *p = params;
1659 iarg[a++] = p->semid; /* l_int */
1660 uarg[a++] = (intptr_t)p->tsops; /* struct sembuf * */
1661 iarg[a++] = p->nsops; /* l_size_t */
1662 uarg[a++] = (intptr_t)p->timeout; /* struct l_timespec * */
1668 struct linux_fadvise64_args *p = params;
1669 iarg[a++] = p->fd; /* l_int */
1670 iarg[a++] = p->offset; /* l_loff_t */
1671 iarg[a++] = p->len; /* l_size_t */
1672 iarg[a++] = p->advice; /* l_int */
1678 struct linux_timer_create_args *p = params;
1679 iarg[a++] = p->clock_id; /* clockid_t */
1680 uarg[a++] = (intptr_t)p->evp; /* struct l_sigevent * */
1681 uarg[a++] = (intptr_t)p->timerid; /* l_timer_t * */
1687 struct linux_timer_settime_args *p = params;
1688 iarg[a++] = p->timerid; /* l_timer_t */
1689 iarg[a++] = p->flags; /* l_int */
1690 uarg[a++] = (intptr_t)p->new; /* const struct itimerspec * */
1691 uarg[a++] = (intptr_t)p->old; /* struct itimerspec * */
1697 struct linux_timer_gettime_args *p = params;
1698 iarg[a++] = p->timerid; /* l_timer_t */
1699 uarg[a++] = (intptr_t)p->setting; /* struct itimerspec * */
1705 struct linux_timer_getoverrun_args *p = params;
1706 iarg[a++] = p->timerid; /* l_timer_t */
1712 struct linux_timer_delete_args *p = params;
1713 iarg[a++] = p->timerid; /* l_timer_t */
1719 struct linux_clock_settime_args *p = params;
1720 iarg[a++] = p->which; /* clockid_t */
1721 uarg[a++] = (intptr_t)p->tp; /* struct l_timespec * */
1727 struct linux_clock_gettime_args *p = params;
1728 iarg[a++] = p->which; /* clockid_t */
1729 uarg[a++] = (intptr_t)p->tp; /* struct l_timespec * */
1735 struct linux_clock_getres_args *p = params;
1736 iarg[a++] = p->which; /* clockid_t */
1737 uarg[a++] = (intptr_t)p->tp; /* struct l_timespec * */
1743 struct linux_clock_nanosleep_args *p = params;
1744 iarg[a++] = p->which; /* clockid_t */
1745 iarg[a++] = p->flags; /* l_int */
1746 uarg[a++] = (intptr_t)p->rqtp; /* struct l_timespec * */
1747 uarg[a++] = (intptr_t)p->rmtp; /* struct l_timespec * */
1753 struct linux_exit_group_args *p = params;
1754 iarg[a++] = p->error_code; /* l_int */
1760 struct linux_epoll_wait_args *p = params;
1761 iarg[a++] = p->epfd; /* l_int */
1762 uarg[a++] = (intptr_t)p->events; /* struct epoll_event * */
1763 iarg[a++] = p->maxevents; /* l_int */
1764 iarg[a++] = p->timeout; /* l_int */
1770 struct linux_epoll_ctl_args *p = params;
1771 iarg[a++] = p->epfd; /* l_int */
1772 iarg[a++] = p->op; /* l_int */
1773 iarg[a++] = p->fd; /* l_int */
1774 uarg[a++] = (intptr_t)p->event; /* struct epoll_event * */
1780 struct linux_tgkill_args *p = params;
1781 iarg[a++] = p->tgid; /* l_pid_t */
1782 iarg[a++] = p->pid; /* l_pid_t */
1783 iarg[a++] = p->sig; /* l_int */
1789 struct linux_utimes_args *p = params;
1790 uarg[a++] = (intptr_t)p->fname; /* char * */
1791 uarg[a++] = (intptr_t)p->tptr; /* struct l_timeval * */
1812 struct linux_mq_open_args *p = params;
1813 uarg[a++] = (intptr_t)p->name; /* const char * */
1814 iarg[a++] = p->oflag; /* l_int */
1815 iarg[a++] = p->mode; /* l_mode_t */
1816 uarg[a++] = (intptr_t)p->attr; /* struct mq_attr * */
1822 struct linux_mq_unlink_args *p = params;
1823 uarg[a++] = (intptr_t)p->name; /* const char * */
1829 struct linux_mq_timedsend_args *p = params;
1830 iarg[a++] = p->mqd; /* l_mqd_t */
1831 uarg[a++] = (intptr_t)p->msg_ptr; /* const char * */
1832 iarg[a++] = p->msg_len; /* l_size_t */
1833 iarg[a++] = p->msg_prio; /* l_uint */
1834 uarg[a++] = (intptr_t)p->abs_timeout; /* const struct l_timespec * */
1840 struct linux_mq_timedreceive_args *p = params;
1841 iarg[a++] = p->mqd; /* l_mqd_t */
1842 uarg[a++] = (intptr_t)p->msg_ptr; /* char * */
1843 iarg[a++] = p->msg_len; /* l_size_t */
1844 uarg[a++] = (intptr_t)p->msg_prio; /* l_uint * */
1845 uarg[a++] = (intptr_t)p->abs_timeout; /* const struct l_timespec * */
1851 struct linux_mq_notify_args *p = params;
1852 iarg[a++] = p->mqd; /* l_mqd_t */
1853 uarg[a++] = (intptr_t)p->sevp; /* const struct l_sigevent * */
1859 struct linux_mq_getsetattr_args *p = params;
1860 iarg[a++] = p->mqd; /* l_mqd_t */
1861 uarg[a++] = (intptr_t)p->attr; /* const struct mq_attr * */
1862 uarg[a++] = (intptr_t)p->oattr; /* struct mq_attr * */
1873 struct linux_waitid_args *p = params;
1874 iarg[a++] = p->idtype; /* l_int */
1875 iarg[a++] = p->id; /* l_pid_t */
1876 uarg[a++] = (intptr_t)p->info; /* l_siginfo_t * */
1877 iarg[a++] = p->options; /* l_int */
1878 uarg[a++] = (intptr_t)p->rusage; /* struct rusage * */
1899 struct linux_ioprio_set_args *p = params;
1900 iarg[a++] = p->which; /* l_int */
1901 iarg[a++] = p->who; /* l_int */
1902 iarg[a++] = p->ioprio; /* l_int */
1908 struct linux_ioprio_get_args *p = params;
1909 iarg[a++] = p->which; /* l_int */
1910 iarg[a++] = p->who; /* l_int */
1936 struct linux_openat_args *p = params;
1937 iarg[a++] = p->dfd; /* l_int */
1938 uarg[a++] = (intptr_t)p->filename; /* const char * */
1939 iarg[a++] = p->flags; /* l_int */
1940 iarg[a++] = p->mode; /* l_mode_t */
1946 struct linux_mkdirat_args *p = params;
1947 iarg[a++] = p->dfd; /* l_int */
1948 uarg[a++] = (intptr_t)p->pathname; /* const char * */
1949 iarg[a++] = p->mode; /* l_mode_t */
1955 struct linux_mknodat_args *p = params;
1956 iarg[a++] = p->dfd; /* l_int */
1957 uarg[a++] = (intptr_t)p->filename; /* const char * */
1958 iarg[a++] = p->mode; /* l_mode_t */
1959 iarg[a++] = p->dev; /* l_dev_t */
1965 struct linux_fchownat_args *p = params;
1966 iarg[a++] = p->dfd; /* l_int */
1967 uarg[a++] = (intptr_t)p->filename; /* const char * */
1968 iarg[a++] = p->uid; /* l_uid_t */
1969 iarg[a++] = p->gid; /* l_gid_t */
1970 iarg[a++] = p->flag; /* l_int */
1976 struct linux_futimesat_args *p = params;
1977 iarg[a++] = p->dfd; /* l_int */
1978 uarg[a++] = (intptr_t)p->filename; /* char * */
1979 uarg[a++] = (intptr_t)p->utimes; /* struct l_timeval * */
1985 struct linux_newfstatat_args *p = params;
1986 iarg[a++] = p->dfd; /* l_int */
1987 uarg[a++] = (intptr_t)p->pathname; /* char * */
1988 uarg[a++] = (intptr_t)p->statbuf; /* struct l_stat64 * */
1989 iarg[a++] = p->flag; /* l_int */
1995 struct linux_unlinkat_args *p = params;
1996 iarg[a++] = p->dfd; /* l_int */
1997 uarg[a++] = (intptr_t)p->pathname; /* const char * */
1998 iarg[a++] = p->flag; /* l_int */
2004 struct linux_renameat_args *p = params;
2005 iarg[a++] = p->olddfd; /* l_int */
2006 uarg[a++] = (intptr_t)p->oldname; /* const char * */
2007 iarg[a++] = p->newdfd; /* l_int */
2008 uarg[a++] = (intptr_t)p->newname; /* const char * */
2014 struct linux_linkat_args *p = params;
2015 iarg[a++] = p->olddfd; /* l_int */
2016 uarg[a++] = (intptr_t)p->oldname; /* const char * */
2017 iarg[a++] = p->newdfd; /* l_int */
2018 uarg[a++] = (intptr_t)p->newname; /* const char * */
2019 iarg[a++] = p->flag; /* l_int */
2025 struct linux_symlinkat_args *p = params;
2026 uarg[a++] = (intptr_t)p->oldname; /* const char * */
2027 iarg[a++] = p->newdfd; /* l_int */
2028 uarg[a++] = (intptr_t)p->newname; /* const char * */
2034 struct linux_readlinkat_args *p = params;
2035 iarg[a++] = p->dfd; /* l_int */
2036 uarg[a++] = (intptr_t)p->path; /* const char * */
2037 uarg[a++] = (intptr_t)p->buf; /* char * */
2038 iarg[a++] = p->bufsiz; /* l_int */
2044 struct linux_fchmodat_args *p = params;
2045 iarg[a++] = p->dfd; /* l_int */
2046 uarg[a++] = (intptr_t)p->filename; /* const char * */
2047 iarg[a++] = p->mode; /* l_mode_t */
2053 struct linux_faccessat_args *p = params;
2054 iarg[a++] = p->dfd; /* l_int */
2055 uarg[a++] = (intptr_t)p->filename; /* const char * */
2056 iarg[a++] = p->amode; /* l_int */
2062 struct linux_pselect6_args *p = params;
2063 iarg[a++] = p->nfds; /* l_int */
2064 uarg[a++] = (intptr_t)p->readfds; /* l_fd_set * */
2065 uarg[a++] = (intptr_t)p->writefds; /* l_fd_set * */
2066 uarg[a++] = (intptr_t)p->exceptfds; /* l_fd_set * */
2067 uarg[a++] = (intptr_t)p->tsp; /* struct l_timespec * */
2068 uarg[a++] = (intptr_t)p->sig; /* l_uintptr_t * */
2074 struct linux_ppoll_args *p = params;
2075 uarg[a++] = (intptr_t)p->fds; /* struct pollfd * */
2076 iarg[a++] = p->nfds; /* l_uint */
2077 uarg[a++] = (intptr_t)p->tsp; /* struct l_timespec * */
2078 uarg[a++] = (intptr_t)p->sset; /* l_sigset_t * */
2079 iarg[a++] = p->ssize; /* l_size_t */
2090 struct linux_set_robust_list_args *p = params;
2091 uarg[a++] = (intptr_t)p->head; /* struct linux_robust_list_head * */
2092 iarg[a++] = p->len; /* l_size_t */
2098 struct linux_get_robust_list_args *p = params;
2099 iarg[a++] = p->pid; /* l_int */
2100 uarg[a++] = (intptr_t)p->head; /* struct linux_robust_list_head ** */
2101 uarg[a++] = (intptr_t)p->len; /* l_size_t * */
2107 struct linux_splice_args *p = params;
2108 iarg[a++] = p->fd_in; /* int */
2109 uarg[a++] = (intptr_t)p->off_in; /* l_loff_t * */
2110 iarg[a++] = p->fd_out; /* int */
2111 uarg[a++] = (intptr_t)p->off_out; /* l_loff_t * */
2112 iarg[a++] = p->len; /* l_size_t */
2113 iarg[a++] = p->flags; /* l_uint */
2124 struct linux_sync_file_range_args *p = params;
2125 iarg[a++] = p->fd; /* l_int */
2126 iarg[a++] = p->offset; /* l_loff_t */
2127 iarg[a++] = p->nbytes; /* l_loff_t */
2128 iarg[a++] = p->flags; /* l_uint */
2144 struct linux_utimensat_args *p = params;
2145 iarg[a++] = p->dfd; /* l_int */
2146 uarg[a++] = (intptr_t)p->pathname; /* const char * */
2147 uarg[a++] = (intptr_t)p->times; /* const struct l_timespec * */
2148 iarg[a++] = p->flags; /* l_int */
2154 struct linux_epoll_pwait_args *p = params;
2155 iarg[a++] = p->epfd; /* l_int */
2156 uarg[a++] = (intptr_t)p->events; /* struct epoll_event * */
2157 iarg[a++] = p->maxevents; /* l_int */
2158 iarg[a++] = p->timeout; /* l_int */
2159 uarg[a++] = (intptr_t)p->mask; /* l_sigset_t * */
2160 iarg[a++] = p->sigsetsize; /* l_size_t */
2171 struct linux_timerfd_create_args *p = params;
2172 iarg[a++] = p->clockid; /* l_int */
2173 iarg[a++] = p->flags; /* l_int */
2179 struct linux_eventfd_args *p = params;
2180 iarg[a++] = p->initval; /* l_uint */
2186 struct linux_fallocate_args *p = params;
2187 iarg[a++] = p->fd; /* l_int */
2188 iarg[a++] = p->mode; /* l_int */
2189 iarg[a++] = p->offset; /* l_loff_t */
2190 iarg[a++] = p->len; /* l_loff_t */
2196 struct linux_timerfd_settime_args *p = params;
2197 iarg[a++] = p->fd; /* l_int */
2198 iarg[a++] = p->flags; /* l_int */
2199 uarg[a++] = (intptr_t)p->new_value; /* const struct l_itimerspec * */
2200 uarg[a++] = (intptr_t)p->old_value; /* struct l_itimerspec * */
2206 struct linux_timerfd_gettime_args *p = params;
2207 iarg[a++] = p->fd; /* l_int */
2208 uarg[a++] = (intptr_t)p->old_value; /* struct l_itimerspec * */
2214 struct linux_accept4_args *p = params;
2215 iarg[a++] = p->s; /* l_int */
2216 uarg[a++] = (intptr_t)p->addr; /* l_uintptr_t */
2217 uarg[a++] = (intptr_t)p->namelen; /* l_uintptr_t */
2218 iarg[a++] = p->flags; /* l_int */
2229 struct linux_eventfd2_args *p = params;
2230 iarg[a++] = p->initval; /* l_uint */
2231 iarg[a++] = p->flags; /* l_int */
2237 struct linux_epoll_create1_args *p = params;
2238 iarg[a++] = p->flags; /* l_int */
2244 struct linux_dup3_args *p = params;
2245 iarg[a++] = p->oldfd; /* l_uint */
2246 iarg[a++] = p->newfd; /* l_uint */
2247 iarg[a++] = p->flags; /* l_int */
2253 struct linux_pipe2_args *p = params;
2254 uarg[a++] = (intptr_t)p->pipefds; /* l_int * */
2255 iarg[a++] = p->flags; /* l_int */
2261 struct linux_inotify_init1_args *p = params;
2262 iarg[a++] = p->flags; /* l_int */
2268 struct linux_preadv_args *p = params;
2269 iarg[a++] = p->fd; /* l_ulong */
2270 uarg[a++] = (intptr_t)p->vec; /* struct iovec * */
2271 iarg[a++] = p->vlen; /* l_ulong */
2272 iarg[a++] = p->pos_l; /* l_ulong */
2273 iarg[a++] = p->pos_h; /* l_ulong */
2279 struct linux_pwritev_args *p = params;
2280 iarg[a++] = p->fd; /* l_ulong */
2281 uarg[a++] = (intptr_t)p->vec; /* struct iovec * */
2282 iarg[a++] = p->vlen; /* l_ulong */
2283 iarg[a++] = p->pos_l; /* l_ulong */
2284 iarg[a++] = p->pos_h; /* l_ulong */
2290 struct linux_rt_tgsigqueueinfo_args *p = params;
2291 iarg[a++] = p->tgid; /* l_pid_t */
2292 iarg[a++] = p->tid; /* l_pid_t */
2293 iarg[a++] = p->sig; /* l_int */
2294 uarg[a++] = (intptr_t)p->uinfo; /* l_siginfo_t * */
2305 struct linux_recvmmsg_args *p = params;
2306 iarg[a++] = p->s; /* l_int */
2307 uarg[a++] = (intptr_t)p->msg; /* struct l_mmsghdr * */
2308 iarg[a++] = p->vlen; /* l_uint */
2309 iarg[a++] = p->flags; /* l_uint */
2310 uarg[a++] = (intptr_t)p->timeout; /* struct l_timespec * */
2326 struct linux_prlimit64_args *p = params;
2327 iarg[a++] = p->pid; /* l_pid_t */
2328 iarg[a++] = p->resource; /* l_uint */
2329 uarg[a++] = (intptr_t)p->new; /* struct rlimit * */
2330 uarg[a++] = (intptr_t)p->old; /* struct rlimit * */
2336 struct linux_name_to_handle_at_args *p = params;
2337 iarg[a++] = p->dirfd; /* l_int */
2338 uarg[a++] = (intptr_t)p->name; /* const char * */
2339 uarg[a++] = (intptr_t)p->handle; /* struct l_file_handle * */
2340 uarg[a++] = (intptr_t)p->mnt_id; /* l_int * */
2341 iarg[a++] = p->flags; /* l_int */
2347 struct linux_open_by_handle_at_args *p = params;
2348 iarg[a++] = p->mountdirfd; /* l_int */
2349 uarg[a++] = (intptr_t)p->handle; /* struct l_file_handle * */
2350 iarg[a++] = p->flags; /* l_int */
2361 struct linux_syncfs_args *p = params;
2362 iarg[a++] = p->fd; /* l_int */
2368 struct linux_sendmmsg_args *p = params;
2369 iarg[a++] = p->s; /* l_int */
2370 uarg[a++] = (intptr_t)p->msg; /* struct l_mmsghdr * */
2371 iarg[a++] = p->vlen; /* l_uint */
2372 iarg[a++] = p->flags; /* l_uint */
2378 struct linux_setns_args *p = params;
2379 iarg[a++] = p->fd; /* l_int */
2380 iarg[a++] = p->nstype; /* l_int */
2386 struct linux_getcpu_args *p = params;
2387 uarg[a++] = (intptr_t)p->cpu; /* l_uint * */
2388 uarg[a++] = (intptr_t)p->node; /* l_uint * */
2389 uarg[a++] = (intptr_t)p->cache; /* void * */
2395 struct linux_process_vm_readv_args *p = params;
2396 iarg[a++] = p->pid; /* l_pid_t */
2397 uarg[a++] = (intptr_t)p->lvec; /* const struct iovec * */
2398 iarg[a++] = p->liovcnt; /* l_ulong */
2399 uarg[a++] = (intptr_t)p->rvec; /* const struct iovec * */
2400 iarg[a++] = p->riovcnt; /* l_ulong */
2401 iarg[a++] = p->flags; /* l_ulong */
2407 struct linux_process_vm_writev_args *p = params;
2408 iarg[a++] = p->pid; /* l_pid_t */
2409 uarg[a++] = (intptr_t)p->lvec; /* const struct iovec * */
2410 iarg[a++] = p->liovcnt; /* l_ulong */
2411 uarg[a++] = (intptr_t)p->rvec; /* const struct iovec * */
2412 iarg[a++] = p->riovcnt; /* l_ulong */
2413 iarg[a++] = p->flags; /* l_ulong */
2419 struct linux_kcmp_args *p = params;
2420 iarg[a++] = p->pid1; /* l_pid_t */
2421 iarg[a++] = p->pid2; /* l_pid_t */
2422 iarg[a++] = p->type; /* l_int */
2423 iarg[a++] = p->idx1; /* l_ulong */
2424 iarg[a++] = p->idx; /* l_ulong */
2430 struct linux_finit_module_args *p = params;
2431 iarg[a++] = p->fd; /* l_int */
2432 uarg[a++] = (intptr_t)p->uargs; /* const char * */
2433 iarg[a++] = p->flags; /* l_int */
2439 struct linux_sched_setattr_args *p = params;
2440 iarg[a++] = p->pid; /* l_pid_t */
2441 uarg[a++] = (intptr_t)p->attr; /* void * */
2442 iarg[a++] = p->flags; /* l_uint */
2448 struct linux_sched_getattr_args *p = params;
2449 iarg[a++] = p->pid; /* l_pid_t */
2450 uarg[a++] = (intptr_t)p->attr; /* void * */
2451 iarg[a++] = p->size; /* l_uint */
2452 iarg[a++] = p->flags; /* l_uint */
2458 struct linux_renameat2_args *p = params;
2459 iarg[a++] = p->olddfd; /* l_int */
2460 uarg[a++] = (intptr_t)p->oldname; /* const char * */
2461 iarg[a++] = p->newdfd; /* l_int */
2462 uarg[a++] = (intptr_t)p->newname; /* const char * */
2463 iarg[a++] = p->flags; /* l_uint */
2469 struct linux_seccomp_args *p = params;
2470 iarg[a++] = p->op; /* l_uint */
2471 iarg[a++] = p->flags; /* l_uint */
2472 uarg[a++] = (intptr_t)p->uargs; /* const char * */
2478 struct linux_getrandom_args *p = params;
2479 uarg[a++] = (intptr_t)p->buf; /* char * */
2480 iarg[a++] = p->count; /* l_size_t */
2481 iarg[a++] = p->flags; /* l_uint */
2487 struct linux_memfd_create_args *p = params;
2488 uarg[a++] = (intptr_t)p->uname_ptr; /* const char * */
2489 iarg[a++] = p->flags; /* l_uint */
2495 struct linux_kexec_file_load_args *p = params;
2496 iarg[a++] = p->kernel_fd; /* l_int */
2497 iarg[a++] = p->initrd_fd; /* l_int */
2498 iarg[a++] = p->cmdline_len; /* l_ulong */
2499 uarg[a++] = (intptr_t)p->cmdline_ptr; /* const char * */
2500 iarg[a++] = p->flags; /* l_ulong */
2506 struct linux_bpf_args *p = params;
2507 iarg[a++] = p->cmd; /* l_int */
2508 uarg[a++] = (intptr_t)p->attr; /* void * */
2509 iarg[a++] = p->size; /* l_uint */
2515 struct linux_execveat_args *p = params;
2516 iarg[a++] = p->dfd; /* l_int */
2517 uarg[a++] = (intptr_t)p->filename; /* const char * */
2518 uarg[a++] = (intptr_t)p->argv; /* const char ** */
2519 uarg[a++] = (intptr_t)p->envp; /* const char ** */
2520 iarg[a++] = p->flags; /* l_int */
2526 struct linux_userfaultfd_args *p = params;
2527 iarg[a++] = p->flags; /* l_int */
2533 struct linux_membarrier_args *p = params;
2534 iarg[a++] = p->cmd; /* l_int */
2535 iarg[a++] = p->flags; /* l_int */
2541 struct linux_mlock2_args *p = params;
2542 iarg[a++] = p->start; /* l_ulong */
2543 iarg[a++] = p->len; /* l_size_t */
2544 iarg[a++] = p->flags; /* l_int */
2550 struct linux_copy_file_range_args *p = params;
2551 iarg[a++] = p->fd_in; /* l_int */
2552 uarg[a++] = (intptr_t)p->off_in; /* l_loff_t * */
2553 iarg[a++] = p->fd_out; /* l_int */
2554 uarg[a++] = (intptr_t)p->off_out; /* l_loff_t * */
2555 iarg[a++] = p->len; /* l_size_t */
2556 iarg[a++] = p->flags; /* l_uint */
2562 struct linux_preadv2_args *p = params;
2563 iarg[a++] = p->fd; /* l_ulong */
2564 uarg[a++] = (intptr_t)p->vec; /* const struct iovec * */
2565 iarg[a++] = p->vlen; /* l_ulong */
2566 iarg[a++] = p->pos_l; /* l_ulong */
2567 iarg[a++] = p->pos_h; /* l_ulong */
2568 iarg[a++] = p->flags; /* l_int */
2574 struct linux_pwritev2_args *p = params;
2575 iarg[a++] = p->fd; /* l_ulong */
2576 uarg[a++] = (intptr_t)p->vec; /* const struct iovec * */
2577 iarg[a++] = p->vlen; /* l_ulong */
2578 iarg[a++] = p->pos_l; /* l_ulong */
2579 iarg[a++] = p->pos_h; /* l_ulong */
2580 iarg[a++] = p->flags; /* l_int */
2586 struct linux_pkey_mprotect_args *p = params;
2587 iarg[a++] = p->start; /* l_ulong */
2588 iarg[a++] = p->len; /* l_size_t */
2589 iarg[a++] = p->prot; /* l_ulong */
2590 iarg[a++] = p->pkey; /* l_int */
2596 struct linux_pkey_alloc_args *p = params;
2597 iarg[a++] = p->flags; /* l_ulong */
2598 iarg[a++] = p->init_val; /* l_ulong */
2604 struct linux_pkey_free_args *p = params;
2605 iarg[a++] = p->pkey; /* l_int */
2611 struct linux_statx_args *p = params;
2612 iarg[a++] = p->dirfd; /* l_int */
2613 uarg[a++] = (intptr_t)p->pathname; /* const char * */
2614 iarg[a++] = p->flags; /* l_uint */
2615 iarg[a++] = p->mask; /* l_uint */
2616 uarg[a++] = (intptr_t)p->statxbuf; /* void * */
2627 struct linux_rseq_args *p = params;
2628 uarg[a++] = (intptr_t)p->rseq; /* struct linux_rseq * */
2629 uarg[a++] = p->rseq_len; /* uint32_t */
2630 iarg[a++] = p->flags; /* l_int */
2631 uarg[a++] = p->sig; /* uint32_t */
2637 struct linux_pidfd_send_signal_args *p = params;
2638 iarg[a++] = p->pidfd; /* l_int */
2639 iarg[a++] = p->sig; /* l_int */
2640 uarg[a++] = (intptr_t)p->info; /* l_siginfo_t * */
2641 iarg[a++] = p->flags; /* l_uint */
2697 struct linux_clone3_args *p = params;
2698 uarg[a++] = (intptr_t)p->uargs; /* struct l_user_clone_args * */
2699 iarg[a++] = p->usize; /* l_size_t */
2705 struct linux_close_range_args *p = params;
2706 iarg[a++] = p->first; /* l_uint */
2707 iarg[a++] = p->last; /* l_uint */
2708 iarg[a++] = p->flags; /* l_uint */
2724 struct linux_faccessat2_args *p = params;
2725 iarg[a++] = p->dfd; /* l_int */
2726 uarg[a++] = (intptr_t)p->filename; /* const char * */
2727 iarg[a++] = p->amode; /* l_int */
2728 iarg[a++] = p->flags; /* l_int */
2739 struct linux_epoll_pwait2_args *p = params;
2740 iarg[a++] = p->epfd; /* l_int */
2741 uarg[a++] = (intptr_t)p->events; /* struct epoll_event * */
2742 iarg[a++] = p->maxevents; /* l_int */
2743 uarg[a++] = (intptr_t)p->timeout; /* struct l_timespec * */
2744 uarg[a++] = (intptr_t)p->mask; /* l_sigset_t * */
2745 iarg[a++] = p->sigsetsize; /* l_size_t */
2817 const char *p = NULL;
2823 p = "int";
2826 p = "userland char *";
2829 p = "l_size_t";
2839 p = "int";
2842 p = "userland char *";
2845 p = "l_size_t";
2855 p = "userland char *";
2858 p = "l_int";
2861 p = "l_mode_t";
2871 p = "int";
2881 p = "userland char *";
2884 p = "userland struct l_newstat *";
2894 p = "l_uint";
2897 p = "userland struct l_newstat *";
2907 p = "userland char *";
2910 p = "userland struct l_newstat *";
2920 p = "userland struct pollfd *";
2923 p = "u_int";
2926 p = "int";
2936 p = "l_uint";
2939 p = "l_off_t";
2942 p = "l_int";
2952 p = "l_ulong";
2955 p = "l_ulong";
2958 p = "l_ulong";
2961 p = "l_ulong";
2964 p = "l_ulong";
2967 p = "l_ulong";
2977 p = "l_ulong";
2980 p = "l_size_t";
2983 p = "l_ulong";
2993 p = "userland void *";
2996 p = "l_size_t";
3006 p = "l_ulong";
3016 p = "l_int";
3019 p = "userland l_sigaction_t *";
3022 p = "userland l_sigaction_t *";
3025 p = "l_size_t";
3035 p = "l_int";
3038 p = "userland l_sigset_t *";
3041 p = "userland l_sigset_t *";
3044 p = "l_size_t";
3054 p = "userland struct l_ucontext *";
3064 p = "l_uint";
3067 p = "l_uint";
3070 p = "l_ulong";
3080 p = "l_uint";
3083 p = "userland char *";
3086 p = "l_size_t";
3089 p = "l_loff_t";
3099 p = "l_uint";
3102 p = "userland char *";
3105 p = "l_size_t";
3108 p = "l_loff_t";
3118 p = "int";
3121 p = "userland struct iovec *";
3124 p = "u_int";
3134 p = "int";
3137 p = "userland struct iovec *";
3140 p = "u_int";
3150 p = "userland char *";
3153 p = "l_int";
3163 p = "userland l_int *";
3173 p = "l_int";
3176 p = "userland l_fd_set *";
3179 p = "userland l_fd_set *";
3182 p = "userland l_fd_set *";
3185 p = "userland struct l_timeval *";
3198 p = "l_ulong";
3201 p = "l_ulong";
3204 p = "l_ulong";
3207 p = "l_ulong";
3210 p = "l_ulong";
3220 p = "l_ulong";
3223 p = "l_size_t";
3226 p = "l_int";
3236 p = "l_ulong";
3239 p = "l_size_t";
3242 p = "userland u_char *";
3252 p = "l_ulong";
3255 p = "l_size_t";
3258 p = "l_int";
3268 p = "l_key_t";
3271 p = "l_size_t";
3274 p = "l_int";
3284 p = "l_int";
3287 p = "userland char *";
3290 p = "l_int";
3300 p = "l_int";
3303 p = "l_int";
3306 p = "userland struct l_shmid_ds *";
3316 p = "u_int";
3326 p = "u_int";
3329 p = "u_int";
3342 p = "userland const struct l_timespec *";
3345 p = "userland struct l_timespec *";
3355 p = "l_int";
3358 p = "userland struct l_itimerval *";
3368 p = "l_uint";
3378 p = "l_int";
3381 p = "userland struct l_itimerval *";
3384 p = "userland struct l_itimerval *";
3397 p = "l_int";
3400 p = "l_int";
3403 p = "userland l_off_t *";
3406 p = "l_size_t";
3416 p = "l_int";
3419 p = "l_int";
3422 p = "l_int";
3432 p = "l_int";
3435 p = "l_uintptr_t";
3438 p = "l_int";
3448 p = "l_int";
3451 p = "l_uintptr_t";
3454 p = "l_uintptr_t";
3464 p = "l_int";
3467 p = "l_uintptr_t";
3470 p = "l_size_t";
3473 p = "l_uint";
3476 p = "l_uintptr_t";
3479 p = "l_int";
3489 p = "l_int";
3492 p = "l_uintptr_t";
3495 p = "l_size_t";
3498 p = "l_uint";
3501 p = "l_uintptr_t";
3504 p = "l_uintptr_t";
3514 p = "l_int";
3517 p = "l_uintptr_t";
3520 p = "l_uint";
3530 p = "l_int";
3533 p = "l_uintptr_t";
3536 p = "l_uint";
3546 p = "l_int";
3549 p = "l_int";
3559 p = "l_int";
3562 p = "l_uintptr_t";
3565 p = "l_int";
3575 p = "l_int";
3578 p = "l_int";
3588 p = "l_int";
3591 p = "l_uintptr_t";
3594 p = "l_uintptr_t";
3604 p = "l_int";
3607 p = "l_uintptr_t";
3610 p = "l_uintptr_t";
3620 p = "l_int";
3623 p = "l_int";
3626 p = "l_int";
3629 p = "l_uintptr_t";
3639 p = "l_int";
3642 p = "l_int";
3645 p = "l_int";
3648 p = "l_uintptr_t";
3651 p = "l_int";
3661 p = "l_int";
3664 p = "l_int";
3667 p = "l_int";
3670 p = "l_uintptr_t";
3673 p = "l_uintptr_t";
3683 p = "l_ulong";
3686 p = "l_ulong";
3689 p = "userland l_int *";
3692 p = "userland l_int *";
3695 p = "l_ulong";
3711 p = "userland char *";
3714 p = "userland l_uintptr_t *";
3717 p = "userland l_uintptr_t *";
3727 p = "l_int";
3737 p = "l_pid_t";
3740 p = "userland l_int *";
3743 p = "l_int";
3746 p = "userland struct rusage *";
3756 p = "l_pid_t";
3759 p = "l_int";
3769 p = "userland struct l_new_utsname *";
3779 p = "l_key_t";
3782 p = "l_int";
3785 p = "l_int";
3795 p = "l_int";
3798 p = "userland struct sembuf *";
3801 p = "l_size_t";
3811 p = "l_int";
3814 p = "l_int";
3817 p = "l_int";
3820 p = "union l_semun";
3830 p = "userland char *";
3840 p = "l_key_t";
3843 p = "l_int";
3853 p = "l_int";
3856 p = "userland struct l_msgbuf *";
3859 p = "l_size_t";
3862 p = "l_int";
3872 p = "l_int";
3875 p = "userland struct l_msgbuf *";
3878 p = "l_size_t";
3881 p = "l_long";
3884 p = "l_int";
3894 p = "l_int";
3897 p = "l_int";
3900 p = "userland struct l_msqid_ds *";
3910 p = "l_uint";
3913 p = "l_uint";
3916 p = "l_ulong";
3926 p = "int";
3929 p = "int";
3939 p = "int";
3949 p = "l_uint";
3959 p = "userland char *";
3962 p = "l_long";
3972 p = "l_int";
3975 p = "l_ulong";
3985 p = "l_uint";
3988 p = "userland void *";
3991 p = "l_uint";
4001 p = "userland char *";
4004 p = "l_ulong";
4014 p = "userland char *";
4024 p = "int";
4034 p = "userland char *";
4037 p = "userland char *";
4047 p = "userland char *";
4050 p = "l_mode_t";
4060 p = "userland char *";
4070 p = "userland char *";
4073 p = "l_mode_t";
4083 p = "userland char *";
4086 p = "userland char *";
4096 p = "userland char *";
4106 p = "userland char *";
4109 p = "userland char *";
4119 p = "userland char *";
4122 p = "userland char *";
4125 p = "l_int";
4135 p = "userland char *";
4138 p = "l_mode_t";
4148 p = "int";
4151 p = "int";
4161 p = "userland char *";
4164 p = "l_uid_t";
4167 p = "l_gid_t";
4177 p = "int";
4180 p = "int";
4183 p = "int";
4193 p = "userland char *";
4196 p = "l_uid_t";
4199 p = "l_gid_t";
4209 p = "int";
4219 p = "userland struct l_timeval *";
4222 p = "userland struct timezone *";
4232 p = "l_uint";
4235 p = "userland struct l_rlimit *";
4245 p = "int";
4248 p = "userland struct rusage *";
4258 p = "userland struct l_sysinfo *";
4268 p = "userland struct l_times_argv *";
4278 p = "l_long";
4281 p = "l_long";
4284 p = "l_ulong";
4287 p = "l_ulong";
4300 p = "l_int";
4303 p = "userland char *";
4306 p = "l_int";
4319 p = "uid_t";
4329 p = "gid_t";
4345 p = "int";
4348 p = "int";
4367 p = "uid_t";
4370 p = "uid_t";
4380 p = "gid_t";
4383 p = "gid_t";
4393 p = "l_int";
4396 p = "userland l_gid_t *";
4406 p = "l_int";
4409 p = "userland l_gid_t *";
4419 p = "uid_t";
4422 p = "uid_t";
4425 p = "uid_t";
4435 p = "userland uid_t *";
4438 p = "userland uid_t *";
4441 p = "userland uid_t *";
4451 p = "gid_t";
4454 p = "gid_t";
4457 p = "gid_t";
4467 p = "userland gid_t *";
4470 p = "userland gid_t *";
4473 p = "userland gid_t *";
4483 p = "int";
4493 p = "l_uid_t";
4503 p = "l_gid_t";
4513 p = "l_pid_t";
4523 p = "userland struct l_user_cap_header *";
4526 p = "userland struct l_user_cap_data *";
4536 p = "userland struct l_user_cap_header *";
4539 p = "userland struct l_user_cap_data *";
4549 p = "userland l_sigset_t *";
4552 p = "l_size_t";
4562 p = "userland l_sigset_t *";
4565 p = "userland l_siginfo_t *";
4568 p = "userland struct l_timespec *";
4571 p = "l_size_t";
4581 p = "l_pid_t";
4584 p = "l_int";
4587 p = "userland l_siginfo_t *";
4597 p = "userland l_sigset_t *";
4600 p = "l_size_t";
4610 p = "userland l_stack_t *";
4613 p = "userland l_stack_t *";
4623 p = "userland char *";
4626 p = "userland struct l_utimbuf *";
4636 p = "userland char *";
4639 p = "l_mode_t";
4642 p = "l_dev_t";
4652 p = "l_uint";
4662 p = "l_uint";
4665 p = "userland struct l_ustat *";
4675 p = "userland char *";
4678 p = "userland struct l_statfs_buf *";
4688 p = "l_uint";
4691 p = "userland struct l_statfs_buf *";
4701 p = "l_int";
4704 p = "l_ulong";
4707 p = "l_ulong";
4717 p = "l_int";
4720 p = "l_int";
4730 p = "int";
4733 p = "int";
4736 p = "int";
4746 p = "l_pid_t";
4749 p = "userland struct sched_param *";
4759 p = "l_pid_t";
4762 p = "userland struct sched_param *";
4772 p = "l_pid_t";
4775 p = "l_int";
4778 p = "userland struct sched_param *";
4788 p = "l_pid_t";
4798 p = "l_int";
4808 p = "l_int";
4818 p = "l_pid_t";
4821 p = "userland struct l_timespec *";
4831 p = "userland const void *";
4834 p = "size_t";
4844 p = "userland const void *";
4847 p = "size_t";
4857 p = "int";
4879 p = "userland struct l___sysctl_args *";
4889 p = "l_int";
4892 p = "l_uintptr_t";
4895 p = "l_uintptr_t";
4898 p = "l_uintptr_t";
4901 p = "l_uintptr_t";
4911 p = "l_int";
4914 p = "l_ulong";
4927 p = "l_uint";
4930 p = "userland struct l_rlimit *";
4940 p = "userland char *";
4953 p = "userland char *";
4963 p = "userland struct l_timeval *";
4966 p = "userland struct timezone *";
4976 p = "userland char *";
4979 p = "userland char *";
4982 p = "userland char *";
4985 p = "l_ulong";
4988 p = "userland void *";
4998 p = "userland char *";
5001 p = "l_int";
5011 p = "userland char *";
5024 p = "l_int";
5027 p = "l_int";
5030 p = "l_uint";
5033 p = "userland void *";
5043 p = "userland char *";
5046 p = "l_int";
5056 p = "userland char *";
5059 p = "l_int";
5069 p = "l_uint";
5097 p = "userland const char *";
5100 p = "userland const char *";
5103 p = "userland void *";
5106 p = "l_size_t";
5109 p = "l_int";
5119 p = "userland const char *";
5122 p = "userland const char *";
5125 p = "userland void *";
5128 p = "l_size_t";
5131 p = "l_int";
5141 p = "l_int";
5144 p = "userland const char *";
5147 p = "userland void *";
5150 p = "l_size_t";
5153 p = "l_int";
5163 p = "userland const char *";
5166 p = "userland const char *";
5169 p = "userland void *";
5172 p = "l_size_t";
5182 p = "userland const char *";
5185 p = "userland const char *";
5188 p = "userland void *";
5191 p = "l_size_t";
5201 p = "l_int";
5204 p = "userland const char *";
5207 p = "userland void *";
5210 p = "l_size_t";
5220 p = "userland const char *";
5223 p = "userland char *";
5226 p = "l_size_t";
5236 p = "userland const char *";
5239 p = "userland char *";
5242 p = "l_size_t";
5252 p = "l_int";
5255 p = "userland char *";
5258 p = "l_size_t";
5268 p = "userland const char *";
5271 p = "userland const char *";
5281 p = "userland const char *";
5284 p = "userland const char *";
5294 p = "l_int";
5297 p = "userland const char *";
5307 p = "l_pid_t";
5310 p = "l_int";
5320 p = "userland l_time_t *";
5330 p = "userland uint32_t *";
5333 p = "l_int";
5336 p = "uint32_t";
5339 p = "userland struct l_timespec *";
5342 p = "userland uint32_t *";
5345 p = "uint32_t";
5355 p = "l_pid_t";
5358 p = "l_uint";
5361 p = "userland l_ulong *";
5371 p = "l_pid_t";
5374 p = "l_uint";
5377 p = "userland l_ulong *";
5405 p = "l_int";
5418 p = "l_uint";
5421 p = "userland void *";
5424 p = "l_uint";
5434 p = "userland l_int *";
5447 p = "l_int";
5450 p = "userland struct sembuf *";
5453 p = "l_size_t";
5456 p = "userland struct l_timespec *";
5466 p = "l_int";
5469 p = "l_loff_t";
5472 p = "l_size_t";
5475 p = "l_int";
5485 p = "clockid_t";
5488 p = "userland struct l_sigevent *";
5491 p = "userland l_timer_t *";
5501 p = "l_timer_t";
5504 p = "l_int";
5507 p = "userland const struct itimerspec *";
5510 p = "userland struct itimerspec *";
5520 p = "l_timer_t";
5523 p = "userland struct itimerspec *";
5533 p = "l_timer_t";
5543 p = "l_timer_t";
5553 p = "clockid_t";
5556 p = "userland struct l_timespec *";
5566 p = "clockid_t";
5569 p = "userland struct l_timespec *";
5579 p = "clockid_t";
5582 p = "userland struct l_timespec *";
5592 p = "clockid_t";
5595 p = "l_int";
5598 p = "userland struct l_timespec *";
5601 p = "userland struct l_timespec *";
5611 p = "l_int";
5621 p = "l_int";
5624 p = "userland struct epoll_event *";
5627 p = "l_int";
5630 p = "l_int";
5640 p = "l_int";
5643 p = "l_int";
5646 p = "l_int";
5649 p = "userland struct epoll_event *";
5659 p = "l_pid_t";
5662 p = "l_pid_t";
5665 p = "l_int";
5675 p = "userland char *";
5678 p = "userland struct l_timeval *";
5697 p = "userland const char *";
5700 p = "l_int";
5703 p = "l_mode_t";
5706 p = "userland struct mq_attr *";
5716 p = "userland const char *";
5726 p = "l_mqd_t";
5729 p = "userland const char *";
5732 p = "l_size_t";
5735 p = "l_uint";
5738 p = "userland const struct l_timespec *";
5748 p = "l_mqd_t";
5751 p = "userland char *";
5754 p = "l_size_t";
5757 p = "userland l_uint *";
5760 p = "userland const struct l_timespec *";
5770 p = "l_mqd_t";
5773 p = "userland const struct l_sigevent *";
5783 p = "l_mqd_t";
5786 p = "userland const struct mq_attr *";
5789 p = "userland struct mq_attr *";
5802 p = "l_int";
5805 p = "l_pid_t";
5808 p = "userland l_siginfo_t *";
5811 p = "l_int";
5814 p = "userland struct rusage *";
5833 p = "l_int";
5836 p = "l_int";
5839 p = "l_int";
5849 p = "l_int";
5852 p = "l_int";
5874 p = "l_int";
5877 p = "userland const char *";
5880 p = "l_int";
5883 p = "l_mode_t";
5893 p = "l_int";
5896 p = "userland const char *";
5899 p = "l_mode_t";
5909 p = "l_int";
5912 p = "userland const char *";
5915 p = "l_mode_t";
5918 p = "l_dev_t";
5928 p = "l_int";
5931 p = "userland const char *";
5934 p = "l_uid_t";
5937 p = "l_gid_t";
5940 p = "l_int";
5950 p = "l_int";
5953 p = "userland char *";
5956 p = "userland struct l_timeval *";
5966 p = "l_int";
5969 p = "userland char *";
5972 p = "userland struct l_stat64 *";
5975 p = "l_int";
5985 p = "l_int";
5988 p = "userland const char *";
5991 p = "l_int";
6001 p = "l_int";
6004 p = "userland const char *";
6007 p = "l_int";
6010 p = "userland const char *";
6020 p = "l_int";
6023 p = "userland const char *";
6026 p = "l_int";
6029 p = "userland const char *";
6032 p = "l_int";
6042 p = "userland const char *";
6045 p = "l_int";
6048 p = "userland const char *";
6058 p = "l_int";
6061 p = "userland const char *";
6064 p = "userland char *";
6067 p = "l_int";
6077 p = "l_int";
6080 p = "userland const char *";
6083 p = "l_mode_t";
6093 p = "l_int";
6096 p = "userland const char *";
6099 p = "l_int";
6109 p = "l_int";
6112 p = "userland l_fd_set *";
6115 p = "userland l_fd_set *";
6118 p = "userland l_fd_set *";
6121 p = "userland struct l_timespec *";
6124 p = "userland l_uintptr_t *";
6134 p = "userland struct pollfd *";
6137 p = "l_uint";
6140 p = "userland struct l_timespec *";
6143 p = "userland l_sigset_t *";
6146 p = "l_size_t";
6159 p = "userland struct linux_robust_list_head *";
6162 p = "l_size_t";
6172 p = "l_int";
6175 p = "userland struct linux_robust_list_head **";
6178 p = "userland l_size_t *";
6188 p = "int";
6191 p = "userland l_loff_t *";
6194 p = "int";
6197 p = "userland l_loff_t *";
6200 p = "l_size_t";
6203 p = "l_uint";
6216 p = "l_int";
6219 p = "l_loff_t";
6222 p = "l_loff_t";
6225 p = "l_uint";
6241 p = "l_int";
6244 p = "userland const char *";
6247 p = "userland const struct l_timespec *";
6250 p = "l_int";
6260 p = "l_int";
6263 p = "userland struct epoll_event *";
6266 p = "l_int";
6269 p = "l_int";
6272 p = "userland l_sigset_t *";
6275 p = "l_size_t";
6288 p = "l_int";
6291 p = "l_int";
6301 p = "l_uint";
6311 p = "l_int";
6314 p = "l_int";
6317 p = "l_loff_t";
6320 p = "l_loff_t";
6330 p = "l_int";
6333 p = "l_int";
6336 p = "userland const struct l_itimerspec *";
6339 p = "userland struct l_itimerspec *";
6349 p = "l_int";
6352 p = "userland struct l_itimerspec *";
6362 p = "l_int";
6365 p = "l_uintptr_t";
6368 p = "l_uintptr_t";
6371 p = "l_int";
6384 p = "l_uint";
6387 p = "l_int";
6397 p = "l_int";
6407 p = "l_uint";
6410 p = "l_uint";
6413 p = "l_int";
6423 p = "userland l_int *";
6426 p = "l_int";
6436 p = "l_int";
6446 p = "l_ulong";
6449 p = "userland struct iovec *";
6452 p = "l_ulong";
6455 p = "l_ulong";
6458 p = "l_ulong";
6468 p = "l_ulong";
6471 p = "userland struct iovec *";
6474 p = "l_ulong";
6477 p = "l_ulong";
6480 p = "l_ulong";
6490 p = "l_pid_t";
6493 p = "l_pid_t";
6496 p = "l_int";
6499 p = "userland l_siginfo_t *";
6512 p = "l_int";
6515 p = "userland struct l_mmsghdr *";
6518 p = "l_uint";
6521 p = "l_uint";
6524 p = "userland struct l_timespec *";
6540 p = "l_pid_t";
6543 p = "l_uint";
6546 p = "userland struct rlimit *";
6549 p = "userland struct rlimit *";
6559 p = "l_int";
6562 p = "userland const char *";
6565 p = "userland struct l_file_handle *";
6568 p = "userland l_int *";
6571 p = "l_int";
6581 p = "l_int";
6584 p = "userland struct l_file_handle *";
6587 p = "l_int";
6600 p = "l_int";
6610 p = "l_int";
6613 p = "userland struct l_mmsghdr *";
6616 p = "l_uint";
6619 p = "l_uint";
6629 p = "l_int";
6632 p = "l_int";
6642 p = "userland l_uint *";
6645 p = "userland l_uint *";
6648 p = "userland void *";
6658 p = "l_pid_t";
6661 p = "userland const struct iovec *";
6664 p = "l_ulong";
6667 p = "userland const struct iovec *";
6670 p = "l_ulong";
6673 p = "l_ulong";
6683 p = "l_pid_t";
6686 p = "userland const struct iovec *";
6689 p = "l_ulong";
6692 p = "userland const struct iovec *";
6695 p = "l_ulong";
6698 p = "l_ulong";
6708 p = "l_pid_t";
6711 p = "l_pid_t";
6714 p = "l_int";
6717 p = "l_ulong";
6720 p = "l_ulong";
6730 p = "l_int";
6733 p = "userland const char *";
6736 p = "l_int";
6746 p = "l_pid_t";
6749 p = "userland void *";
6752 p = "l_uint";
6762 p = "l_pid_t";
6765 p = "userland void *";
6768 p = "l_uint";
6771 p = "l_uint";
6781 p = "l_int";
6784 p = "userland const char *";
6787 p = "l_int";
6790 p = "userland const char *";
6793 p = "l_uint";
6803 p = "l_uint";
6806 p = "l_uint";
6809 p = "userland const char *";
6819 p = "userland char *";
6822 p = "l_size_t";
6825 p = "l_uint";
6835 p = "userland const char *";
6838 p = "l_uint";
6848 p = "l_int";
6851 p = "l_int";
6854 p = "l_ulong";
6857 p = "userland const char *";
6860 p = "l_ulong";
6870 p = "l_int";
6873 p = "userland void *";
6876 p = "l_uint";
6886 p = "l_int";
6889 p = "userland const char *";
6892 p = "userland const char **";
6895 p = "userland const char **";
6898 p = "l_int";
6908 p = "l_int";
6918 p = "l_int";
6921 p = "l_int";
6931 p = "l_ulong";
6934 p = "l_size_t";
6937 p = "l_int";
6947 p = "l_int";
6950 p = "userland l_loff_t *";
6953 p = "l_int";
6956 p = "userland l_loff_t *";
6959 p = "l_size_t";
6962 p = "l_uint";
6972 p = "l_ulong";
6975 p = "userland const struct iovec *";
6978 p = "l_ulong";
6981 p = "l_ulong";
6984 p = "l_ulong";
6987 p = "l_int";
6997 p = "l_ulong";
7000 p = "userland const struct iovec *";
7003 p = "l_ulong";
7006 p = "l_ulong";
7009 p = "l_ulong";
7012 p = "l_int";
7022 p = "l_ulong";
7025 p = "l_size_t";
7028 p = "l_ulong";
7031 p = "l_int";
7041 p = "l_ulong";
7044 p = "l_ulong";
7054 p = "l_int";
7064 p = "l_int";
7067 p = "userland const char *";
7070 p = "l_uint";
7073 p = "l_uint";
7076 p = "userland void *";
7089 p = "userland struct linux_rseq *";
7092 p = "uint32_t";
7095 p = "l_int";
7098 p = "uint32_t";
7108 p = "l_int";
7111 p = "l_int";
7114 p = "userland l_siginfo_t *";
7117 p = "l_uint";
7157 p = "userland struct l_user_clone_args *";
7160 p = "l_size_t";
7170 p = "l_uint";
7173 p = "l_uint";
7176 p = "l_uint";
7192 p = "l_int";
7195 p = "userland const char *";
7198 p = "l_int";
7201 p = "l_int";
7214 p = "l_int";
7217 p = "userland struct epoll_event *";
7220 p = "l_int";
7223 p = "userland struct l_timespec *";
7226 p = "userland l_sigset_t *";
7229 p = "l_size_t";
7274 if (p != NULL)
7275 strlcpy(desc, p, descsz);
7280 const char *p = NULL;
7285 p = "int";
7290 p = "int";
7295 p = "int";
7300 p = "int";
7305 p = "int";
7310 p = "int";
7315 p = "int";
7320 p = "int";
7325 p = "int";
7330 p = "int";
7335 p = "int";
7340 p = "int";
7345 p = "int";
7350 p = "int";
7355 p = "int";
7360 p = "int";
7365 p = "int";
7370 p = "int";
7375 p = "int";
7380 p = "int";
7385 p = "int";
7390 p = "int";
7395 p = "int";
7400 p = "int";
7407 p = "int";
7412 p = "int";
7417 p = "int";
7422 p = "int";
7427 p = "int";
7432 p = "int";
7437 p = "int";
7442 p = "int";
7447 p = "int";
7454 p = "int";
7459 p = "int";
7464 p = "int";
7469 p = "int";
7476 p = "int";
7481 p = "int";
7486 p = "int";
7491 p = "int";
7496 p = "int";
7501 p = "int";
7506 p = "int";
7511 p = "int";
7516 p = "int";
7521 p = "int";
7526 p = "int";
7531 p = "int";
7536 p = "int";
7541 p = "int";
7546 p = "int";
7551 p = "int";
7556 p = "int";
7565 p = "int";
7570 p = "void";
7575 p = "int";
7580 p = "int";
7585 p = "int";
7590 p = "int";
7595 p = "int";
7600 p = "int";
7605 p = "int";
7610 p = "int";
7615 p = "int";
7620 p = "int";
7625 p = "int";
7630 p = "int";
7635 p = "int";
7640 p = "int";
7645 p = "int";
7650 p = "int";
7655 p = "int";
7660 p = "int";
7665 p = "int";
7670 p = "int";
7675 p = "int";
7680 p = "int";
7685 p = "int";
7690 p = "int";
7695 p = "int";
7700 p = "int";
7705 p = "int";
7710 p = "int";
7715 p = "int";
7720 p = "int";
7725 p = "int";
7730 p = "int";
7735 p = "int";
7740 p = "int";
7745 p = "int";
7750 p = "int";
7755 p = "int";
7760 p = "int";
7765 p = "int";
7770 p = "int";
7775 p = "int";
7782 p = "int";
7789 p = "int";
7794 p = "int";
7803 p = "int";
7814 p = "int";
7819 p = "int";
7824 p = "int";
7829 p = "int";
7834 p = "int";
7839 p = "int";
7844 p = "int";
7849 p = "int";
7854 p = "int";
7859 p = "int";
7864 p = "int";
7869 p = "int";
7874 p = "int";
7879 p = "int";
7884 p = "int";
7889 p = "int";
7894 p = "int";
7899 p = "int";
7904 p = "int";
7909 p = "int";
7914 p = "int";
7919 p = "int";
7924 p = "int";
7929 p = "int";
7934 p = "int";
7939 p = "int";
7944 p = "int";
7949 p = "int";
7954 p = "int";
7959 p = "int";
7964 p = "int";
7969 p = "int";
7974 p = "int";
7979 p = "int";
7984 p = "int";
7989 p = "int";
7994 p = "int";
7999 p = "int";
8012 p = "int";
8017 p = "int";
8022 p = "int";
8029 p = "int";
8034 p = "int";
8041 p = "int";
8046 p = "int";
8051 p = "int";
8056 p = "int";
8061 p = "int";
8068 p = "int";
8073 p = "int";
8078 p = "int";
8083 p = "int";
8100 p = "int";
8105 p = "int";
8110 p = "int";
8115 p = "int";
8120 p = "int";
8125 p = "int";
8130 p = "int";
8135 p = "int";
8140 p = "int";
8145 p = "int";
8150 p = "int";
8155 p = "int";
8160 p = "int";
8165 p = "int";
8170 p = "int";
8175 p = "int";
8180 p = "int";
8197 p = "int";
8204 p = "int";
8209 p = "int";
8216 p = "int";
8221 p = "int";
8226 p = "int";
8231 p = "int";
8236 p = "int";
8241 p = "int";
8246 p = "int";
8251 p = "int";
8256 p = "int";
8261 p = "int";
8266 p = "int";
8271 p = "int";
8276 p = "int";
8281 p = "int";
8286 p = "int";
8291 p = "int";
8302 p = "int";
8307 p = "int";
8312 p = "int";
8317 p = "int";
8322 p = "int";
8327 p = "int";
8334 p = "int";
8345 p = "int";
8350 p = "int";
8363 p = "int";
8368 p = "int";
8373 p = "int";
8378 p = "int";
8383 p = "int";
8388 p = "int";
8393 p = "int";
8398 p = "int";
8403 p = "int";
8408 p = "int";
8413 p = "int";
8418 p = "int";
8423 p = "int";
8428 p = "int";
8433 p = "int";
8440 p = "int";
8445 p = "int";
8450 p = "int";
8457 p = "int";
8466 p = "int";
8471 p = "int";
8478 p = "int";
8483 p = "int";
8488 p = "int";
8493 p = "int";
8498 p = "int";
8503 p = "int";
8510 p = "int";
8515 p = "int";
8520 p = "int";
8525 p = "int";
8530 p = "int";
8535 p = "int";
8540 p = "int";
8545 p = "int";
8552 p = "int";
8561 p = "int";
8566 p = "int";
8571 p = "int";
8578 p = "int";
8583 p = "int";
8588 p = "int";
8593 p = "int";
8598 p = "int";
8603 p = "int";
8608 p = "int";
8613 p = "int";
8618 p = "int";
8623 p = "int";
8628 p = "int";
8633 p = "int";
8638 p = "int";
8643 p = "int";
8648 p = "int";
8653 p = "int";
8658 p = "int";
8663 p = "int";
8668 p = "int";
8673 p = "int";
8678 p = "int";
8683 p = "int";
8688 p = "int";
8693 p = "int";
8698 p = "int";
8703 p = "int";
8708 p = "int";
8715 p = "int";
8720 p = "int";
8745 p = "int";
8750 p = "int";
8759 p = "int";
8766 p = "int";
8795 if (p != NULL)
8796 strlcpy(desc, p, descsz);