4 * System call argument lists.
6 * DO NOT EDIT-- this file is automatically generated.
7 * created from NetBSD: syscalls.master,v 1.62 2009/01/13 22:27:43 pooka Exp
10 #ifndef _FREEBSD_SYS_SYSCALLARGS_H_
11 #define _FREEBSD_SYS_SYSCALLARGS_H_
13 #define FREEBSD_SYS_MAXSYSARGS 8
16 #define syscallarg(x) \
19 struct { x datum; } le; \
20 struct { /* LINTED zero array dimension */ \
21 int8_t pad[ /* CONSTCOND */ \
22 (sizeof (register_t) < sizeof (x)) \
24 : sizeof (register_t) - sizeof (x)]; \
29 #undef check_syscall_args
30 #define check_syscall_args(call) \
31 typedef char call##_check_args[sizeof (struct call##_args) \
32 <= FREEBSD_SYS_MAXSYSARGS * sizeof (register_t) ? 1 : -1];
38 struct sys_write_args
;
42 struct sys_close_args
;
44 struct compat_50_sys_wait4_args
;
46 struct compat_43_sys_creat_args
;
50 struct sys_unlink_args
;
52 struct sys_chdir_args
;
54 struct sys_fchdir_args
;
56 struct compat_50_sys_mknod_args
;
58 struct sys_chmod_args
;
60 struct sys_chown_args
;
62 struct sys_obreak_args
;
64 struct compat_20_sys_getfsstat_args
;
66 struct compat_43_sys_lseek_args
;
68 struct freebsd_sys_mount_args
{
70 syscallarg(const char *) path
;
71 syscallarg(int) flags
;
72 syscallarg(void *) data
;
74 check_syscall_args(freebsd_sys_mount
)
76 struct sys_unmount_args
;
78 struct sys_setuid_args
;
80 struct freebsd_sys_ptrace_args
{
82 syscallarg(pid_t
) pid
;
83 syscallarg(void *) addr
;
86 check_syscall_args(freebsd_sys_ptrace
)
88 struct sys_recvmsg_args
;
90 struct sys_sendmsg_args
;
92 struct sys_recvfrom_args
;
94 struct sys_accept_args
;
96 struct sys_getpeername_args
;
98 struct sys_getsockname_args
;
100 struct sys_access_args
;
102 struct sys_chflags_args
;
104 struct sys_fchflags_args
;
106 struct sys_kill_args
;
108 struct compat_43_sys_stat_args
;
110 struct compat_43_sys_lstat_args
;
114 struct sys_profil_args
;
117 struct sys_ktrace_args
;
121 struct compat_13_sys_sigaction_args
;
123 struct compat_13_sys_sigprocmask_args
;
125 struct sys___getlogin_args
;
127 struct sys___setlogin_args
;
129 struct sys_acct_args
;
131 struct compat_13_sys_sigaltstack_args
;
133 struct freebsd_sys_ioctl_args
{
135 syscallarg(u_long
) com
;
136 syscallarg(void *) data
;
138 check_syscall_args(freebsd_sys_ioctl
)
140 struct sys_reboot_args
;
142 struct sys_revoke_args
;
144 struct sys_symlink_args
;
146 struct sys_readlink_args
;
148 struct sys_execve_args
;
150 struct sys_umask_args
;
152 struct sys_chroot_args
;
154 struct compat_43_sys_fstat_args
;
156 struct compat_43_sys_getkerninfo_args
;
158 struct freebsd_sys_msync_args
{
159 syscallarg(void *) addr
;
160 syscallarg(size_t) len
;
161 syscallarg(int) flags
;
163 check_syscall_args(freebsd_sys_msync
)
165 struct sys_sbrk_args
;
167 struct sys_sstk_args
;
169 struct compat_43_sys_mmap_args
;
171 struct sys_ovadvise_args
;
173 struct sys_munmap_args
;
175 struct sys_mprotect_args
;
177 struct sys_madvise_args
;
179 struct sys_mincore_args
;
181 struct sys_getgroups_args
;
183 struct sys_setgroups_args
;
185 struct sys_setpgid_args
;
187 struct compat_50_sys_setitimer_args
;
189 struct compat_12_sys_swapon_args
;
191 struct compat_50_sys_getitimer_args
;
193 struct compat_43_sys_gethostname_args
;
195 struct compat_43_sys_sethostname_args
;
197 struct sys_dup2_args
;
199 struct sys_fcntl_args
;
201 struct compat_50_sys_select_args
;
203 struct sys_fsync_args
;
205 struct sys_setpriority_args
;
207 struct compat_30_sys_socket_args
;
209 struct sys_connect_args
;
211 struct compat_43_sys_accept_args
;
213 struct sys_getpriority_args
;
215 struct compat_43_sys_send_args
;
217 struct compat_43_sys_recv_args
;
219 struct freebsd_sys_sigreturn_args
{
220 syscallarg(struct freebsd_sigcontext
*) scp
;
222 check_syscall_args(freebsd_sys_sigreturn
)
224 struct sys_bind_args
;
226 struct sys_setsockopt_args
;
228 struct sys_listen_args
;
230 struct compat_43_sys_sigvec_args
;
232 struct compat_43_sys_sigblock_args
;
234 struct compat_43_sys_sigsetmask_args
;
236 struct compat_13_sys_sigsuspend_args
;
238 struct compat_43_sys_sigstack_args
;
240 struct compat_43_sys_recvmsg_args
;
242 struct compat_43_sys_sendmsg_args
;
245 struct sys_vtrace_args
;
249 struct compat_50_sys_gettimeofday_args
;
251 struct compat_50_sys_getrusage_args
;
253 struct sys_getsockopt_args
;
255 struct sys_readv_args
;
257 struct sys_writev_args
;
259 struct compat_50_sys_settimeofday_args
;
261 struct sys_fchown_args
;
263 struct sys_fchmod_args
;
265 struct compat_43_sys_recvfrom_args
;
267 struct sys_setreuid_args
;
269 struct sys_setregid_args
;
271 struct sys_rename_args
;
273 struct compat_43_sys_truncate_args
;
275 struct compat_43_sys_ftruncate_args
;
277 struct sys_flock_args
;
279 struct sys_mkfifo_args
;
281 struct sys_sendto_args
;
283 struct sys_shutdown_args
;
285 struct sys_socketpair_args
;
287 struct sys_mkdir_args
;
289 struct sys_rmdir_args
;
291 struct compat_50_sys_utimes_args
;
293 struct compat_50_sys_adjtime_args
;
295 struct compat_43_sys_getpeername_args
;
297 struct compat_43_sys_sethostid_args
;
299 struct compat_43_sys_getrlimit_args
;
301 struct compat_43_sys_setrlimit_args
;
303 struct compat_43_sys_killpg_args
;
305 struct sys_quotactl_args
;
307 struct compat_43_sys_getsockname_args
;
309 struct compat_43_sys_getdirentries_args
;
311 struct compat_20_sys_statfs_args
;
313 struct compat_20_sys_fstatfs_args
;
316 struct compat_30_sys_getfh_args
;
320 struct compat_09_sys_getdomainname_args
;
322 struct compat_09_sys_setdomainname_args
;
324 struct compat_09_sys_uname_args
;
326 struct sys_sysarch_args
;
328 struct freebsd_sys_rtprio_args
{
329 syscallarg(int) function
;
330 syscallarg(pid_t
) pid
;
331 syscallarg(struct freebsd_rtprio
*) rtp
;
333 check_syscall_args(freebsd_sys_rtprio
)
334 #if defined(SYSVSEM) && !defined(_LP64)
336 struct freebsd_sys_semsys_args
{
337 syscallarg(int) which
;
343 check_syscall_args(freebsd_sys_semsys
)
346 #if defined(SYSVMSG) && !defined(_LP64)
348 struct freebsd_sys_msgsys_args
{
349 syscallarg(int) which
;
356 check_syscall_args(freebsd_sys_msgsys
)
359 #if defined(SYSVSHM) && !defined(_LP64)
361 struct freebsd_sys_shmsys_args
{
362 syscallarg(int) which
;
367 check_syscall_args(freebsd_sys_shmsys
)
371 struct sys_pread_args
;
373 struct sys_pwrite_args
;
376 struct freebsd_ntp_adjtime_args
{
377 syscallarg(struct freebsd_timex
*) tp
;
379 check_syscall_args(freebsd_ntp_adjtime
)
383 struct sys_setgid_args
;
385 struct sys_setegid_args
;
387 struct sys_seteuid_args
;
390 struct sys_lfs_bmapv_args
;
392 struct sys_lfs_markv_args
;
394 struct sys_lfs_segclean_args
;
396 struct compat_50_sys_lfs_segwait_args
;
400 struct compat_12_sys_stat_args
;
402 struct compat_12_sys_fstat_args
;
404 struct compat_12_sys_lstat_args
;
406 struct sys_pathconf_args
;
408 struct sys_fpathconf_args
;
410 struct sys_getrlimit_args
;
412 struct sys_setrlimit_args
;
414 struct compat_12_sys_getdirentries_args
;
416 struct freebsd_sys_mmap_args
{
417 syscallarg(void *) addr
;
418 syscallarg(size_t) len
;
419 syscallarg(int) prot
;
420 syscallarg(int) flags
;
422 syscallarg(long) pad
;
423 syscallarg(off_t
) pos
;
425 check_syscall_args(freebsd_sys_mmap
)
427 struct sys_lseek_args
;
429 struct sys_truncate_args
;
431 struct sys_ftruncate_args
;
433 struct freebsd_sys_sysctl_args
{
434 syscallarg(int *) name
;
435 syscallarg(u_int
) namelen
;
436 syscallarg(void *) old
;
437 syscallarg(size_t *) oldlenp
;
438 syscallarg(void *) new;
439 syscallarg(size_t) newlen
;
441 check_syscall_args(freebsd_sys_sysctl
)
443 struct sys_mlock_args
;
445 struct sys_munlock_args
;
446 #ifdef FREEBSD_BASED_ON_44LITE_R2
448 struct freebsd_sys_undelete_args
{
449 syscallarg(char *) path
;
451 check_syscall_args(freebsd_sys_undelete
)
455 struct compat_50_sys_futimes_args
;
457 struct sys_getpgid_args
;
460 struct sys_reboot_args
;
464 struct sys_poll_args
;
467 struct compat_14_sys___semctl_args
;
469 struct sys_semget_args
;
471 struct sys_semop_args
;
473 struct sys_semconfig_args
;
478 struct compat_14_sys_msgctl_args
;
480 struct sys_msgget_args
;
482 struct sys_msgsnd_args
;
484 struct sys_msgrcv_args
;
489 struct sys_shmat_args
;
491 struct compat_14_sys_shmctl_args
;
493 struct sys_shmdt_args
;
495 struct sys_shmget_args
;
499 struct compat_50_sys_clock_gettime_args
;
501 struct compat_50_sys_clock_settime_args
;
503 struct compat_50_sys_clock_getres_args
;
505 struct compat_50_sys_nanosleep_args
;
507 struct sys_minherit_args
;
509 struct freebsd_sys_rfork_args
{
510 syscallarg(int) flags
;
512 check_syscall_args(freebsd_sys_rfork
)
514 struct sys_lchown_args
;
516 struct compat_30_sys_getdents_args
;
518 struct sys_lchmod_args
;
520 struct sys_lchown_args
;
522 struct compat_50_sys_lutimes_args
;
524 struct sys___msync13_args
;
526 struct compat_30_sys___stat13_args
;
528 struct compat_30_sys___fstat13_args
;
530 struct compat_30_sys___lstat13_args
;
532 struct compat_20_sys_fhstatfs_args
;
534 struct compat_30_sys_fhopen_args
;
536 struct compat_30_sys_fhstat_args
;
538 struct sys_getsid_args
;
540 struct sys_mlockall_args
;
542 struct sys___getcwd_args
;
544 struct freebsd_sys_sched_setparam_args
{
545 syscallarg(pid_t
) pid
;
546 syscallarg(const struct freebsd_sched_param
*) sp
;
548 check_syscall_args(freebsd_sys_sched_setparam
)
550 struct freebsd_sys_sched_getparam_args
{
551 syscallarg(pid_t
) pid
;
552 syscallarg(struct freebsd_sched_param
*) sp
;
554 check_syscall_args(freebsd_sys_sched_getparam
)
556 struct freebsd_sys_sched_setscheduler_args
{
557 syscallarg(pid_t
) pid
;
558 syscallarg(int) policy
;
559 syscallarg(const struct sched_param
*) sp
;
561 check_syscall_args(freebsd_sys_sched_setscheduler
)
563 struct freebsd_sys_sched_getscheduler_args
{
564 syscallarg(pid_t
) pid
;
566 check_syscall_args(freebsd_sys_sched_getscheduler
)
568 struct freebsd_sys_sched_get_priority_max_args
{
569 syscallarg(int) policy
;
571 check_syscall_args(freebsd_sys_sched_get_priority_max
)
573 struct freebsd_sys_sched_get_priority_min_args
{
574 syscallarg(int) policy
;
576 check_syscall_args(freebsd_sys_sched_get_priority_min
)
578 struct freebsd_sys_utrace_args
{
579 syscallarg(void *) addr
;
580 syscallarg(size_t) len
;
582 check_syscall_args(freebsd_sys_utrace
)
584 struct sys___sigprocmask14_args
;
586 struct sys___sigsuspend14_args
;
588 struct freebsd_sys_sigaction4_args
{
589 syscallarg(int) signum
;
590 syscallarg(const struct freebsd_sigaction4
*) nsa
;
591 syscallarg(struct freebsd_sigaction4
*) osa
;
593 check_syscall_args(freebsd_sys_sigaction4
)
595 struct sys___sigpending14_args
;
597 struct sys_lchflags_args
;
599 struct sys_uuidgen_args
;
600 #if defined(P1003_1B_SEMAPHORE) || !defined(_KERNEL)
602 struct sys__ksem_close_args
;
604 struct sys__ksem_post_args
;
606 struct sys__ksem_wait_args
;
608 struct sys__ksem_trywait_args
;
610 struct sys__ksem_unlink_args
;
612 struct sys__ksem_getvalue_args
;
614 struct sys__ksem_destroy_args
;
619 * System call prototypes.
622 int sys_nosys(struct lwp
*, const void *, register_t
*);
624 int sys_exit(struct lwp
*, const struct sys_exit_args
*, register_t
*);
626 int sys_fork(struct lwp
*, const void *, register_t
*);
628 int sys_read(struct lwp
*, const struct sys_read_args
*, register_t
*);
630 int sys_write(struct lwp
*, const struct sys_write_args
*, register_t
*);
632 int sys_open(struct lwp
*, const struct sys_open_args
*, register_t
*);
634 int sys_close(struct lwp
*, const struct sys_close_args
*, register_t
*);
636 int compat_50_sys_wait4(struct lwp
*, const struct compat_50_sys_wait4_args
*, register_t
*);
638 int compat_43_sys_creat(struct lwp
*, const struct compat_43_sys_creat_args
*, register_t
*);
640 int sys_link(struct lwp
*, const struct sys_link_args
*, register_t
*);
642 int sys_unlink(struct lwp
*, const struct sys_unlink_args
*, register_t
*);
644 int sys_chdir(struct lwp
*, const struct sys_chdir_args
*, register_t
*);
646 int sys_fchdir(struct lwp
*, const struct sys_fchdir_args
*, register_t
*);
648 int compat_50_sys_mknod(struct lwp
*, const struct compat_50_sys_mknod_args
*, register_t
*);
650 int sys_chmod(struct lwp
*, const struct sys_chmod_args
*, register_t
*);
652 int sys_chown(struct lwp
*, const struct sys_chown_args
*, register_t
*);
654 int sys_obreak(struct lwp
*, const struct sys_obreak_args
*, register_t
*);
656 int compat_20_sys_getfsstat(struct lwp
*, const struct compat_20_sys_getfsstat_args
*, register_t
*);
658 int compat_43_sys_lseek(struct lwp
*, const struct compat_43_sys_lseek_args
*, register_t
*);
660 int sys_getpid_with_ppid(struct lwp
*, const void *, register_t
*);
662 int freebsd_sys_mount(struct lwp
*, const struct freebsd_sys_mount_args
*, register_t
*);
664 int sys_unmount(struct lwp
*, const struct sys_unmount_args
*, register_t
*);
666 int sys_setuid(struct lwp
*, const struct sys_setuid_args
*, register_t
*);
668 int sys_getuid_with_euid(struct lwp
*, const void *, register_t
*);
670 int sys_geteuid(struct lwp
*, const void *, register_t
*);
672 int freebsd_sys_ptrace(struct lwp
*, const struct freebsd_sys_ptrace_args
*, register_t
*);
674 int sys_recvmsg(struct lwp
*, const struct sys_recvmsg_args
*, register_t
*);
676 int sys_sendmsg(struct lwp
*, const struct sys_sendmsg_args
*, register_t
*);
678 int sys_recvfrom(struct lwp
*, const struct sys_recvfrom_args
*, register_t
*);
680 int sys_accept(struct lwp
*, const struct sys_accept_args
*, register_t
*);
682 int sys_getpeername(struct lwp
*, const struct sys_getpeername_args
*, register_t
*);
684 int sys_getsockname(struct lwp
*, const struct sys_getsockname_args
*, register_t
*);
686 int sys_access(struct lwp
*, const struct sys_access_args
*, register_t
*);
688 int sys_chflags(struct lwp
*, const struct sys_chflags_args
*, register_t
*);
690 int sys_fchflags(struct lwp
*, const struct sys_fchflags_args
*, register_t
*);
692 int sys_sync(struct lwp
*, const void *, register_t
*);
694 int sys_kill(struct lwp
*, const struct sys_kill_args
*, register_t
*);
696 int compat_43_sys_stat(struct lwp
*, const struct compat_43_sys_stat_args
*, register_t
*);
698 int sys_getppid(struct lwp
*, const void *, register_t
*);
700 int compat_43_sys_lstat(struct lwp
*, const struct compat_43_sys_lstat_args
*, register_t
*);
702 int sys_dup(struct lwp
*, const struct sys_dup_args
*, register_t
*);
704 int sys_pipe(struct lwp
*, const void *, register_t
*);
706 int sys_getegid(struct lwp
*, const void *, register_t
*);
708 int sys_profil(struct lwp
*, const struct sys_profil_args
*, register_t
*);
711 int sys_ktrace(struct lwp
*, const struct sys_ktrace_args
*, register_t
*);
715 int compat_13_sys_sigaction(struct lwp
*, const struct compat_13_sys_sigaction_args
*, register_t
*);
717 int sys_getgid_with_egid(struct lwp
*, const void *, register_t
*);
719 int compat_13_sys_sigprocmask(struct lwp
*, const struct compat_13_sys_sigprocmask_args
*, register_t
*);
721 int sys___getlogin(struct lwp
*, const struct sys___getlogin_args
*, register_t
*);
723 int sys___setlogin(struct lwp
*, const struct sys___setlogin_args
*, register_t
*);
725 int sys_acct(struct lwp
*, const struct sys_acct_args
*, register_t
*);
727 int compat_13_sys_sigpending(struct lwp
*, const void *, register_t
*);
729 int compat_13_sys_sigaltstack(struct lwp
*, const struct compat_13_sys_sigaltstack_args
*, register_t
*);
731 int freebsd_sys_ioctl(struct lwp
*, const struct freebsd_sys_ioctl_args
*, register_t
*);
733 int sys_reboot(struct lwp
*, const struct sys_reboot_args
*, register_t
*);
735 int sys_revoke(struct lwp
*, const struct sys_revoke_args
*, register_t
*);
737 int sys_symlink(struct lwp
*, const struct sys_symlink_args
*, register_t
*);
739 int sys_readlink(struct lwp
*, const struct sys_readlink_args
*, register_t
*);
741 int sys_execve(struct lwp
*, const struct sys_execve_args
*, register_t
*);
743 int sys_umask(struct lwp
*, const struct sys_umask_args
*, register_t
*);
745 int sys_chroot(struct lwp
*, const struct sys_chroot_args
*, register_t
*);
747 int compat_43_sys_fstat(struct lwp
*, const struct compat_43_sys_fstat_args
*, register_t
*);
749 int compat_43_sys_getkerninfo(struct lwp
*, const struct compat_43_sys_getkerninfo_args
*, register_t
*);
751 int compat_43_sys_getpagesize(struct lwp
*, const void *, register_t
*);
753 int freebsd_sys_msync(struct lwp
*, const struct freebsd_sys_msync_args
*, register_t
*);
755 int sys_vfork(struct lwp
*, const void *, register_t
*);
757 int sys_sbrk(struct lwp
*, const struct sys_sbrk_args
*, register_t
*);
759 int sys_sstk(struct lwp
*, const struct sys_sstk_args
*, register_t
*);
761 int compat_43_sys_mmap(struct lwp
*, const struct compat_43_sys_mmap_args
*, register_t
*);
763 int sys_ovadvise(struct lwp
*, const struct sys_ovadvise_args
*, register_t
*);
765 int sys_munmap(struct lwp
*, const struct sys_munmap_args
*, register_t
*);
767 int sys_mprotect(struct lwp
*, const struct sys_mprotect_args
*, register_t
*);
769 int sys_madvise(struct lwp
*, const struct sys_madvise_args
*, register_t
*);
771 int sys_mincore(struct lwp
*, const struct sys_mincore_args
*, register_t
*);
773 int sys_getgroups(struct lwp
*, const struct sys_getgroups_args
*, register_t
*);
775 int sys_setgroups(struct lwp
*, const struct sys_setgroups_args
*, register_t
*);
777 int sys_getpgrp(struct lwp
*, const void *, register_t
*);
779 int sys_setpgid(struct lwp
*, const struct sys_setpgid_args
*, register_t
*);
781 int compat_50_sys_setitimer(struct lwp
*, const struct compat_50_sys_setitimer_args
*, register_t
*);
783 int compat_43_sys_wait(struct lwp
*, const void *, register_t
*);
785 int compat_12_sys_swapon(struct lwp
*, const struct compat_12_sys_swapon_args
*, register_t
*);
787 int compat_50_sys_getitimer(struct lwp
*, const struct compat_50_sys_getitimer_args
*, register_t
*);
789 int compat_43_sys_gethostname(struct lwp
*, const struct compat_43_sys_gethostname_args
*, register_t
*);
791 int compat_43_sys_sethostname(struct lwp
*, const struct compat_43_sys_sethostname_args
*, register_t
*);
793 int compat_43_sys_getdtablesize(struct lwp
*, const void *, register_t
*);
795 int sys_dup2(struct lwp
*, const struct sys_dup2_args
*, register_t
*);
797 int sys_fcntl(struct lwp
*, const struct sys_fcntl_args
*, register_t
*);
799 int compat_50_sys_select(struct lwp
*, const struct compat_50_sys_select_args
*, register_t
*);
801 int sys_fsync(struct lwp
*, const struct sys_fsync_args
*, register_t
*);
803 int sys_setpriority(struct lwp
*, const struct sys_setpriority_args
*, register_t
*);
805 int compat_30_sys_socket(struct lwp
*, const struct compat_30_sys_socket_args
*, register_t
*);
807 int sys_connect(struct lwp
*, const struct sys_connect_args
*, register_t
*);
809 int compat_43_sys_accept(struct lwp
*, const struct compat_43_sys_accept_args
*, register_t
*);
811 int sys_getpriority(struct lwp
*, const struct sys_getpriority_args
*, register_t
*);
813 int compat_43_sys_send(struct lwp
*, const struct compat_43_sys_send_args
*, register_t
*);
815 int compat_43_sys_recv(struct lwp
*, const struct compat_43_sys_recv_args
*, register_t
*);
817 int freebsd_sys_sigreturn(struct lwp
*, const struct freebsd_sys_sigreturn_args
*, register_t
*);
819 int sys_bind(struct lwp
*, const struct sys_bind_args
*, register_t
*);
821 int sys_setsockopt(struct lwp
*, const struct sys_setsockopt_args
*, register_t
*);
823 int sys_listen(struct lwp
*, const struct sys_listen_args
*, register_t
*);
825 int compat_43_sys_sigvec(struct lwp
*, const struct compat_43_sys_sigvec_args
*, register_t
*);
827 int compat_43_sys_sigblock(struct lwp
*, const struct compat_43_sys_sigblock_args
*, register_t
*);
829 int compat_43_sys_sigsetmask(struct lwp
*, const struct compat_43_sys_sigsetmask_args
*, register_t
*);
831 int compat_13_sys_sigsuspend(struct lwp
*, const struct compat_13_sys_sigsuspend_args
*, register_t
*);
833 int compat_43_sys_sigstack(struct lwp
*, const struct compat_43_sys_sigstack_args
*, register_t
*);
835 int compat_43_sys_recvmsg(struct lwp
*, const struct compat_43_sys_recvmsg_args
*, register_t
*);
837 int compat_43_sys_sendmsg(struct lwp
*, const struct compat_43_sys_sendmsg_args
*, register_t
*);
840 int sys_vtrace(struct lwp
*, const struct sys_vtrace_args
*, register_t
*);
844 int compat_50_sys_gettimeofday(struct lwp
*, const struct compat_50_sys_gettimeofday_args
*, register_t
*);
846 int compat_50_sys_getrusage(struct lwp
*, const struct compat_50_sys_getrusage_args
*, register_t
*);
848 int sys_getsockopt(struct lwp
*, const struct sys_getsockopt_args
*, register_t
*);
850 int sys_readv(struct lwp
*, const struct sys_readv_args
*, register_t
*);
852 int sys_writev(struct lwp
*, const struct sys_writev_args
*, register_t
*);
854 int compat_50_sys_settimeofday(struct lwp
*, const struct compat_50_sys_settimeofday_args
*, register_t
*);
856 int sys_fchown(struct lwp
*, const struct sys_fchown_args
*, register_t
*);
858 int sys_fchmod(struct lwp
*, const struct sys_fchmod_args
*, register_t
*);
860 int compat_43_sys_recvfrom(struct lwp
*, const struct compat_43_sys_recvfrom_args
*, register_t
*);
862 int sys_setreuid(struct lwp
*, const struct sys_setreuid_args
*, register_t
*);
864 int sys_setregid(struct lwp
*, const struct sys_setregid_args
*, register_t
*);
866 int sys_rename(struct lwp
*, const struct sys_rename_args
*, register_t
*);
868 int compat_43_sys_truncate(struct lwp
*, const struct compat_43_sys_truncate_args
*, register_t
*);
870 int compat_43_sys_ftruncate(struct lwp
*, const struct compat_43_sys_ftruncate_args
*, register_t
*);
872 int sys_flock(struct lwp
*, const struct sys_flock_args
*, register_t
*);
874 int sys_mkfifo(struct lwp
*, const struct sys_mkfifo_args
*, register_t
*);
876 int sys_sendto(struct lwp
*, const struct sys_sendto_args
*, register_t
*);
878 int sys_shutdown(struct lwp
*, const struct sys_shutdown_args
*, register_t
*);
880 int sys_socketpair(struct lwp
*, const struct sys_socketpair_args
*, register_t
*);
882 int sys_mkdir(struct lwp
*, const struct sys_mkdir_args
*, register_t
*);
884 int sys_rmdir(struct lwp
*, const struct sys_rmdir_args
*, register_t
*);
886 int compat_50_sys_utimes(struct lwp
*, const struct compat_50_sys_utimes_args
*, register_t
*);
888 int compat_50_sys_adjtime(struct lwp
*, const struct compat_50_sys_adjtime_args
*, register_t
*);
890 int compat_43_sys_getpeername(struct lwp
*, const struct compat_43_sys_getpeername_args
*, register_t
*);
892 int compat_43_sys_gethostid(struct lwp
*, const void *, register_t
*);
894 int compat_43_sys_sethostid(struct lwp
*, const struct compat_43_sys_sethostid_args
*, register_t
*);
896 int compat_43_sys_getrlimit(struct lwp
*, const struct compat_43_sys_getrlimit_args
*, register_t
*);
898 int compat_43_sys_setrlimit(struct lwp
*, const struct compat_43_sys_setrlimit_args
*, register_t
*);
900 int compat_43_sys_killpg(struct lwp
*, const struct compat_43_sys_killpg_args
*, register_t
*);
902 int sys_setsid(struct lwp
*, const void *, register_t
*);
904 int sys_quotactl(struct lwp
*, const struct sys_quotactl_args
*, register_t
*);
906 int compat_43_sys_quota(struct lwp
*, const void *, register_t
*);
908 int compat_43_sys_getsockname(struct lwp
*, const struct compat_43_sys_getsockname_args
*, register_t
*);
910 int compat_43_sys_getdirentries(struct lwp
*, const struct compat_43_sys_getdirentries_args
*, register_t
*);
912 int compat_20_sys_statfs(struct lwp
*, const struct compat_20_sys_statfs_args
*, register_t
*);
914 int compat_20_sys_fstatfs(struct lwp
*, const struct compat_20_sys_fstatfs_args
*, register_t
*);
917 int compat_30_sys_getfh(struct lwp
*, const struct compat_30_sys_getfh_args
*, register_t
*);
921 int compat_09_sys_getdomainname(struct lwp
*, const struct compat_09_sys_getdomainname_args
*, register_t
*);
923 int compat_09_sys_setdomainname(struct lwp
*, const struct compat_09_sys_setdomainname_args
*, register_t
*);
925 int compat_09_sys_uname(struct lwp
*, const struct compat_09_sys_uname_args
*, register_t
*);
927 int sys_sysarch(struct lwp
*, const struct sys_sysarch_args
*, register_t
*);
929 int freebsd_sys_rtprio(struct lwp
*, const struct freebsd_sys_rtprio_args
*, register_t
*);
931 #if defined(SYSVSEM) && !defined(_LP64)
932 int freebsd_sys_semsys(struct lwp
*, const struct freebsd_sys_semsys_args
*, register_t
*);
936 #if defined(SYSVMSG) && !defined(_LP64)
937 int freebsd_sys_msgsys(struct lwp
*, const struct freebsd_sys_msgsys_args
*, register_t
*);
941 #if defined(SYSVSHM) && !defined(_LP64)
942 int freebsd_sys_shmsys(struct lwp
*, const struct freebsd_sys_shmsys_args
*, register_t
*);
946 int sys_pread(struct lwp
*, const struct sys_pread_args
*, register_t
*);
948 int sys_pwrite(struct lwp
*, const struct sys_pwrite_args
*, register_t
*);
951 int freebsd_ntp_adjtime(struct lwp
*, const struct freebsd_ntp_adjtime_args
*, register_t
*);
955 int sys_setgid(struct lwp
*, const struct sys_setgid_args
*, register_t
*);
957 int sys_setegid(struct lwp
*, const struct sys_setegid_args
*, register_t
*);
959 int sys_seteuid(struct lwp
*, const struct sys_seteuid_args
*, register_t
*);
962 int sys_lfs_bmapv(struct lwp
*, const struct sys_lfs_bmapv_args
*, register_t
*);
964 int sys_lfs_markv(struct lwp
*, const struct sys_lfs_markv_args
*, register_t
*);
966 int sys_lfs_segclean(struct lwp
*, const struct sys_lfs_segclean_args
*, register_t
*);
968 int compat_50_sys_lfs_segwait(struct lwp
*, const struct compat_50_sys_lfs_segwait_args
*, register_t
*);
972 int compat_12_sys_stat(struct lwp
*, const struct compat_12_sys_stat_args
*, register_t
*);
974 int compat_12_sys_fstat(struct lwp
*, const struct compat_12_sys_fstat_args
*, register_t
*);
976 int compat_12_sys_lstat(struct lwp
*, const struct compat_12_sys_lstat_args
*, register_t
*);
978 int sys_pathconf(struct lwp
*, const struct sys_pathconf_args
*, register_t
*);
980 int sys_fpathconf(struct lwp
*, const struct sys_fpathconf_args
*, register_t
*);
982 int sys_getrlimit(struct lwp
*, const struct sys_getrlimit_args
*, register_t
*);
984 int sys_setrlimit(struct lwp
*, const struct sys_setrlimit_args
*, register_t
*);
986 int compat_12_sys_getdirentries(struct lwp
*, const struct compat_12_sys_getdirentries_args
*, register_t
*);
988 int freebsd_sys_mmap(struct lwp
*, const struct freebsd_sys_mmap_args
*, register_t
*);
990 int sys_lseek(struct lwp
*, const struct sys_lseek_args
*, register_t
*);
992 int sys_truncate(struct lwp
*, const struct sys_truncate_args
*, register_t
*);
994 int sys_ftruncate(struct lwp
*, const struct sys_ftruncate_args
*, register_t
*);
996 int freebsd_sys_sysctl(struct lwp
*, const struct freebsd_sys_sysctl_args
*, register_t
*);
998 int sys_mlock(struct lwp
*, const struct sys_mlock_args
*, register_t
*);
1000 int sys_munlock(struct lwp
*, const struct sys_munlock_args
*, register_t
*);
1002 #ifdef FREEBSD_BASED_ON_44LITE_R2
1003 int freebsd_sys_undelete(struct lwp
*, const struct freebsd_sys_undelete_args
*, register_t
*);
1007 int compat_50_sys_futimes(struct lwp
*, const struct compat_50_sys_futimes_args
*, register_t
*);
1009 int sys_getpgid(struct lwp
*, const struct sys_getpgid_args
*, register_t
*);
1014 int sys_poll(struct lwp
*, const struct sys_poll_args
*, register_t
*);
1017 int compat_14_sys___semctl(struct lwp
*, const struct compat_14_sys___semctl_args
*, register_t
*);
1019 int sys_semget(struct lwp
*, const struct sys_semget_args
*, register_t
*);
1021 int sys_semop(struct lwp
*, const struct sys_semop_args
*, register_t
*);
1023 int sys_semconfig(struct lwp
*, const struct sys_semconfig_args
*, register_t
*);
1028 int compat_14_sys_msgctl(struct lwp
*, const struct compat_14_sys_msgctl_args
*, register_t
*);
1030 int sys_msgget(struct lwp
*, const struct sys_msgget_args
*, register_t
*);
1032 int sys_msgsnd(struct lwp
*, const struct sys_msgsnd_args
*, register_t
*);
1034 int sys_msgrcv(struct lwp
*, const struct sys_msgrcv_args
*, register_t
*);
1039 int sys_shmat(struct lwp
*, const struct sys_shmat_args
*, register_t
*);
1041 int compat_14_sys_shmctl(struct lwp
*, const struct compat_14_sys_shmctl_args
*, register_t
*);
1043 int sys_shmdt(struct lwp
*, const struct sys_shmdt_args
*, register_t
*);
1045 int sys_shmget(struct lwp
*, const struct sys_shmget_args
*, register_t
*);
1049 int compat_50_sys_clock_gettime(struct lwp
*, const struct compat_50_sys_clock_gettime_args
*, register_t
*);
1051 int compat_50_sys_clock_settime(struct lwp
*, const struct compat_50_sys_clock_settime_args
*, register_t
*);
1053 int compat_50_sys_clock_getres(struct lwp
*, const struct compat_50_sys_clock_getres_args
*, register_t
*);
1055 int compat_50_sys_nanosleep(struct lwp
*, const struct compat_50_sys_nanosleep_args
*, register_t
*);
1057 int sys_minherit(struct lwp
*, const struct sys_minherit_args
*, register_t
*);
1059 int freebsd_sys_rfork(struct lwp
*, const struct freebsd_sys_rfork_args
*, register_t
*);
1061 int sys_issetugid(struct lwp
*, const void *, register_t
*);
1063 int sys_lchown(struct lwp
*, const struct sys_lchown_args
*, register_t
*);
1065 int compat_30_sys_getdents(struct lwp
*, const struct compat_30_sys_getdents_args
*, register_t
*);
1067 int sys_lchmod(struct lwp
*, const struct sys_lchmod_args
*, register_t
*);
1069 int compat_50_sys_lutimes(struct lwp
*, const struct compat_50_sys_lutimes_args
*, register_t
*);
1071 int sys___msync13(struct lwp
*, const struct sys___msync13_args
*, register_t
*);
1073 int compat_30_sys___stat13(struct lwp
*, const struct compat_30_sys___stat13_args
*, register_t
*);
1075 int compat_30_sys___fstat13(struct lwp
*, const struct compat_30_sys___fstat13_args
*, register_t
*);
1077 int compat_30_sys___lstat13(struct lwp
*, const struct compat_30_sys___lstat13_args
*, register_t
*);
1079 int compat_20_sys_fhstatfs(struct lwp
*, const struct compat_20_sys_fhstatfs_args
*, register_t
*);
1081 int compat_30_sys_fhopen(struct lwp
*, const struct compat_30_sys_fhopen_args
*, register_t
*);
1083 int compat_30_sys_fhstat(struct lwp
*, const struct compat_30_sys_fhstat_args
*, register_t
*);
1085 int sys_getsid(struct lwp
*, const struct sys_getsid_args
*, register_t
*);
1087 int freebsd_sys_yield(struct lwp
*, const void *, register_t
*);
1089 int sys_mlockall(struct lwp
*, const struct sys_mlockall_args
*, register_t
*);
1091 int sys_munlockall(struct lwp
*, const void *, register_t
*);
1093 int sys___getcwd(struct lwp
*, const struct sys___getcwd_args
*, register_t
*);
1095 int freebsd_sys_sched_setparam(struct lwp
*, const struct freebsd_sys_sched_setparam_args
*, register_t
*);
1097 int freebsd_sys_sched_getparam(struct lwp
*, const struct freebsd_sys_sched_getparam_args
*, register_t
*);
1099 int freebsd_sys_sched_setscheduler(struct lwp
*, const struct freebsd_sys_sched_setscheduler_args
*, register_t
*);
1101 int freebsd_sys_sched_getscheduler(struct lwp
*, const struct freebsd_sys_sched_getscheduler_args
*, register_t
*);
1103 int freebsd_sys_sched_yield(struct lwp
*, const void *, register_t
*);
1105 int freebsd_sys_sched_get_priority_max(struct lwp
*, const struct freebsd_sys_sched_get_priority_max_args
*, register_t
*);
1107 int freebsd_sys_sched_get_priority_min(struct lwp
*, const struct freebsd_sys_sched_get_priority_min_args
*, register_t
*);
1109 int freebsd_sys_utrace(struct lwp
*, const struct freebsd_sys_utrace_args
*, register_t
*);
1111 int sys___sigprocmask14(struct lwp
*, const struct sys___sigprocmask14_args
*, register_t
*);
1113 int sys___sigsuspend14(struct lwp
*, const struct sys___sigsuspend14_args
*, register_t
*);
1115 int freebsd_sys_sigaction4(struct lwp
*, const struct freebsd_sys_sigaction4_args
*, register_t
*);
1117 int sys___sigpending14(struct lwp
*, const struct sys___sigpending14_args
*, register_t
*);
1119 int sys_lchflags(struct lwp
*, const struct sys_lchflags_args
*, register_t
*);
1121 int sys_uuidgen(struct lwp
*, const struct sys_uuidgen_args
*, register_t
*);
1123 #if defined(P1003_1B_SEMAPHORE) || !defined(_KERNEL)
1124 int sys__ksem_close(struct lwp
*, const struct sys__ksem_close_args
*, register_t
*);
1126 int sys__ksem_post(struct lwp
*, const struct sys__ksem_post_args
*, register_t
*);
1128 int sys__ksem_wait(struct lwp
*, const struct sys__ksem_wait_args
*, register_t
*);
1130 int sys__ksem_trywait(struct lwp
*, const struct sys__ksem_trywait_args
*, register_t
*);
1132 int sys__ksem_unlink(struct lwp
*, const struct sys__ksem_unlink_args
*, register_t
*);
1134 int sys__ksem_getvalue(struct lwp
*, const struct sys__ksem_getvalue_args
*, register_t
*);
1136 int sys__ksem_destroy(struct lwp
*, const struct sys__ksem_destroy_args
*, register_t
*);
1140 #endif /* _FREEBSD_SYS_SYSCALLARGS_H_ */