xref: /netbsd/sys/compat/freebsd/freebsd_sysent.c (revision 6a89288a)
1*6a89288aSmrg /* $NetBSD: freebsd_sysent.c,v 1.45 2001/05/30 11:37:23 mrg Exp $ */
2d92ba4e0Sthorpej 
3e1ac4c63Smycroft /*
4e1ac4c63Smycroft  * System call switch table.
5e1ac4c63Smycroft  *
6e1ac4c63Smycroft  * DO NOT EDIT-- this file is automatically generated.
7cec7e3ceSjdolecek  * created from	NetBSD: syscalls.master,v 1.34 2000/12/17 16:11:38 jdolecek Exp
8e1ac4c63Smycroft  */
9e1ac4c63Smycroft 
10*6a89288aSmrg #if defined(_KERNEL_OPT)
11b13482a5Sthorpej #include "opt_ktrace.h"
12227197f1Sthorpej #include "opt_nfsserver.h"
1324f9914cSbjh21 #include "opt_ntp.h"
143461a6ebStron #include "opt_sysv.h"
15f0c77510Schristos #include "opt_compat_43.h"
166f0c98c0Sthorpej #include "fs_lfs.h"
176f0c98c0Sthorpej #include "fs_nfs.h"
186626f506Sjdolecek #endif
19e1ac4c63Smycroft #include <sys/param.h>
20e1ac4c63Smycroft #include <sys/systm.h>
21e1ac4c63Smycroft #include <sys/signal.h>
22e1ac4c63Smycroft #include <sys/mount.h>
23e1ac4c63Smycroft #include <sys/syscallargs.h>
24e1ac4c63Smycroft #include <compat/freebsd/freebsd_syscallargs.h>
25e1ac4c63Smycroft #include <machine/freebsd_machdep.h>
26e1ac4c63Smycroft 
27e1ac4c63Smycroft #define	s(type)	sizeof(type)
28e1ac4c63Smycroft 
29e1ac4c63Smycroft struct sysent freebsd_sysent[] = {
301b6a6642Sthorpej 	{ 0, 0, 0,
31e1ac4c63Smycroft 	    sys_nosys },			/* 0 = syscall */
321b6a6642Sthorpej 	{ 1, s(struct sys_exit_args), 0,
33e1ac4c63Smycroft 	    sys_exit },				/* 1 = exit */
341b6a6642Sthorpej 	{ 0, 0, 0,
35e1ac4c63Smycroft 	    sys_fork },				/* 2 = fork */
361b6a6642Sthorpej 	{ 3, s(struct sys_read_args), 0,
37e1ac4c63Smycroft 	    sys_read },				/* 3 = read */
381b6a6642Sthorpej 	{ 3, s(struct sys_write_args), 0,
39e1ac4c63Smycroft 	    sys_write },			/* 4 = write */
401b6a6642Sthorpej 	{ 3, s(struct freebsd_sys_open_args), 0,
41e1ac4c63Smycroft 	    freebsd_sys_open },			/* 5 = open */
421b6a6642Sthorpej 	{ 1, s(struct sys_close_args), 0,
43e1ac4c63Smycroft 	    sys_close },			/* 6 = close */
441b6a6642Sthorpej 	{ 4, s(struct sys_wait4_args), 0,
45e1ac4c63Smycroft 	    sys_wait4 },			/* 7 = wait4 */
461b6a6642Sthorpej 	{ 2, s(struct compat_43_freebsd_sys_creat_args), 0,
47e1ac4c63Smycroft 	    compat_43_freebsd_sys_creat },	/* 8 = ocreat */
481b6a6642Sthorpej 	{ 2, s(struct freebsd_sys_link_args), 0,
49e1ac4c63Smycroft 	    freebsd_sys_link },			/* 9 = link */
501b6a6642Sthorpej 	{ 1, s(struct freebsd_sys_unlink_args), 0,
51e1ac4c63Smycroft 	    freebsd_sys_unlink },		/* 10 = unlink */
521b6a6642Sthorpej 	{ 0, 0, 0,
53e1ac4c63Smycroft 	    sys_nosys },			/* 11 = obsolete execv */
541b6a6642Sthorpej 	{ 1, s(struct freebsd_sys_chdir_args), 0,
55e1ac4c63Smycroft 	    freebsd_sys_chdir },		/* 12 = chdir */
561b6a6642Sthorpej 	{ 1, s(struct sys_fchdir_args), 0,
57e1ac4c63Smycroft 	    sys_fchdir },			/* 13 = fchdir */
581b6a6642Sthorpej 	{ 3, s(struct freebsd_sys_mknod_args), 0,
59e1ac4c63Smycroft 	    freebsd_sys_mknod },		/* 14 = mknod */
601b6a6642Sthorpej 	{ 2, s(struct freebsd_sys_chmod_args), 0,
61e1ac4c63Smycroft 	    freebsd_sys_chmod },		/* 15 = chmod */
621b6a6642Sthorpej 	{ 3, s(struct freebsd_sys_chown_args), 0,
63e1ac4c63Smycroft 	    freebsd_sys_chown },		/* 16 = chown */
641b6a6642Sthorpej 	{ 1, s(struct sys_obreak_args), 0,
65e1ac4c63Smycroft 	    sys_obreak },			/* 17 = break */
661b6a6642Sthorpej 	{ 3, s(struct sys_getfsstat_args), 0,
67e1ac4c63Smycroft 	    sys_getfsstat },			/* 18 = getfsstat */
681b6a6642Sthorpej 	{ 3, s(struct compat_43_sys_lseek_args), 0,
69e1ac4c63Smycroft 	    compat_43_sys_lseek },		/* 19 = olseek */
701b6a6642Sthorpej 	{ 0, 0, 0,
71dd922505Smycroft 	    sys_getpid_with_ppid },		/* 20 = getpid_with_ppid */
721b6a6642Sthorpej 	{ 4, s(struct freebsd_sys_mount_args), 0,
73e1ac4c63Smycroft 	    freebsd_sys_mount },		/* 21 = mount */
741b6a6642Sthorpej 	{ 2, s(struct freebsd_sys_unmount_args), 0,
75e1ac4c63Smycroft 	    freebsd_sys_unmount },		/* 22 = unmount */
761b6a6642Sthorpej 	{ 1, s(struct sys_setuid_args), 0,
77e1ac4c63Smycroft 	    sys_setuid },			/* 23 = setuid */
781b6a6642Sthorpej 	{ 0, 0, 0,
79dd922505Smycroft 	    sys_getuid_with_euid },		/* 24 = getuid_with_euid */
801b6a6642Sthorpej 	{ 0, 0, 0,
81e1ac4c63Smycroft 	    sys_geteuid },			/* 25 = geteuid */
821b6a6642Sthorpej 	{ 4, s(struct freebsd_sys_ptrace_args), 0,
83e1ac4c63Smycroft 	    freebsd_sys_ptrace },		/* 26 = ptrace */
841b6a6642Sthorpej 	{ 3, s(struct sys_recvmsg_args), 0,
85e1ac4c63Smycroft 	    sys_recvmsg },			/* 27 = recvmsg */
861b6a6642Sthorpej 	{ 3, s(struct sys_sendmsg_args), 0,
87e1ac4c63Smycroft 	    sys_sendmsg },			/* 28 = sendmsg */
881b6a6642Sthorpej 	{ 6, s(struct sys_recvfrom_args), 0,
89e1ac4c63Smycroft 	    sys_recvfrom },			/* 29 = recvfrom */
901b6a6642Sthorpej 	{ 3, s(struct sys_accept_args), 0,
91e1ac4c63Smycroft 	    sys_accept },			/* 30 = accept */
921b6a6642Sthorpej 	{ 3, s(struct sys_getpeername_args), 0,
93e1ac4c63Smycroft 	    sys_getpeername },			/* 31 = getpeername */
941b6a6642Sthorpej 	{ 3, s(struct sys_getsockname_args), 0,
95e1ac4c63Smycroft 	    sys_getsockname },			/* 32 = getsockname */
961b6a6642Sthorpej 	{ 2, s(struct freebsd_sys_access_args), 0,
97e1ac4c63Smycroft 	    freebsd_sys_access },		/* 33 = access */
981b6a6642Sthorpej 	{ 2, s(struct freebsd_sys_chflags_args), 0,
99e1ac4c63Smycroft 	    freebsd_sys_chflags },		/* 34 = chflags */
1001b6a6642Sthorpej 	{ 2, s(struct sys_fchflags_args), 0,
101e1ac4c63Smycroft 	    sys_fchflags },			/* 35 = fchflags */
1021b6a6642Sthorpej 	{ 0, 0, 0,
103e1ac4c63Smycroft 	    sys_sync },				/* 36 = sync */
1041b6a6642Sthorpej 	{ 2, s(struct sys_kill_args), 0,
105e1ac4c63Smycroft 	    sys_kill },				/* 37 = kill */
1061b6a6642Sthorpej 	{ 2, s(struct compat_43_freebsd_sys_stat_args), 0,
1070585de87Schristos 	    compat_43_freebsd_sys_stat },	/* 38 = stat43 */
1081b6a6642Sthorpej 	{ 0, 0, 0,
10928484180Smycroft 	    sys_getppid },			/* 39 = getppid */
1101b6a6642Sthorpej 	{ 2, s(struct compat_43_freebsd_sys_lstat_args), 0,
1110585de87Schristos 	    compat_43_freebsd_sys_lstat },	/* 40 = lstat43 */
1121b6a6642Sthorpej 	{ 1, s(struct sys_dup_args), 0,
113e1ac4c63Smycroft 	    sys_dup },				/* 41 = dup */
1141b6a6642Sthorpej 	{ 0, 0, 0,
115e1ac4c63Smycroft 	    sys_pipe },				/* 42 = pipe */
1161b6a6642Sthorpej 	{ 0, 0, 0,
117e1ac4c63Smycroft 	    sys_getegid },			/* 43 = getegid */
1181b6a6642Sthorpej 	{ 4, s(struct sys_profil_args), 0,
119e1ac4c63Smycroft 	    sys_profil },			/* 44 = profil */
120e1ac4c63Smycroft #ifdef KTRACE
1211b6a6642Sthorpej 	{ 4, s(struct sys_ktrace_args), 0,
122e1ac4c63Smycroft 	    sys_ktrace },			/* 45 = ktrace */
123e1ac4c63Smycroft #else
1241b6a6642Sthorpej 	{ 0, 0, 0,
125cec7e3ceSjdolecek 	    sys_nosys },			/* 45 = excluded ktrace */
126e1ac4c63Smycroft #endif
1271b6a6642Sthorpej 	{ 3, s(struct compat_13_sys_sigaction_args), 0,
128f384c47bSmycroft 	    compat_13_sys_sigaction },		/* 46 = sigaction */
1291b6a6642Sthorpej 	{ 0, 0, 0,
130dd922505Smycroft 	    sys_getgid_with_egid },		/* 47 = getgid_with_egid */
1311b6a6642Sthorpej 	{ 2, s(struct compat_13_sys_sigprocmask_args), 0,
132f384c47bSmycroft 	    compat_13_sys_sigprocmask },	/* 48 = sigprocmask */
1331b6a6642Sthorpej 	{ 2, s(struct sys___getlogin_args), 0,
1346e5a87c7Schristos 	    sys___getlogin },			/* 49 = __getlogin */
1351b6a6642Sthorpej 	{ 1, s(struct sys_setlogin_args), 0,
136e1ac4c63Smycroft 	    sys_setlogin },			/* 50 = setlogin */
1371b6a6642Sthorpej 	{ 1, s(struct sys_acct_args), 0,
138e1ac4c63Smycroft 	    sys_acct },				/* 51 = acct */
1391b6a6642Sthorpej 	{ 0, 0, 0,
140f384c47bSmycroft 	    compat_13_sys_sigpending },		/* 52 = sigpending */
1411b6a6642Sthorpej 	{ 2, s(struct compat_13_sys_sigaltstack_args), 0,
142de86e7d5Sveego 	    compat_13_sys_sigaltstack },	/* 53 = sigaltstack */
1431b6a6642Sthorpej 	{ 3, s(struct freebsd_sys_ioctl_args), 0,
144e1ac4c63Smycroft 	    freebsd_sys_ioctl },		/* 54 = ioctl */
1451b6a6642Sthorpej 	{ 1, s(struct sys_reboot_args), 0,
146ec4586b8Schristos 	    sys_reboot },			/* 55 = oreboot */
1471b6a6642Sthorpej 	{ 1, s(struct freebsd_sys_revoke_args), 0,
148e1ac4c63Smycroft 	    freebsd_sys_revoke },		/* 56 = revoke */
1491b6a6642Sthorpej 	{ 2, s(struct freebsd_sys_symlink_args), 0,
150e1ac4c63Smycroft 	    freebsd_sys_symlink },		/* 57 = symlink */
1511b6a6642Sthorpej 	{ 3, s(struct freebsd_sys_readlink_args), 0,
152e1ac4c63Smycroft 	    freebsd_sys_readlink },		/* 58 = readlink */
1531b6a6642Sthorpej 	{ 3, s(struct freebsd_sys_execve_args), 0,
154e1ac4c63Smycroft 	    freebsd_sys_execve },		/* 59 = execve */
1551b6a6642Sthorpej 	{ 1, s(struct sys_umask_args), 0,
156e1ac4c63Smycroft 	    sys_umask },			/* 60 = umask */
1571b6a6642Sthorpej 	{ 1, s(struct freebsd_sys_chroot_args), 0,
158e1ac4c63Smycroft 	    freebsd_sys_chroot },		/* 61 = chroot */
1591b6a6642Sthorpej 	{ 2, s(struct compat_43_sys_fstat_args), 0,
1600585de87Schristos 	    compat_43_sys_fstat },		/* 62 = fstat43 */
1611b6a6642Sthorpej 	{ 4, s(struct compat_43_sys_getkerninfo_args), 0,
162e1ac4c63Smycroft 	    compat_43_sys_getkerninfo },	/* 63 = ogetkerninfo */
1631b6a6642Sthorpej 	{ 0, 0, 0,
164e1ac4c63Smycroft 	    compat_43_sys_getpagesize },	/* 64 = ogetpagesize */
1651b6a6642Sthorpej 	{ 3, s(struct freebsd_sys_msync_args), 0,
166e1ac4c63Smycroft 	    freebsd_sys_msync },		/* 65 = msync */
1671b6a6642Sthorpej 	{ 0, 0, 0,
168e1ac4c63Smycroft 	    sys_vfork },			/* 66 = vfork */
1691b6a6642Sthorpej 	{ 0, 0, 0,
170e1ac4c63Smycroft 	    sys_nosys },			/* 67 = obsolete vread */
1711b6a6642Sthorpej 	{ 0, 0, 0,
172e1ac4c63Smycroft 	    sys_nosys },			/* 68 = obsolete vwrite */
1731b6a6642Sthorpej 	{ 1, s(struct sys_sbrk_args), 0,
174e1ac4c63Smycroft 	    sys_sbrk },				/* 69 = sbrk */
1751b6a6642Sthorpej 	{ 1, s(struct sys_sstk_args), 0,
176e1ac4c63Smycroft 	    sys_sstk },				/* 70 = sstk */
1771b6a6642Sthorpej 	{ 6, s(struct compat_43_sys_mmap_args), 0,
178e1ac4c63Smycroft 	    compat_43_sys_mmap },		/* 71 = ommap */
1791b6a6642Sthorpej 	{ 1, s(struct sys_ovadvise_args), 0,
180e1ac4c63Smycroft 	    sys_ovadvise },			/* 72 = vadvise */
1811b6a6642Sthorpej 	{ 2, s(struct sys_munmap_args), 0,
182e1ac4c63Smycroft 	    sys_munmap },			/* 73 = munmap */
1831b6a6642Sthorpej 	{ 3, s(struct sys_mprotect_args), 0,
184e1ac4c63Smycroft 	    sys_mprotect },			/* 74 = mprotect */
1851b6a6642Sthorpej 	{ 3, s(struct sys_madvise_args), 0,
186e1ac4c63Smycroft 	    sys_madvise },			/* 75 = madvise */
1871b6a6642Sthorpej 	{ 0, 0, 0,
188e1ac4c63Smycroft 	    sys_nosys },			/* 76 = obsolete vhangup */
1891b6a6642Sthorpej 	{ 0, 0, 0,
190e1ac4c63Smycroft 	    sys_nosys },			/* 77 = obsolete vlimit */
1911b6a6642Sthorpej 	{ 3, s(struct sys_mincore_args), 0,
192e1ac4c63Smycroft 	    sys_mincore },			/* 78 = mincore */
1931b6a6642Sthorpej 	{ 2, s(struct sys_getgroups_args), 0,
194e1ac4c63Smycroft 	    sys_getgroups },			/* 79 = getgroups */
1951b6a6642Sthorpej 	{ 2, s(struct sys_setgroups_args), 0,
196e1ac4c63Smycroft 	    sys_setgroups },			/* 80 = setgroups */
1971b6a6642Sthorpej 	{ 0, 0, 0,
198e1ac4c63Smycroft 	    sys_getpgrp },			/* 81 = getpgrp */
1991b6a6642Sthorpej 	{ 2, s(struct sys_setpgid_args), 0,
200e1ac4c63Smycroft 	    sys_setpgid },			/* 82 = setpgid */
2011b6a6642Sthorpej 	{ 3, s(struct sys_setitimer_args), 0,
202e1ac4c63Smycroft 	    sys_setitimer },			/* 83 = setitimer */
2031b6a6642Sthorpej 	{ 0, 0, 0,
204e1ac4c63Smycroft 	    compat_43_sys_wait },		/* 84 = owait */
2051b6a6642Sthorpej 	{ 1, s(struct compat_12_sys_swapon_args), 0,
206896ec49cSthorpej 	    compat_12_sys_swapon },		/* 85 = swapon */
2071b6a6642Sthorpej 	{ 2, s(struct sys_getitimer_args), 0,
208e1ac4c63Smycroft 	    sys_getitimer },			/* 86 = getitimer */
2091b6a6642Sthorpej 	{ 2, s(struct compat_43_sys_gethostname_args), 0,
210e1ac4c63Smycroft 	    compat_43_sys_gethostname },	/* 87 = ogethostname */
2111b6a6642Sthorpej 	{ 2, s(struct compat_43_sys_sethostname_args), 0,
212e1ac4c63Smycroft 	    compat_43_sys_sethostname },	/* 88 = osethostname */
2131b6a6642Sthorpej 	{ 0, 0, 0,
214e1ac4c63Smycroft 	    compat_43_sys_getdtablesize },	/* 89 = ogetdtablesize */
2151b6a6642Sthorpej 	{ 2, s(struct sys_dup2_args), 0,
216e1ac4c63Smycroft 	    sys_dup2 },				/* 90 = dup2 */
2171b6a6642Sthorpej 	{ 0, 0, 0,
218e1ac4c63Smycroft 	    sys_nosys },			/* 91 = unimplemented getdopt */
2191b6a6642Sthorpej 	{ 3, s(struct sys_fcntl_args), 0,
220e1ac4c63Smycroft 	    sys_fcntl },			/* 92 = fcntl */
2211b6a6642Sthorpej 	{ 5, s(struct sys_select_args), 0,
222e1ac4c63Smycroft 	    sys_select },			/* 93 = select */
2231b6a6642Sthorpej 	{ 0, 0, 0,
224e1ac4c63Smycroft 	    sys_nosys },			/* 94 = unimplemented setdopt */
2251b6a6642Sthorpej 	{ 1, s(struct sys_fsync_args), 0,
226e1ac4c63Smycroft 	    sys_fsync },			/* 95 = fsync */
2271b6a6642Sthorpej 	{ 3, s(struct sys_setpriority_args), 0,
228e1ac4c63Smycroft 	    sys_setpriority },			/* 96 = setpriority */
2291b6a6642Sthorpej 	{ 3, s(struct sys_socket_args), 0,
230e1ac4c63Smycroft 	    sys_socket },			/* 97 = socket */
2311b6a6642Sthorpej 	{ 3, s(struct sys_connect_args), 0,
232e1ac4c63Smycroft 	    sys_connect },			/* 98 = connect */
2331b6a6642Sthorpej 	{ 3, s(struct compat_43_sys_accept_args), 0,
234e1ac4c63Smycroft 	    compat_43_sys_accept },		/* 99 = oaccept */
2351b6a6642Sthorpej 	{ 2, s(struct sys_getpriority_args), 0,
236e1ac4c63Smycroft 	    sys_getpriority },			/* 100 = getpriority */
2371b6a6642Sthorpej 	{ 4, s(struct compat_43_sys_send_args), 0,
238e1ac4c63Smycroft 	    compat_43_sys_send },		/* 101 = osend */
2391b6a6642Sthorpej 	{ 4, s(struct compat_43_sys_recv_args), 0,
240e1ac4c63Smycroft 	    compat_43_sys_recv },		/* 102 = orecv */
2411b6a6642Sthorpej 	{ 1, s(struct freebsd_sys_sigreturn_args), 0,
242e1ac4c63Smycroft 	    freebsd_sys_sigreturn },		/* 103 = sigreturn */
2431b6a6642Sthorpej 	{ 3, s(struct sys_bind_args), 0,
244e1ac4c63Smycroft 	    sys_bind },				/* 104 = bind */
2451b6a6642Sthorpej 	{ 5, s(struct sys_setsockopt_args), 0,
246e1ac4c63Smycroft 	    sys_setsockopt },			/* 105 = setsockopt */
2471b6a6642Sthorpej 	{ 2, s(struct sys_listen_args), 0,
248e1ac4c63Smycroft 	    sys_listen },			/* 106 = listen */
2491b6a6642Sthorpej 	{ 0, 0, 0,
250e1ac4c63Smycroft 	    sys_nosys },			/* 107 = obsolete vtimes */
2511b6a6642Sthorpej 	{ 3, s(struct compat_43_sys_sigvec_args), 0,
252e1ac4c63Smycroft 	    compat_43_sys_sigvec },		/* 108 = osigvec */
2531b6a6642Sthorpej 	{ 1, s(struct compat_43_sys_sigblock_args), 0,
254e1ac4c63Smycroft 	    compat_43_sys_sigblock },		/* 109 = osigblock */
2551b6a6642Sthorpej 	{ 1, s(struct compat_43_sys_sigsetmask_args), 0,
256e1ac4c63Smycroft 	    compat_43_sys_sigsetmask },		/* 110 = osigsetmask */
2571b6a6642Sthorpej 	{ 1, s(struct compat_13_sys_sigsuspend_args), 0,
258f384c47bSmycroft 	    compat_13_sys_sigsuspend },		/* 111 = sigsuspend */
2591b6a6642Sthorpej 	{ 2, s(struct compat_43_sys_sigstack_args), 0,
260e1ac4c63Smycroft 	    compat_43_sys_sigstack },		/* 112 = osigstack */
2611b6a6642Sthorpej 	{ 3, s(struct compat_43_sys_recvmsg_args), 0,
262e1ac4c63Smycroft 	    compat_43_sys_recvmsg },		/* 113 = orecvmsg */
2631b6a6642Sthorpej 	{ 3, s(struct compat_43_sys_sendmsg_args), 0,
264e1ac4c63Smycroft 	    compat_43_sys_sendmsg },		/* 114 = osendmsg */
265e1ac4c63Smycroft #ifdef TRACE
2661b6a6642Sthorpej 	{ 2, s(struct sys_vtrace_args), 0,
267e1ac4c63Smycroft 	    sys_vtrace },			/* 115 = vtrace */
268e1ac4c63Smycroft #else
2691b6a6642Sthorpej 	{ 0, 0, 0,
270e1ac4c63Smycroft 	    sys_nosys },			/* 115 = obsolete vtrace */
271e1ac4c63Smycroft #endif
2721b6a6642Sthorpej 	{ 2, s(struct sys_gettimeofday_args), 0,
273e1ac4c63Smycroft 	    sys_gettimeofday },			/* 116 = gettimeofday */
2741b6a6642Sthorpej 	{ 2, s(struct sys_getrusage_args), 0,
275e1ac4c63Smycroft 	    sys_getrusage },			/* 117 = getrusage */
2761b6a6642Sthorpej 	{ 5, s(struct sys_getsockopt_args), 0,
277e1ac4c63Smycroft 	    sys_getsockopt },			/* 118 = getsockopt */
2781b6a6642Sthorpej 	{ 0, 0, 0,
279e1ac4c63Smycroft 	    sys_nosys },			/* 119 = obsolete resuba */
2801b6a6642Sthorpej 	{ 3, s(struct sys_readv_args), 0,
281e1ac4c63Smycroft 	    sys_readv },			/* 120 = readv */
2821b6a6642Sthorpej 	{ 3, s(struct sys_writev_args), 0,
283e1ac4c63Smycroft 	    sys_writev },			/* 121 = writev */
2841b6a6642Sthorpej 	{ 2, s(struct sys_settimeofday_args), 0,
285e1ac4c63Smycroft 	    sys_settimeofday },			/* 122 = settimeofday */
2861b6a6642Sthorpej 	{ 3, s(struct sys_fchown_args), 0,
287e1ac4c63Smycroft 	    sys_fchown },			/* 123 = fchown */
2881b6a6642Sthorpej 	{ 2, s(struct sys_fchmod_args), 0,
289e1ac4c63Smycroft 	    sys_fchmod },			/* 124 = fchmod */
2901b6a6642Sthorpej 	{ 6, s(struct compat_43_sys_recvfrom_args), 0,
291e1ac4c63Smycroft 	    compat_43_sys_recvfrom },		/* 125 = orecvfrom */
2921b6a6642Sthorpej 	{ 2, s(struct sys_setreuid_args), 0,
293fdc697b5Smycroft 	    sys_setreuid },			/* 126 = setreuid */
2941b6a6642Sthorpej 	{ 2, s(struct sys_setregid_args), 0,
295fdc697b5Smycroft 	    sys_setregid },			/* 127 = setregid */
2961b6a6642Sthorpej 	{ 2, s(struct freebsd_sys_rename_args), 0,
297e1ac4c63Smycroft 	    freebsd_sys_rename },		/* 128 = rename */
2981b6a6642Sthorpej 	{ 2, s(struct compat_43_freebsd_sys_truncate_args), 0,
299e1ac4c63Smycroft 	    compat_43_freebsd_sys_truncate },	/* 129 = otruncate */
3001b6a6642Sthorpej 	{ 2, s(struct compat_43_sys_ftruncate_args), 0,
301e6d9bc87Smycroft 	    compat_43_sys_ftruncate },		/* 130 = oftruncate */
3021b6a6642Sthorpej 	{ 2, s(struct sys_flock_args), 0,
303e6d9bc87Smycroft 	    sys_flock },			/* 131 = flock */
3041b6a6642Sthorpej 	{ 2, s(struct freebsd_sys_mkfifo_args), 0,
305e1ac4c63Smycroft 	    freebsd_sys_mkfifo },		/* 132 = mkfifo */
3061b6a6642Sthorpej 	{ 6, s(struct sys_sendto_args), 0,
307e1ac4c63Smycroft 	    sys_sendto },			/* 133 = sendto */
3081b6a6642Sthorpej 	{ 2, s(struct sys_shutdown_args), 0,
309e1ac4c63Smycroft 	    sys_shutdown },			/* 134 = shutdown */
3101b6a6642Sthorpej 	{ 4, s(struct sys_socketpair_args), 0,
311e1ac4c63Smycroft 	    sys_socketpair },			/* 135 = socketpair */
3121b6a6642Sthorpej 	{ 2, s(struct freebsd_sys_mkdir_args), 0,
313e1ac4c63Smycroft 	    freebsd_sys_mkdir },		/* 136 = mkdir */
3141b6a6642Sthorpej 	{ 1, s(struct freebsd_sys_rmdir_args), 0,
315e1ac4c63Smycroft 	    freebsd_sys_rmdir },		/* 137 = rmdir */
3161b6a6642Sthorpej 	{ 2, s(struct sys_utimes_args), 0,
317e1ac4c63Smycroft 	    sys_utimes },			/* 138 = utimes */
3181b6a6642Sthorpej 	{ 0, 0, 0,
319e1ac4c63Smycroft 	    sys_nosys },			/* 139 = obsolete 4.2 sigreturn */
3201b6a6642Sthorpej 	{ 2, s(struct sys_adjtime_args), 0,
321e1ac4c63Smycroft 	    sys_adjtime },			/* 140 = adjtime */
3221b6a6642Sthorpej 	{ 3, s(struct compat_43_sys_getpeername_args), 0,
323e1ac4c63Smycroft 	    compat_43_sys_getpeername },	/* 141 = ogetpeername */
3241b6a6642Sthorpej 	{ 0, 0, 0,
325e1ac4c63Smycroft 	    compat_43_sys_gethostid },		/* 142 = ogethostid */
3261b6a6642Sthorpej 	{ 1, s(struct compat_43_sys_sethostid_args), 0,
327e1ac4c63Smycroft 	    compat_43_sys_sethostid },		/* 143 = osethostid */
3281b6a6642Sthorpej 	{ 2, s(struct compat_43_sys_getrlimit_args), 0,
329e1ac4c63Smycroft 	    compat_43_sys_getrlimit },		/* 144 = ogetrlimit */
3301b6a6642Sthorpej 	{ 2, s(struct compat_43_sys_setrlimit_args), 0,
331e1ac4c63Smycroft 	    compat_43_sys_setrlimit },		/* 145 = osetrlimit */
3321b6a6642Sthorpej 	{ 2, s(struct compat_43_sys_killpg_args), 0,
333e1ac4c63Smycroft 	    compat_43_sys_killpg },		/* 146 = okillpg */
3341b6a6642Sthorpej 	{ 0, 0, 0,
335e1ac4c63Smycroft 	    sys_setsid },			/* 147 = setsid */
3361b6a6642Sthorpej 	{ 4, s(struct sys_quotactl_args), 0,
337e1ac4c63Smycroft 	    sys_quotactl },			/* 148 = quotactl */
3381b6a6642Sthorpej 	{ 0, 0, 0,
339e1ac4c63Smycroft 	    compat_43_sys_quota },		/* 149 = oquota */
3401b6a6642Sthorpej 	{ 3, s(struct compat_43_sys_getsockname_args), 0,
341e1ac4c63Smycroft 	    compat_43_sys_getsockname },	/* 150 = ogetsockname */
3421b6a6642Sthorpej 	{ 0, 0, 0,
34301780e81Stv 	    sys_nosys },			/* 151 = unimplemented sem_lock */
3441b6a6642Sthorpej 	{ 0, 0, 0,
34501780e81Stv 	    sys_nosys },			/* 152 = unimplemented sem_wakeup */
3461b6a6642Sthorpej 	{ 0, 0, 0,
34701780e81Stv 	    sys_nosys },			/* 153 = unimplemented asyncdaemon */
3481b6a6642Sthorpej 	{ 0, 0, 0,
349e1ac4c63Smycroft 	    sys_nosys },			/* 154 = unimplemented */
350b266dedfSthorpej #if defined(NFS) || defined(NFSSERVER)
3511b6a6642Sthorpej 	{ 2, s(struct sys_nfssvc_args), 0,
352e1ac4c63Smycroft 	    sys_nfssvc },			/* 155 = nfssvc */
353e1ac4c63Smycroft #else
3541b6a6642Sthorpej 	{ 0, 0, 0,
35501780e81Stv 	    sys_nosys },			/* 155 = unimplemented nfssvc */
356e1ac4c63Smycroft #endif
3571b6a6642Sthorpej 	{ 4, s(struct compat_43_sys_getdirentries_args), 0,
358e1ac4c63Smycroft 	    compat_43_sys_getdirentries },	/* 156 = ogetdirentries */
3591b6a6642Sthorpej 	{ 2, s(struct freebsd_sys_statfs_args), 0,
360e1ac4c63Smycroft 	    freebsd_sys_statfs },		/* 157 = statfs */
3611b6a6642Sthorpej 	{ 2, s(struct sys_fstatfs_args), 0,
362e1ac4c63Smycroft 	    sys_fstatfs },			/* 158 = fstatfs */
3631b6a6642Sthorpej 	{ 0, 0, 0,
364e1ac4c63Smycroft 	    sys_nosys },			/* 159 = unimplemented */
3651b6a6642Sthorpej 	{ 0, 0, 0,
366e1ac4c63Smycroft 	    sys_nosys },			/* 160 = unimplemented */
367b266dedfSthorpej #ifdef NFS
3681b6a6642Sthorpej 	{ 2, s(struct freebsd_sys_getfh_args), 0,
369e1ac4c63Smycroft 	    freebsd_sys_getfh },		/* 161 = getfh */
370e1ac4c63Smycroft #else
3711b6a6642Sthorpej 	{ 0, 0, 0,
372e1ac4c63Smycroft 	    sys_nosys },			/* 161 = unimplemented getfh */
373e1ac4c63Smycroft #endif
3741b6a6642Sthorpej 	{ 2, s(struct compat_09_sys_getdomainname_args), 0,
375e1ac4c63Smycroft 	    compat_09_sys_getdomainname },	/* 162 = getdomainname */
3761b6a6642Sthorpej 	{ 2, s(struct compat_09_sys_setdomainname_args), 0,
377e1ac4c63Smycroft 	    compat_09_sys_setdomainname },	/* 163 = setdomainname */
3781b6a6642Sthorpej 	{ 1, s(struct compat_09_sys_uname_args), 0,
379e1ac4c63Smycroft 	    compat_09_sys_uname },		/* 164 = uname */
3801b6a6642Sthorpej 	{ 2, s(struct sys_sysarch_args), 0,
381e1ac4c63Smycroft 	    sys_sysarch },			/* 165 = sysarch */
3821b6a6642Sthorpej 	{ 3, s(struct freebsd_sys_rtprio_args), 0,
383e1ac4c63Smycroft 	    freebsd_sys_rtprio },		/* 166 = rtprio */
3841b6a6642Sthorpej 	{ 0, 0, 0,
385e1ac4c63Smycroft 	    sys_nosys },			/* 167 = unimplemented */
3861b6a6642Sthorpej 	{ 0, 0, 0,
387e1ac4c63Smycroft 	    sys_nosys },			/* 168 = unimplemented */
388e1ac4c63Smycroft #if defined(SYSVSEM) && !defined(alpha)
3891b6a6642Sthorpej 	{ 5, s(struct freebsd_sys_semsys_args), 0,
3901e948ee1Smycroft 	    freebsd_sys_semsys },		/* 169 = semsys */
391e1ac4c63Smycroft #else
3921b6a6642Sthorpej 	{ 0, 0, 0,
393e1ac4c63Smycroft 	    sys_nosys },			/* 169 = unimplemented 1.0 semsys */
394e1ac4c63Smycroft #endif
395e1ac4c63Smycroft #if defined(SYSVMSG) && !defined(alpha)
3961b6a6642Sthorpej 	{ 6, s(struct freebsd_sys_msgsys_args), 0,
3971e948ee1Smycroft 	    freebsd_sys_msgsys },		/* 170 = msgsys */
398e1ac4c63Smycroft #else
3991b6a6642Sthorpej 	{ 0, 0, 0,
400e1ac4c63Smycroft 	    sys_nosys },			/* 170 = unimplemented 1.0 msgsys */
401e1ac4c63Smycroft #endif
402e1ac4c63Smycroft #if defined(SYSVSHM) && !defined(alpha)
4031b6a6642Sthorpej 	{ 4, s(struct freebsd_sys_shmsys_args), 0,
4041e948ee1Smycroft 	    freebsd_sys_shmsys },		/* 171 = shmsys */
405e1ac4c63Smycroft #else
4061b6a6642Sthorpej 	{ 0, 0, 0,
407e1ac4c63Smycroft 	    sys_nosys },			/* 171 = unimplemented 1.0 shmsys */
408e1ac4c63Smycroft #endif
4091b6a6642Sthorpej 	{ 0, 0, 0,
410e1ac4c63Smycroft 	    sys_nosys },			/* 172 = unimplemented */
4111b6a6642Sthorpej 	{ 5, s(struct sys_pread_args), 0,
41201780e81Stv 	    sys_pread },			/* 173 = pread */
4131b6a6642Sthorpej 	{ 5, s(struct sys_pwrite_args), 0,
41401780e81Stv 	    sys_pwrite },			/* 174 = pwrite */
4151b6a6642Sthorpej 	{ 0, 0, 0,
416e1ac4c63Smycroft 	    sys_nosys },			/* 175 = unimplemented */
417a282297eSitojun #ifdef NTP
4181b6a6642Sthorpej 	{ 1, s(struct freebsd_ntp_adjtime_args), 0,
419e1ac4c63Smycroft 	    freebsd_ntp_adjtime },		/* 176 = freebsd_ntp_adjtime */
42024f9914cSbjh21 #else
4211b6a6642Sthorpej 	{ 0, 0, 0,
42224f9914cSbjh21 	    sys_nosys },			/* 176 = excluded ntp_adjtime */
42324f9914cSbjh21 #endif
4241b6a6642Sthorpej 	{ 0, 0, 0,
42501780e81Stv 	    sys_nosys },			/* 177 = unimplemented sfork */
4261b6a6642Sthorpej 	{ 0, 0, 0,
42701780e81Stv 	    sys_nosys },			/* 178 = unimplemented getdescriptor */
4281b6a6642Sthorpej 	{ 0, 0, 0,
42901780e81Stv 	    sys_nosys },			/* 179 = unimplemented setdescriptor */
4301b6a6642Sthorpej 	{ 0, 0, 0,
431e1ac4c63Smycroft 	    sys_nosys },			/* 180 = unimplemented */
4321b6a6642Sthorpej 	{ 1, s(struct sys_setgid_args), 0,
433e1ac4c63Smycroft 	    sys_setgid },			/* 181 = setgid */
4341b6a6642Sthorpej 	{ 1, s(struct sys_setegid_args), 0,
435e1ac4c63Smycroft 	    sys_setegid },			/* 182 = setegid */
4361b6a6642Sthorpej 	{ 1, s(struct sys_seteuid_args), 0,
437e1ac4c63Smycroft 	    sys_seteuid },			/* 183 = seteuid */
438e1ac4c63Smycroft #ifdef LFS
4391b6a6642Sthorpej 	{ 3, s(struct sys_lfs_bmapv_args), 0,
4406e2b65ecSdrochner 	    sys_lfs_bmapv },			/* 184 = lfs_bmapv */
4411b6a6642Sthorpej 	{ 3, s(struct sys_lfs_markv_args), 0,
4426e2b65ecSdrochner 	    sys_lfs_markv },			/* 185 = lfs_markv */
4431b6a6642Sthorpej 	{ 2, s(struct sys_lfs_segclean_args), 0,
4446e2b65ecSdrochner 	    sys_lfs_segclean },			/* 186 = lfs_segclean */
4451b6a6642Sthorpej 	{ 2, s(struct sys_lfs_segwait_args), 0,
4466e2b65ecSdrochner 	    sys_lfs_segwait },			/* 187 = lfs_segwait */
447e1ac4c63Smycroft #else
4481b6a6642Sthorpej 	{ 0, 0, 0,
449e1ac4c63Smycroft 	    sys_nosys },			/* 184 = unimplemented */
4501b6a6642Sthorpej 	{ 0, 0, 0,
451e1ac4c63Smycroft 	    sys_nosys },			/* 185 = unimplemented */
4521b6a6642Sthorpej 	{ 0, 0, 0,
453e1ac4c63Smycroft 	    sys_nosys },			/* 186 = unimplemented */
4541b6a6642Sthorpej 	{ 0, 0, 0,
455e1ac4c63Smycroft 	    sys_nosys },			/* 187 = unimplemented */
456e1ac4c63Smycroft #endif
4571b6a6642Sthorpej 	{ 2, s(struct freebsd_sys_stat_args), 0,
458e1ac4c63Smycroft 	    freebsd_sys_stat },			/* 188 = stat */
4591b6a6642Sthorpej 	{ 2, s(struct compat_12_sys_fstat_args), 0,
460e196a361Schristos 	    compat_12_sys_fstat },		/* 189 = fstat */
4611b6a6642Sthorpej 	{ 2, s(struct freebsd_sys_lstat_args), 0,
462e1ac4c63Smycroft 	    freebsd_sys_lstat },		/* 190 = lstat */
4631b6a6642Sthorpej 	{ 2, s(struct freebsd_sys_pathconf_args), 0,
464e1ac4c63Smycroft 	    freebsd_sys_pathconf },		/* 191 = pathconf */
4651b6a6642Sthorpej 	{ 2, s(struct sys_fpathconf_args), 0,
466e1ac4c63Smycroft 	    sys_fpathconf },			/* 192 = fpathconf */
4671b6a6642Sthorpej 	{ 0, 0, 0,
468e1ac4c63Smycroft 	    sys_nosys },			/* 193 = unimplemented */
4691b6a6642Sthorpej 	{ 2, s(struct sys_getrlimit_args), 0,
470e1ac4c63Smycroft 	    sys_getrlimit },			/* 194 = getrlimit */
4711b6a6642Sthorpej 	{ 2, s(struct sys_setrlimit_args), 0,
472e1ac4c63Smycroft 	    sys_setrlimit },			/* 195 = setrlimit */
4731b6a6642Sthorpej 	{ 4, s(struct compat_12_sys_getdirentries_args), 0,
47449d58c7dSfvdl 	    compat_12_sys_getdirentries },	/* 196 = getdirentries */
4751b6a6642Sthorpej 	{ 7, s(struct sys_mmap_args), 0,
476e1ac4c63Smycroft 	    sys_mmap },				/* 197 = mmap */
4771b6a6642Sthorpej 	{ 0, 0, 0,
478e1ac4c63Smycroft 	    sys_nosys },			/* 198 = __syscall */
4791b6a6642Sthorpej 	{ 4, s(struct sys_lseek_args), 0,
480e1ac4c63Smycroft 	    sys_lseek },			/* 199 = lseek */
4811b6a6642Sthorpej 	{ 3, s(struct freebsd_sys_truncate_args), 0,
482e1ac4c63Smycroft 	    freebsd_sys_truncate },		/* 200 = truncate */
4831b6a6642Sthorpej 	{ 3, s(struct sys_ftruncate_args), 0,
484e1ac4c63Smycroft 	    sys_ftruncate },			/* 201 = ftruncate */
4851b6a6642Sthorpej 	{ 6, s(struct sys___sysctl_args), 0,
486e1ac4c63Smycroft 	    sys___sysctl },			/* 202 = __sysctl */
4871b6a6642Sthorpej 	{ 2, s(struct sys_mlock_args), 0,
488e1ac4c63Smycroft 	    sys_mlock },			/* 203 = mlock */
4891b6a6642Sthorpej 	{ 2, s(struct sys_munlock_args), 0,
490e1ac4c63Smycroft 	    sys_munlock },			/* 204 = munlock */
491e1ac4c63Smycroft #ifdef FREEBSD_BASED_ON_44LITE_R2
4921b6a6642Sthorpej 	{ 1, s(struct freebsd_sys_undelete_args), 0,
493e1ac4c63Smycroft 	    freebsd_sys_undelete },		/* 205 = undelete */
494e1ac4c63Smycroft #else
4951b6a6642Sthorpej 	{ 0, 0, 0,
49601780e81Stv 	    sys_nosys },			/* 205 = unimplemented undelete */
497e1ac4c63Smycroft #endif
4981b6a6642Sthorpej 	{ 2, s(struct sys_futimes_args), 0,
499ec4586b8Schristos 	    sys_futimes },			/* 206 = futimes */
5001b6a6642Sthorpej 	{ 1, s(struct sys_getpgid_args), 0,
501ec4586b8Schristos 	    sys_getpgid },			/* 207 = getpgid */
502ec4586b8Schristos #if 0
5031b6a6642Sthorpej 	{ 2, s(struct sys_reboot_args), 0,
504ec4586b8Schristos 	    sys_reboot },			/* 208 = reboot */
505ec4586b8Schristos #else
5061b6a6642Sthorpej 	{ 0, 0, 0,
507ec4586b8Schristos 	    sys_nosys },			/* 208 = unimplemented newreboot */
508ec4586b8Schristos #endif
5091b6a6642Sthorpej 	{ 3, s(struct sys_poll_args), 0,
510ec4586b8Schristos 	    sys_poll },				/* 209 = poll */
5111b6a6642Sthorpej 	{ 0, 0, 0,
512e1ac4c63Smycroft 	    sys_nosys },			/* 210 = unimplemented */
5131b6a6642Sthorpej 	{ 0, 0, 0,
514e1ac4c63Smycroft 	    sys_nosys },			/* 211 = unimplemented */
5151b6a6642Sthorpej 	{ 0, 0, 0,
516e1ac4c63Smycroft 	    sys_nosys },			/* 212 = unimplemented */
5171b6a6642Sthorpej 	{ 0, 0, 0,
518e1ac4c63Smycroft 	    sys_nosys },			/* 213 = unimplemented */
5191b6a6642Sthorpej 	{ 0, 0, 0,
520e1ac4c63Smycroft 	    sys_nosys },			/* 214 = unimplemented */
5211b6a6642Sthorpej 	{ 0, 0, 0,
522e1ac4c63Smycroft 	    sys_nosys },			/* 215 = unimplemented */
5231b6a6642Sthorpej 	{ 0, 0, 0,
524e1ac4c63Smycroft 	    sys_nosys },			/* 216 = unimplemented */
5251b6a6642Sthorpej 	{ 0, 0, 0,
526e1ac4c63Smycroft 	    sys_nosys },			/* 217 = unimplemented */
5271b6a6642Sthorpej 	{ 0, 0, 0,
528e1ac4c63Smycroft 	    sys_nosys },			/* 218 = unimplemented */
5291b6a6642Sthorpej 	{ 0, 0, 0,
530e1ac4c63Smycroft 	    sys_nosys },			/* 219 = unimplemented */
531ec4586b8Schristos #ifdef SYSVSEM
5321b6a6642Sthorpej 	{ 4, s(struct compat_14_sys___semctl_args), 0,
533c1f3fb32Sthorpej 	    compat_14_sys___semctl },		/* 220 = __semctl */
5341b6a6642Sthorpej 	{ 3, s(struct sys_semget_args), 0,
535ec4586b8Schristos 	    sys_semget },			/* 221 = semget */
5361b6a6642Sthorpej 	{ 3, s(struct sys_semop_args), 0,
537ec4586b8Schristos 	    sys_semop },			/* 222 = semop */
5381b6a6642Sthorpej 	{ 1, s(struct sys_semconfig_args), 0,
539ec4586b8Schristos 	    sys_semconfig },			/* 223 = semconfig */
540ec4586b8Schristos #else
5411b6a6642Sthorpej 	{ 0, 0, 0,
542ec4586b8Schristos 	    sys_nosys },			/* 220 = unimplemented semctl */
5431b6a6642Sthorpej 	{ 0, 0, 0,
544ec4586b8Schristos 	    sys_nosys },			/* 221 = unimplemented semget */
5451b6a6642Sthorpej 	{ 0, 0, 0,
546ec4586b8Schristos 	    sys_nosys },			/* 222 = unimplemented semop */
5471b6a6642Sthorpej 	{ 0, 0, 0,
548ec4586b8Schristos 	    sys_nosys },			/* 223 = unimplemented semconfig */
549ec4586b8Schristos #endif
550ec4586b8Schristos #ifdef SYSVMSG
5511b6a6642Sthorpej 	{ 3, s(struct compat_14_sys_msgctl_args), 0,
552c1f3fb32Sthorpej 	    compat_14_sys_msgctl },		/* 224 = msgctl */
5531b6a6642Sthorpej 	{ 2, s(struct sys_msgget_args), 0,
554ec4586b8Schristos 	    sys_msgget },			/* 225 = msgget */
5551b6a6642Sthorpej 	{ 4, s(struct sys_msgsnd_args), 0,
556ec4586b8Schristos 	    sys_msgsnd },			/* 226 = msgsnd */
5571b6a6642Sthorpej 	{ 5, s(struct sys_msgrcv_args), 0,
558ec4586b8Schristos 	    sys_msgrcv },			/* 227 = msgrcv */
559ec4586b8Schristos #else
5601b6a6642Sthorpej 	{ 0, 0, 0,
561ec4586b8Schristos 	    sys_nosys },			/* 224 = unimplemented msgctl */
5621b6a6642Sthorpej 	{ 0, 0, 0,
563ec4586b8Schristos 	    sys_nosys },			/* 225 = unimplemented msgget */
5641b6a6642Sthorpej 	{ 0, 0, 0,
565ec4586b8Schristos 	    sys_nosys },			/* 226 = unimplemented msgsnd */
5661b6a6642Sthorpej 	{ 0, 0, 0,
567ec4586b8Schristos 	    sys_nosys },			/* 227 = unimplemented msgrcv */
568ec4586b8Schristos #endif
569ec4586b8Schristos #ifdef SYSVSHM
5701b6a6642Sthorpej 	{ 3, s(struct sys_shmat_args), 0,
571ec4586b8Schristos 	    sys_shmat },			/* 228 = shmat */
5721b6a6642Sthorpej 	{ 3, s(struct compat_14_sys_shmctl_args), 0,
573c1f3fb32Sthorpej 	    compat_14_sys_shmctl },		/* 229 = shmctl */
5741b6a6642Sthorpej 	{ 1, s(struct sys_shmdt_args), 0,
575ec4586b8Schristos 	    sys_shmdt },			/* 230 = shmdt */
5761b6a6642Sthorpej 	{ 3, s(struct sys_shmget_args), 0,
577ec4586b8Schristos 	    sys_shmget },			/* 231 = shmget */
578ec4586b8Schristos #else
5791b6a6642Sthorpej 	{ 0, 0, 0,
580ec4586b8Schristos 	    sys_nosys },			/* 228 = unimplemented shmat */
5811b6a6642Sthorpej 	{ 0, 0, 0,
582ec4586b8Schristos 	    sys_nosys },			/* 229 = unimplemented shmctl */
5831b6a6642Sthorpej 	{ 0, 0, 0,
584ec4586b8Schristos 	    sys_nosys },			/* 230 = unimplemented shmdt */
5851b6a6642Sthorpej 	{ 0, 0, 0,
586ec4586b8Schristos 	    sys_nosys },			/* 231 = unimplemented shmget */
587ec4586b8Schristos #endif
5881b6a6642Sthorpej 	{ 2, s(struct sys_clock_gettime_args), 0,
589ec4586b8Schristos 	    sys_clock_gettime },		/* 232 = clock_gettime */
5901b6a6642Sthorpej 	{ 2, s(struct sys_clock_settime_args), 0,
591ec4586b8Schristos 	    sys_clock_settime },		/* 233 = clock_settime */
5921b6a6642Sthorpej 	{ 2, s(struct sys_clock_getres_args), 0,
593ec4586b8Schristos 	    sys_clock_getres },			/* 234 = clock_getres */
5941b6a6642Sthorpej 	{ 0, 0, 0,
595ec4586b8Schristos 	    sys_nosys },			/* 235 = unimplemented timer_create */
5961b6a6642Sthorpej 	{ 0, 0, 0,
597ec4586b8Schristos 	    sys_nosys },			/* 236 = unimplemented timer_delete */
5981b6a6642Sthorpej 	{ 0, 0, 0,
599ec4586b8Schristos 	    sys_nosys },			/* 237 = unimplemented timer_settime */
6001b6a6642Sthorpej 	{ 0, 0, 0,
601ec4586b8Schristos 	    sys_nosys },			/* 238 = unimplemented timer_gettime */
6021b6a6642Sthorpej 	{ 0, 0, 0,
603ec4586b8Schristos 	    sys_nosys },			/* 239 = unimplemented timer_getoverrun */
6041b6a6642Sthorpej 	{ 2, s(struct sys_nanosleep_args), 0,
605ec4586b8Schristos 	    sys_nanosleep },			/* 240 = nanosleep */
6061b6a6642Sthorpej 	{ 0, 0, 0,
607fdd96411Senami 	    sys_nosys },			/* 241 = unimplemented */
6081b6a6642Sthorpej 	{ 0, 0, 0,
609fdd96411Senami 	    sys_nosys },			/* 242 = unimplemented */
6101b6a6642Sthorpej 	{ 0, 0, 0,
611fdd96411Senami 	    sys_nosys },			/* 243 = unimplemented */
6121b6a6642Sthorpej 	{ 0, 0, 0,
613fdd96411Senami 	    sys_nosys },			/* 244 = unimplemented */
6141b6a6642Sthorpej 	{ 0, 0, 0,
615fdd96411Senami 	    sys_nosys },			/* 245 = unimplemented */
6161b6a6642Sthorpej 	{ 0, 0, 0,
617fdd96411Senami 	    sys_nosys },			/* 246 = unimplemented */
6181b6a6642Sthorpej 	{ 0, 0, 0,
619fdd96411Senami 	    sys_nosys },			/* 247 = unimplemented */
6201b6a6642Sthorpej 	{ 0, 0, 0,
621fdd96411Senami 	    sys_nosys },			/* 248 = unimplemented */
6221b6a6642Sthorpej 	{ 0, 0, 0,
623fdd96411Senami 	    sys_nosys },			/* 249 = unimplemented */
6241b6a6642Sthorpej 	{ 0, 0, 0,
625ec4586b8Schristos 	    sys_nosys },			/* 250 = unimplemented minherit */
6261b6a6642Sthorpej 	{ 0, 0, 0,
627ec4586b8Schristos 	    sys_nosys },			/* 251 = unimplemented rfork */
6281b6a6642Sthorpej 	{ 0, 0, 0,
629ec4586b8Schristos 	    sys_nosys },			/* 252 = unimplemented openbsd_poll */
6301b6a6642Sthorpej 	{ 0, 0, 0,
63148145d04Sminoura 	    sys_issetugid },			/* 253 = issetugid */
6321b6a6642Sthorpej 	{ 3, s(struct freebsd_sys_lchown_args), 0,
633fdd96411Senami 	    freebsd_sys_lchown },		/* 254 = lchown */
6341b6a6642Sthorpej 	{ 0, 0, 0,
635ec4586b8Schristos 	    sys_nosys },			/* 255 = unimplemented */
6361b6a6642Sthorpej 	{ 0, 0, 0,
637ec4586b8Schristos 	    sys_nosys },			/* 256 = unimplemented */
6381b6a6642Sthorpej 	{ 0, 0, 0,
639ec4586b8Schristos 	    sys_nosys },			/* 257 = unimplemented */
6401b6a6642Sthorpej 	{ 0, 0, 0,
641ec4586b8Schristos 	    sys_nosys },			/* 258 = unimplemented */
6421b6a6642Sthorpej 	{ 0, 0, 0,
643ec4586b8Schristos 	    sys_nosys },			/* 259 = unimplemented */
6441b6a6642Sthorpej 	{ 0, 0, 0,
645ec4586b8Schristos 	    sys_nosys },			/* 260 = unimplemented */
6461b6a6642Sthorpej 	{ 0, 0, 0,
647ec4586b8Schristos 	    sys_nosys },			/* 261 = unimplemented */
6481b6a6642Sthorpej 	{ 0, 0, 0,
649ec4586b8Schristos 	    sys_nosys },			/* 262 = unimplemented */
6501b6a6642Sthorpej 	{ 0, 0, 0,
651ec4586b8Schristos 	    sys_nosys },			/* 263 = unimplemented */
6521b6a6642Sthorpej 	{ 0, 0, 0,
653ec4586b8Schristos 	    sys_nosys },			/* 264 = unimplemented */
6541b6a6642Sthorpej 	{ 0, 0, 0,
655ec4586b8Schristos 	    sys_nosys },			/* 265 = unimplemented */
6561b6a6642Sthorpej 	{ 0, 0, 0,
657ec4586b8Schristos 	    sys_nosys },			/* 266 = unimplemented */
6581b6a6642Sthorpej 	{ 0, 0, 0,
659ec4586b8Schristos 	    sys_nosys },			/* 267 = unimplemented */
6601b6a6642Sthorpej 	{ 0, 0, 0,
661ec4586b8Schristos 	    sys_nosys },			/* 268 = unimplemented */
6621b6a6642Sthorpej 	{ 0, 0, 0,
663ec4586b8Schristos 	    sys_nosys },			/* 269 = unimplemented */
6641b6a6642Sthorpej 	{ 0, 0, 0,
665ec4586b8Schristos 	    sys_nosys },			/* 270 = unimplemented */
6661b6a6642Sthorpej 	{ 0, 0, 0,
667ec4586b8Schristos 	    sys_nosys },			/* 271 = unimplemented */
6681b6a6642Sthorpej 	{ 3, s(struct sys_getdents_args), 0,
669ec4586b8Schristos 	    sys_getdents },			/* 272 = getdents */
6701b6a6642Sthorpej 	{ 0, 0, 0,
671ec4586b8Schristos 	    sys_nosys },			/* 273 = unimplemented */
6721b6a6642Sthorpej 	{ 2, s(struct sys_lchmod_args), 0,
673ec4586b8Schristos 	    sys_lchmod },			/* 274 = lchmod */
6741b6a6642Sthorpej 	{ 3, s(struct sys_lchown_args), 0,
675ec4586b8Schristos 	    sys_lchown },			/* 275 = netbsd_lchown */
6761b6a6642Sthorpej 	{ 2, s(struct sys_lutimes_args), 0,
677ec4586b8Schristos 	    sys_lutimes },			/* 276 = lutimes */
6781b6a6642Sthorpej 	{ 3, s(struct sys___msync13_args), 0,
679ec4586b8Schristos 	    sys___msync13 },			/* 277 = __msync13 */
6801b6a6642Sthorpej 	{ 2, s(struct sys___stat13_args), 0,
681ec4586b8Schristos 	    sys___stat13 },			/* 278 = __stat13 */
6821b6a6642Sthorpej 	{ 2, s(struct sys___fstat13_args), 0,
683ec4586b8Schristos 	    sys___fstat13 },			/* 279 = __fstat13 */
6841b6a6642Sthorpej 	{ 2, s(struct sys___lstat13_args), 0,
685ec4586b8Schristos 	    sys___lstat13 },			/* 280 = __lstat13 */
6861b6a6642Sthorpej 	{ 0, 0, 0,
687ec4586b8Schristos 	    sys_nosys },			/* 281 = unimplemented */
6881b6a6642Sthorpej 	{ 0, 0, 0,
689ec4586b8Schristos 	    sys_nosys },			/* 282 = unimplemented */
6901b6a6642Sthorpej 	{ 0, 0, 0,
691ec4586b8Schristos 	    sys_nosys },			/* 283 = unimplemented */
6921b6a6642Sthorpej 	{ 0, 0, 0,
693ec4586b8Schristos 	    sys_nosys },			/* 284 = unimplemented */
6941b6a6642Sthorpej 	{ 0, 0, 0,
695ec4586b8Schristos 	    sys_nosys },			/* 285 = unimplemented */
6961b6a6642Sthorpej 	{ 0, 0, 0,
697ec4586b8Schristos 	    sys_nosys },			/* 286 = unimplemented */
6981b6a6642Sthorpej 	{ 0, 0, 0,
699ec4586b8Schristos 	    sys_nosys },			/* 287 = unimplemented */
7001b6a6642Sthorpej 	{ 0, 0, 0,
701ec4586b8Schristos 	    sys_nosys },			/* 288 = unimplemented */
7021b6a6642Sthorpej 	{ 0, 0, 0,
703ec4586b8Schristos 	    sys_nosys },			/* 289 = unimplemented */
7041b6a6642Sthorpej 	{ 0, 0, 0,
705ec4586b8Schristos 	    sys_nosys },			/* 290 = unimplemented */
7061b6a6642Sthorpej 	{ 0, 0, 0,
707ec4586b8Schristos 	    sys_nosys },			/* 291 = unimplemented */
7081b6a6642Sthorpej 	{ 0, 0, 0,
709ec4586b8Schristos 	    sys_nosys },			/* 292 = unimplemented */
7101b6a6642Sthorpej 	{ 0, 0, 0,
711ec4586b8Schristos 	    sys_nosys },			/* 293 = unimplemented */
7121b6a6642Sthorpej 	{ 0, 0, 0,
713ec4586b8Schristos 	    sys_nosys },			/* 294 = unimplemented */
7141b6a6642Sthorpej 	{ 0, 0, 0,
715ec4586b8Schristos 	    sys_nosys },			/* 295 = unimplemented */
7161b6a6642Sthorpej 	{ 0, 0, 0,
717ec4586b8Schristos 	    sys_nosys },			/* 296 = unimplemented */
7181b6a6642Sthorpej 	{ 0, 0, 0,
71901780e81Stv 	    sys_nosys },			/* 297 = unimplemented fhstatfs */
7201b6a6642Sthorpej 	{ 0, 0, 0,
72101780e81Stv 	    sys_nosys },			/* 298 = unimplemented fhopen */
7221b6a6642Sthorpej 	{ 0, 0, 0,
72301780e81Stv 	    sys_nosys },			/* 299 = unimplemented fhstat */
7241b6a6642Sthorpej 	{ 0, 0, 0,
725ec4586b8Schristos 	    sys_nosys },			/* 300 = unimplemented modnext */
7261b6a6642Sthorpej 	{ 0, 0, 0,
727ec4586b8Schristos 	    sys_nosys },			/* 301 = unimplemented modstat */
7281b6a6642Sthorpej 	{ 0, 0, 0,
729ec4586b8Schristos 	    sys_nosys },			/* 302 = unimplemented modfnext */
7301b6a6642Sthorpej 	{ 0, 0, 0,
731ec4586b8Schristos 	    sys_nosys },			/* 303 = unimplemented modfind */
7321b6a6642Sthorpej 	{ 0, 0, 0,
733ec4586b8Schristos 	    sys_nosys },			/* 304 = unimplemented kldload */
7341b6a6642Sthorpej 	{ 0, 0, 0,
735ec4586b8Schristos 	    sys_nosys },			/* 305 = unimplemented kldunload */
7361b6a6642Sthorpej 	{ 0, 0, 0,
737ec4586b8Schristos 	    sys_nosys },			/* 306 = unimplemented kldfind */
7381b6a6642Sthorpej 	{ 0, 0, 0,
739ec4586b8Schristos 	    sys_nosys },			/* 307 = unimplemented kldnext */
7401b6a6642Sthorpej 	{ 0, 0, 0,
741ec4586b8Schristos 	    sys_nosys },			/* 308 = unimplemented kldstat */
7421b6a6642Sthorpej 	{ 0, 0, 0,
743ec4586b8Schristos 	    sys_nosys },			/* 309 = unimplemented kldfirstmod */
7441b6a6642Sthorpej 	{ 1, s(struct sys_getsid_args), 0,
74501780e81Stv 	    sys_getsid },			/* 310 = getsid */
7461b6a6642Sthorpej 	{ 0, 0, 0,
747ec4586b8Schristos 	    sys_nosys },			/* 311 = unimplemented setresuid */
7481b6a6642Sthorpej 	{ 0, 0, 0,
749ec4586b8Schristos 	    sys_nosys },			/* 312 = unimplemented setresgid */
7501b6a6642Sthorpej 	{ 0, 0, 0,
751ec4586b8Schristos 	    sys_nosys },			/* 313 = unimplemented signanosleep */
7521b6a6642Sthorpej 	{ 0, 0, 0,
753ec4586b8Schristos 	    sys_nosys },			/* 314 = unimplemented aio_return */
7541b6a6642Sthorpej 	{ 0, 0, 0,
755ec4586b8Schristos 	    sys_nosys },			/* 315 = unimplemented aio_suspend */
7561b6a6642Sthorpej 	{ 0, 0, 0,
757ec4586b8Schristos 	    sys_nosys },			/* 316 = unimplemented aio_cancel */
7581b6a6642Sthorpej 	{ 0, 0, 0,
759ec4586b8Schristos 	    sys_nosys },			/* 317 = unimplemented aio_error */
7601b6a6642Sthorpej 	{ 0, 0, 0,
761ec4586b8Schristos 	    sys_nosys },			/* 318 = unimplemented aio_read */
7621b6a6642Sthorpej 	{ 0, 0, 0,
763ec4586b8Schristos 	    sys_nosys },			/* 319 = unimplemented aio_write */
7641b6a6642Sthorpej 	{ 0, 0, 0,
765ec4586b8Schristos 	    sys_nosys },			/* 320 = unimplemented lio_listio */
7661b6a6642Sthorpej 	{ 0, 0, 0,
767ec4586b8Schristos 	    sys_nosys },			/* 321 = unimplemented yield */
7681b6a6642Sthorpej 	{ 0, 0, 0,
769ec4586b8Schristos 	    sys_nosys },			/* 322 = unimplemented thr_sleep */
7701b6a6642Sthorpej 	{ 0, 0, 0,
771ec4586b8Schristos 	    sys_nosys },			/* 323 = unimplemented thr_wakeup */
7721b6a6642Sthorpej 	{ 1, s(struct sys_mlockall_args), 0,
77301780e81Stv 	    sys_mlockall },			/* 324 = mlockall */
7741b6a6642Sthorpej 	{ 0, 0, 0,
77501780e81Stv 	    sys_munlockall },			/* 325 = munlockall */
7761b6a6642Sthorpej 	{ 2, s(struct sys___getcwd_args), 0,
77701780e81Stv 	    sys___getcwd },			/* 326 = __getcwd */
7781b6a6642Sthorpej 	{ 0, 0, 0,
779ec4586b8Schristos 	    sys_nosys },			/* 327 = unimplemented sched_setparam */
7801b6a6642Sthorpej 	{ 0, 0, 0,
781ec4586b8Schristos 	    sys_nosys },			/* 328 = unimplemented sched_getparam */
7821b6a6642Sthorpej 	{ 0, 0, 0,
783ec4586b8Schristos 	    sys_nosys },			/* 329 = unimplemented sched_setscheduler */
7841b6a6642Sthorpej 	{ 0, 0, 0,
785ec4586b8Schristos 	    sys_nosys },			/* 330 = unimplemented sched_getscheduler */
7861b6a6642Sthorpej 	{ 0, 0, 0,
787ec4586b8Schristos 	    sys_nosys },			/* 331 = unimplemented sched_yield */
7881b6a6642Sthorpej 	{ 0, 0, 0,
789ec4586b8Schristos 	    sys_nosys },			/* 332 = unimplemented sched_get_priority_max */
7901b6a6642Sthorpej 	{ 0, 0, 0,
791ec4586b8Schristos 	    sys_nosys },			/* 333 = unimplemented sched_get_priority_min */
7921b6a6642Sthorpej 	{ 0, 0, 0,
793ec4586b8Schristos 	    sys_nosys },			/* 334 = unimplemented sched_rr_get_interval */
7941b6a6642Sthorpej 	{ 2, s(struct freebsd_sys_utrace_args), 0,
795cec7e3ceSjdolecek 	    freebsd_sys_utrace },		/* 335 = utrace */
7961b6a6642Sthorpej 	{ 0, 0, 0,
797ec4586b8Schristos 	    sys_nosys },			/* 336 = unimplemented sendfile */
7981b6a6642Sthorpej 	{ 0, 0, 0,
799ec4586b8Schristos 	    sys_nosys },			/* 337 = unimplemented kldsym */
8001b6a6642Sthorpej 	{ 0, 0, 0,
80101780e81Stv 	    sys_nosys },			/* 338 = unimplemented jail */
8021b6a6642Sthorpej 	{ 0, 0, 0,
80301780e81Stv 	    sys_nosys },			/* 339 = unimplemented pioctl */
8041b6a6642Sthorpej 	{ 3, s(struct sys___sigprocmask14_args), 0,
8050dbbd8ceSonoe 	    sys___sigprocmask14 },		/* 340 = __sigprocmask14 */
8061b6a6642Sthorpej 	{ 1, s(struct sys___sigsuspend14_args), 0,
8070dbbd8ceSonoe 	    sys___sigsuspend14 },		/* 341 = __sigsuspend14 */
8081b6a6642Sthorpej 	{ 3, s(struct freebsd_sys_sigaction4_args), 0,
8090dbbd8ceSonoe 	    freebsd_sys_sigaction4 },		/* 342 = sigaction4 */
8101b6a6642Sthorpej 	{ 1, s(struct sys___sigpending14_args), 0,
8110dbbd8ceSonoe 	    sys___sigpending14 },		/* 343 = __sigpending14 */
8121b6a6642Sthorpej 	{ 0, 0, 0,
81301780e81Stv 	    sys_nosys },			/* 344 = unimplemented 4.0 sigreturn */
8141b6a6642Sthorpej 	{ 0, 0, 0,
81501780e81Stv 	    sys_nosys },			/* 345 = unimplemented sigtimedwait */
8161b6a6642Sthorpej 	{ 0, 0, 0,
81701780e81Stv 	    sys_nosys },			/* 346 = unimplemented sigwaitinfo */
8181b6a6642Sthorpej 	{ 0, 0, 0,
81901780e81Stv 	    sys_nosys },			/* 347 = unimplemented __acl_get_file */
8201b6a6642Sthorpej 	{ 0, 0, 0,
82101780e81Stv 	    sys_nosys },			/* 348 = unimplemented __acl_set_file */
8221b6a6642Sthorpej 	{ 0, 0, 0,
82301780e81Stv 	    sys_nosys },			/* 349 = unimplemented __acl_get_fd */
8241b6a6642Sthorpej 	{ 0, 0, 0,
82501780e81Stv 	    sys_nosys },			/* 350 = unimplemented __acl_set_fd */
8261b6a6642Sthorpej 	{ 0, 0, 0,
82701780e81Stv 	    sys_nosys },			/* 351 = unimplemented __acl_delete_file */
8281b6a6642Sthorpej 	{ 0, 0, 0,
82901780e81Stv 	    sys_nosys },			/* 352 = unimplemented __acl_delete_fd */
8301b6a6642Sthorpej 	{ 0, 0, 0,
83101780e81Stv 	    sys_nosys },			/* 353 = unimplemented __acl_aclcheck_file */
8321b6a6642Sthorpej 	{ 0, 0, 0,
83301780e81Stv 	    sys_nosys },			/* 354 = unimplemented __acl_aclcheck_fd */
8341b6a6642Sthorpej 	{ 0, 0, 0,
83501780e81Stv 	    sys_nosys },			/* 355 = unimplemented extattrctl */
8361b6a6642Sthorpej 	{ 0, 0, 0,
83701780e81Stv 	    sys_nosys },			/* 356 = unimplemented extattr_set_file */
8381b6a6642Sthorpej 	{ 0, 0, 0,
83901780e81Stv 	    sys_nosys },			/* 357 = unimplemented extattr_get_file */
8401b6a6642Sthorpej 	{ 0, 0, 0,
84101780e81Stv 	    sys_nosys },			/* 358 = unimplemented extattr_delete_file */
8421b6a6642Sthorpej 	{ 0, 0, 0,
84301780e81Stv 	    sys_nosys },			/* 359 = unimplemented aio_waitcomplete */
8441b6a6642Sthorpej 	{ 0, 0, 0,
84501780e81Stv 	    sys_nosys },			/* 360 = unimplemented getresuid */
8461b6a6642Sthorpej 	{ 0, 0, 0,
84701780e81Stv 	    sys_nosys },			/* 361 = unimplemented getresgid */
8481b6a6642Sthorpej 	{ 0, 0, 0,
84901780e81Stv 	    sys_nosys },			/* 362 = unimplemented kqueue */
8501b6a6642Sthorpej 	{ 0, 0, 0,
85101780e81Stv 	    sys_nosys },			/* 363 = unimplemented kevent */
8521b6a6642Sthorpej 	{ 0, 0, 0,
85351e3b887Smycroft 	    sys_nosys },			/* 364 = filler */
8541b6a6642Sthorpej 	{ 0, 0, 0,
85551e3b887Smycroft 	    sys_nosys },			/* 365 = filler */
8561b6a6642Sthorpej 	{ 0, 0, 0,
85751e3b887Smycroft 	    sys_nosys },			/* 366 = filler */
8581b6a6642Sthorpej 	{ 0, 0, 0,
85951e3b887Smycroft 	    sys_nosys },			/* 367 = filler */
8601b6a6642Sthorpej 	{ 0, 0, 0,
86151e3b887Smycroft 	    sys_nosys },			/* 368 = filler */
8621b6a6642Sthorpej 	{ 0, 0, 0,
86351e3b887Smycroft 	    sys_nosys },			/* 369 = filler */
8641b6a6642Sthorpej 	{ 0, 0, 0,
86551e3b887Smycroft 	    sys_nosys },			/* 370 = filler */
8661b6a6642Sthorpej 	{ 0, 0, 0,
86751e3b887Smycroft 	    sys_nosys },			/* 371 = filler */
8681b6a6642Sthorpej 	{ 0, 0, 0,
86951e3b887Smycroft 	    sys_nosys },			/* 372 = filler */
8701b6a6642Sthorpej 	{ 0, 0, 0,
87151e3b887Smycroft 	    sys_nosys },			/* 373 = filler */
8721b6a6642Sthorpej 	{ 0, 0, 0,
87351e3b887Smycroft 	    sys_nosys },			/* 374 = filler */
8741b6a6642Sthorpej 	{ 0, 0, 0,
87551e3b887Smycroft 	    sys_nosys },			/* 375 = filler */
8761b6a6642Sthorpej 	{ 0, 0, 0,
87751e3b887Smycroft 	    sys_nosys },			/* 376 = filler */
8781b6a6642Sthorpej 	{ 0, 0, 0,
87951e3b887Smycroft 	    sys_nosys },			/* 377 = filler */
8801b6a6642Sthorpej 	{ 0, 0, 0,
88151e3b887Smycroft 	    sys_nosys },			/* 378 = filler */
8821b6a6642Sthorpej 	{ 0, 0, 0,
88351e3b887Smycroft 	    sys_nosys },			/* 379 = filler */
8841b6a6642Sthorpej 	{ 0, 0, 0,
88551e3b887Smycroft 	    sys_nosys },			/* 380 = filler */
8861b6a6642Sthorpej 	{ 0, 0, 0,
88751e3b887Smycroft 	    sys_nosys },			/* 381 = filler */
8881b6a6642Sthorpej 	{ 0, 0, 0,
88951e3b887Smycroft 	    sys_nosys },			/* 382 = filler */
8901b6a6642Sthorpej 	{ 0, 0, 0,
89151e3b887Smycroft 	    sys_nosys },			/* 383 = filler */
8921b6a6642Sthorpej 	{ 0, 0, 0,
89351e3b887Smycroft 	    sys_nosys },			/* 384 = filler */
8941b6a6642Sthorpej 	{ 0, 0, 0,
89551e3b887Smycroft 	    sys_nosys },			/* 385 = filler */
8961b6a6642Sthorpej 	{ 0, 0, 0,
89751e3b887Smycroft 	    sys_nosys },			/* 386 = filler */
8981b6a6642Sthorpej 	{ 0, 0, 0,
89951e3b887Smycroft 	    sys_nosys },			/* 387 = filler */
9001b6a6642Sthorpej 	{ 0, 0, 0,
90151e3b887Smycroft 	    sys_nosys },			/* 388 = filler */
9021b6a6642Sthorpej 	{ 0, 0, 0,
90351e3b887Smycroft 	    sys_nosys },			/* 389 = filler */
9041b6a6642Sthorpej 	{ 0, 0, 0,
90551e3b887Smycroft 	    sys_nosys },			/* 390 = filler */
9061b6a6642Sthorpej 	{ 0, 0, 0,
90751e3b887Smycroft 	    sys_nosys },			/* 391 = filler */
9081b6a6642Sthorpej 	{ 0, 0, 0,
90951e3b887Smycroft 	    sys_nosys },			/* 392 = filler */
9101b6a6642Sthorpej 	{ 0, 0, 0,
91151e3b887Smycroft 	    sys_nosys },			/* 393 = filler */
9121b6a6642Sthorpej 	{ 0, 0, 0,
91351e3b887Smycroft 	    sys_nosys },			/* 394 = filler */
9141b6a6642Sthorpej 	{ 0, 0, 0,
91551e3b887Smycroft 	    sys_nosys },			/* 395 = filler */
9161b6a6642Sthorpej 	{ 0, 0, 0,
91751e3b887Smycroft 	    sys_nosys },			/* 396 = filler */
9181b6a6642Sthorpej 	{ 0, 0, 0,
91951e3b887Smycroft 	    sys_nosys },			/* 397 = filler */
9201b6a6642Sthorpej 	{ 0, 0, 0,
92151e3b887Smycroft 	    sys_nosys },			/* 398 = filler */
9221b6a6642Sthorpej 	{ 0, 0, 0,
92351e3b887Smycroft 	    sys_nosys },			/* 399 = filler */
9241b6a6642Sthorpej 	{ 0, 0, 0,
92551e3b887Smycroft 	    sys_nosys },			/* 400 = filler */
9261b6a6642Sthorpej 	{ 0, 0, 0,
92751e3b887Smycroft 	    sys_nosys },			/* 401 = filler */
9281b6a6642Sthorpej 	{ 0, 0, 0,
92951e3b887Smycroft 	    sys_nosys },			/* 402 = filler */
9301b6a6642Sthorpej 	{ 0, 0, 0,
93151e3b887Smycroft 	    sys_nosys },			/* 403 = filler */
9321b6a6642Sthorpej 	{ 0, 0, 0,
93351e3b887Smycroft 	    sys_nosys },			/* 404 = filler */
9341b6a6642Sthorpej 	{ 0, 0, 0,
93551e3b887Smycroft 	    sys_nosys },			/* 405 = filler */
9361b6a6642Sthorpej 	{ 0, 0, 0,
93751e3b887Smycroft 	    sys_nosys },			/* 406 = filler */
9381b6a6642Sthorpej 	{ 0, 0, 0,
93951e3b887Smycroft 	    sys_nosys },			/* 407 = filler */
9401b6a6642Sthorpej 	{ 0, 0, 0,
94151e3b887Smycroft 	    sys_nosys },			/* 408 = filler */
9421b6a6642Sthorpej 	{ 0, 0, 0,
94351e3b887Smycroft 	    sys_nosys },			/* 409 = filler */
9441b6a6642Sthorpej 	{ 0, 0, 0,
94551e3b887Smycroft 	    sys_nosys },			/* 410 = filler */
9461b6a6642Sthorpej 	{ 0, 0, 0,
94751e3b887Smycroft 	    sys_nosys },			/* 411 = filler */
9481b6a6642Sthorpej 	{ 0, 0, 0,
94951e3b887Smycroft 	    sys_nosys },			/* 412 = filler */
9501b6a6642Sthorpej 	{ 0, 0, 0,
95151e3b887Smycroft 	    sys_nosys },			/* 413 = filler */
9521b6a6642Sthorpej 	{ 0, 0, 0,
95351e3b887Smycroft 	    sys_nosys },			/* 414 = filler */
9541b6a6642Sthorpej 	{ 0, 0, 0,
95551e3b887Smycroft 	    sys_nosys },			/* 415 = filler */
9561b6a6642Sthorpej 	{ 0, 0, 0,
95751e3b887Smycroft 	    sys_nosys },			/* 416 = filler */
9581b6a6642Sthorpej 	{ 0, 0, 0,
95951e3b887Smycroft 	    sys_nosys },			/* 417 = filler */
9601b6a6642Sthorpej 	{ 0, 0, 0,
96151e3b887Smycroft 	    sys_nosys },			/* 418 = filler */
9621b6a6642Sthorpej 	{ 0, 0, 0,
96351e3b887Smycroft 	    sys_nosys },			/* 419 = filler */
9641b6a6642Sthorpej 	{ 0, 0, 0,
96551e3b887Smycroft 	    sys_nosys },			/* 420 = filler */
9661b6a6642Sthorpej 	{ 0, 0, 0,
96751e3b887Smycroft 	    sys_nosys },			/* 421 = filler */
9681b6a6642Sthorpej 	{ 0, 0, 0,
96951e3b887Smycroft 	    sys_nosys },			/* 422 = filler */
9701b6a6642Sthorpej 	{ 0, 0, 0,
97151e3b887Smycroft 	    sys_nosys },			/* 423 = filler */
9721b6a6642Sthorpej 	{ 0, 0, 0,
97351e3b887Smycroft 	    sys_nosys },			/* 424 = filler */
9741b6a6642Sthorpej 	{ 0, 0, 0,
97551e3b887Smycroft 	    sys_nosys },			/* 425 = filler */
9761b6a6642Sthorpej 	{ 0, 0, 0,
97751e3b887Smycroft 	    sys_nosys },			/* 426 = filler */
9781b6a6642Sthorpej 	{ 0, 0, 0,
97951e3b887Smycroft 	    sys_nosys },			/* 427 = filler */
9801b6a6642Sthorpej 	{ 0, 0, 0,
98151e3b887Smycroft 	    sys_nosys },			/* 428 = filler */
9821b6a6642Sthorpej 	{ 0, 0, 0,
98351e3b887Smycroft 	    sys_nosys },			/* 429 = filler */
9841b6a6642Sthorpej 	{ 0, 0, 0,
98551e3b887Smycroft 	    sys_nosys },			/* 430 = filler */
9861b6a6642Sthorpej 	{ 0, 0, 0,
98751e3b887Smycroft 	    sys_nosys },			/* 431 = filler */
9881b6a6642Sthorpej 	{ 0, 0, 0,
98951e3b887Smycroft 	    sys_nosys },			/* 432 = filler */
9901b6a6642Sthorpej 	{ 0, 0, 0,
99151e3b887Smycroft 	    sys_nosys },			/* 433 = filler */
9921b6a6642Sthorpej 	{ 0, 0, 0,
99351e3b887Smycroft 	    sys_nosys },			/* 434 = filler */
9941b6a6642Sthorpej 	{ 0, 0, 0,
99551e3b887Smycroft 	    sys_nosys },			/* 435 = filler */
9961b6a6642Sthorpej 	{ 0, 0, 0,
99751e3b887Smycroft 	    sys_nosys },			/* 436 = filler */
9981b6a6642Sthorpej 	{ 0, 0, 0,
99951e3b887Smycroft 	    sys_nosys },			/* 437 = filler */
10001b6a6642Sthorpej 	{ 0, 0, 0,
100151e3b887Smycroft 	    sys_nosys },			/* 438 = filler */
10021b6a6642Sthorpej 	{ 0, 0, 0,
100351e3b887Smycroft 	    sys_nosys },			/* 439 = filler */
10041b6a6642Sthorpej 	{ 0, 0, 0,
100551e3b887Smycroft 	    sys_nosys },			/* 440 = filler */
10061b6a6642Sthorpej 	{ 0, 0, 0,
100751e3b887Smycroft 	    sys_nosys },			/* 441 = filler */
10081b6a6642Sthorpej 	{ 0, 0, 0,
100951e3b887Smycroft 	    sys_nosys },			/* 442 = filler */
10101b6a6642Sthorpej 	{ 0, 0, 0,
101151e3b887Smycroft 	    sys_nosys },			/* 443 = filler */
10121b6a6642Sthorpej 	{ 0, 0, 0,
101351e3b887Smycroft 	    sys_nosys },			/* 444 = filler */
10141b6a6642Sthorpej 	{ 0, 0, 0,
101551e3b887Smycroft 	    sys_nosys },			/* 445 = filler */
10161b6a6642Sthorpej 	{ 0, 0, 0,
101751e3b887Smycroft 	    sys_nosys },			/* 446 = filler */
10181b6a6642Sthorpej 	{ 0, 0, 0,
101951e3b887Smycroft 	    sys_nosys },			/* 447 = filler */
10201b6a6642Sthorpej 	{ 0, 0, 0,
102151e3b887Smycroft 	    sys_nosys },			/* 448 = filler */
10221b6a6642Sthorpej 	{ 0, 0, 0,
102351e3b887Smycroft 	    sys_nosys },			/* 449 = filler */
10241b6a6642Sthorpej 	{ 0, 0, 0,
102551e3b887Smycroft 	    sys_nosys },			/* 450 = filler */
10261b6a6642Sthorpej 	{ 0, 0, 0,
102751e3b887Smycroft 	    sys_nosys },			/* 451 = filler */
10281b6a6642Sthorpej 	{ 0, 0, 0,
102951e3b887Smycroft 	    sys_nosys },			/* 452 = filler */
10301b6a6642Sthorpej 	{ 0, 0, 0,
103151e3b887Smycroft 	    sys_nosys },			/* 453 = filler */
10321b6a6642Sthorpej 	{ 0, 0, 0,
103351e3b887Smycroft 	    sys_nosys },			/* 454 = filler */
10341b6a6642Sthorpej 	{ 0, 0, 0,
103551e3b887Smycroft 	    sys_nosys },			/* 455 = filler */
10361b6a6642Sthorpej 	{ 0, 0, 0,
103751e3b887Smycroft 	    sys_nosys },			/* 456 = filler */
10381b6a6642Sthorpej 	{ 0, 0, 0,
103951e3b887Smycroft 	    sys_nosys },			/* 457 = filler */
10401b6a6642Sthorpej 	{ 0, 0, 0,
104151e3b887Smycroft 	    sys_nosys },			/* 458 = filler */
10421b6a6642Sthorpej 	{ 0, 0, 0,
104351e3b887Smycroft 	    sys_nosys },			/* 459 = filler */
10441b6a6642Sthorpej 	{ 0, 0, 0,
104551e3b887Smycroft 	    sys_nosys },			/* 460 = filler */
10461b6a6642Sthorpej 	{ 0, 0, 0,
104751e3b887Smycroft 	    sys_nosys },			/* 461 = filler */
10481b6a6642Sthorpej 	{ 0, 0, 0,
104951e3b887Smycroft 	    sys_nosys },			/* 462 = filler */
10501b6a6642Sthorpej 	{ 0, 0, 0,
105151e3b887Smycroft 	    sys_nosys },			/* 463 = filler */
10521b6a6642Sthorpej 	{ 0, 0, 0,
105351e3b887Smycroft 	    sys_nosys },			/* 464 = filler */
10541b6a6642Sthorpej 	{ 0, 0, 0,
105551e3b887Smycroft 	    sys_nosys },			/* 465 = filler */
10561b6a6642Sthorpej 	{ 0, 0, 0,
105751e3b887Smycroft 	    sys_nosys },			/* 466 = filler */
10581b6a6642Sthorpej 	{ 0, 0, 0,
105951e3b887Smycroft 	    sys_nosys },			/* 467 = filler */
10601b6a6642Sthorpej 	{ 0, 0, 0,
106151e3b887Smycroft 	    sys_nosys },			/* 468 = filler */
10621b6a6642Sthorpej 	{ 0, 0, 0,
106351e3b887Smycroft 	    sys_nosys },			/* 469 = filler */
10641b6a6642Sthorpej 	{ 0, 0, 0,
106551e3b887Smycroft 	    sys_nosys },			/* 470 = filler */
10661b6a6642Sthorpej 	{ 0, 0, 0,
106751e3b887Smycroft 	    sys_nosys },			/* 471 = filler */
10681b6a6642Sthorpej 	{ 0, 0, 0,
106951e3b887Smycroft 	    sys_nosys },			/* 472 = filler */
10701b6a6642Sthorpej 	{ 0, 0, 0,
107151e3b887Smycroft 	    sys_nosys },			/* 473 = filler */
10721b6a6642Sthorpej 	{ 0, 0, 0,
107351e3b887Smycroft 	    sys_nosys },			/* 474 = filler */
10741b6a6642Sthorpej 	{ 0, 0, 0,
107551e3b887Smycroft 	    sys_nosys },			/* 475 = filler */
10761b6a6642Sthorpej 	{ 0, 0, 0,
107751e3b887Smycroft 	    sys_nosys },			/* 476 = filler */
10781b6a6642Sthorpej 	{ 0, 0, 0,
107951e3b887Smycroft 	    sys_nosys },			/* 477 = filler */
10801b6a6642Sthorpej 	{ 0, 0, 0,
108151e3b887Smycroft 	    sys_nosys },			/* 478 = filler */
10821b6a6642Sthorpej 	{ 0, 0, 0,
108351e3b887Smycroft 	    sys_nosys },			/* 479 = filler */
10841b6a6642Sthorpej 	{ 0, 0, 0,
108551e3b887Smycroft 	    sys_nosys },			/* 480 = filler */
10861b6a6642Sthorpej 	{ 0, 0, 0,
108751e3b887Smycroft 	    sys_nosys },			/* 481 = filler */
10881b6a6642Sthorpej 	{ 0, 0, 0,
108951e3b887Smycroft 	    sys_nosys },			/* 482 = filler */
10901b6a6642Sthorpej 	{ 0, 0, 0,
109151e3b887Smycroft 	    sys_nosys },			/* 483 = filler */
10921b6a6642Sthorpej 	{ 0, 0, 0,
109351e3b887Smycroft 	    sys_nosys },			/* 484 = filler */
10941b6a6642Sthorpej 	{ 0, 0, 0,
109551e3b887Smycroft 	    sys_nosys },			/* 485 = filler */
10961b6a6642Sthorpej 	{ 0, 0, 0,
109751e3b887Smycroft 	    sys_nosys },			/* 486 = filler */
10981b6a6642Sthorpej 	{ 0, 0, 0,
109951e3b887Smycroft 	    sys_nosys },			/* 487 = filler */
11001b6a6642Sthorpej 	{ 0, 0, 0,
110151e3b887Smycroft 	    sys_nosys },			/* 488 = filler */
11021b6a6642Sthorpej 	{ 0, 0, 0,
110351e3b887Smycroft 	    sys_nosys },			/* 489 = filler */
11041b6a6642Sthorpej 	{ 0, 0, 0,
110551e3b887Smycroft 	    sys_nosys },			/* 490 = filler */
11061b6a6642Sthorpej 	{ 0, 0, 0,
110751e3b887Smycroft 	    sys_nosys },			/* 491 = filler */
11081b6a6642Sthorpej 	{ 0, 0, 0,
110951e3b887Smycroft 	    sys_nosys },			/* 492 = filler */
11101b6a6642Sthorpej 	{ 0, 0, 0,
111151e3b887Smycroft 	    sys_nosys },			/* 493 = filler */
11121b6a6642Sthorpej 	{ 0, 0, 0,
111351e3b887Smycroft 	    sys_nosys },			/* 494 = filler */
11141b6a6642Sthorpej 	{ 0, 0, 0,
111551e3b887Smycroft 	    sys_nosys },			/* 495 = filler */
11161b6a6642Sthorpej 	{ 0, 0, 0,
111751e3b887Smycroft 	    sys_nosys },			/* 496 = filler */
11181b6a6642Sthorpej 	{ 0, 0, 0,
111951e3b887Smycroft 	    sys_nosys },			/* 497 = filler */
11201b6a6642Sthorpej 	{ 0, 0, 0,
112151e3b887Smycroft 	    sys_nosys },			/* 498 = filler */
11221b6a6642Sthorpej 	{ 0, 0, 0,
112351e3b887Smycroft 	    sys_nosys },			/* 499 = filler */
11241b6a6642Sthorpej 	{ 0, 0, 0,
112551e3b887Smycroft 	    sys_nosys },			/* 500 = filler */
11261b6a6642Sthorpej 	{ 0, 0, 0,
112751e3b887Smycroft 	    sys_nosys },			/* 501 = filler */
11281b6a6642Sthorpej 	{ 0, 0, 0,
112951e3b887Smycroft 	    sys_nosys },			/* 502 = filler */
11301b6a6642Sthorpej 	{ 0, 0, 0,
113151e3b887Smycroft 	    sys_nosys },			/* 503 = filler */
11321b6a6642Sthorpej 	{ 0, 0, 0,
113351e3b887Smycroft 	    sys_nosys },			/* 504 = filler */
11341b6a6642Sthorpej 	{ 0, 0, 0,
113551e3b887Smycroft 	    sys_nosys },			/* 505 = filler */
11361b6a6642Sthorpej 	{ 0, 0, 0,
113751e3b887Smycroft 	    sys_nosys },			/* 506 = filler */
11381b6a6642Sthorpej 	{ 0, 0, 0,
113951e3b887Smycroft 	    sys_nosys },			/* 507 = filler */
11401b6a6642Sthorpej 	{ 0, 0, 0,
114151e3b887Smycroft 	    sys_nosys },			/* 508 = filler */
11421b6a6642Sthorpej 	{ 0, 0, 0,
114351e3b887Smycroft 	    sys_nosys },			/* 509 = filler */
11441b6a6642Sthorpej 	{ 0, 0, 0,
114551e3b887Smycroft 	    sys_nosys },			/* 510 = filler */
11461b6a6642Sthorpej 	{ 0, 0, 0,
114751e3b887Smycroft 	    sys_nosys },			/* 511 = filler */
1148e1ac4c63Smycroft };
1149e1ac4c63Smycroft 
1150