freebsd32_sysent.c revision 104739
1130812Smarcel/*
2130812Smarcel * System call switch table.
3130812Smarcel *
4130812Smarcel * DO NOT EDIT-- this file is automatically generated.
5130812Smarcel * $FreeBSD: head/sys/compat/freebsd32/freebsd32_sysent.c 104739 2002-10-09 22:28:48Z peter $
6130812Smarcel * created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.7 2002/10/09 22:27:24 peter Exp
7130812Smarcel */
8130812Smarcel
9130812Smarcel#include "opt_compat.h"
10130812Smarcel
11130812Smarcel#include <sys/param.h>
12130812Smarcel#include <sys/sysent.h>
13130812Smarcel#include <sys/sysproto.h>
14130812Smarcel#include <sys/mount.h>
15130812Smarcel#include <ia64/ia32/ia32.h>
16130812Smarcel#include <ia64/ia32/ia32_proto.h>
17130812Smarcel
18130812Smarcel#define AS(name) (sizeof(struct name) / sizeof(register_t))
19130812Smarcel
20130812Smarcel#ifdef COMPAT_FREEBSD4
21130812Smarcel#define compat4(n, name) n, (sy_call_t *)__CONCAT(freebsd4_,name)
22130812Smarcel#else
23130812Smarcel#define compat4(n, name) 0, (sy_call_t *)nosys
24130812Smarcel#endif
25130812Smarcel
26130812Smarcel/* The casts are bogus but will do for now. */
27130812Smarcelstruct sysent ia32_sysent[] = {
28130812Smarcel	{ SYF_MPSAFE | 0, (sy_call_t *)nosys },		/* 0 = syscall */
29130812Smarcel	{ SYF_MPSAFE | AS(sys_exit_args), (sy_call_t *)sys_exit },	/* 1 = exit */
30130812Smarcel	{ SYF_MPSAFE | 0, (sy_call_t *)fork },		/* 2 = fork */
31130812Smarcel	{ SYF_MPSAFE | AS(read_args), (sy_call_t *)read },	/* 3 = read */
32130812Smarcel	{ SYF_MPSAFE | AS(write_args), (sy_call_t *)write },	/* 4 = write */
33130812Smarcel	{ AS(ia32_open_args), (sy_call_t *)ia32_open },	/* 5 = ia32_open */
34130812Smarcel	{ SYF_MPSAFE | AS(close_args), (sy_call_t *)close },	/* 6 = close */
35130812Smarcel	{ SYF_MPSAFE | AS(ia32_wait4_args), (sy_call_t *)ia32_wait4 },	/* 7 = ia32_wait4 */
36130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 8 = obsolete old creat */
37130812Smarcel	{ AS(link_args), (sy_call_t *)link },		/* 9 = link */
38130812Smarcel	{ AS(unlink_args), (sy_call_t *)unlink },	/* 10 = unlink */
39130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 11 = obsolete execv */
40130812Smarcel	{ AS(chdir_args), (sy_call_t *)chdir },		/* 12 = chdir */
41130812Smarcel	{ AS(fchdir_args), (sy_call_t *)fchdir },	/* 13 = fchdir */
42130812Smarcel	{ AS(mknod_args), (sy_call_t *)mknod },		/* 14 = mknod */
43130812Smarcel	{ AS(chmod_args), (sy_call_t *)chmod },		/* 15 = chmod */
44130812Smarcel	{ AS(chown_args), (sy_call_t *)chown },		/* 16 = chown */
45130812Smarcel	{ SYF_MPSAFE | AS(obreak_args), (sy_call_t *)obreak },	/* 17 = break */
46130812Smarcel	{ AS(ia32_getfsstat_args), (sy_call_t *)ia32_getfsstat },	/* 18 = ia32_getfsstat */
47130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 19 = obsolete olseek */
48130812Smarcel	{ SYF_MPSAFE | 0, (sy_call_t *)getpid },	/* 20 = getpid */
49130812Smarcel	{ AS(mount_args), (sy_call_t *)mount },		/* 21 = mount */
50130812Smarcel	{ AS(unmount_args), (sy_call_t *)unmount },	/* 22 = unmount */
51130812Smarcel	{ SYF_MPSAFE | AS(setuid_args), (sy_call_t *)setuid },	/* 23 = setuid */
52130812Smarcel	{ SYF_MPSAFE | 0, (sy_call_t *)getuid },	/* 24 = getuid */
53130812Smarcel	{ SYF_MPSAFE | 0, (sy_call_t *)geteuid },	/* 25 = geteuid */
54130812Smarcel	{ AS(ptrace_args), (sy_call_t *)ptrace },	/* 26 = ptrace */
55130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 27 = recvmsg */
56130812Smarcel	{ SYF_MPSAFE | AS(sendmsg_args), (sy_call_t *)sendmsg },	/* 28 = sendmsg */
57130812Smarcel	{ SYF_MPSAFE | AS(recvfrom_args), (sy_call_t *)recvfrom },	/* 29 = recvfrom */
58130812Smarcel	{ SYF_MPSAFE | AS(accept_args), (sy_call_t *)accept },	/* 30 = accept */
59130812Smarcel	{ SYF_MPSAFE | AS(getpeername_args), (sy_call_t *)getpeername },	/* 31 = getpeername */
60130812Smarcel	{ SYF_MPSAFE | AS(getsockname_args), (sy_call_t *)getsockname },	/* 32 = getsockname */
61130812Smarcel	{ AS(ia32_access_args), (sy_call_t *)ia32_access },	/* 33 = ia32_access */
62130812Smarcel	{ AS(ia32_chflags_args), (sy_call_t *)ia32_chflags },	/* 34 = ia32_chflags */
63130812Smarcel	{ AS(fchflags_args), (sy_call_t *)fchflags },	/* 35 = fchflags */
64130812Smarcel	{ 0, (sy_call_t *)sync },			/* 36 = sync */
65130812Smarcel	{ SYF_MPSAFE | AS(kill_args), (sy_call_t *)kill },	/* 37 = kill */
66130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 38 = ostat */
67130812Smarcel	{ SYF_MPSAFE | 0, (sy_call_t *)getppid },	/* 39 = getppid */
68130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 40 = olstat */
69130812Smarcel	{ AS(dup_args), (sy_call_t *)dup },		/* 41 = dup */
70130812Smarcel	{ 0, (sy_call_t *)pipe },			/* 42 = pipe */
71130812Smarcel	{ SYF_MPSAFE | 0, (sy_call_t *)getegid },	/* 43 = getegid */
72130812Smarcel	{ SYF_MPSAFE | AS(profil_args), (sy_call_t *)profil },	/* 44 = profil */
73130812Smarcel	{ AS(ktrace_args), (sy_call_t *)ktrace },	/* 45 = ktrace */
74130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 46 = osigaction */
75130812Smarcel	{ SYF_MPSAFE | 0, (sy_call_t *)getgid },	/* 47 = getgid */
76130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 48 = osigprocmask */
77130812Smarcel	{ SYF_MPSAFE | AS(getlogin_args), (sy_call_t *)getlogin },	/* 49 = getlogin */
78130812Smarcel	{ SYF_MPSAFE | AS(setlogin_args), (sy_call_t *)setlogin },	/* 50 = setlogin */
79130812Smarcel	{ SYF_MPSAFE | AS(acct_args), (sy_call_t *)acct },	/* 51 = acct */
80130812Smarcel	{ SYF_MPSAFE | 0, (sy_call_t *)sigpending },	/* 52 = sigpending */
81130812Smarcel	{ AS(ia32_sigaltstack_args), (sy_call_t *)ia32_sigaltstack },	/* 53 = ia32_sigaltstack */
82130812Smarcel	{ SYF_MPSAFE | AS(ioctl_args), (sy_call_t *)ioctl },	/* 54 = ioctl */
83130812Smarcel	{ SYF_MPSAFE | AS(reboot_args), (sy_call_t *)reboot },	/* 55 = reboot */
84130812Smarcel	{ AS(revoke_args), (sy_call_t *)revoke },	/* 56 = revoke */
85130812Smarcel	{ AS(symlink_args), (sy_call_t *)symlink },	/* 57 = symlink */
86130812Smarcel	{ AS(readlink_args), (sy_call_t *)readlink },	/* 58 = readlink */
87130812Smarcel	{ AS(ia32_execve_args), (sy_call_t *)ia32_execve },	/* 59 = ia32_execve */
88130812Smarcel	{ SYF_MPSAFE | AS(umask_args), (sy_call_t *)umask },	/* 60 = umask */
89130812Smarcel	{ AS(chroot_args), (sy_call_t *)chroot },	/* 61 = chroot */
90130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 62 = obsolete ofstat */
91130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 63 = obsolete ogetkerninfo */
92130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 64 = obsolete ogetpagesize */
93130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 65 = obsolete omsync */
94130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 66 = obsolete ovfork */
95130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 67 = obsolete vread */
96130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 68 = obsolete vwrite */
97130812Smarcel	{ SYF_MPSAFE | AS(sbrk_args), (sy_call_t *)sbrk },	/* 69 = sbrk */
98130812Smarcel	{ SYF_MPSAFE | AS(sstk_args), (sy_call_t *)sstk },	/* 70 = sstk */
99130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 71 = obsolete ommap */
100130812Smarcel	{ SYF_MPSAFE | AS(ovadvise_args), (sy_call_t *)ovadvise },	/* 72 = vadvise */
101130812Smarcel	{ SYF_MPSAFE | AS(munmap_args), (sy_call_t *)munmap },	/* 73 = munmap */
102130812Smarcel	{ SYF_MPSAFE | AS(mprotect_args), (sy_call_t *)mprotect },	/* 74 = mprotect */
103130812Smarcel	{ SYF_MPSAFE | AS(madvise_args), (sy_call_t *)madvise },	/* 75 = madvise */
104130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 76 = obsolete vhangup */
105130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 77 = obsolete vlimit */
106130812Smarcel	{ SYF_MPSAFE | AS(mincore_args), (sy_call_t *)mincore },	/* 78 = mincore */
107130812Smarcel	{ SYF_MPSAFE | AS(getgroups_args), (sy_call_t *)getgroups },	/* 79 = getgroups */
108130812Smarcel	{ SYF_MPSAFE | AS(setgroups_args), (sy_call_t *)setgroups },	/* 80 = setgroups */
109130812Smarcel	{ SYF_MPSAFE | 0, (sy_call_t *)getpgrp },	/* 81 = getpgrp */
110130812Smarcel	{ SYF_MPSAFE | AS(setpgid_args), (sy_call_t *)setpgid },	/* 82 = setpgid */
111130812Smarcel	{ AS(ia32_setitimer_args), (sy_call_t *)ia32_setitimer },	/* 83 = ia32_setitimer */
112130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 84 = obsolete owait */
113130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 85 = obsolete oswapon */
114130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 86 = obsolete ogetitimer */
115130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 87 = obsolete ogethostname */
116130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 88 = obsolete osethostname */
117130812Smarcel	{ SYF_MPSAFE | 0, (sy_call_t *)getdtablesize },	/* 89 = getdtablesize */
118130812Smarcel	{ SYF_MPSAFE | AS(dup2_args), (sy_call_t *)dup2 },	/* 90 = dup2 */
119130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 91 = getdopt */
120130812Smarcel	{ SYF_MPSAFE | AS(fcntl_args), (sy_call_t *)fcntl },	/* 92 = fcntl */
121130812Smarcel	{ AS(ia32_select_args), (sy_call_t *)ia32_select },	/* 93 = ia32_select */
122130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 94 = setdopt */
123130812Smarcel	{ AS(fsync_args), (sy_call_t *)fsync },		/* 95 = fsync */
124130812Smarcel	{ SYF_MPSAFE | AS(setpriority_args), (sy_call_t *)setpriority },	/* 96 = setpriority */
125130812Smarcel	{ SYF_MPSAFE | AS(socket_args), (sy_call_t *)socket },	/* 97 = socket */
126130812Smarcel	{ SYF_MPSAFE | AS(connect_args), (sy_call_t *)connect },	/* 98 = connect */
127130812Smarcel	{ SYF_MPSAFE | AS(accept_args), (sy_call_t *)accept },	/* 99 = accept */
128130812Smarcel	{ SYF_MPSAFE | AS(getpriority_args), (sy_call_t *)getpriority },	/* 100 = getpriority */
129130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 101 = obsolete osend */
130130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 102 = obsolete orecv */
131130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 103 = obsolete osigreturn */
132130812Smarcel	{ SYF_MPSAFE | AS(bind_args), (sy_call_t *)bind },	/* 104 = bind */
133130812Smarcel	{ SYF_MPSAFE | AS(setsockopt_args), (sy_call_t *)setsockopt },	/* 105 = setsockopt */
134130812Smarcel	{ SYF_MPSAFE | AS(listen_args), (sy_call_t *)listen },	/* 106 = listen */
135130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 107 = obsolete vtimes */
136130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 108 = obsolete osigvec */
137130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 109 = obsolete osigblock */
138130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 110 = obsolete osigsetmask */
139130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 111 = obsolete osigsuspend */
140130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 112 = obsolete osigstack */
141130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 113 = obsolete orecvmsg */
142130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 114 = obsolete osendmsg */
143130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 115 = obsolete vtrace */
144130812Smarcel	{ AS(ia32_gettimeofday_args), (sy_call_t *)ia32_gettimeofday },	/* 116 = ia32_gettimeofday */
145130812Smarcel	{ AS(ia32_getrusage_args), (sy_call_t *)ia32_getrusage },	/* 117 = ia32_getrusage */
146130812Smarcel	{ SYF_MPSAFE | AS(getsockopt_args), (sy_call_t *)getsockopt },	/* 118 = getsockopt */
147130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 119 = resuba */
148130812Smarcel	{ AS(ia32_readv_args), (sy_call_t *)ia32_readv },	/* 120 = ia32_readv */
149130812Smarcel	{ AS(ia32_writev_args), (sy_call_t *)ia32_writev },	/* 121 = ia32_writev */
150130812Smarcel	{ AS(ia32_settimeofday_args), (sy_call_t *)ia32_settimeofday },	/* 122 = ia32_settimeofday */
151130812Smarcel	{ AS(fchown_args), (sy_call_t *)fchown },	/* 123 = fchown */
152130812Smarcel	{ AS(fchmod_args), (sy_call_t *)fchmod },	/* 124 = fchmod */
153130812Smarcel	{ SYF_MPSAFE | AS(recvfrom_args), (sy_call_t *)recvfrom },	/* 125 = recvfrom */
154130812Smarcel	{ SYF_MPSAFE | AS(setreuid_args), (sy_call_t *)setreuid },	/* 126 = setreuid */
155130812Smarcel	{ SYF_MPSAFE | AS(setregid_args), (sy_call_t *)setregid },	/* 127 = setregid */
156130812Smarcel	{ AS(rename_args), (sy_call_t *)rename },	/* 128 = rename */
157130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 129 = obsolete otruncate */
158130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 130 = obsolete ftruncate */
159130812Smarcel	{ SYF_MPSAFE | AS(flock_args), (sy_call_t *)flock },	/* 131 = flock */
160130812Smarcel	{ AS(mkfifo_args), (sy_call_t *)mkfifo },	/* 132 = mkfifo */
161130812Smarcel	{ SYF_MPSAFE | AS(sendto_args), (sy_call_t *)sendto },	/* 133 = sendto */
162130812Smarcel	{ SYF_MPSAFE | AS(shutdown_args), (sy_call_t *)shutdown },	/* 134 = shutdown */
163130812Smarcel	{ SYF_MPSAFE | AS(socketpair_args), (sy_call_t *)socketpair },	/* 135 = socketpair */
164130812Smarcel	{ AS(mkdir_args), (sy_call_t *)mkdir },		/* 136 = mkdir */
165130812Smarcel	{ AS(rmdir_args), (sy_call_t *)rmdir },		/* 137 = rmdir */
166130812Smarcel	{ AS(ia32_utimes_args), (sy_call_t *)ia32_utimes },	/* 138 = ia32_utimes */
167130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 139 = obsolete 4.2 sigreturn */
168130812Smarcel	{ AS(ia32_adjtime_args), (sy_call_t *)ia32_adjtime },	/* 140 = ia32_adjtime */
169130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 141 = obsolete ogetpeername */
170130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 142 = obsolete ogethostid */
171130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 143 = obsolete sethostid */
172130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 144 = obsolete getrlimit */
173130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 145 = obsolete setrlimit */
174130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 146 = obsolete killpg */
175130812Smarcel	{ SYF_MPSAFE | 0, (sy_call_t *)setsid },	/* 147 = setsid */
176130812Smarcel	{ AS(quotactl_args), (sy_call_t *)quotactl },	/* 148 = quotactl */
177130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 149 = obsolete oquota */
178130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 150 = obsolete ogetsockname */
179130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 151 = sem_lock */
180130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 152 = sem_wakeup */
181130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 153 = asyncdaemon */
182130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 154 = nosys */
183130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 155 = nfssvc */
184130812Smarcel	{ AS(getdirentries_args), (sy_call_t *)getdirentries },	/* 156 = getdirentries */
185130812Smarcel	{ AS(ia32_statfs_args), (sy_call_t *)ia32_statfs },	/* 157 = ia32_statfs */
186130812Smarcel	{ AS(ia32_fstatfs_args), (sy_call_t *)ia32_fstatfs },	/* 158 = ia32_fstatfs */
187130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 159 = nosys */
188130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 160 = nosys */
189130812Smarcel	{ AS(getfh_args), (sy_call_t *)getfh },		/* 161 = getfh */
190130812Smarcel	{ SYF_MPSAFE | AS(getdomainname_args), (sy_call_t *)getdomainname },	/* 162 = getdomainname */
191130812Smarcel	{ SYF_MPSAFE | AS(setdomainname_args), (sy_call_t *)setdomainname },	/* 163 = setdomainname */
192130812Smarcel	{ SYF_MPSAFE | AS(uname_args), (sy_call_t *)uname },	/* 164 = uname */
193130812Smarcel	{ AS(sysarch_args), (sy_call_t *)sysarch },	/* 165 = sysarch */
194130812Smarcel	{ SYF_MPSAFE | AS(rtprio_args), (sy_call_t *)rtprio },	/* 166 = rtprio */
195130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 167 = nosys */
196130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 168 = nosys */
197130812Smarcel	{ AS(ia32_semsys_args), (sy_call_t *)ia32_semsys },	/* 169 = ia32_semsys */
198130812Smarcel	{ AS(ia32_msgsys_args), (sy_call_t *)ia32_msgsys },	/* 170 = ia32_msgsys */
199130812Smarcel	{ AS(ia32_shmsys_args), (sy_call_t *)ia32_shmsys },	/* 171 = ia32_shmsys */
200130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 172 = nosys */
201130812Smarcel	{ AS(ia32_pread_args), (sy_call_t *)ia32_pread },	/* 173 = ia32_pread */
202130812Smarcel	{ AS(ia32_pwrite_args), (sy_call_t *)ia32_pwrite },	/* 174 = ia32_pwrite */
203130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 175 = nosys */
204130812Smarcel	{ SYF_MPSAFE | AS(ntp_adjtime_args), (sy_call_t *)ntp_adjtime },	/* 176 = ntp_adjtime */
205130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 177 = sfork */
206130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 178 = getdescriptor */
207130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 179 = setdescriptor */
208130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 180 = nosys */
209130812Smarcel	{ SYF_MPSAFE | AS(setgid_args), (sy_call_t *)setgid },	/* 181 = setgid */
210130812Smarcel	{ SYF_MPSAFE | AS(setegid_args), (sy_call_t *)setegid },	/* 182 = setegid */
211130812Smarcel	{ SYF_MPSAFE | AS(seteuid_args), (sy_call_t *)seteuid },	/* 183 = seteuid */
212130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 184 = lfs_bmapv */
213130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 185 = lfs_markv */
214130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 186 = lfs_segclean */
215130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 187 = lfs_segwait */
216130812Smarcel	{ AS(ia32_stat_args), (sy_call_t *)ia32_stat },	/* 188 = ia32_stat */
217130812Smarcel	{ AS(ia32_fstat_args), (sy_call_t *)ia32_fstat },	/* 189 = ia32_fstat */
218130812Smarcel	{ AS(ia32_lstat_args), (sy_call_t *)ia32_lstat },	/* 190 = ia32_lstat */
219130812Smarcel	{ AS(pathconf_args), (sy_call_t *)pathconf },	/* 191 = pathconf */
220130812Smarcel	{ SYF_MPSAFE | AS(fpathconf_args), (sy_call_t *)fpathconf },	/* 192 = fpathconf */
221130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 193 = nosys */
222130812Smarcel	{ SYF_MPSAFE | AS(__getrlimit_args), (sy_call_t *)getrlimit },	/* 194 = getrlimit */
223130812Smarcel	{ SYF_MPSAFE | AS(__setrlimit_args), (sy_call_t *)setrlimit },	/* 195 = setrlimit */
224130812Smarcel	{ AS(getdirentries_args), (sy_call_t *)getdirentries },	/* 196 = getdirentries */
225130812Smarcel	{ AS(ia32_mmap_args), (sy_call_t *)ia32_mmap },	/* 197 = ia32_mmap */
226130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 198 = __syscall */
227130812Smarcel	{ AS(ia32_lseek_args), (sy_call_t *)ia32_lseek },	/* 199 = ia32_lseek */
228130812Smarcel	{ AS(ia32_truncate_args), (sy_call_t *)ia32_truncate },	/* 200 = ia32_truncate */
229130812Smarcel	{ AS(ia32_ftruncate_args), (sy_call_t *)ia32_ftruncate },	/* 201 = ia32_ftruncate */
230130812Smarcel	{ SYF_MPSAFE | AS(ia32_sysctl_args), (sy_call_t *)ia32_sysctl },	/* 202 = ia32_sysctl */
231130812Smarcel	{ SYF_MPSAFE | AS(mlock_args), (sy_call_t *)mlock },	/* 203 = mlock */
232130812Smarcel	{ SYF_MPSAFE | AS(munlock_args), (sy_call_t *)munlock },	/* 204 = munlock */
233130812Smarcel	{ AS(undelete_args), (sy_call_t *)undelete },	/* 205 = undelete */
234130812Smarcel	{ AS(futimes_args), (sy_call_t *)futimes },	/* 206 = futimes */
235130812Smarcel	{ SYF_MPSAFE | AS(getpgid_args), (sy_call_t *)getpgid },	/* 207 = getpgid */
236130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 208 = newreboot */
237130812Smarcel	{ SYF_MPSAFE | AS(poll_args), (sy_call_t *)poll },	/* 209 = poll */
238130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 210 =  */
239130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 211 =  */
240130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 212 =  */
241130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 213 =  */
242130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 214 =  */
243130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 215 =  */
244130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 216 =  */
245130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 217 =  */
246130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 218 =  */
247130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 219 =  */
248130812Smarcel	{ SYF_MPSAFE | AS(__semctl_args), (sy_call_t *)__semctl },	/* 220 = __semctl */
249130812Smarcel	{ SYF_MPSAFE | AS(semget_args), (sy_call_t *)semget },	/* 221 = semget */
250130812Smarcel	{ SYF_MPSAFE | AS(semop_args), (sy_call_t *)semop },	/* 222 = semop */
251130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 223 = semconfig */
252130812Smarcel	{ SYF_MPSAFE | AS(msgctl_args), (sy_call_t *)msgctl },	/* 224 = msgctl */
253130812Smarcel	{ SYF_MPSAFE | AS(msgget_args), (sy_call_t *)msgget },	/* 225 = msgget */
254130812Smarcel	{ SYF_MPSAFE | AS(msgsnd_args), (sy_call_t *)msgsnd },	/* 226 = msgsnd */
255130812Smarcel	{ SYF_MPSAFE | AS(msgrcv_args), (sy_call_t *)msgrcv },	/* 227 = msgrcv */
256130812Smarcel	{ SYF_MPSAFE | AS(shmat_args), (sy_call_t *)shmat },	/* 228 = shmat */
257130812Smarcel	{ SYF_MPSAFE | AS(shmctl_args), (sy_call_t *)shmctl },	/* 229 = shmctl */
258130812Smarcel	{ SYF_MPSAFE | AS(shmdt_args), (sy_call_t *)shmdt },	/* 230 = shmdt */
259130812Smarcel	{ SYF_MPSAFE | AS(shmget_args), (sy_call_t *)shmget },	/* 231 = shmget */
260130812Smarcel	{ SYF_MPSAFE | AS(clock_gettime_args), (sy_call_t *)clock_gettime },	/* 232 = clock_gettime */
261130812Smarcel	{ SYF_MPSAFE | AS(clock_settime_args), (sy_call_t *)clock_settime },	/* 233 = clock_settime */
262130812Smarcel	{ SYF_MPSAFE | AS(clock_getres_args), (sy_call_t *)clock_getres },	/* 234 = clock_getres */
263130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 235 = timer_create */
264130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 236 = timer_delete */
265130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 237 = timer_settime */
266130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 238 = timer_gettime */
267130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 239 = timer_getoverrun */
268130812Smarcel	{ SYF_MPSAFE | AS(nanosleep_args), (sy_call_t *)nanosleep },	/* 240 = nanosleep */
269130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 241 = nosys */
270130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 242 = nosys */
271130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 243 = nosys */
272130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 244 = nosys */
273130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 245 = nosys */
274130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 246 = nosys */
275130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 247 = nosys */
276130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 248 = nosys */
277130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 249 = nosys */
278130812Smarcel	{ SYF_MPSAFE | AS(minherit_args), (sy_call_t *)minherit },	/* 250 = minherit */
279130812Smarcel	{ SYF_MPSAFE | AS(rfork_args), (sy_call_t *)rfork },	/* 251 = rfork */
280130812Smarcel	{ SYF_MPSAFE | AS(openbsd_poll_args), (sy_call_t *)openbsd_poll },	/* 252 = openbsd_poll */
281130812Smarcel	{ 0, (sy_call_t *)issetugid },			/* 253 = issetugid */
282130812Smarcel	{ AS(lchown_args), (sy_call_t *)lchown },	/* 254 = lchown */
283130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 255 = nosys */
284130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 256 = nosys */
285130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 257 = nosys */
286130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 258 = nosys */
287130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 259 = nosys */
288130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 260 = nosys */
289130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 261 = nosys */
290130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 262 = nosys */
291130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 263 = nosys */
292130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 264 = nosys */
293130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 265 = nosys */
294130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 266 = nosys */
295130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 267 = nosys */
296130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 268 = nosys */
297130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 269 = nosys */
298130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 270 = nosys */
299130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 271 = nosys */
300130812Smarcel	{ AS(getdents_args), (sy_call_t *)getdents },	/* 272 = getdents */
301130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 273 = nosys */
302130812Smarcel	{ AS(lchmod_args), (sy_call_t *)lchmod },	/* 274 = lchmod */
303130812Smarcel	{ AS(lchown_args), (sy_call_t *)lchown },	/* 275 = netbsd_lchown */
304130812Smarcel	{ AS(lutimes_args), (sy_call_t *)lutimes },	/* 276 = lutimes */
305130812Smarcel	{ SYF_MPSAFE | AS(msync_args), (sy_call_t *)msync },	/* 277 = netbsd_msync */
306130812Smarcel	{ AS(nstat_args), (sy_call_t *)nstat },		/* 278 = nstat */
307130812Smarcel	{ SYF_MPSAFE | AS(nfstat_args), (sy_call_t *)nfstat },	/* 279 = nfstat */
308130812Smarcel	{ AS(nlstat_args), (sy_call_t *)nlstat },	/* 280 = nlstat */
309130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 281 = nosys */
310130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 282 = nosys */
311130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 283 = nosys */
312130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 284 = nosys */
313130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 285 = nosys */
314130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 286 = nosys */
315130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 287 = nosys */
316130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 288 = nosys */
317130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 289 = nosys */
318130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 290 = nosys */
319130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 291 = nosys */
320130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 292 = nosys */
321130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 293 = nosys */
322130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 294 = nosys */
323130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 295 = nosys */
324130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 296 = nosys */
325130812Smarcel	{ AS(fhstatfs_args), (sy_call_t *)fhstatfs },	/* 297 = fhstatfs */
326130812Smarcel	{ AS(fhopen_args), (sy_call_t *)fhopen },	/* 298 = fhopen */
327130812Smarcel	{ AS(fhstat_args), (sy_call_t *)fhstat },	/* 299 = fhstat */
328130812Smarcel	{ SYF_MPSAFE | AS(modnext_args), (sy_call_t *)modnext },	/* 300 = modnext */
329130812Smarcel	{ SYF_MPSAFE | AS(modstat_args), (sy_call_t *)modstat },	/* 301 = modstat */
330130812Smarcel	{ SYF_MPSAFE | AS(modfnext_args), (sy_call_t *)modfnext },	/* 302 = modfnext */
331130812Smarcel	{ SYF_MPSAFE | AS(modfind_args), (sy_call_t *)modfind },	/* 303 = modfind */
332130812Smarcel	{ SYF_MPSAFE | AS(kldload_args), (sy_call_t *)kldload },	/* 304 = kldload */
333130812Smarcel	{ SYF_MPSAFE | AS(kldunload_args), (sy_call_t *)kldunload },	/* 305 = kldunload */
334130812Smarcel	{ SYF_MPSAFE | AS(kldfind_args), (sy_call_t *)kldfind },	/* 306 = kldfind */
335130812Smarcel	{ SYF_MPSAFE | AS(kldnext_args), (sy_call_t *)kldnext },	/* 307 = kldnext */
336130812Smarcel	{ SYF_MPSAFE | AS(kldstat_args), (sy_call_t *)kldstat },	/* 308 = kldstat */
337130812Smarcel	{ SYF_MPSAFE | AS(kldfirstmod_args), (sy_call_t *)kldfirstmod },	/* 309 = kldfirstmod */
338130812Smarcel	{ SYF_MPSAFE | AS(getsid_args), (sy_call_t *)getsid },	/* 310 = getsid */
339130812Smarcel	{ SYF_MPSAFE | AS(setresuid_args), (sy_call_t *)setresuid },	/* 311 = setresuid */
340130812Smarcel	{ SYF_MPSAFE | AS(setresgid_args), (sy_call_t *)setresgid },	/* 312 = setresgid */
341130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 313 = obsolete signanosleep */
342130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 314 = aio_return */
343130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 315 = aio_suspend */
344130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 316 = aio_cancel */
345130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 317 = aio_error */
346130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 318 = aio_read */
347130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 319 = aio_write */
348130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 320 = lio_listio */
349130812Smarcel	{ SYF_MPSAFE | 0, (sy_call_t *)yield },		/* 321 = yield */
350130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 322 = obsolete thr_sleep */
351130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 323 = obsolete thr_wakeup */
352130812Smarcel	{ SYF_MPSAFE | AS(mlockall_args), (sy_call_t *)mlockall },	/* 324 = mlockall */
353130812Smarcel	{ SYF_MPSAFE | 0, (sy_call_t *)munlockall },	/* 325 = munlockall */
354130812Smarcel	{ AS(__getcwd_args), (sy_call_t *)__getcwd },	/* 326 = __getcwd */
355130812Smarcel	{ SYF_MPSAFE | AS(sched_setparam_args), (sy_call_t *)sched_setparam },	/* 327 = sched_setparam */
356130812Smarcel	{ SYF_MPSAFE | AS(sched_getparam_args), (sy_call_t *)sched_getparam },	/* 328 = sched_getparam */
357130812Smarcel	{ SYF_MPSAFE | AS(sched_setscheduler_args), (sy_call_t *)sched_setscheduler },	/* 329 = sched_setscheduler */
358130812Smarcel	{ SYF_MPSAFE | AS(sched_getscheduler_args), (sy_call_t *)sched_getscheduler },	/* 330 = sched_getscheduler */
359130812Smarcel	{ SYF_MPSAFE | 0, (sy_call_t *)sched_yield },	/* 331 = sched_yield */
360130812Smarcel	{ SYF_MPSAFE | AS(sched_get_priority_max_args), (sy_call_t *)sched_get_priority_max },	/* 332 = sched_get_priority_max */
361130812Smarcel	{ SYF_MPSAFE | AS(sched_get_priority_min_args), (sy_call_t *)sched_get_priority_min },	/* 333 = sched_get_priority_min */
362130812Smarcel	{ SYF_MPSAFE | AS(sched_rr_get_interval_args), (sy_call_t *)sched_rr_get_interval },	/* 334 = sched_rr_get_interval */
363130812Smarcel	{ AS(utrace_args), (sy_call_t *)utrace },	/* 335 = utrace */
364130812Smarcel	{ compat4(SYF_MPSAFE | AS(freebsd4_ia32_osendfile_args),ia32_osendfile) },	/* 336 = old ia32_osendfile */
365130812Smarcel	{ AS(kldsym_args), (sy_call_t *)kldsym },	/* 337 = kldsym */
366130812Smarcel	{ SYF_MPSAFE | AS(jail_args), (sy_call_t *)jail },	/* 338 = jail */
367130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 339 = pioctl */
368130812Smarcel	{ SYF_MPSAFE | AS(sigprocmask_args), (sy_call_t *)sigprocmask },	/* 340 = sigprocmask */
369130812Smarcel	{ SYF_MPSAFE | AS(sigsuspend_args), (sy_call_t *)sigsuspend },	/* 341 = sigsuspend */
370130812Smarcel	{ AS(ia32_sigaction_args), (sy_call_t *)ia32_sigaction },	/* 342 = ia32_sigaction */
371130812Smarcel	{ SYF_MPSAFE | AS(sigpending_args), (sy_call_t *)sigpending },	/* 343 = sigpending */
372130812Smarcel	{ SYF_MPSAFE | AS(sigreturn_args), (sy_call_t *)sigreturn },	/* 344 = sigreturn */
373130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 345 = sigtimedwait */
374130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 346 = sigwaitinfo */
375130812Smarcel	{ SYF_MPSAFE | AS(__acl_get_file_args), (sy_call_t *)__acl_get_file },	/* 347 = __acl_get_file */
376130812Smarcel	{ SYF_MPSAFE | AS(__acl_set_file_args), (sy_call_t *)__acl_set_file },	/* 348 = __acl_set_file */
377130812Smarcel	{ SYF_MPSAFE | AS(__acl_get_fd_args), (sy_call_t *)__acl_get_fd },	/* 349 = __acl_get_fd */
378130812Smarcel	{ SYF_MPSAFE | AS(__acl_set_fd_args), (sy_call_t *)__acl_set_fd },	/* 350 = __acl_set_fd */
379130812Smarcel	{ SYF_MPSAFE | AS(__acl_delete_file_args), (sy_call_t *)__acl_delete_file },	/* 351 = __acl_delete_file */
380130812Smarcel	{ SYF_MPSAFE | AS(__acl_delete_fd_args), (sy_call_t *)__acl_delete_fd },	/* 352 = __acl_delete_fd */
381130812Smarcel	{ SYF_MPSAFE | AS(__acl_aclcheck_file_args), (sy_call_t *)__acl_aclcheck_file },	/* 353 = __acl_aclcheck_file */
382130812Smarcel	{ SYF_MPSAFE | AS(__acl_aclcheck_fd_args), (sy_call_t *)__acl_aclcheck_fd },	/* 354 = __acl_aclcheck_fd */
383130812Smarcel	{ AS(extattrctl_args), (sy_call_t *)extattrctl },	/* 355 = extattrctl */
384130812Smarcel	{ AS(extattr_set_file_args), (sy_call_t *)extattr_set_file },	/* 356 = extattr_set_file */
385130812Smarcel	{ AS(extattr_get_file_args), (sy_call_t *)extattr_get_file },	/* 357 = extattr_get_file */
386130812Smarcel	{ AS(extattr_delete_file_args), (sy_call_t *)extattr_delete_file },	/* 358 = extattr_delete_file */
387130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 359 = aio_waitcomplete */
388130812Smarcel	{ SYF_MPSAFE | AS(getresuid_args), (sy_call_t *)getresuid },	/* 360 = getresuid */
389130812Smarcel	{ SYF_MPSAFE | AS(getresgid_args), (sy_call_t *)getresgid },	/* 361 = getresgid */
390130812Smarcel	{ SYF_MPSAFE | 0, (sy_call_t *)kqueue },	/* 362 = kqueue */
391130812Smarcel	{ SYF_MPSAFE | AS(kevent_args), (sy_call_t *)kevent },	/* 363 = kevent */
392130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 364 = __cap_get_proc */
393130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 365 = __cap_set_proc */
394130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 366 = __cap_get_fd */
395130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 367 = __cap_get_file */
396130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 368 = __cap_set_fd */
397130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 369 = __cap_set_file */
398130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 370 = lkmressys */
399130812Smarcel	{ AS(extattr_set_fd_args), (sy_call_t *)extattr_set_fd },	/* 371 = extattr_set_fd */
400130812Smarcel	{ AS(extattr_get_fd_args), (sy_call_t *)extattr_get_fd },	/* 372 = extattr_get_fd */
401130812Smarcel	{ AS(extattr_delete_fd_args), (sy_call_t *)extattr_delete_fd },	/* 373 = extattr_delete_fd */
402130812Smarcel	{ SYF_MPSAFE | AS(__setugid_args), (sy_call_t *)__setugid },	/* 374 = __setugid */
403130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 375 = nfsclnt */
404130812Smarcel	{ AS(eaccess_args), (sy_call_t *)eaccess },	/* 376 = eaccess */
405130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 377 = afs_syscall */
406130812Smarcel	{ AS(nmount_args), (sy_call_t *)nmount },	/* 378 = nmount */
407130812Smarcel	{ 0, (sy_call_t *)kse_exit },			/* 379 = kse_exit */
408130812Smarcel	{ AS(kse_wakeup_args), (sy_call_t *)kse_wakeup },	/* 380 = kse_wakeup */
409130812Smarcel	{ AS(kse_create_args), (sy_call_t *)kse_create },	/* 381 = kse_create */
410130812Smarcel	{ AS(kse_thr_interrupt_args), (sy_call_t *)kse_thr_interrupt },	/* 382 = kse_thr_interrupt */
411130812Smarcel	{ 0, (sy_call_t *)kse_release },		/* 383 = kse_release */
412130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 384 = __mac_get_proc */
413130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 385 = __mac_set_proc */
414130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 386 = __mac_get_fd */
415130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 387 = __mac_get_file */
416130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 388 = __mac_set_fd */
417130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 389 = __mac_set_file */
418130812Smarcel	{ AS(kenv_args), (sy_call_t *)kenv },		/* 390 = kenv */
419130812Smarcel	{ AS(lchflags_args), (sy_call_t *)lchflags },	/* 391 = lchflags */
420130812Smarcel	{ AS(uuidgen_args), (sy_call_t *)uuidgen },	/* 392 = uuidgen */
421130812Smarcel	{ SYF_MPSAFE | AS(ia32_sendfile_args), (sy_call_t *)ia32_sendfile },	/* 393 = ia32_sendfile */
422130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 394 = mac_syscall */
423130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 395 = nosys */
424130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 396 = nosys */
425130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 397 = nosys */
426130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 398 = nosys */
427130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 399 = nosys */
428130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 400 = ksem_close */
429130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 401 = ksem_post */
430130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 402 = ksem_wait */
431130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 403 = ksem_trywait */
432130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 404 = ksem_init */
433130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 405 = ksem_open */
434130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 406 = ksem_unlink */
435130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 407 = ksem_getvalue */
436130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 408 = ksem_destroy */
437130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 409 = __mac_get_pid */
438130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 410 = __mac_get_link */
439130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 411 = __mac_set_link */
440130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 412 = extattr_set_link */
441130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 413 = extattr_get_link */
442130812Smarcel	{ 0, (sy_call_t *)nosys },			/* 414 = extattr_delete_link */
443130812Smarcel};
444130812Smarcel