aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/sysproto.h
diff options
context:
space:
mode:
authorKip Macy <kmacy@FreeBSD.org>2011-09-16 14:04:14 +0000
committerKip Macy <kmacy@FreeBSD.org>2011-09-16 14:04:14 +0000
commit9eca9361f914c0de5e1cc70134abbb7296c9e3b3 (patch)
tree4d100462a0f92b33653900e7ceac5bbcb0c29b76 /sys/sys/sysproto.h
parent8451d0dd78c0a9c0383485b18aba9f081a9db8bb (diff)
downloadsrc-9eca9361f914c0de5e1cc70134abbb7296c9e3b3.tar.gz
src-9eca9361f914c0de5e1cc70134abbb7296c9e3b3.zip
Auto-generated code from sys_ prefixing makesyscalls.sh change
Approved by: re(bz)
Notes
Notes: svn path=/head/; revision=225618
Diffstat (limited to 'sys/sys/sysproto.h')
-rw-r--r--sys/sys/sysproto.h736
1 files changed, 368 insertions, 368 deletions
diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h
index 9bcb79bd0aec..bb692b8a9b96 100644
--- a/sys/sys/sysproto.h
+++ b/sys/sys/sysproto.h
@@ -1734,381 +1734,381 @@ struct posix_fallocate_args {
char len_l_[PADL_(off_t)]; off_t len; char len_r_[PADR_(off_t)];
};
int nosys(struct thread *, struct nosys_args *);
-void sys_exit(struct thread *, struct sys_exit_args *);
-int fork(struct thread *, struct fork_args *);
-int read(struct thread *, struct read_args *);
-int write(struct thread *, struct write_args *);
-int open(struct thread *, struct open_args *);
-int close(struct thread *, struct close_args *);
-int wait4(struct thread *, struct wait_args *);
-int link(struct thread *, struct link_args *);
-int unlink(struct thread *, struct unlink_args *);
-int chdir(struct thread *, struct chdir_args *);
-int fchdir(struct thread *, struct fchdir_args *);
-int mknod(struct thread *, struct mknod_args *);
-int chmod(struct thread *, struct chmod_args *);
-int chown(struct thread *, struct chown_args *);
-int obreak(struct thread *, struct obreak_args *);
-int getpid(struct thread *, struct getpid_args *);
-int mount(struct thread *, struct mount_args *);
-int unmount(struct thread *, struct unmount_args *);
-int setuid(struct thread *, struct setuid_args *);
-int getuid(struct thread *, struct getuid_args *);
-int geteuid(struct thread *, struct geteuid_args *);
-int ptrace(struct thread *, struct ptrace_args *);
-int recvmsg(struct thread *, struct recvmsg_args *);
-int sendmsg(struct thread *, struct sendmsg_args *);
-int recvfrom(struct thread *, struct recvfrom_args *);
-int accept(struct thread *, struct accept_args *);
-int getpeername(struct thread *, struct getpeername_args *);
-int getsockname(struct thread *, struct getsockname_args *);
-int access(struct thread *, struct access_args *);
-int chflags(struct thread *, struct chflags_args *);
-int fchflags(struct thread *, struct fchflags_args *);
-int sync(struct thread *, struct sync_args *);
-int kill(struct thread *, struct kill_args *);
-int getppid(struct thread *, struct getppid_args *);
-int dup(struct thread *, struct dup_args *);
-int pipe(struct thread *, struct pipe_args *);
-int getegid(struct thread *, struct getegid_args *);
-int profil(struct thread *, struct profil_args *);
-int ktrace(struct thread *, struct ktrace_args *);
-int getgid(struct thread *, struct getgid_args *);
-int getlogin(struct thread *, struct getlogin_args *);
-int setlogin(struct thread *, struct setlogin_args *);
-int acct(struct thread *, struct acct_args *);
-int sigaltstack(struct thread *, struct sigaltstack_args *);
-int ioctl(struct thread *, struct ioctl_args *);
-int reboot(struct thread *, struct reboot_args *);
-int revoke(struct thread *, struct revoke_args *);
-int symlink(struct thread *, struct symlink_args *);
-int readlink(struct thread *, struct readlink_args *);
-int execve(struct thread *, struct execve_args *);
-int umask(struct thread *, struct umask_args *);
-int chroot(struct thread *, struct chroot_args *);
-int msync(struct thread *, struct msync_args *);
-int vfork(struct thread *, struct vfork_args *);
-int sbrk(struct thread *, struct sbrk_args *);
-int sstk(struct thread *, struct sstk_args *);
-int ovadvise(struct thread *, struct ovadvise_args *);
-int munmap(struct thread *, struct munmap_args *);
-int mprotect(struct thread *, struct mprotect_args *);
-int madvise(struct thread *, struct madvise_args *);
-int mincore(struct thread *, struct mincore_args *);
-int getgroups(struct thread *, struct getgroups_args *);
-int setgroups(struct thread *, struct setgroups_args *);
-int getpgrp(struct thread *, struct getpgrp_args *);
-int setpgid(struct thread *, struct setpgid_args *);
-int setitimer(struct thread *, struct setitimer_args *);
-int swapon(struct thread *, struct swapon_args *);
-int getitimer(struct thread *, struct getitimer_args *);
-int getdtablesize(struct thread *, struct getdtablesize_args *);
-int dup2(struct thread *, struct dup2_args *);
-int fcntl(struct thread *, struct fcntl_args *);
-int select(struct thread *, struct select_args *);
-int fsync(struct thread *, struct fsync_args *);
-int setpriority(struct thread *, struct setpriority_args *);
-int socket(struct thread *, struct socket_args *);
-int connect(struct thread *, struct connect_args *);
-int getpriority(struct thread *, struct getpriority_args *);
-int bind(struct thread *, struct bind_args *);
-int setsockopt(struct thread *, struct setsockopt_args *);
-int listen(struct thread *, struct listen_args *);
-int gettimeofday(struct thread *, struct gettimeofday_args *);
-int getrusage(struct thread *, struct getrusage_args *);
-int getsockopt(struct thread *, struct getsockopt_args *);
-int readv(struct thread *, struct readv_args *);
-int writev(struct thread *, struct writev_args *);
-int settimeofday(struct thread *, struct settimeofday_args *);
-int fchown(struct thread *, struct fchown_args *);
-int fchmod(struct thread *, struct fchmod_args *);
-int setreuid(struct thread *, struct setreuid_args *);
-int setregid(struct thread *, struct setregid_args *);
-int rename(struct thread *, struct rename_args *);
-int flock(struct thread *, struct flock_args *);
-int mkfifo(struct thread *, struct mkfifo_args *);
-int sendto(struct thread *, struct sendto_args *);
-int shutdown(struct thread *, struct shutdown_args *);
-int socketpair(struct thread *, struct socketpair_args *);
-int mkdir(struct thread *, struct mkdir_args *);
-int rmdir(struct thread *, struct rmdir_args *);
-int utimes(struct thread *, struct utimes_args *);
-int adjtime(struct thread *, struct adjtime_args *);
-int setsid(struct thread *, struct setsid_args *);
-int quotactl(struct thread *, struct quotactl_args *);
-int nlm_syscall(struct thread *, struct nlm_syscall_args *);
-int nfssvc(struct thread *, struct nfssvc_args *);
-int lgetfh(struct thread *, struct lgetfh_args *);
-int getfh(struct thread *, struct getfh_args *);
+void sys_sys_exit(struct thread *, struct sys_exit_args *);
+int sys_fork(struct thread *, struct fork_args *);
+int sys_read(struct thread *, struct read_args *);
+int sys_write(struct thread *, struct write_args *);
+int sys_open(struct thread *, struct open_args *);
+int sys_close(struct thread *, struct close_args *);
+int sys_wait4(struct thread *, struct wait_args *);
+int sys_link(struct thread *, struct link_args *);
+int sys_unlink(struct thread *, struct unlink_args *);
+int sys_chdir(struct thread *, struct chdir_args *);
+int sys_fchdir(struct thread *, struct fchdir_args *);
+int sys_mknod(struct thread *, struct mknod_args *);
+int sys_chmod(struct thread *, struct chmod_args *);
+int sys_chown(struct thread *, struct chown_args *);
+int sys_obreak(struct thread *, struct obreak_args *);
+int sys_getpid(struct thread *, struct getpid_args *);
+int sys_mount(struct thread *, struct mount_args *);
+int sys_unmount(struct thread *, struct unmount_args *);
+int sys_setuid(struct thread *, struct setuid_args *);
+int sys_getuid(struct thread *, struct getuid_args *);
+int sys_geteuid(struct thread *, struct geteuid_args *);
+int sys_ptrace(struct thread *, struct ptrace_args *);
+int sys_recvmsg(struct thread *, struct recvmsg_args *);
+int sys_sendmsg(struct thread *, struct sendmsg_args *);
+int sys_recvfrom(struct thread *, struct recvfrom_args *);
+int sys_accept(struct thread *, struct accept_args *);
+int sys_getpeername(struct thread *, struct getpeername_args *);
+int sys_getsockname(struct thread *, struct getsockname_args *);
+int sys_access(struct thread *, struct access_args *);
+int sys_chflags(struct thread *, struct chflags_args *);
+int sys_fchflags(struct thread *, struct fchflags_args *);
+int sys_sync(struct thread *, struct sync_args *);
+int sys_kill(struct thread *, struct kill_args *);
+int sys_getppid(struct thread *, struct getppid_args *);
+int sys_dup(struct thread *, struct dup_args *);
+int sys_pipe(struct thread *, struct pipe_args *);
+int sys_getegid(struct thread *, struct getegid_args *);
+int sys_profil(struct thread *, struct profil_args *);
+int sys_ktrace(struct thread *, struct ktrace_args *);
+int sys_getgid(struct thread *, struct getgid_args *);
+int sys_getlogin(struct thread *, struct getlogin_args *);
+int sys_setlogin(struct thread *, struct setlogin_args *);
+int sys_acct(struct thread *, struct acct_args *);
+int sys_sigaltstack(struct thread *, struct sigaltstack_args *);
+int sys_ioctl(struct thread *, struct ioctl_args *);
+int sys_reboot(struct thread *, struct reboot_args *);
+int sys_revoke(struct thread *, struct revoke_args *);
+int sys_symlink(struct thread *, struct symlink_args *);
+int sys_readlink(struct thread *, struct readlink_args *);
+int sys_execve(struct thread *, struct execve_args *);
+int sys_umask(struct thread *, struct umask_args *);
+int sys_chroot(struct thread *, struct chroot_args *);
+int sys_msync(struct thread *, struct msync_args *);
+int sys_vfork(struct thread *, struct vfork_args *);
+int sys_sbrk(struct thread *, struct sbrk_args *);
+int sys_sstk(struct thread *, struct sstk_args *);
+int sys_ovadvise(struct thread *, struct ovadvise_args *);
+int sys_munmap(struct thread *, struct munmap_args *);
+int sys_mprotect(struct thread *, struct mprotect_args *);
+int sys_madvise(struct thread *, struct madvise_args *);
+int sys_mincore(struct thread *, struct mincore_args *);
+int sys_getgroups(struct thread *, struct getgroups_args *);
+int sys_setgroups(struct thread *, struct setgroups_args *);
+int sys_getpgrp(struct thread *, struct getpgrp_args *);
+int sys_setpgid(struct thread *, struct setpgid_args *);
+int sys_setitimer(struct thread *, struct setitimer_args *);
+int sys_swapon(struct thread *, struct swapon_args *);
+int sys_getitimer(struct thread *, struct getitimer_args *);
+int sys_getdtablesize(struct thread *, struct getdtablesize_args *);
+int sys_dup2(struct thread *, struct dup2_args *);
+int sys_fcntl(struct thread *, struct fcntl_args *);
+int sys_select(struct thread *, struct select_args *);
+int sys_fsync(struct thread *, struct fsync_args *);
+int sys_setpriority(struct thread *, struct setpriority_args *);
+int sys_socket(struct thread *, struct socket_args *);
+int sys_connect(struct thread *, struct connect_args *);
+int sys_getpriority(struct thread *, struct getpriority_args *);
+int sys_bind(struct thread *, struct bind_args *);
+int sys_setsockopt(struct thread *, struct setsockopt_args *);
+int sys_listen(struct thread *, struct listen_args *);
+int sys_gettimeofday(struct thread *, struct gettimeofday_args *);
+int sys_getrusage(struct thread *, struct getrusage_args *);
+int sys_getsockopt(struct thread *, struct getsockopt_args *);
+int sys_readv(struct thread *, struct readv_args *);
+int sys_writev(struct thread *, struct writev_args *);
+int sys_settimeofday(struct thread *, struct settimeofday_args *);
+int sys_fchown(struct thread *, struct fchown_args *);
+int sys_fchmod(struct thread *, struct fchmod_args *);
+int sys_setreuid(struct thread *, struct setreuid_args *);
+int sys_setregid(struct thread *, struct setregid_args *);
+int sys_rename(struct thread *, struct rename_args *);
+int sys_flock(struct thread *, struct flock_args *);
+int sys_mkfifo(struct thread *, struct mkfifo_args *);
+int sys_sendto(struct thread *, struct sendto_args *);
+int sys_shutdown(struct thread *, struct shutdown_args *);
+int sys_socketpair(struct thread *, struct socketpair_args *);
+int sys_mkdir(struct thread *, struct mkdir_args *);
+int sys_rmdir(struct thread *, struct rmdir_args *);
+int sys_utimes(struct thread *, struct utimes_args *);
+int sys_adjtime(struct thread *, struct adjtime_args *);
+int sys_setsid(struct thread *, struct setsid_args *);
+int sys_quotactl(struct thread *, struct quotactl_args *);
+int sys_nlm_syscall(struct thread *, struct nlm_syscall_args *);
+int sys_nfssvc(struct thread *, struct nfssvc_args *);
+int sys_lgetfh(struct thread *, struct lgetfh_args *);
+int sys_getfh(struct thread *, struct getfh_args *);
int sysarch(struct thread *, struct sysarch_args *);
-int rtprio(struct thread *, struct rtprio_args *);
-int semsys(struct thread *, struct semsys_args *);
-int msgsys(struct thread *, struct msgsys_args *);
-int shmsys(struct thread *, struct shmsys_args *);
+int sys_rtprio(struct thread *, struct rtprio_args *);
+int sys_semsys(struct thread *, struct semsys_args *);
+int sys_msgsys(struct thread *, struct msgsys_args *);
+int sys_shmsys(struct thread *, struct shmsys_args *);
int freebsd6_pread(struct thread *, struct freebsd6_pread_args *);
int freebsd6_pwrite(struct thread *, struct freebsd6_pwrite_args *);
-int setfib(struct thread *, struct setfib_args *);
-int ntp_adjtime(struct thread *, struct ntp_adjtime_args *);
-int setgid(struct thread *, struct setgid_args *);
-int setegid(struct thread *, struct setegid_args *);
-int seteuid(struct thread *, struct seteuid_args *);
-int stat(struct thread *, struct stat_args *);
-int fstat(struct thread *, struct fstat_args *);
-int lstat(struct thread *, struct lstat_args *);
-int pathconf(struct thread *, struct pathconf_args *);
-int fpathconf(struct thread *, struct fpathconf_args *);
-int getrlimit(struct thread *, struct __getrlimit_args *);
-int setrlimit(struct thread *, struct __setrlimit_args *);
-int getdirentries(struct thread *, struct getdirentries_args *);
+int sys_setfib(struct thread *, struct setfib_args *);
+int sys_ntp_adjtime(struct thread *, struct ntp_adjtime_args *);
+int sys_setgid(struct thread *, struct setgid_args *);
+int sys_setegid(struct thread *, struct setegid_args *);
+int sys_seteuid(struct thread *, struct seteuid_args *);
+int sys_stat(struct thread *, struct stat_args *);
+int sys_fstat(struct thread *, struct fstat_args *);
+int sys_lstat(struct thread *, struct lstat_args *);
+int sys_pathconf(struct thread *, struct pathconf_args *);
+int sys_fpathconf(struct thread *, struct fpathconf_args *);
+int sys_getrlimit(struct thread *, struct __getrlimit_args *);
+int sys_setrlimit(struct thread *, struct __setrlimit_args *);
+int sys_getdirentries(struct thread *, struct getdirentries_args *);
int freebsd6_mmap(struct thread *, struct freebsd6_mmap_args *);
int freebsd6_lseek(struct thread *, struct freebsd6_lseek_args *);
int freebsd6_truncate(struct thread *, struct freebsd6_truncate_args *);
int freebsd6_ftruncate(struct thread *, struct freebsd6_ftruncate_args *);
-int __sysctl(struct thread *, struct sysctl_args *);
-int mlock(struct thread *, struct mlock_args *);
-int munlock(struct thread *, struct munlock_args *);
-int undelete(struct thread *, struct undelete_args *);
-int futimes(struct thread *, struct futimes_args *);
-int getpgid(struct thread *, struct getpgid_args *);
-int poll(struct thread *, struct poll_args *);
-int semget(struct thread *, struct semget_args *);
-int semop(struct thread *, struct semop_args *);
-int msgget(struct thread *, struct msgget_args *);
-int msgsnd(struct thread *, struct msgsnd_args *);
-int msgrcv(struct thread *, struct msgrcv_args *);
-int shmat(struct thread *, struct shmat_args *);
-int shmdt(struct thread *, struct shmdt_args *);
-int shmget(struct thread *, struct shmget_args *);
-int clock_gettime(struct thread *, struct clock_gettime_args *);
-int clock_settime(struct thread *, struct clock_settime_args *);
-int clock_getres(struct thread *, struct clock_getres_args *);
-int ktimer_create(struct thread *, struct ktimer_create_args *);
-int ktimer_delete(struct thread *, struct ktimer_delete_args *);
-int ktimer_settime(struct thread *, struct ktimer_settime_args *);
-int ktimer_gettime(struct thread *, struct ktimer_gettime_args *);
-int ktimer_getoverrun(struct thread *, struct ktimer_getoverrun_args *);
-int nanosleep(struct thread *, struct nanosleep_args *);
-int ntp_gettime(struct thread *, struct ntp_gettime_args *);
-int minherit(struct thread *, struct minherit_args *);
-int rfork(struct thread *, struct rfork_args *);
-int openbsd_poll(struct thread *, struct openbsd_poll_args *);
-int issetugid(struct thread *, struct issetugid_args *);
-int lchown(struct thread *, struct lchown_args *);
-int aio_read(struct thread *, struct aio_read_args *);
-int aio_write(struct thread *, struct aio_write_args *);
-int lio_listio(struct thread *, struct lio_listio_args *);
-int getdents(struct thread *, struct getdents_args *);
-int lchmod(struct thread *, struct lchmod_args *);
-int lutimes(struct thread *, struct lutimes_args *);
-int nstat(struct thread *, struct nstat_args *);
-int nfstat(struct thread *, struct nfstat_args *);
-int nlstat(struct thread *, struct nlstat_args *);
-int preadv(struct thread *, struct preadv_args *);
-int pwritev(struct thread *, struct pwritev_args *);
-int fhopen(struct thread *, struct fhopen_args *);
-int fhstat(struct thread *, struct fhstat_args *);
-int modnext(struct thread *, struct modnext_args *);
-int modstat(struct thread *, struct modstat_args *);
-int modfnext(struct thread *, struct modfnext_args *);
-int modfind(struct thread *, struct modfind_args *);
-int kldload(struct thread *, struct kldload_args *);
-int kldunload(struct thread *, struct kldunload_args *);
-int kldfind(struct thread *, struct kldfind_args *);
-int kldnext(struct thread *, struct kldnext_args *);
-int kldstat(struct thread *, struct kldstat_args *);
-int kldfirstmod(struct thread *, struct kldfirstmod_args *);
-int getsid(struct thread *, struct getsid_args *);
-int setresuid(struct thread *, struct setresuid_args *);
-int setresgid(struct thread *, struct setresgid_args *);
-int aio_return(struct thread *, struct aio_return_args *);
-int aio_suspend(struct thread *, struct aio_suspend_args *);
-int aio_cancel(struct thread *, struct aio_cancel_args *);
-int aio_error(struct thread *, struct aio_error_args *);
-int oaio_read(struct thread *, struct oaio_read_args *);
-int oaio_write(struct thread *, struct oaio_write_args *);
-int olio_listio(struct thread *, struct olio_listio_args *);
-int yield(struct thread *, struct yield_args *);
-int mlockall(struct thread *, struct mlockall_args *);
-int munlockall(struct thread *, struct munlockall_args *);
-int __getcwd(struct thread *, struct __getcwd_args *);
-int sched_setparam(struct thread *, struct sched_setparam_args *);
-int sched_getparam(struct thread *, struct sched_getparam_args *);
-int sched_setscheduler(struct thread *, struct sched_setscheduler_args *);
-int sched_getscheduler(struct thread *, struct sched_getscheduler_args *);
-int sched_yield(struct thread *, struct sched_yield_args *);
-int sched_get_priority_max(struct thread *, struct sched_get_priority_max_args *);
-int sched_get_priority_min(struct thread *, struct sched_get_priority_min_args *);
-int sched_rr_get_interval(struct thread *, struct sched_rr_get_interval_args *);
-int utrace(struct thread *, struct utrace_args *);
-int kldsym(struct thread *, struct kldsym_args *);
-int jail(struct thread *, struct jail_args *);
-int nnpfs_syscall(struct thread *, struct nnpfs_syscall_args *);
-int sigprocmask(struct thread *, struct sigprocmask_args *);
-int sigsuspend(struct thread *, struct sigsuspend_args *);
-int sigpending(struct thread *, struct sigpending_args *);
-int sigtimedwait(struct thread *, struct sigtimedwait_args *);
-int sigwaitinfo(struct thread *, struct sigwaitinfo_args *);
-int __acl_get_file(struct thread *, struct __acl_get_file_args *);
-int __acl_set_file(struct thread *, struct __acl_set_file_args *);
-int __acl_get_fd(struct thread *, struct __acl_get_fd_args *);
-int __acl_set_fd(struct thread *, struct __acl_set_fd_args *);
-int __acl_delete_file(struct thread *, struct __acl_delete_file_args *);
-int __acl_delete_fd(struct thread *, struct __acl_delete_fd_args *);
-int __acl_aclcheck_file(struct thread *, struct __acl_aclcheck_file_args *);
-int __acl_aclcheck_fd(struct thread *, struct __acl_aclcheck_fd_args *);
-int extattrctl(struct thread *, struct extattrctl_args *);
-int extattr_set_file(struct thread *, struct extattr_set_file_args *);
-int extattr_get_file(struct thread *, struct extattr_get_file_args *);
-int extattr_delete_file(struct thread *, struct extattr_delete_file_args *);
-int aio_waitcomplete(struct thread *, struct aio_waitcomplete_args *);
-int getresuid(struct thread *, struct getresuid_args *);
-int getresgid(struct thread *, struct getresgid_args *);
-int kqueue(struct thread *, struct kqueue_args *);
-int kevent(struct thread *, struct kevent_args *);
-int extattr_set_fd(struct thread *, struct extattr_set_fd_args *);
-int extattr_get_fd(struct thread *, struct extattr_get_fd_args *);
-int extattr_delete_fd(struct thread *, struct extattr_delete_fd_args *);
-int __setugid(struct thread *, struct __setugid_args *);
-int eaccess(struct thread *, struct eaccess_args *);
-int afs3_syscall(struct thread *, struct afs3_syscall_args *);
-int nmount(struct thread *, struct nmount_args *);
-int __mac_get_proc(struct thread *, struct __mac_get_proc_args *);
-int __mac_set_proc(struct thread *, struct __mac_set_proc_args *);
-int __mac_get_fd(struct thread *, struct __mac_get_fd_args *);
-int __mac_get_file(struct thread *, struct __mac_get_file_args *);
-int __mac_set_fd(struct thread *, struct __mac_set_fd_args *);
-int __mac_set_file(struct thread *, struct __mac_set_file_args *);
-int kenv(struct thread *, struct kenv_args *);
-int lchflags(struct thread *, struct lchflags_args *);
-int uuidgen(struct thread *, struct uuidgen_args *);
-int sendfile(struct thread *, struct sendfile_args *);
-int mac_syscall(struct thread *, struct mac_syscall_args *);
-int getfsstat(struct thread *, struct getfsstat_args *);
-int statfs(struct thread *, struct statfs_args *);
-int fstatfs(struct thread *, struct fstatfs_args *);
-int fhstatfs(struct thread *, struct fhstatfs_args *);
-int ksem_close(struct thread *, struct ksem_close_args *);
-int ksem_post(struct thread *, struct ksem_post_args *);
-int ksem_wait(struct thread *, struct ksem_wait_args *);
-int ksem_trywait(struct thread *, struct ksem_trywait_args *);
-int ksem_init(struct thread *, struct ksem_init_args *);
-int ksem_open(struct thread *, struct ksem_open_args *);
-int ksem_unlink(struct thread *, struct ksem_unlink_args *);
-int ksem_getvalue(struct thread *, struct ksem_getvalue_args *);
-int ksem_destroy(struct thread *, struct ksem_destroy_args *);
-int __mac_get_pid(struct thread *, struct __mac_get_pid_args *);
-int __mac_get_link(struct thread *, struct __mac_get_link_args *);
-int __mac_set_link(struct thread *, struct __mac_set_link_args *);
-int extattr_set_link(struct thread *, struct extattr_set_link_args *);
-int extattr_get_link(struct thread *, struct extattr_get_link_args *);
-int extattr_delete_link(struct thread *, struct extattr_delete_link_args *);
-int __mac_execve(struct thread *, struct __mac_execve_args *);
-int sigaction(struct thread *, struct sigaction_args *);
-int sigreturn(struct thread *, struct sigreturn_args *);
-int getcontext(struct thread *, struct getcontext_args *);
-int setcontext(struct thread *, struct setcontext_args *);
-int swapcontext(struct thread *, struct swapcontext_args *);
-int swapoff(struct thread *, struct swapoff_args *);
-int __acl_get_link(struct thread *, struct __acl_get_link_args *);
-int __acl_set_link(struct thread *, struct __acl_set_link_args *);
-int __acl_delete_link(struct thread *, struct __acl_delete_link_args *);
-int __acl_aclcheck_link(struct thread *, struct __acl_aclcheck_link_args *);
-int sigwait(struct thread *, struct sigwait_args *);
-int thr_create(struct thread *, struct thr_create_args *);
-int thr_exit(struct thread *, struct thr_exit_args *);
-int thr_self(struct thread *, struct thr_self_args *);
-int thr_kill(struct thread *, struct thr_kill_args *);
-int _umtx_lock(struct thread *, struct _umtx_lock_args *);
-int _umtx_unlock(struct thread *, struct _umtx_unlock_args *);
-int jail_attach(struct thread *, struct jail_attach_args *);
-int extattr_list_fd(struct thread *, struct extattr_list_fd_args *);
-int extattr_list_file(struct thread *, struct extattr_list_file_args *);
-int extattr_list_link(struct thread *, struct extattr_list_link_args *);
-int ksem_timedwait(struct thread *, struct ksem_timedwait_args *);
-int thr_suspend(struct thread *, struct thr_suspend_args *);
-int thr_wake(struct thread *, struct thr_wake_args *);
-int kldunloadf(struct thread *, struct kldunloadf_args *);
-int audit(struct thread *, struct audit_args *);
-int auditon(struct thread *, struct auditon_args *);
-int getauid(struct thread *, struct getauid_args *);
-int setauid(struct thread *, struct setauid_args *);
-int getaudit(struct thread *, struct getaudit_args *);
-int setaudit(struct thread *, struct setaudit_args *);
-int getaudit_addr(struct thread *, struct getaudit_addr_args *);
-int setaudit_addr(struct thread *, struct setaudit_addr_args *);
-int auditctl(struct thread *, struct auditctl_args *);
-int _umtx_op(struct thread *, struct _umtx_op_args *);
-int thr_new(struct thread *, struct thr_new_args *);
-int sigqueue(struct thread *, struct sigqueue_args *);
-int kmq_open(struct thread *, struct kmq_open_args *);
-int kmq_setattr(struct thread *, struct kmq_setattr_args *);
-int kmq_timedreceive(struct thread *, struct kmq_timedreceive_args *);
-int kmq_timedsend(struct thread *, struct kmq_timedsend_args *);
-int kmq_notify(struct thread *, struct kmq_notify_args *);
-int kmq_unlink(struct thread *, struct kmq_unlink_args *);
-int abort2(struct thread *, struct abort2_args *);
-int thr_set_name(struct thread *, struct thr_set_name_args *);
-int aio_fsync(struct thread *, struct aio_fsync_args *);
-int rtprio_thread(struct thread *, struct rtprio_thread_args *);
-int sctp_peeloff(struct thread *, struct sctp_peeloff_args *);
-int sctp_generic_sendmsg(struct thread *, struct sctp_generic_sendmsg_args *);
-int sctp_generic_sendmsg_iov(struct thread *, struct sctp_generic_sendmsg_iov_args *);
-int sctp_generic_recvmsg(struct thread *, struct sctp_generic_recvmsg_args *);
-int pread(struct thread *, struct pread_args *);
-int pwrite(struct thread *, struct pwrite_args *);
-int mmap(struct thread *, struct mmap_args *);
-int lseek(struct thread *, struct lseek_args *);
-int truncate(struct thread *, struct truncate_args *);
-int ftruncate(struct thread *, struct ftruncate_args *);
-int thr_kill2(struct thread *, struct thr_kill2_args *);
-int shm_open(struct thread *, struct shm_open_args *);
-int shm_unlink(struct thread *, struct shm_unlink_args *);
-int cpuset(struct thread *, struct cpuset_args *);
-int cpuset_setid(struct thread *, struct cpuset_setid_args *);
-int cpuset_getid(struct thread *, struct cpuset_getid_args *);
-int cpuset_getaffinity(struct thread *, struct cpuset_getaffinity_args *);
-int cpuset_setaffinity(struct thread *, struct cpuset_setaffinity_args *);
-int faccessat(struct thread *, struct faccessat_args *);
-int fchmodat(struct thread *, struct fchmodat_args *);
-int fchownat(struct thread *, struct fchownat_args *);
-int fexecve(struct thread *, struct fexecve_args *);
-int fstatat(struct thread *, struct fstatat_args *);
-int futimesat(struct thread *, struct futimesat_args *);
-int linkat(struct thread *, struct linkat_args *);
-int mkdirat(struct thread *, struct mkdirat_args *);
-int mkfifoat(struct thread *, struct mkfifoat_args *);
-int mknodat(struct thread *, struct mknodat_args *);
-int openat(struct thread *, struct openat_args *);
-int readlinkat(struct thread *, struct readlinkat_args *);
-int renameat(struct thread *, struct renameat_args *);
-int symlinkat(struct thread *, struct symlinkat_args *);
-int unlinkat(struct thread *, struct unlinkat_args *);
-int posix_openpt(struct thread *, struct posix_openpt_args *);
-int gssd_syscall(struct thread *, struct gssd_syscall_args *);
-int jail_get(struct thread *, struct jail_get_args *);
-int jail_set(struct thread *, struct jail_set_args *);
-int jail_remove(struct thread *, struct jail_remove_args *);
-int closefrom(struct thread *, struct closefrom_args *);
-int __semctl(struct thread *, struct __semctl_args *);
-int msgctl(struct thread *, struct msgctl_args *);
-int shmctl(struct thread *, struct shmctl_args *);
-int lpathconf(struct thread *, struct lpathconf_args *);
-int cap_new(struct thread *, struct cap_new_args *);
-int cap_getrights(struct thread *, struct cap_getrights_args *);
-int cap_enter(struct thread *, struct cap_enter_args *);
-int cap_getmode(struct thread *, struct cap_getmode_args *);
-int pdfork(struct thread *, struct pdfork_args *);
-int pdkill(struct thread *, struct pdkill_args *);
-int pdgetpid(struct thread *, struct pdgetpid_args *);
-int pselect(struct thread *, struct pselect_args *);
-int getloginclass(struct thread *, struct getloginclass_args *);
-int setloginclass(struct thread *, struct setloginclass_args *);
-int rctl_get_racct(struct thread *, struct rctl_get_racct_args *);
-int rctl_get_rules(struct thread *, struct rctl_get_rules_args *);
-int rctl_get_limits(struct thread *, struct rctl_get_limits_args *);
-int rctl_add_rule(struct thread *, struct rctl_add_rule_args *);
-int rctl_remove_rule(struct thread *, struct rctl_remove_rule_args *);
-int posix_fallocate(struct thread *, struct posix_fallocate_args *);
+int sys___sysctl(struct thread *, struct sysctl_args *);
+int sys_mlock(struct thread *, struct mlock_args *);
+int sys_munlock(struct thread *, struct munlock_args *);
+int sys_undelete(struct thread *, struct undelete_args *);
+int sys_futimes(struct thread *, struct futimes_args *);
+int sys_getpgid(struct thread *, struct getpgid_args *);
+int sys_poll(struct thread *, struct poll_args *);
+int sys_semget(struct thread *, struct semget_args *);
+int sys_semop(struct thread *, struct semop_args *);
+int sys_msgget(struct thread *, struct msgget_args *);
+int sys_msgsnd(struct thread *, struct msgsnd_args *);
+int sys_msgrcv(struct thread *, struct msgrcv_args *);
+int sys_shmat(struct thread *, struct shmat_args *);
+int sys_shmdt(struct thread *, struct shmdt_args *);
+int sys_shmget(struct thread *, struct shmget_args *);
+int sys_clock_gettime(struct thread *, struct clock_gettime_args *);
+int sys_clock_settime(struct thread *, struct clock_settime_args *);
+int sys_clock_getres(struct thread *, struct clock_getres_args *);
+int sys_ktimer_create(struct thread *, struct ktimer_create_args *);
+int sys_ktimer_delete(struct thread *, struct ktimer_delete_args *);
+int sys_ktimer_settime(struct thread *, struct ktimer_settime_args *);
+int sys_ktimer_gettime(struct thread *, struct ktimer_gettime_args *);
+int sys_ktimer_getoverrun(struct thread *, struct ktimer_getoverrun_args *);
+int sys_nanosleep(struct thread *, struct nanosleep_args *);
+int sys_ntp_gettime(struct thread *, struct ntp_gettime_args *);
+int sys_minherit(struct thread *, struct minherit_args *);
+int sys_rfork(struct thread *, struct rfork_args *);
+int sys_openbsd_poll(struct thread *, struct openbsd_poll_args *);
+int sys_issetugid(struct thread *, struct issetugid_args *);
+int sys_lchown(struct thread *, struct lchown_args *);
+int sys_aio_read(struct thread *, struct aio_read_args *);
+int sys_aio_write(struct thread *, struct aio_write_args *);
+int sys_lio_listio(struct thread *, struct lio_listio_args *);
+int sys_getdents(struct thread *, struct getdents_args *);
+int sys_lchmod(struct thread *, struct lchmod_args *);
+int sys_lutimes(struct thread *, struct lutimes_args *);
+int sys_nstat(struct thread *, struct nstat_args *);
+int sys_nfstat(struct thread *, struct nfstat_args *);
+int sys_nlstat(struct thread *, struct nlstat_args *);
+int sys_preadv(struct thread *, struct preadv_args *);
+int sys_pwritev(struct thread *, struct pwritev_args *);
+int sys_fhopen(struct thread *, struct fhopen_args *);
+int sys_fhstat(struct thread *, struct fhstat_args *);
+int sys_modnext(struct thread *, struct modnext_args *);
+int sys_modstat(struct thread *, struct modstat_args *);
+int sys_modfnext(struct thread *, struct modfnext_args *);
+int sys_modfind(struct thread *, struct modfind_args *);
+int sys_kldload(struct thread *, struct kldload_args *);
+int sys_kldunload(struct thread *, struct kldunload_args *);
+int sys_kldfind(struct thread *, struct kldfind_args *);
+int sys_kldnext(struct thread *, struct kldnext_args *);
+int sys_kldstat(struct thread *, struct kldstat_args *);
+int sys_kldfirstmod(struct thread *, struct kldfirstmod_args *);
+int sys_getsid(struct thread *, struct getsid_args *);
+int sys_setresuid(struct thread *, struct setresuid_args *);
+int sys_setresgid(struct thread *, struct setresgid_args *);
+int sys_aio_return(struct thread *, struct aio_return_args *);
+int sys_aio_suspend(struct thread *, struct aio_suspend_args *);
+int sys_aio_cancel(struct thread *, struct aio_cancel_args *);
+int sys_aio_error(struct thread *, struct aio_error_args *);
+int sys_oaio_read(struct thread *, struct oaio_read_args *);
+int sys_oaio_write(struct thread *, struct oaio_write_args *);
+int sys_olio_listio(struct thread *, struct olio_listio_args *);
+int sys_yield(struct thread *, struct yield_args *);
+int sys_mlockall(struct thread *, struct mlockall_args *);
+int sys_munlockall(struct thread *, struct munlockall_args *);
+int sys___getcwd(struct thread *, struct __getcwd_args *);
+int sys_sched_setparam(struct thread *, struct sched_setparam_args *);
+int sys_sched_getparam(struct thread *, struct sched_getparam_args *);
+int sys_sched_setscheduler(struct thread *, struct sched_setscheduler_args *);
+int sys_sched_getscheduler(struct thread *, struct sched_getscheduler_args *);
+int sys_sched_yield(struct thread *, struct sched_yield_args *);
+int sys_sched_get_priority_max(struct thread *, struct sched_get_priority_max_args *);
+int sys_sched_get_priority_min(struct thread *, struct sched_get_priority_min_args *);
+int sys_sched_rr_get_interval(struct thread *, struct sched_rr_get_interval_args *);
+int sys_utrace(struct thread *, struct utrace_args *);
+int sys_kldsym(struct thread *, struct kldsym_args *);
+int sys_jail(struct thread *, struct jail_args *);
+int sys_nnpfs_syscall(struct thread *, struct nnpfs_syscall_args *);
+int sys_sigprocmask(struct thread *, struct sigprocmask_args *);
+int sys_sigsuspend(struct thread *, struct sigsuspend_args *);
+int sys_sigpending(struct thread *, struct sigpending_args *);
+int sys_sigtimedwait(struct thread *, struct sigtimedwait_args *);
+int sys_sigwaitinfo(struct thread *, struct sigwaitinfo_args *);
+int sys___acl_get_file(struct thread *, struct __acl_get_file_args *);
+int sys___acl_set_file(struct thread *, struct __acl_set_file_args *);
+int sys___acl_get_fd(struct thread *, struct __acl_get_fd_args *);
+int sys___acl_set_fd(struct thread *, struct __acl_set_fd_args *);
+int sys___acl_delete_file(struct thread *, struct __acl_delete_file_args *);
+int sys___acl_delete_fd(struct thread *, struct __acl_delete_fd_args *);
+int sys___acl_aclcheck_file(struct thread *, struct __acl_aclcheck_file_args *);
+int sys___acl_aclcheck_fd(struct thread *, struct __acl_aclcheck_fd_args *);
+int sys_extattrctl(struct thread *, struct extattrctl_args *);
+int sys_extattr_set_file(struct thread *, struct extattr_set_file_args *);
+int sys_extattr_get_file(struct thread *, struct extattr_get_file_args *);
+int sys_extattr_delete_file(struct thread *, struct extattr_delete_file_args *);
+int sys_aio_waitcomplete(struct thread *, struct aio_waitcomplete_args *);
+int sys_getresuid(struct thread *, struct getresuid_args *);
+int sys_getresgid(struct thread *, struct getresgid_args *);
+int sys_kqueue(struct thread *, struct kqueue_args *);
+int sys_kevent(struct thread *, struct kevent_args *);
+int sys_extattr_set_fd(struct thread *, struct extattr_set_fd_args *);
+int sys_extattr_get_fd(struct thread *, struct extattr_get_fd_args *);
+int sys_extattr_delete_fd(struct thread *, struct extattr_delete_fd_args *);
+int sys___setugid(struct thread *, struct __setugid_args *);
+int sys_eaccess(struct thread *, struct eaccess_args *);
+int sys_afs3_syscall(struct thread *, struct afs3_syscall_args *);
+int sys_nmount(struct thread *, struct nmount_args *);
+int sys___mac_get_proc(struct thread *, struct __mac_get_proc_args *);
+int sys___mac_set_proc(struct thread *, struct __mac_set_proc_args *);
+int sys___mac_get_fd(struct thread *, struct __mac_get_fd_args *);
+int sys___mac_get_file(struct thread *, struct __mac_get_file_args *);
+int sys___mac_set_fd(struct thread *, struct __mac_set_fd_args *);
+int sys___mac_set_file(struct thread *, struct __mac_set_file_args *);
+int sys_kenv(struct thread *, struct kenv_args *);
+int sys_lchflags(struct thread *, struct lchflags_args *);
+int sys_uuidgen(struct thread *, struct uuidgen_args *);
+int sys_sendfile(struct thread *, struct sendfile_args *);
+int sys_mac_syscall(struct thread *, struct mac_syscall_args *);
+int sys_getfsstat(struct thread *, struct getfsstat_args *);
+int sys_statfs(struct thread *, struct statfs_args *);
+int sys_fstatfs(struct thread *, struct fstatfs_args *);
+int sys_fhstatfs(struct thread *, struct fhstatfs_args *);
+int sys_ksem_close(struct thread *, struct ksem_close_args *);
+int sys_ksem_post(struct thread *, struct ksem_post_args *);
+int sys_ksem_wait(struct thread *, struct ksem_wait_args *);
+int sys_ksem_trywait(struct thread *, struct ksem_trywait_args *);
+int sys_ksem_init(struct thread *, struct ksem_init_args *);
+int sys_ksem_open(struct thread *, struct ksem_open_args *);
+int sys_ksem_unlink(struct thread *, struct ksem_unlink_args *);
+int sys_ksem_getvalue(struct thread *, struct ksem_getvalue_args *);
+int sys_ksem_destroy(struct thread *, struct ksem_destroy_args *);
+int sys___mac_get_pid(struct thread *, struct __mac_get_pid_args *);
+int sys___mac_get_link(struct thread *, struct __mac_get_link_args *);
+int sys___mac_set_link(struct thread *, struct __mac_set_link_args *);
+int sys_extattr_set_link(struct thread *, struct extattr_set_link_args *);
+int sys_extattr_get_link(struct thread *, struct extattr_get_link_args *);
+int sys_extattr_delete_link(struct thread *, struct extattr_delete_link_args *);
+int sys___mac_execve(struct thread *, struct __mac_execve_args *);
+int sys_sigaction(struct thread *, struct sigaction_args *);
+int sys_sigreturn(struct thread *, struct sigreturn_args *);
+int sys_getcontext(struct thread *, struct getcontext_args *);
+int sys_setcontext(struct thread *, struct setcontext_args *);
+int sys_swapcontext(struct thread *, struct swapcontext_args *);
+int sys_swapoff(struct thread *, struct swapoff_args *);
+int sys___acl_get_link(struct thread *, struct __acl_get_link_args *);
+int sys___acl_set_link(struct thread *, struct __acl_set_link_args *);
+int sys___acl_delete_link(struct thread *, struct __acl_delete_link_args *);
+int sys___acl_aclcheck_link(struct thread *, struct __acl_aclcheck_link_args *);
+int sys_sigwait(struct thread *, struct sigwait_args *);
+int sys_thr_create(struct thread *, struct thr_create_args *);
+int sys_thr_exit(struct thread *, struct thr_exit_args *);
+int sys_thr_self(struct thread *, struct thr_self_args *);
+int sys_thr_kill(struct thread *, struct thr_kill_args *);
+int sys__umtx_lock(struct thread *, struct _umtx_lock_args *);
+int sys__umtx_unlock(struct thread *, struct _umtx_unlock_args *);
+int sys_jail_attach(struct thread *, struct jail_attach_args *);
+int sys_extattr_list_fd(struct thread *, struct extattr_list_fd_args *);
+int sys_extattr_list_file(struct thread *, struct extattr_list_file_args *);
+int sys_extattr_list_link(struct thread *, struct extattr_list_link_args *);
+int sys_ksem_timedwait(struct thread *, struct ksem_timedwait_args *);
+int sys_thr_suspend(struct thread *, struct thr_suspend_args *);
+int sys_thr_wake(struct thread *, struct thr_wake_args *);
+int sys_kldunloadf(struct thread *, struct kldunloadf_args *);
+int sys_audit(struct thread *, struct audit_args *);
+int sys_auditon(struct thread *, struct auditon_args *);
+int sys_getauid(struct thread *, struct getauid_args *);
+int sys_setauid(struct thread *, struct setauid_args *);
+int sys_getaudit(struct thread *, struct getaudit_args *);
+int sys_setaudit(struct thread *, struct setaudit_args *);
+int sys_getaudit_addr(struct thread *, struct getaudit_addr_args *);
+int sys_setaudit_addr(struct thread *, struct setaudit_addr_args *);
+int sys_auditctl(struct thread *, struct auditctl_args *);
+int sys__umtx_op(struct thread *, struct _umtx_op_args *);
+int sys_thr_new(struct thread *, struct thr_new_args *);
+int sys_sigqueue(struct thread *, struct sigqueue_args *);
+int sys_kmq_open(struct thread *, struct kmq_open_args *);
+int sys_kmq_setattr(struct thread *, struct kmq_setattr_args *);
+int sys_kmq_timedreceive(struct thread *, struct kmq_timedreceive_args *);
+int sys_kmq_timedsend(struct thread *, struct kmq_timedsend_args *);
+int sys_kmq_notify(struct thread *, struct kmq_notify_args *);
+int sys_kmq_unlink(struct thread *, struct kmq_unlink_args *);
+int sys_abort2(struct thread *, struct abort2_args *);
+int sys_thr_set_name(struct thread *, struct thr_set_name_args *);
+int sys_aio_fsync(struct thread *, struct aio_fsync_args *);
+int sys_rtprio_thread(struct thread *, struct rtprio_thread_args *);
+int sys_sctp_peeloff(struct thread *, struct sctp_peeloff_args *);
+int sys_sctp_generic_sendmsg(struct thread *, struct sctp_generic_sendmsg_args *);
+int sys_sctp_generic_sendmsg_iov(struct thread *, struct sctp_generic_sendmsg_iov_args *);
+int sys_sctp_generic_recvmsg(struct thread *, struct sctp_generic_recvmsg_args *);
+int sys_pread(struct thread *, struct pread_args *);
+int sys_pwrite(struct thread *, struct pwrite_args *);
+int sys_mmap(struct thread *, struct mmap_args *);
+int sys_lseek(struct thread *, struct lseek_args *);
+int sys_truncate(struct thread *, struct truncate_args *);
+int sys_ftruncate(struct thread *, struct ftruncate_args *);
+int sys_thr_kill2(struct thread *, struct thr_kill2_args *);
+int sys_shm_open(struct thread *, struct shm_open_args *);
+int sys_shm_unlink(struct thread *, struct shm_unlink_args *);
+int sys_cpuset(struct thread *, struct cpuset_args *);
+int sys_cpuset_setid(struct thread *, struct cpuset_setid_args *);
+int sys_cpuset_getid(struct thread *, struct cpuset_getid_args *);
+int sys_cpuset_getaffinity(struct thread *, struct cpuset_getaffinity_args *);
+int sys_cpuset_setaffinity(struct thread *, struct cpuset_setaffinity_args *);
+int sys_faccessat(struct thread *, struct faccessat_args *);
+int sys_fchmodat(struct thread *, struct fchmodat_args *);
+int sys_fchownat(struct thread *, struct fchownat_args *);
+int sys_fexecve(struct thread *, struct fexecve_args *);
+int sys_fstatat(struct thread *, struct fstatat_args *);
+int sys_futimesat(struct thread *, struct futimesat_args *);
+int sys_linkat(struct thread *, struct linkat_args *);
+int sys_mkdirat(struct thread *, struct mkdirat_args *);
+int sys_mkfifoat(struct thread *, struct mkfifoat_args *);
+int sys_mknodat(struct thread *, struct mknodat_args *);
+int sys_openat(struct thread *, struct openat_args *);
+int sys_readlinkat(struct thread *, struct readlinkat_args *);
+int sys_renameat(struct thread *, struct renameat_args *);
+int sys_symlinkat(struct thread *, struct symlinkat_args *);
+int sys_unlinkat(struct thread *, struct unlinkat_args *);
+int sys_posix_openpt(struct thread *, struct posix_openpt_args *);
+int sys_gssd_syscall(struct thread *, struct gssd_syscall_args *);
+int sys_jail_get(struct thread *, struct jail_get_args *);
+int sys_jail_set(struct thread *, struct jail_set_args *);
+int sys_jail_remove(struct thread *, struct jail_remove_args *);
+int sys_closefrom(struct thread *, struct closefrom_args *);
+int sys___semctl(struct thread *, struct __semctl_args *);
+int sys_msgctl(struct thread *, struct msgctl_args *);
+int sys_shmctl(struct thread *, struct shmctl_args *);
+int sys_lpathconf(struct thread *, struct lpathconf_args *);
+int sys_cap_new(struct thread *, struct cap_new_args *);
+int sys_cap_getrights(struct thread *, struct cap_getrights_args *);
+int sys_cap_enter(struct thread *, struct cap_enter_args *);
+int sys_cap_getmode(struct thread *, struct cap_getmode_args *);
+int sys_pdfork(struct thread *, struct pdfork_args *);
+int sys_pdkill(struct thread *, struct pdkill_args *);
+int sys_pdgetpid(struct thread *, struct pdgetpid_args *);
+int sys_pselect(struct thread *, struct pselect_args *);
+int sys_getloginclass(struct thread *, struct getloginclass_args *);
+int sys_setloginclass(struct thread *, struct setloginclass_args *);
+int sys_rctl_get_racct(struct thread *, struct rctl_get_racct_args *);
+int sys_rctl_get_rules(struct thread *, struct rctl_get_rules_args *);
+int sys_rctl_get_limits(struct thread *, struct rctl_get_limits_args *);
+int sys_rctl_add_rule(struct thread *, struct rctl_add_rule_args *);
+int sys_rctl_remove_rule(struct thread *, struct rctl_remove_rule_args *);
+int sys_posix_fallocate(struct thread *, struct posix_fallocate_args *);
#ifdef COMPAT_43