Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / compat / irix / irix_syscallargs.h
blob77b64bb056e3f3e7fef29e9aaed99f5471bbe046
1 /* $NetBSD$ */
3 /*
4 * System call argument lists.
6 * DO NOT EDIT-- this file is automatically generated.
7 * created from NetBSD: syscalls.master,v 1.54 2009/01/13 22:27:43 pooka Exp
8 */
10 #ifndef _IRIX_SYS_SYSCALLARGS_H_
11 #define _IRIX_SYS_SYSCALLARGS_H_
13 #define IRIX_SYS_MAXSYSARGS 8
15 #undef syscallarg
16 #define syscallarg(x) \
17 union { \
18 register_t pad; \
19 struct { x datum; } le; \
20 struct { /* LINTED zero array dimension */ \
21 int8_t pad[ /* CONSTCOND */ \
22 (sizeof (register_t) < sizeof (x)) \
23 ? 0 \
24 : sizeof (register_t) - sizeof (x)]; \
25 x datum; \
26 } be; \
29 #undef check_syscall_args
30 #define check_syscall_args(call) \
31 typedef char call##_check_args[sizeof (struct call##_args) \
32 <= IRIX_SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1];
34 struct sys_exit_args;
36 struct sys_read_args;
38 struct sys_write_args;
40 struct irix_sys_open_args {
41 syscallarg(const char *) path;
42 syscallarg(int) flags;
43 syscallarg(int) mode;
45 check_syscall_args(irix_sys_open)
47 struct sys_close_args;
49 struct svr4_sys_creat_args;
51 struct sys_link_args;
53 struct sys_unlink_args;
55 struct svr4_sys_execv_args;
57 struct sys_chdir_args;
59 struct svr4_sys_time_args;
61 struct sys_chmod_args;
63 struct sys___posix_chown_args;
65 struct irix_sys_break_args {
66 syscallarg(void *) nsize;
68 check_syscall_args(irix_sys_break)
70 struct compat_43_sys_lseek_args;
72 struct sys_setuid_args;
74 struct svr4_sys_alarm_args;
76 struct svr4_sys_fstat_args;
78 struct svr4_sys_utime_args;
80 struct svr4_sys_access_args;
82 struct svr4_sys_nice_args;
84 struct svr4_sys_kill_args;
86 struct svr4_sys_pgrpsys_args;
88 struct irix_sys_syssgi_args {
89 syscallarg(int) request;
90 syscallarg(void *) arg1;
91 syscallarg(void *) arg2;
92 syscallarg(void *) arg3;
93 syscallarg(void *) arg4;
94 syscallarg(void *) arg5;
96 check_syscall_args(irix_sys_syssgi)
98 struct sys_dup_args;
100 struct svr4_sys_times_args;
102 struct sys_setgid_args;
103 #ifdef SYSVMSG
105 struct svr4_sys_msgsys_args;
106 #else
107 #endif
108 #ifdef SYSVSHM
110 struct irix_sys_shmsys_args {
111 syscallarg(int) what;
112 syscallarg(int) a2;
113 syscallarg(int) a3;
114 syscallarg(int) a4;
116 check_syscall_args(irix_sys_shmsys)
117 #else
118 #endif
119 #ifdef SYSVSEM
121 struct svr4_sys_semsys_args;
122 #else
123 #endif
125 struct irix_sys_ioctl_args {
126 syscallarg(int) fd;
127 syscallarg(u_long) com;
128 syscallarg(void *) data;
130 check_syscall_args(irix_sys_ioctl)
132 struct irix_sys_sysmp_args {
133 syscallarg(int) cmd;
134 syscallarg(void *) arg1;
135 syscallarg(void *) arg2;
136 syscallarg(void *) arg3;
137 syscallarg(void *) arg4;
139 check_syscall_args(irix_sys_sysmp)
141 struct irix_sys_utssys_args {
142 syscallarg(void *) a1;
143 syscallarg(void *) a2;
144 syscallarg(int) sel;
145 syscallarg(void *) a3;
147 check_syscall_args(irix_sys_utssys)
149 struct svr4_sys_execve_args;
151 struct sys_umask_args;
153 struct sys_chroot_args;
155 struct irix_sys_fcntl_args {
156 syscallarg(int) fd;
157 syscallarg(int) cmd;
158 syscallarg(char *) arg;
160 check_syscall_args(irix_sys_fcntl)
162 struct svr4_sys_ulimit_args;
164 struct irix_sys_getrlimit64_args {
165 syscallarg(int) resource;
166 syscallarg(struct irix_rlimit64 *) rlp;
168 check_syscall_args(irix_sys_getrlimit64)
170 struct irix_sys_setrlimit64_args {
171 syscallarg(int) resource;
172 syscallarg(const struct irix_rlimit64 *) rlp;
174 check_syscall_args(irix_sys_setrlimit64)
176 struct compat_50_sys_nanosleep_args;
178 struct irix_sys_lseek64_args {
179 syscallarg(int) fd;
180 syscallarg(int) pad1;
181 syscallarg(irix_off64_t) offset;
182 syscallarg(int) whence;
183 syscallarg(int) pad2;
184 syscallarg(int) pad3;
185 syscallarg(int) pad4;
187 check_syscall_args(irix_sys_lseek64)
189 struct sys_rmdir_args;
191 struct sys_mkdir_args;
193 struct irix_sys_getdents_args {
194 syscallarg(int) fildes;
195 syscallarg(irix_dirent_t *) buf;
196 syscallarg(int) nbytes;
198 check_syscall_args(irix_sys_getdents)
200 struct irix_sys_sginap_args {
201 syscallarg(long) ticks;
203 check_syscall_args(irix_sys_sginap)
205 struct svr4_sys_getmsg_args;
207 struct svr4_sys_putmsg_args;
209 struct sys_poll_args;
211 struct irix_sys_sigreturn_args {
212 syscallarg(struct irix_sigcontext *) scp;
213 syscallarg(struct irix_ucontext *) ucp;
214 syscallarg(int) signo;
216 check_syscall_args(irix_sys_sigreturn)
218 struct compat_43_sys_accept_args;
220 struct sys_bind_args;
222 struct sys_connect_args;
224 struct compat_43_sys_getpeername_args;
226 struct compat_43_sys_getsockname_args;
228 struct sys_getsockopt_args;
230 struct sys_listen_args;
232 struct compat_43_sys_recv_args;
234 struct compat_43_sys_recvfrom_args;
236 struct compat_43_sys_recvmsg_args;
238 struct compat_50_sys_select_args;
240 struct compat_43_sys_send_args;
242 struct compat_43_sys_sendmsg_args;
244 struct sys_sendto_args;
246 struct compat_43_sys_sethostid_args;
248 struct sys_setsockopt_args;
250 struct sys_shutdown_args;
252 struct svr4_sys_socket_args;
254 struct compat_43_sys_gethostname_args;
256 struct compat_43_sys_sethostname_args;
258 struct compat_09_sys_getdomainname_args;
260 struct compat_09_sys_setdomainname_args;
262 struct sys_truncate_args;
264 struct sys_ftruncate_args;
266 struct sys_rename_args;
268 struct sys_symlink_args;
270 struct sys_readlink_args;
272 struct sys_setregid_args;
274 struct sys_setreuid_args;
276 struct compat_50_sys_getitimer_args;
278 struct compat_50_sys_setitimer_args;
280 struct compat_50_sys_adjtime_args;
282 struct svr4_sys_gettimeofday_args;
284 struct irix_sys_sproc_args {
285 syscallarg(void *) entry;
286 syscallarg(unsigned int) inh;
287 syscallarg(void *) arg;
289 check_syscall_args(irix_sys_sproc)
291 struct irix_sys_prctl_args {
292 syscallarg(unsigned int) option;
293 syscallarg(void *) arg1;
295 check_syscall_args(irix_sys_prctl)
297 struct irix_sys_procblk_args {
298 syscallarg(int) cmd;
299 syscallarg(pid_t) pid;
300 syscallarg(int) count;
302 check_syscall_args(irix_sys_procblk)
304 struct irix_sys_sprocsp_args {
305 syscallarg(void *) entry;
306 syscallarg(unsigned int) inh;
307 syscallarg(void *) arg;
308 syscallarg(void *) sp;
309 syscallarg(irix_size_t) len;
311 check_syscall_args(irix_sys_sprocsp)
313 struct irix_sys_mmap_args {
314 syscallarg(void *) addr;
315 syscallarg(irix_size_t) len;
316 syscallarg(int) prot;
317 syscallarg(int) flags;
318 syscallarg(int) fd;
319 syscallarg(irix_off_t) pos;
321 check_syscall_args(irix_sys_mmap)
323 struct irix_sys_munmap_args {
324 syscallarg(void *) addr;
325 syscallarg(int) len;
327 check_syscall_args(irix_sys_munmap)
329 struct irix_sys_mprotect_args {
330 syscallarg(void *) addr;
331 syscallarg(int) len;
332 syscallarg(int) prot;
334 check_syscall_args(irix_sys_mprotect)
336 struct sys___msync13_args;
338 struct irix_sys_setpgrp_args {
339 syscallarg(int) pid;
340 syscallarg(int) pgid;
342 check_syscall_args(irix_sys_setpgrp)
344 struct sys_fsync_args;
346 struct sys_fchdir_args;
348 struct irix_sys_getrlimit_args {
349 syscallarg(int) resource;
350 syscallarg(struct irix_rlimit *) rlp;
352 check_syscall_args(irix_sys_getrlimit)
354 struct irix_sys_setrlimit_args {
355 syscallarg(int) resource;
356 syscallarg(const struct irix_rlimit *) rlp;
358 check_syscall_args(irix_sys_setrlimit)
360 struct sys___posix_fchown_args;
362 struct sys_fchmod_args;
364 struct irix_sys_systeminfo_args {
365 syscallarg(int) what;
366 syscallarg(char *) buf;
367 syscallarg(long) len;
369 check_syscall_args(irix_sys_systeminfo)
371 struct irix_sys_uname_args {
372 syscallarg(struct irix_utsname *) name;
374 check_syscall_args(irix_sys_uname)
376 struct irix_sys_xstat_args {
377 syscallarg(const int) version;
378 syscallarg(const char *) path;
379 syscallarg(struct stat *) buf;
381 check_syscall_args(irix_sys_xstat)
383 struct irix_sys_lxstat_args {
384 syscallarg(const int) version;
385 syscallarg(const char *) path;
386 syscallarg(struct stat *) buf;
388 check_syscall_args(irix_sys_lxstat)
390 struct irix_sys_fxstat_args {
391 syscallarg(const int) version;
392 syscallarg(const int) fd;
393 syscallarg(struct stat *) buf;
395 check_syscall_args(irix_sys_fxstat)
397 struct irix_sys_sigaction_args {
398 syscallarg(int) signum;
399 syscallarg(const struct svr4_sigaction *) nsa;
400 syscallarg(struct svr4_sigaction *) osa;
401 syscallarg(void *) sigtramp;
403 check_syscall_args(irix_sys_sigaction)
405 struct svr4_sys_sigpending_args;
407 struct irix_sys_sigprocmask_args {
408 syscallarg(int) how;
409 syscallarg(const irix_sigset_t *) set;
410 syscallarg(irix_sigset_t *) oset;
412 check_syscall_args(irix_sys_sigprocmask)
414 struct svr4_sys_sigsuspend_args;
416 struct irix_sys_swapctl_args {
417 syscallarg(int) cmd;
418 syscallarg(void *) arg;
420 check_syscall_args(irix_sys_swapctl)
422 struct irix_sys_getcontext_args {
423 syscallarg(irix_ucontext_t *) ucp;
425 check_syscall_args(irix_sys_getcontext)
427 struct irix_sys_setcontext_args {
428 syscallarg(const irix_ucontext_t *) ucp;
430 check_syscall_args(irix_sys_setcontext)
432 struct irix_sys_waitsys_args {
433 syscallarg(int) type;
434 syscallarg(int) pid;
435 syscallarg(struct irix_irix5_siginfo *) info;
436 syscallarg(int) options;
437 syscallarg(struct rusage *) ru;
439 check_syscall_args(irix_sys_waitsys)
441 struct svr4_sys_statvfs_args;
443 struct svr4_sys_fstatvfs_args;
445 struct sys_readv_args;
447 struct sys_writev_args;
449 struct sys_truncate_args;
451 struct sys_ftruncate_args;
453 struct irix_sys_mmap64_args {
454 syscallarg(void *) addr;
455 syscallarg(irix_size_t) len;
456 syscallarg(int) prot;
457 syscallarg(int) flags;
458 syscallarg(int) fd;
459 syscallarg(int) pad1;
460 syscallarg(irix_off_t) pos;
462 check_syscall_args(irix_sys_mmap64)
464 struct svr4_sys_pread_args;
466 struct svr4_sys_pwrite_args;
468 struct irix_sys_getmountid_args {
469 syscallarg(const char *) path;
470 syscallarg(irix_mountid_t *) buf;
472 check_syscall_args(irix_sys_getmountid)
474 struct irix_sys_getdents64_args {
475 syscallarg(int) fildes;
476 syscallarg(irix_dirent64_t *) buf;
477 syscallarg(int) nbytes;
479 check_syscall_args(irix_sys_getdents64)
481 struct irix_sys_ngetdents_args {
482 syscallarg(int) fildes;
483 syscallarg(irix_dirent_t *) buf;
484 syscallarg(unsigned short) nbyte;
485 syscallarg(int *) eof;
487 check_syscall_args(irix_sys_ngetdents)
489 struct irix_sys_ngetdents64_args {
490 syscallarg(int) fildes;
491 syscallarg(irix_dirent64_t *) buf;
492 syscallarg(unsigned short) nbyte;
493 syscallarg(int *) eof;
495 check_syscall_args(irix_sys_ngetdents64)
497 struct irix_sys_pidsprocsp_args {
498 syscallarg(void *) entry;
499 syscallarg(unsigned int) inh;
500 syscallarg(void *) arg;
501 syscallarg(void *) sp;
502 syscallarg(irix_size_t) len;
503 syscallarg(irix_pid_t) pid;
505 check_syscall_args(irix_sys_pidsprocsp)
507 struct irix_sys_usync_cntl_args {
508 syscallarg(int) cmd;
509 syscallarg(void *) arg;
511 check_syscall_args(irix_sys_usync_cntl)
514 * System call prototypes.
517 int sys_nosys(struct lwp *, const void *, register_t *);
519 int sys_exit(struct lwp *, const struct sys_exit_args *, register_t *);
521 int sys_fork(struct lwp *, const void *, register_t *);
523 int sys_read(struct lwp *, const struct sys_read_args *, register_t *);
525 int sys_write(struct lwp *, const struct sys_write_args *, register_t *);
527 int irix_sys_open(struct lwp *, const struct irix_sys_open_args *, register_t *);
529 int sys_close(struct lwp *, const struct sys_close_args *, register_t *);
531 int svr4_sys_creat(struct lwp *, const struct svr4_sys_creat_args *, register_t *);
533 int sys_link(struct lwp *, const struct sys_link_args *, register_t *);
535 int sys_unlink(struct lwp *, const struct sys_unlink_args *, register_t *);
537 int svr4_sys_execv(struct lwp *, const struct svr4_sys_execv_args *, register_t *);
539 int sys_chdir(struct lwp *, const struct sys_chdir_args *, register_t *);
541 int svr4_sys_time(struct lwp *, const struct svr4_sys_time_args *, register_t *);
543 int sys_chmod(struct lwp *, const struct sys_chmod_args *, register_t *);
545 int sys___posix_chown(struct lwp *, const struct sys___posix_chown_args *, register_t *);
547 int irix_sys_break(struct lwp *, const struct irix_sys_break_args *, register_t *);
549 int compat_43_sys_lseek(struct lwp *, const struct compat_43_sys_lseek_args *, register_t *);
551 int sys_getpid(struct lwp *, const void *, register_t *);
553 int sys_setuid(struct lwp *, const struct sys_setuid_args *, register_t *);
555 int sys_getuid_with_euid(struct lwp *, const void *, register_t *);
557 int svr4_sys_alarm(struct lwp *, const struct svr4_sys_alarm_args *, register_t *);
559 int svr4_sys_fstat(struct lwp *, const struct svr4_sys_fstat_args *, register_t *);
561 int svr4_sys_pause(struct lwp *, const void *, register_t *);
563 int svr4_sys_utime(struct lwp *, const struct svr4_sys_utime_args *, register_t *);
565 int svr4_sys_access(struct lwp *, const struct svr4_sys_access_args *, register_t *);
567 int svr4_sys_nice(struct lwp *, const struct svr4_sys_nice_args *, register_t *);
569 int sys_sync(struct lwp *, const void *, register_t *);
571 int svr4_sys_kill(struct lwp *, const struct svr4_sys_kill_args *, register_t *);
573 int svr4_sys_pgrpsys(struct lwp *, const struct svr4_sys_pgrpsys_args *, register_t *);
575 int irix_sys_syssgi(struct lwp *, const struct irix_sys_syssgi_args *, register_t *);
577 int sys_dup(struct lwp *, const struct sys_dup_args *, register_t *);
579 int sys_pipe(struct lwp *, const void *, register_t *);
581 int svr4_sys_times(struct lwp *, const struct svr4_sys_times_args *, register_t *);
583 int sys_setgid(struct lwp *, const struct sys_setgid_args *, register_t *);
585 int sys_getgid_with_egid(struct lwp *, const void *, register_t *);
587 #ifdef SYSVMSG
588 int svr4_sys_msgsys(struct lwp *, const struct svr4_sys_msgsys_args *, register_t *);
590 #else
591 #endif
592 #ifdef SYSVSHM
593 int irix_sys_shmsys(struct lwp *, const struct irix_sys_shmsys_args *, register_t *);
595 #else
596 #endif
597 #ifdef SYSVSEM
598 int svr4_sys_semsys(struct lwp *, const struct svr4_sys_semsys_args *, register_t *);
600 #else
601 #endif
602 int irix_sys_ioctl(struct lwp *, const struct irix_sys_ioctl_args *, register_t *);
604 int irix_sys_sysmp(struct lwp *, const struct irix_sys_sysmp_args *, register_t *);
606 int irix_sys_utssys(struct lwp *, const struct irix_sys_utssys_args *, register_t *);
608 int svr4_sys_execve(struct lwp *, const struct svr4_sys_execve_args *, register_t *);
610 int sys_umask(struct lwp *, const struct sys_umask_args *, register_t *);
612 int sys_chroot(struct lwp *, const struct sys_chroot_args *, register_t *);
614 int irix_sys_fcntl(struct lwp *, const struct irix_sys_fcntl_args *, register_t *);
616 int svr4_sys_ulimit(struct lwp *, const struct svr4_sys_ulimit_args *, register_t *);
618 int irix_sys_getrlimit64(struct lwp *, const struct irix_sys_getrlimit64_args *, register_t *);
620 int irix_sys_setrlimit64(struct lwp *, const struct irix_sys_setrlimit64_args *, register_t *);
622 int compat_50_sys_nanosleep(struct lwp *, const struct compat_50_sys_nanosleep_args *, register_t *);
624 int irix_sys_lseek64(struct lwp *, const struct irix_sys_lseek64_args *, register_t *);
626 int sys_rmdir(struct lwp *, const struct sys_rmdir_args *, register_t *);
628 int sys_mkdir(struct lwp *, const struct sys_mkdir_args *, register_t *);
630 int irix_sys_getdents(struct lwp *, const struct irix_sys_getdents_args *, register_t *);
632 int irix_sys_sginap(struct lwp *, const struct irix_sys_sginap_args *, register_t *);
634 int svr4_sys_getmsg(struct lwp *, const struct svr4_sys_getmsg_args *, register_t *);
636 int svr4_sys_putmsg(struct lwp *, const struct svr4_sys_putmsg_args *, register_t *);
638 int sys_poll(struct lwp *, const struct sys_poll_args *, register_t *);
640 int irix_sys_sigreturn(struct lwp *, const struct irix_sys_sigreturn_args *, register_t *);
642 int compat_43_sys_accept(struct lwp *, const struct compat_43_sys_accept_args *, register_t *);
644 int sys_bind(struct lwp *, const struct sys_bind_args *, register_t *);
646 int sys_connect(struct lwp *, const struct sys_connect_args *, register_t *);
648 int compat_43_sys_gethostid(struct lwp *, const void *, register_t *);
650 int compat_43_sys_getpeername(struct lwp *, const struct compat_43_sys_getpeername_args *, register_t *);
652 int compat_43_sys_getsockname(struct lwp *, const struct compat_43_sys_getsockname_args *, register_t *);
654 int sys_getsockopt(struct lwp *, const struct sys_getsockopt_args *, register_t *);
656 int sys_listen(struct lwp *, const struct sys_listen_args *, register_t *);
658 int compat_43_sys_recv(struct lwp *, const struct compat_43_sys_recv_args *, register_t *);
660 int compat_43_sys_recvfrom(struct lwp *, const struct compat_43_sys_recvfrom_args *, register_t *);
662 int compat_43_sys_recvmsg(struct lwp *, const struct compat_43_sys_recvmsg_args *, register_t *);
664 int compat_50_sys_select(struct lwp *, const struct compat_50_sys_select_args *, register_t *);
666 int compat_43_sys_send(struct lwp *, const struct compat_43_sys_send_args *, register_t *);
668 int compat_43_sys_sendmsg(struct lwp *, const struct compat_43_sys_sendmsg_args *, register_t *);
670 int sys_sendto(struct lwp *, const struct sys_sendto_args *, register_t *);
672 int compat_43_sys_sethostid(struct lwp *, const struct compat_43_sys_sethostid_args *, register_t *);
674 int sys_setsockopt(struct lwp *, const struct sys_setsockopt_args *, register_t *);
676 int sys_shutdown(struct lwp *, const struct sys_shutdown_args *, register_t *);
678 int svr4_sys_socket(struct lwp *, const struct svr4_sys_socket_args *, register_t *);
680 int compat_43_sys_gethostname(struct lwp *, const struct compat_43_sys_gethostname_args *, register_t *);
682 int compat_43_sys_sethostname(struct lwp *, const struct compat_43_sys_sethostname_args *, register_t *);
684 int compat_09_sys_getdomainname(struct lwp *, const struct compat_09_sys_getdomainname_args *, register_t *);
686 int compat_09_sys_setdomainname(struct lwp *, const struct compat_09_sys_setdomainname_args *, register_t *);
688 int sys_truncate(struct lwp *, const struct sys_truncate_args *, register_t *);
690 int sys_ftruncate(struct lwp *, const struct sys_ftruncate_args *, register_t *);
692 int sys_rename(struct lwp *, const struct sys_rename_args *, register_t *);
694 int sys_symlink(struct lwp *, const struct sys_symlink_args *, register_t *);
696 int sys_readlink(struct lwp *, const struct sys_readlink_args *, register_t *);
698 int sys_setregid(struct lwp *, const struct sys_setregid_args *, register_t *);
700 int sys_setreuid(struct lwp *, const struct sys_setreuid_args *, register_t *);
702 int compat_50_sys_getitimer(struct lwp *, const struct compat_50_sys_getitimer_args *, register_t *);
704 int compat_50_sys_setitimer(struct lwp *, const struct compat_50_sys_setitimer_args *, register_t *);
706 int compat_50_sys_adjtime(struct lwp *, const struct compat_50_sys_adjtime_args *, register_t *);
708 int svr4_sys_gettimeofday(struct lwp *, const struct svr4_sys_gettimeofday_args *, register_t *);
710 int irix_sys_sproc(struct lwp *, const struct irix_sys_sproc_args *, register_t *);
712 int irix_sys_prctl(struct lwp *, const struct irix_sys_prctl_args *, register_t *);
714 int irix_sys_procblk(struct lwp *, const struct irix_sys_procblk_args *, register_t *);
716 int irix_sys_sprocsp(struct lwp *, const struct irix_sys_sprocsp_args *, register_t *);
718 int irix_sys_mmap(struct lwp *, const struct irix_sys_mmap_args *, register_t *);
720 int irix_sys_munmap(struct lwp *, const struct irix_sys_munmap_args *, register_t *);
722 int irix_sys_mprotect(struct lwp *, const struct irix_sys_mprotect_args *, register_t *);
724 int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
726 int sys_getpgrp(struct lwp *, const void *, register_t *);
728 int irix_sys_setpgrp(struct lwp *, const struct irix_sys_setpgrp_args *, register_t *);
730 int sys_fsync(struct lwp *, const struct sys_fsync_args *, register_t *);
732 int sys_fchdir(struct lwp *, const struct sys_fchdir_args *, register_t *);
734 int irix_sys_getrlimit(struct lwp *, const struct irix_sys_getrlimit_args *, register_t *);
736 int irix_sys_setrlimit(struct lwp *, const struct irix_sys_setrlimit_args *, register_t *);
738 int sys___posix_fchown(struct lwp *, const struct sys___posix_fchown_args *, register_t *);
740 int sys_fchmod(struct lwp *, const struct sys_fchmod_args *, register_t *);
742 int irix_sys_systeminfo(struct lwp *, const struct irix_sys_systeminfo_args *, register_t *);
744 int irix_sys_uname(struct lwp *, const struct irix_sys_uname_args *, register_t *);
746 int irix_sys_xstat(struct lwp *, const struct irix_sys_xstat_args *, register_t *);
748 int irix_sys_lxstat(struct lwp *, const struct irix_sys_lxstat_args *, register_t *);
750 int irix_sys_fxstat(struct lwp *, const struct irix_sys_fxstat_args *, register_t *);
752 int irix_sys_sigaction(struct lwp *, const struct irix_sys_sigaction_args *, register_t *);
754 int svr4_sys_sigpending(struct lwp *, const struct svr4_sys_sigpending_args *, register_t *);
756 int irix_sys_sigprocmask(struct lwp *, const struct irix_sys_sigprocmask_args *, register_t *);
758 int svr4_sys_sigsuspend(struct lwp *, const struct svr4_sys_sigsuspend_args *, register_t *);
760 int irix_sys_swapctl(struct lwp *, const struct irix_sys_swapctl_args *, register_t *);
762 int irix_sys_getcontext(struct lwp *, const struct irix_sys_getcontext_args *, register_t *);
764 int irix_sys_setcontext(struct lwp *, const struct irix_sys_setcontext_args *, register_t *);
766 int irix_sys_waitsys(struct lwp *, const struct irix_sys_waitsys_args *, register_t *);
768 int svr4_sys_statvfs(struct lwp *, const struct svr4_sys_statvfs_args *, register_t *);
770 int svr4_sys_fstatvfs(struct lwp *, const struct svr4_sys_fstatvfs_args *, register_t *);
772 int sys_readv(struct lwp *, const struct sys_readv_args *, register_t *);
774 int sys_writev(struct lwp *, const struct sys_writev_args *, register_t *);
776 int irix_sys_mmap64(struct lwp *, const struct irix_sys_mmap64_args *, register_t *);
778 int svr4_sys_pread(struct lwp *, const struct svr4_sys_pread_args *, register_t *);
780 int svr4_sys_pwrite(struct lwp *, const struct svr4_sys_pwrite_args *, register_t *);
782 int irix_sys_getmountid(struct lwp *, const struct irix_sys_getmountid_args *, register_t *);
784 int irix_sys_getdents64(struct lwp *, const struct irix_sys_getdents64_args *, register_t *);
786 int irix_sys_ngetdents(struct lwp *, const struct irix_sys_ngetdents_args *, register_t *);
788 int irix_sys_ngetdents64(struct lwp *, const struct irix_sys_ngetdents64_args *, register_t *);
790 int irix_sys_pidsprocsp(struct lwp *, const struct irix_sys_pidsprocsp_args *, register_t *);
792 int irix_sys_usync_cntl(struct lwp *, const struct irix_sys_usync_cntl_args *, register_t *);
794 #endif /* _IRIX_SYS_SYSCALLARGS_H_ */