netbsd32_sysent.c revision 1.111 1 1.102 martin /* $NetBSD: netbsd32_sysent.c,v 1.111 2015/06/16 10:42:13 martin Exp $ */
2 1.1 mrg
3 1.1 mrg /*
4 1.1 mrg * System call switch table.
5 1.1 mrg *
6 1.1 mrg * DO NOT EDIT-- this file is automatically generated.
7 1.111 martin * created from NetBSD: syscalls.master,v 1.103 2015/06/16 10:41:34 martin Exp
8 1.1 mrg */
9 1.24 lukem
10 1.24 lukem #include <sys/cdefs.h>
11 1.102 martin __KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.111 2015/06/16 10:42:13 martin Exp $");
12 1.1 mrg
13 1.23 mrg #if defined(_KERNEL_OPT)
14 1.1 mrg #include "opt_compat_netbsd.h"
15 1.4 eeh #include "opt_ntp.h"
16 1.5 tron #include "opt_sysv.h"
17 1.6 christos #include "opt_compat_43.h"
18 1.17 jdolecek #endif
19 1.1 mrg #include <sys/param.h>
20 1.1 mrg #include <sys/systm.h>
21 1.1 mrg #include <sys/signal.h>
22 1.1 mrg #include <sys/mount.h>
23 1.1 mrg #include <sys/syscallargs.h>
24 1.8 mrg #include <compat/netbsd32/netbsd32.h>
25 1.8 mrg #include <compat/netbsd32/netbsd32_syscallargs.h>
26 1.1 mrg
27 1.1 mrg #ifdef COMPAT_43
28 1.23 mrg #define compat_43(func) __CONCAT(compat_43_,func)
29 1.1 mrg #else
30 1.23 mrg #define compat_43(func) sys_nosys
31 1.1 mrg #endif
32 1.1 mrg
33 1.1 mrg #ifdef COMPAT_09
34 1.23 mrg #define compat_09(func) __CONCAT(compat_09_,func)
35 1.1 mrg #else
36 1.23 mrg #define compat_09(func) sys_nosys
37 1.1 mrg #endif
38 1.1 mrg
39 1.1 mrg #ifdef COMPAT_10
40 1.23 mrg #define compat_10(func) __CONCAT(compat_10_,func)
41 1.1 mrg #else
42 1.23 mrg #define compat_10(func) sys_nosys
43 1.1 mrg #endif
44 1.1 mrg
45 1.1 mrg #ifdef COMPAT_11
46 1.23 mrg #define compat_11(func) __CONCAT(compat_11_,func)
47 1.1 mrg #else
48 1.23 mrg #define compat_11(func) sys_nosys
49 1.1 mrg #endif
50 1.1 mrg
51 1.1 mrg #ifdef COMPAT_12
52 1.23 mrg #define compat_12(func) __CONCAT(compat_12_,func)
53 1.1 mrg #else
54 1.23 mrg #define compat_12(func) sys_nosys
55 1.1 mrg #endif
56 1.1 mrg
57 1.1 mrg #ifdef COMPAT_13
58 1.23 mrg #define compat_13(func) __CONCAT(compat_13_,func)
59 1.1 mrg #else
60 1.23 mrg #define compat_13(func) sys_nosys
61 1.1 mrg #endif
62 1.1 mrg
63 1.11 eeh #ifdef COMPAT_14
64 1.23 mrg #define compat_14(func) __CONCAT(compat_14_,func)
65 1.11 eeh #else
66 1.23 mrg #define compat_14(func) sys_nosys
67 1.11 eeh #endif
68 1.11 eeh
69 1.30 fvdl #ifdef COMPAT_15
70 1.30 fvdl #define compat_15(func) __CONCAT(compat_15_,func)
71 1.30 fvdl #else
72 1.30 fvdl #define compat_15(func) sys_nosys
73 1.30 fvdl #endif
74 1.30 fvdl
75 1.30 fvdl #ifdef COMPAT_16
76 1.30 fvdl #define compat_16(func) __CONCAT(compat_16_,func)
77 1.30 fvdl #else
78 1.30 fvdl #define compat_16(func) sys_nosys
79 1.30 fvdl #endif
80 1.30 fvdl
81 1.32 cube #ifdef COMPAT_20
82 1.32 cube #define compat_20(func) __CONCAT(compat_20_,func)
83 1.32 cube #else
84 1.32 cube #define compat_20(func) sys_nosys
85 1.32 cube #endif
86 1.32 cube
87 1.51 cube #ifdef COMPAT_30
88 1.51 cube #define compat_30(func) __CONCAT(compat_30_,func)
89 1.51 cube #else
90 1.51 cube #define compat_30(func) sys_nosys
91 1.51 cube #endif
92 1.51 cube
93 1.82 christos #ifdef COMPAT_40
94 1.82 christos #define compat_40(func) __CONCAT(compat_40_,func)
95 1.82 christos #else
96 1.82 christos #define compat_40(func) sys_nosys
97 1.82 christos #endif
98 1.82 christos
99 1.82 christos #ifdef COMPAT_50
100 1.82 christos #define compat_50(func) __CONCAT(compat_50_,func)
101 1.82 christos #else
102 1.82 christos #define compat_50(func) sys_nosys
103 1.82 christos #endif
104 1.82 christos
105 1.104 christos #ifdef COMPAT_60
106 1.104 christos #define compat_60(func) __CONCAT(compat_60_,func)
107 1.104 christos #else
108 1.104 christos #define compat_60(func) sys_nosys
109 1.104 christos #endif
110 1.104 christos
111 1.109 christos #ifdef COMPAT_70
112 1.109 christos #define compat_70(func) __CONCAT(compat_70_,func)
113 1.109 christos #else
114 1.109 christos #define compat_70(func) sys_nosys
115 1.109 christos #endif
116 1.109 christos
117 1.1 mrg #define s(type) sizeof(type)
118 1.68 dsl #define n(type) (sizeof(type)/sizeof (register32_t))
119 1.111 martin #define ns(type) .sy_narg = n(type), .sy_argsize = s(type)
120 1.1 mrg
121 1.8 mrg struct sysent netbsd32_sysent[] = {
122 1.111 martin {
123 1.111 martin ns(struct netbsd32_syscall_args),
124 1.111 martin .sy_flags = SYCALL_INDIRECT,
125 1.111 martin .sy_call = (sy_call_t *)netbsd32_syscall
126 1.111 martin }, /* 0 = netbsd32_syscall */
127 1.111 martin {
128 1.111 martin ns(struct netbsd32_exit_args),
129 1.111 martin .sy_call = (sy_call_t *)netbsd32_exit
130 1.111 martin }, /* 1 = netbsd32_exit */
131 1.111 martin {
132 1.111 martin .sy_call = (sy_call_t *)sys_fork
133 1.111 martin }, /* 2 = fork */
134 1.111 martin {
135 1.111 martin ns(struct netbsd32_read_args),
136 1.111 martin .sy_call = (sy_call_t *)netbsd32_read
137 1.111 martin }, /* 3 = netbsd32_read */
138 1.111 martin {
139 1.111 martin ns(struct netbsd32_write_args),
140 1.111 martin .sy_call = (sy_call_t *)netbsd32_write
141 1.111 martin }, /* 4 = netbsd32_write */
142 1.111 martin {
143 1.111 martin ns(struct netbsd32_open_args),
144 1.111 martin .sy_call = (sy_call_t *)netbsd32_open
145 1.111 martin }, /* 5 = netbsd32_open */
146 1.111 martin {
147 1.111 martin ns(struct netbsd32_close_args),
148 1.111 martin .sy_call = (sy_call_t *)netbsd32_close
149 1.111 martin }, /* 6 = netbsd32_close */
150 1.111 martin {
151 1.111 martin ns(struct compat_50_netbsd32_wait4_args),
152 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32_wait4)
153 1.111 martin }, /* 7 = compat_50_netbsd32_wait4 */
154 1.111 martin {
155 1.111 martin ns(struct compat_43_netbsd32_ocreat_args),
156 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_ocreat)
157 1.111 martin }, /* 8 = compat_43_netbsd32_ocreat */
158 1.111 martin {
159 1.111 martin ns(struct netbsd32_link_args),
160 1.111 martin .sy_call = (sy_call_t *)netbsd32_link
161 1.111 martin }, /* 9 = netbsd32_link */
162 1.111 martin {
163 1.111 martin ns(struct netbsd32_unlink_args),
164 1.111 martin .sy_call = (sy_call_t *)netbsd32_unlink
165 1.111 martin }, /* 10 = netbsd32_unlink */
166 1.111 martin {
167 1.111 martin .sy_call = sys_nosys,
168 1.111 martin }, /* 11 = filler */
169 1.111 martin {
170 1.111 martin ns(struct netbsd32_chdir_args),
171 1.111 martin .sy_call = (sy_call_t *)netbsd32_chdir
172 1.111 martin }, /* 12 = netbsd32_chdir */
173 1.111 martin {
174 1.111 martin ns(struct netbsd32_fchdir_args),
175 1.111 martin .sy_call = (sy_call_t *)netbsd32_fchdir
176 1.111 martin }, /* 13 = netbsd32_fchdir */
177 1.111 martin {
178 1.111 martin ns(struct compat_50_netbsd32_mknod_args),
179 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32_mknod)
180 1.111 martin }, /* 14 = compat_50_netbsd32_mknod */
181 1.111 martin {
182 1.111 martin ns(struct netbsd32_chmod_args),
183 1.111 martin .sy_call = (sy_call_t *)netbsd32_chmod
184 1.111 martin }, /* 15 = netbsd32_chmod */
185 1.111 martin {
186 1.111 martin ns(struct netbsd32_chown_args),
187 1.111 martin .sy_call = (sy_call_t *)netbsd32_chown
188 1.111 martin }, /* 16 = netbsd32_chown */
189 1.111 martin {
190 1.111 martin ns(struct netbsd32_break_args),
191 1.111 martin .sy_call = (sy_call_t *)netbsd32_break
192 1.111 martin }, /* 17 = netbsd32_break */
193 1.111 martin {
194 1.111 martin ns(struct compat_20_netbsd32_getfsstat_args),
195 1.111 martin .sy_call = (sy_call_t *)compat_20(netbsd32_getfsstat)
196 1.111 martin }, /* 18 = compat_20_netbsd32_getfsstat */
197 1.111 martin {
198 1.111 martin ns(struct compat_43_netbsd32_olseek_args),
199 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_olseek)
200 1.111 martin }, /* 19 = compat_43_netbsd32_olseek */
201 1.111 martin {
202 1.111 martin .sy_call = (sy_call_t *)sys_getpid
203 1.111 martin }, /* 20 = getpid */
204 1.111 martin {
205 1.111 martin ns(struct netbsd32_mount_args),
206 1.111 martin .sy_call = (sy_call_t *)netbsd32_mount
207 1.111 martin }, /* 21 = netbsd32_mount */
208 1.111 martin {
209 1.111 martin ns(struct netbsd32_unmount_args),
210 1.111 martin .sy_call = (sy_call_t *)netbsd32_unmount
211 1.111 martin }, /* 22 = netbsd32_unmount */
212 1.111 martin {
213 1.111 martin ns(struct netbsd32_setuid_args),
214 1.111 martin .sy_call = (sy_call_t *)netbsd32_setuid
215 1.111 martin }, /* 23 = netbsd32_setuid */
216 1.111 martin {
217 1.111 martin .sy_call = (sy_call_t *)sys_getuid
218 1.111 martin }, /* 24 = getuid */
219 1.111 martin {
220 1.111 martin .sy_call = (sy_call_t *)sys_geteuid
221 1.111 martin }, /* 25 = geteuid */
222 1.111 martin {
223 1.111 martin ns(struct netbsd32_ptrace_args),
224 1.111 martin .sy_call = (sy_call_t *)netbsd32_ptrace
225 1.111 martin }, /* 26 = netbsd32_ptrace */
226 1.111 martin {
227 1.111 martin ns(struct netbsd32_recvmsg_args),
228 1.111 martin .sy_call = (sy_call_t *)netbsd32_recvmsg
229 1.111 martin }, /* 27 = netbsd32_recvmsg */
230 1.111 martin {
231 1.111 martin ns(struct netbsd32_sendmsg_args),
232 1.111 martin .sy_call = (sy_call_t *)netbsd32_sendmsg
233 1.111 martin }, /* 28 = netbsd32_sendmsg */
234 1.111 martin {
235 1.111 martin ns(struct netbsd32_recvfrom_args),
236 1.111 martin .sy_call = (sy_call_t *)netbsd32_recvfrom
237 1.111 martin }, /* 29 = netbsd32_recvfrom */
238 1.111 martin {
239 1.111 martin ns(struct netbsd32_accept_args),
240 1.111 martin .sy_call = (sy_call_t *)netbsd32_accept
241 1.111 martin }, /* 30 = netbsd32_accept */
242 1.111 martin {
243 1.111 martin ns(struct netbsd32_getpeername_args),
244 1.111 martin .sy_call = (sy_call_t *)netbsd32_getpeername
245 1.111 martin }, /* 31 = netbsd32_getpeername */
246 1.111 martin {
247 1.111 martin ns(struct netbsd32_getsockname_args),
248 1.111 martin .sy_call = (sy_call_t *)netbsd32_getsockname
249 1.111 martin }, /* 32 = netbsd32_getsockname */
250 1.111 martin {
251 1.111 martin ns(struct netbsd32_access_args),
252 1.111 martin .sy_call = (sy_call_t *)netbsd32_access
253 1.111 martin }, /* 33 = netbsd32_access */
254 1.111 martin {
255 1.111 martin ns(struct netbsd32_chflags_args),
256 1.111 martin .sy_call = (sy_call_t *)netbsd32_chflags
257 1.111 martin }, /* 34 = netbsd32_chflags */
258 1.111 martin {
259 1.111 martin ns(struct netbsd32_fchflags_args),
260 1.111 martin .sy_call = (sy_call_t *)netbsd32_fchflags
261 1.111 martin }, /* 35 = netbsd32_fchflags */
262 1.111 martin {
263 1.111 martin .sy_call = (sy_call_t *)sys_sync
264 1.111 martin }, /* 36 = sync */
265 1.111 martin {
266 1.111 martin ns(struct netbsd32_kill_args),
267 1.111 martin .sy_call = (sy_call_t *)netbsd32_kill
268 1.111 martin }, /* 37 = netbsd32_kill */
269 1.111 martin {
270 1.111 martin ns(struct compat_43_netbsd32_stat43_args),
271 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_stat43)
272 1.111 martin }, /* 38 = compat_43_netbsd32_stat43 */
273 1.111 martin {
274 1.111 martin .sy_call = (sy_call_t *)sys_getppid
275 1.111 martin }, /* 39 = getppid */
276 1.111 martin {
277 1.111 martin ns(struct compat_43_netbsd32_lstat43_args),
278 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_lstat43)
279 1.111 martin }, /* 40 = compat_43_netbsd32_lstat43 */
280 1.111 martin {
281 1.111 martin ns(struct netbsd32_dup_args),
282 1.111 martin .sy_call = (sy_call_t *)netbsd32_dup
283 1.111 martin }, /* 41 = netbsd32_dup */
284 1.111 martin {
285 1.111 martin .sy_call = (sy_call_t *)sys_pipe
286 1.111 martin }, /* 42 = pipe */
287 1.111 martin {
288 1.111 martin .sy_call = (sy_call_t *)sys_getegid
289 1.111 martin }, /* 43 = getegid */
290 1.111 martin {
291 1.111 martin ns(struct netbsd32_profil_args),
292 1.111 martin .sy_call = (sy_call_t *)netbsd32_profil
293 1.111 martin }, /* 44 = netbsd32_profil */
294 1.111 martin {
295 1.111 martin ns(struct netbsd32_ktrace_args),
296 1.111 martin .sy_call = (sy_call_t *)netbsd32_ktrace
297 1.111 martin }, /* 45 = netbsd32_ktrace */
298 1.111 martin {
299 1.111 martin ns(struct netbsd32_sigaction_args),
300 1.111 martin .sy_call = (sy_call_t *)netbsd32_sigaction
301 1.111 martin }, /* 46 = netbsd32_sigaction */
302 1.111 martin {
303 1.111 martin .sy_call = (sy_call_t *)sys_getgid
304 1.111 martin }, /* 47 = getgid */
305 1.111 martin {
306 1.111 martin ns(struct compat_13_netbsd32_sigprocmask_args),
307 1.111 martin .sy_call = (sy_call_t *)compat_13(netbsd32_sigprocmask)
308 1.111 martin }, /* 48 = compat_13_sigprocmask13 */
309 1.111 martin {
310 1.111 martin ns(struct netbsd32___getlogin_args),
311 1.111 martin .sy_call = (sy_call_t *)netbsd32___getlogin
312 1.111 martin }, /* 49 = netbsd32___getlogin */
313 1.111 martin {
314 1.111 martin ns(struct netbsd32_setlogin_args),
315 1.111 martin .sy_call = (sy_call_t *)netbsd32_setlogin
316 1.111 martin }, /* 50 = netbsd32_setlogin */
317 1.111 martin {
318 1.111 martin ns(struct netbsd32_acct_args),
319 1.111 martin .sy_call = (sy_call_t *)netbsd32_acct
320 1.111 martin }, /* 51 = netbsd32_acct */
321 1.111 martin {
322 1.111 martin .sy_call = (sy_call_t *)compat_13(sys_sigpending)
323 1.111 martin }, /* 52 = compat_13_sigpending13 */
324 1.111 martin {
325 1.111 martin ns(struct compat_13_netbsd32_sigaltstack13_args),
326 1.111 martin .sy_call = (sy_call_t *)compat_13(netbsd32_sigaltstack13)
327 1.111 martin }, /* 53 = compat_13_netbsd32_sigaltstack13 */
328 1.111 martin {
329 1.111 martin ns(struct netbsd32_ioctl_args),
330 1.111 martin .sy_call = (sy_call_t *)netbsd32_ioctl
331 1.111 martin }, /* 54 = netbsd32_ioctl */
332 1.111 martin {
333 1.111 martin ns(struct compat_12_netbsd32_reboot_args),
334 1.111 martin .sy_call = (sy_call_t *)compat_12(netbsd32_reboot)
335 1.111 martin }, /* 55 = compat_12_netbsd32_reboot */
336 1.111 martin {
337 1.111 martin ns(struct netbsd32_revoke_args),
338 1.111 martin .sy_call = (sy_call_t *)netbsd32_revoke
339 1.111 martin }, /* 56 = netbsd32_revoke */
340 1.111 martin {
341 1.111 martin ns(struct netbsd32_symlink_args),
342 1.111 martin .sy_call = (sy_call_t *)netbsd32_symlink
343 1.111 martin }, /* 57 = netbsd32_symlink */
344 1.111 martin {
345 1.111 martin ns(struct netbsd32_readlink_args),
346 1.111 martin .sy_call = (sy_call_t *)netbsd32_readlink
347 1.111 martin }, /* 58 = netbsd32_readlink */
348 1.111 martin {
349 1.111 martin ns(struct netbsd32_execve_args),
350 1.111 martin .sy_call = (sy_call_t *)netbsd32_execve
351 1.111 martin }, /* 59 = netbsd32_execve */
352 1.111 martin {
353 1.111 martin ns(struct netbsd32_umask_args),
354 1.111 martin .sy_call = (sy_call_t *)netbsd32_umask
355 1.111 martin }, /* 60 = netbsd32_umask */
356 1.111 martin {
357 1.111 martin ns(struct netbsd32_chroot_args),
358 1.111 martin .sy_call = (sy_call_t *)netbsd32_chroot
359 1.111 martin }, /* 61 = netbsd32_chroot */
360 1.111 martin {
361 1.111 martin ns(struct compat_43_netbsd32_fstat43_args),
362 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_fstat43)
363 1.111 martin }, /* 62 = compat_43_netbsd32_fstat43 */
364 1.111 martin {
365 1.111 martin ns(struct compat_43_netbsd32_ogetkerninfo_args),
366 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_ogetkerninfo)
367 1.111 martin }, /* 63 = compat_43_netbsd32_ogetkerninfo */
368 1.111 martin {
369 1.111 martin .sy_call = (sy_call_t *)compat_43(sys_getpagesize)
370 1.111 martin }, /* 64 = compat_43_ogetpagesize */
371 1.111 martin {
372 1.111 martin ns(struct compat_12_netbsd32_msync_args),
373 1.111 martin .sy_call = (sy_call_t *)compat_12(netbsd32_msync)
374 1.111 martin }, /* 65 = compat_12_netbsd32_msync */
375 1.111 martin {
376 1.111 martin .sy_call = (sy_call_t *)sys_vfork
377 1.111 martin }, /* 66 = vfork */
378 1.111 martin {
379 1.111 martin .sy_call = sys_nosys,
380 1.111 martin }, /* 67 = filler */
381 1.111 martin {
382 1.111 martin .sy_call = sys_nosys,
383 1.111 martin }, /* 68 = filler */
384 1.111 martin {
385 1.111 martin ns(struct netbsd32_sbrk_args),
386 1.111 martin .sy_call = (sy_call_t *)netbsd32_sbrk
387 1.111 martin }, /* 69 = netbsd32_sbrk */
388 1.111 martin {
389 1.111 martin ns(struct netbsd32_sstk_args),
390 1.111 martin .sy_call = (sy_call_t *)netbsd32_sstk
391 1.111 martin }, /* 70 = netbsd32_sstk */
392 1.111 martin {
393 1.111 martin ns(struct compat_43_netbsd32_ommap_args),
394 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_ommap)
395 1.111 martin }, /* 71 = compat_43_netbsd32_ommap */
396 1.111 martin {
397 1.111 martin ns(struct netbsd32_ovadvise_args),
398 1.111 martin .sy_call = (sy_call_t *)netbsd32_ovadvise
399 1.111 martin }, /* 72 = vadvise */
400 1.111 martin {
401 1.111 martin ns(struct netbsd32_munmap_args),
402 1.111 martin .sy_call = (sy_call_t *)netbsd32_munmap
403 1.111 martin }, /* 73 = netbsd32_munmap */
404 1.111 martin {
405 1.111 martin ns(struct netbsd32_mprotect_args),
406 1.111 martin .sy_call = (sy_call_t *)netbsd32_mprotect
407 1.111 martin }, /* 74 = netbsd32_mprotect */
408 1.111 martin {
409 1.111 martin ns(struct netbsd32_madvise_args),
410 1.111 martin .sy_call = (sy_call_t *)netbsd32_madvise
411 1.111 martin }, /* 75 = netbsd32_madvise */
412 1.111 martin {
413 1.111 martin .sy_call = sys_nosys,
414 1.111 martin }, /* 76 = filler */
415 1.111 martin {
416 1.111 martin .sy_call = sys_nosys,
417 1.111 martin }, /* 77 = filler */
418 1.111 martin {
419 1.111 martin ns(struct netbsd32_mincore_args),
420 1.111 martin .sy_call = (sy_call_t *)netbsd32_mincore
421 1.111 martin }, /* 78 = netbsd32_mincore */
422 1.111 martin {
423 1.111 martin ns(struct netbsd32_getgroups_args),
424 1.111 martin .sy_call = (sy_call_t *)netbsd32_getgroups
425 1.111 martin }, /* 79 = netbsd32_getgroups */
426 1.111 martin {
427 1.111 martin ns(struct netbsd32_setgroups_args),
428 1.111 martin .sy_call = (sy_call_t *)netbsd32_setgroups
429 1.111 martin }, /* 80 = netbsd32_setgroups */
430 1.111 martin {
431 1.111 martin .sy_call = (sy_call_t *)sys_getpgrp
432 1.111 martin }, /* 81 = getpgrp */
433 1.111 martin {
434 1.111 martin ns(struct netbsd32_setpgid_args),
435 1.111 martin .sy_call = (sy_call_t *)netbsd32_setpgid
436 1.111 martin }, /* 82 = netbsd32_setpgid */
437 1.111 martin {
438 1.111 martin ns(struct compat_50_netbsd32_setitimer_args),
439 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32_setitimer)
440 1.111 martin }, /* 83 = compat_50_netbsd32_setitimer */
441 1.111 martin {
442 1.111 martin .sy_call = (sy_call_t *)compat_43(sys_wait)
443 1.111 martin }, /* 84 = compat_43_owait */
444 1.111 martin {
445 1.111 martin ns(struct compat_12_netbsd32_oswapon_args),
446 1.111 martin .sy_call = (sy_call_t *)compat_12(netbsd32_oswapon)
447 1.111 martin }, /* 85 = compat_12_netbsd32_oswapon */
448 1.111 martin {
449 1.111 martin ns(struct compat_50_netbsd32_getitimer_args),
450 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32_getitimer)
451 1.111 martin }, /* 86 = compat_50_netbsd32_getitimer */
452 1.111 martin {
453 1.111 martin ns(struct compat_43_netbsd32_ogethostname_args),
454 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_ogethostname)
455 1.111 martin }, /* 87 = compat_43_netbsd32_ogethostname */
456 1.111 martin {
457 1.111 martin ns(struct compat_43_netbsd32_osethostname_args),
458 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_osethostname)
459 1.111 martin }, /* 88 = compat_43_netbsd32_osethostname */
460 1.111 martin {
461 1.111 martin .sy_call = (sy_call_t *)compat_43(sys_getdtablesize)
462 1.111 martin }, /* 89 = compat_43_ogetdtablesize */
463 1.111 martin {
464 1.111 martin ns(struct netbsd32_dup2_args),
465 1.111 martin .sy_call = (sy_call_t *)netbsd32_dup2
466 1.111 martin }, /* 90 = netbsd32_dup2 */
467 1.111 martin {
468 1.111 martin .sy_call = sys_nosys,
469 1.111 martin }, /* 91 = filler */
470 1.111 martin {
471 1.111 martin ns(struct netbsd32_fcntl_args),
472 1.111 martin .sy_call = (sy_call_t *)netbsd32_fcntl
473 1.111 martin }, /* 92 = netbsd32_fcntl */
474 1.111 martin {
475 1.111 martin ns(struct compat_50_netbsd32_select_args),
476 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32_select)
477 1.111 martin }, /* 93 = compat_50_netbsd32_select */
478 1.111 martin {
479 1.111 martin .sy_call = sys_nosys,
480 1.111 martin }, /* 94 = filler */
481 1.111 martin {
482 1.111 martin ns(struct netbsd32_fsync_args),
483 1.111 martin .sy_call = (sy_call_t *)netbsd32_fsync
484 1.111 martin }, /* 95 = netbsd32_fsync */
485 1.111 martin {
486 1.111 martin ns(struct netbsd32_setpriority_args),
487 1.111 martin .sy_call = (sy_call_t *)netbsd32_setpriority
488 1.111 martin }, /* 96 = netbsd32_setpriority */
489 1.111 martin {
490 1.111 martin ns(struct compat_30_netbsd32_socket_args),
491 1.111 martin .sy_call = (sy_call_t *)compat_30(netbsd32_socket)
492 1.111 martin }, /* 97 = compat_30_netbsd32_socket */
493 1.111 martin {
494 1.111 martin ns(struct netbsd32_connect_args),
495 1.111 martin .sy_call = (sy_call_t *)netbsd32_connect
496 1.111 martin }, /* 98 = netbsd32_connect */
497 1.111 martin {
498 1.111 martin ns(struct compat_43_netbsd32_oaccept_args),
499 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_oaccept)
500 1.111 martin }, /* 99 = compat_43_netbsd32_oaccept */
501 1.111 martin {
502 1.111 martin ns(struct netbsd32_getpriority_args),
503 1.111 martin .sy_call = (sy_call_t *)netbsd32_getpriority
504 1.111 martin }, /* 100 = netbsd32_getpriority */
505 1.111 martin {
506 1.111 martin ns(struct compat_43_netbsd32_osend_args),
507 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_osend)
508 1.111 martin }, /* 101 = compat_43_netbsd32_osend */
509 1.111 martin {
510 1.111 martin ns(struct compat_43_netbsd32_orecv_args),
511 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_orecv)
512 1.111 martin }, /* 102 = compat_43_netbsd32_orecv */
513 1.111 martin {
514 1.111 martin ns(struct compat_13_netbsd32_sigreturn_args),
515 1.111 martin .sy_call = (sy_call_t *)compat_13(netbsd32_sigreturn)
516 1.111 martin }, /* 103 = compat_13_sigreturn13 */
517 1.111 martin {
518 1.111 martin ns(struct netbsd32_bind_args),
519 1.111 martin .sy_call = (sy_call_t *)netbsd32_bind
520 1.111 martin }, /* 104 = netbsd32_bind */
521 1.111 martin {
522 1.111 martin ns(struct netbsd32_setsockopt_args),
523 1.111 martin .sy_call = (sy_call_t *)netbsd32_setsockopt
524 1.111 martin }, /* 105 = netbsd32_setsockopt */
525 1.111 martin {
526 1.111 martin ns(struct netbsd32_listen_args),
527 1.111 martin .sy_call = (sy_call_t *)netbsd32_listen
528 1.111 martin }, /* 106 = netbsd32_listen */
529 1.111 martin {
530 1.111 martin .sy_call = sys_nosys,
531 1.111 martin }, /* 107 = filler */
532 1.111 martin {
533 1.111 martin ns(struct compat_43_netbsd32_osigvec_args),
534 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_osigvec)
535 1.111 martin }, /* 108 = compat_43_netbsd32_osigvec */
536 1.111 martin {
537 1.111 martin ns(struct compat_43_netbsd32_sigblock_args),
538 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_sigblock)
539 1.111 martin }, /* 109 = compat_43_netbsd32_sigblock */
540 1.111 martin {
541 1.111 martin ns(struct compat_43_netbsd32_sigsetmask_args),
542 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_sigsetmask)
543 1.111 martin }, /* 110 = compat_43_netbsd32_sigsetmask */
544 1.111 martin {
545 1.111 martin ns(struct compat_13_netbsd32_sigsuspend_args),
546 1.111 martin .sy_call = (sy_call_t *)compat_13(netbsd32_sigsuspend)
547 1.111 martin }, /* 111 = compat_13_sigsuspend13 */
548 1.111 martin {
549 1.111 martin ns(struct compat_43_netbsd32_osigstack_args),
550 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_osigstack)
551 1.111 martin }, /* 112 = compat_43_netbsd32_osigstack */
552 1.111 martin {
553 1.111 martin ns(struct compat_43_netbsd32_orecvmsg_args),
554 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_orecvmsg)
555 1.111 martin }, /* 113 = compat_43_netbsd32_orecvmsg */
556 1.111 martin {
557 1.111 martin ns(struct compat_43_netbsd32_osendmsg_args),
558 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_osendmsg)
559 1.111 martin }, /* 114 = compat_43_netbsd32_osendmsg */
560 1.111 martin {
561 1.111 martin .sy_call = sys_nosys,
562 1.111 martin }, /* 115 = filler */
563 1.111 martin {
564 1.111 martin ns(struct compat_50_netbsd32_gettimeofday_args),
565 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32_gettimeofday)
566 1.111 martin }, /* 116 = compat_50_netbsd32_gettimeofday */
567 1.111 martin {
568 1.111 martin ns(struct compat_50_netbsd32_getrusage_args),
569 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32_getrusage)
570 1.111 martin }, /* 117 = compat_50_netbsd32_getrusage */
571 1.111 martin {
572 1.111 martin ns(struct netbsd32_getsockopt_args),
573 1.111 martin .sy_call = (sy_call_t *)netbsd32_getsockopt
574 1.111 martin }, /* 118 = netbsd32_getsockopt */
575 1.111 martin {
576 1.111 martin .sy_call = sys_nosys,
577 1.111 martin }, /* 119 = filler */
578 1.111 martin {
579 1.111 martin ns(struct netbsd32_readv_args),
580 1.111 martin .sy_call = (sy_call_t *)netbsd32_readv
581 1.111 martin }, /* 120 = netbsd32_readv */
582 1.111 martin {
583 1.111 martin ns(struct netbsd32_writev_args),
584 1.111 martin .sy_call = (sy_call_t *)netbsd32_writev
585 1.111 martin }, /* 121 = netbsd32_writev */
586 1.111 martin {
587 1.111 martin ns(struct compat_50_netbsd32_settimeofday_args),
588 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32_settimeofday)
589 1.111 martin }, /* 122 = compat_50_netbsd32_settimeofday */
590 1.111 martin {
591 1.111 martin ns(struct netbsd32_fchown_args),
592 1.111 martin .sy_call = (sy_call_t *)netbsd32_fchown
593 1.111 martin }, /* 123 = netbsd32_fchown */
594 1.111 martin {
595 1.111 martin ns(struct netbsd32_fchmod_args),
596 1.111 martin .sy_call = (sy_call_t *)netbsd32_fchmod
597 1.111 martin }, /* 124 = netbsd32_fchmod */
598 1.111 martin {
599 1.111 martin ns(struct compat_43_netbsd32_orecvfrom_args),
600 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_orecvfrom)
601 1.111 martin }, /* 125 = compat_43_netbsd32_orecvfrom */
602 1.111 martin {
603 1.111 martin ns(struct netbsd32_setreuid_args),
604 1.111 martin .sy_call = (sy_call_t *)netbsd32_setreuid
605 1.111 martin }, /* 126 = netbsd32_setreuid */
606 1.111 martin {
607 1.111 martin ns(struct netbsd32_setregid_args),
608 1.111 martin .sy_call = (sy_call_t *)netbsd32_setregid
609 1.111 martin }, /* 127 = netbsd32_setregid */
610 1.111 martin {
611 1.111 martin ns(struct netbsd32_rename_args),
612 1.111 martin .sy_call = (sy_call_t *)netbsd32_rename
613 1.111 martin }, /* 128 = netbsd32_rename */
614 1.111 martin {
615 1.111 martin ns(struct compat_43_netbsd32_otruncate_args),
616 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_otruncate)
617 1.111 martin }, /* 129 = compat_43_netbsd32_otruncate */
618 1.111 martin {
619 1.111 martin ns(struct compat_43_netbsd32_oftruncate_args),
620 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_oftruncate)
621 1.111 martin }, /* 130 = compat_43_netbsd32_oftruncate */
622 1.111 martin {
623 1.111 martin ns(struct netbsd32_flock_args),
624 1.111 martin .sy_call = (sy_call_t *)netbsd32_flock
625 1.111 martin }, /* 131 = netbsd32_flock */
626 1.111 martin {
627 1.111 martin ns(struct netbsd32_mkfifo_args),
628 1.111 martin .sy_call = (sy_call_t *)netbsd32_mkfifo
629 1.111 martin }, /* 132 = netbsd32_mkfifo */
630 1.111 martin {
631 1.111 martin ns(struct netbsd32_sendto_args),
632 1.111 martin .sy_call = (sy_call_t *)netbsd32_sendto
633 1.111 martin }, /* 133 = netbsd32_sendto */
634 1.111 martin {
635 1.111 martin ns(struct netbsd32_shutdown_args),
636 1.111 martin .sy_call = (sy_call_t *)netbsd32_shutdown
637 1.111 martin }, /* 134 = netbsd32_shutdown */
638 1.111 martin {
639 1.111 martin ns(struct netbsd32_socketpair_args),
640 1.111 martin .sy_call = (sy_call_t *)netbsd32_socketpair
641 1.111 martin }, /* 135 = netbsd32_socketpair */
642 1.111 martin {
643 1.111 martin ns(struct netbsd32_mkdir_args),
644 1.111 martin .sy_call = (sy_call_t *)netbsd32_mkdir
645 1.111 martin }, /* 136 = netbsd32_mkdir */
646 1.111 martin {
647 1.111 martin ns(struct netbsd32_rmdir_args),
648 1.111 martin .sy_call = (sy_call_t *)netbsd32_rmdir
649 1.111 martin }, /* 137 = netbsd32_rmdir */
650 1.111 martin {
651 1.111 martin ns(struct compat_50_netbsd32_utimes_args),
652 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32_utimes)
653 1.111 martin }, /* 138 = compat_50_netbsd32_utimes */
654 1.111 martin {
655 1.111 martin .sy_call = sys_nosys,
656 1.111 martin }, /* 139 = filler */
657 1.111 martin {
658 1.111 martin ns(struct compat_50_netbsd32_adjtime_args),
659 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32_adjtime)
660 1.111 martin }, /* 140 = compat_50_netbsd32_adjtime */
661 1.111 martin {
662 1.111 martin ns(struct compat_43_netbsd32_ogetpeername_args),
663 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_ogetpeername)
664 1.111 martin }, /* 141 = compat_43_netbsd32_ogetpeername */
665 1.111 martin {
666 1.111 martin .sy_call = (sy_call_t *)compat_43(sys_gethostid)
667 1.111 martin }, /* 142 = compat_43_ogethostid */
668 1.111 martin {
669 1.111 martin ns(struct compat_43_netbsd32_sethostid_args),
670 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_sethostid)
671 1.111 martin }, /* 143 = compat_43_netbsd32_sethostid */
672 1.111 martin {
673 1.111 martin ns(struct compat_43_netbsd32_ogetrlimit_args),
674 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_ogetrlimit)
675 1.111 martin }, /* 144 = compat_43_netbsd32_ogetrlimit */
676 1.111 martin {
677 1.111 martin ns(struct compat_43_netbsd32_osetrlimit_args),
678 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_osetrlimit)
679 1.111 martin }, /* 145 = compat_43_netbsd32_osetrlimit */
680 1.111 martin {
681 1.111 martin ns(struct compat_43_netbsd32_killpg_args),
682 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_killpg)
683 1.111 martin }, /* 146 = compat_43_netbsd32_killpg */
684 1.111 martin {
685 1.111 martin .sy_call = (sy_call_t *)sys_setsid
686 1.111 martin }, /* 147 = setsid */
687 1.111 martin {
688 1.111 martin ns(struct compat_50_netbsd32_quotactl_args),
689 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32_quotactl)
690 1.111 martin }, /* 148 = compat_50_netbsd32_quotactl */
691 1.111 martin {
692 1.111 martin .sy_call = (sy_call_t *)compat_43(sys_quota)
693 1.111 martin }, /* 149 = compat_43_oquota */
694 1.111 martin {
695 1.111 martin ns(struct compat_43_netbsd32_ogetsockname_args),
696 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_ogetsockname)
697 1.111 martin }, /* 150 = compat_43_netbsd32_ogetsockname */
698 1.111 martin {
699 1.111 martin .sy_call = sys_nosys,
700 1.111 martin }, /* 151 = filler */
701 1.111 martin {
702 1.111 martin .sy_call = sys_nosys,
703 1.111 martin }, /* 152 = filler */
704 1.111 martin {
705 1.111 martin .sy_call = sys_nosys,
706 1.111 martin }, /* 153 = filler */
707 1.111 martin {
708 1.111 martin .sy_call = sys_nosys,
709 1.111 martin }, /* 154 = filler */
710 1.111 martin {
711 1.111 martin .sy_call = sys_nosys,
712 1.111 martin }, /* 155 = filler */
713 1.111 martin {
714 1.111 martin ns(struct compat_43_netbsd32_ogetdirentries_args),
715 1.111 martin .sy_call = (sy_call_t *)compat_43(netbsd32_ogetdirentries)
716 1.111 martin }, /* 156 = compat_43_netbsd32_ogetdirentries */
717 1.111 martin {
718 1.111 martin ns(struct compat_20_netbsd32_statfs_args),
719 1.111 martin .sy_call = (sy_call_t *)compat_20(netbsd32_statfs)
720 1.111 martin }, /* 157 = compat_20_netbsd32_statfs */
721 1.111 martin {
722 1.111 martin ns(struct compat_20_netbsd32_fstatfs_args),
723 1.111 martin .sy_call = (sy_call_t *)compat_20(netbsd32_fstatfs)
724 1.111 martin }, /* 158 = compat_20_netbsd32_fstatfs */
725 1.111 martin {
726 1.111 martin .sy_call = sys_nosys,
727 1.111 martin }, /* 159 = filler */
728 1.111 martin {
729 1.111 martin .sy_call = sys_nosys,
730 1.111 martin }, /* 160 = filler */
731 1.111 martin {
732 1.111 martin ns(struct compat_30_netbsd32_getfh_args),
733 1.111 martin .sy_call = (sy_call_t *)compat_30(netbsd32_getfh)
734 1.111 martin }, /* 161 = compat_30_netbsd32_getfh */
735 1.111 martin {
736 1.111 martin ns(struct compat_09_netbsd32_ogetdomainname_args),
737 1.111 martin .sy_call = (sy_call_t *)compat_09(netbsd32_ogetdomainname)
738 1.111 martin }, /* 162 = compat_09_netbsd32_ogetdomainname */
739 1.111 martin {
740 1.111 martin ns(struct compat_09_netbsd32_osetdomainname_args),
741 1.111 martin .sy_call = (sy_call_t *)compat_09(netbsd32_osetdomainname)
742 1.111 martin }, /* 163 = compat_09_netbsd32_osetdomainname */
743 1.111 martin {
744 1.111 martin ns(struct compat_09_netbsd32_uname_args),
745 1.111 martin .sy_call = (sy_call_t *)compat_09(netbsd32_uname)
746 1.111 martin }, /* 164 = compat_09_netbsd32_uname */
747 1.111 martin {
748 1.111 martin ns(struct netbsd32_sysarch_args),
749 1.111 martin .sy_call = (sy_call_t *)netbsd32_sysarch
750 1.111 martin }, /* 165 = netbsd32_sysarch */
751 1.111 martin {
752 1.111 martin .sy_call = sys_nosys,
753 1.111 martin }, /* 166 = filler */
754 1.111 martin {
755 1.111 martin .sy_call = sys_nosys,
756 1.111 martin }, /* 167 = filler */
757 1.111 martin {
758 1.111 martin .sy_call = sys_nosys,
759 1.111 martin }, /* 168 = filler */
760 1.82 christos #if defined(SYSVSEM) || !defined(_KERNEL_OPT)
761 1.111 martin {
762 1.111 martin ns(struct compat_10_netbsd32_semsys_args),
763 1.111 martin .sy_call = (sy_call_t *)compat_10(netbsd32_semsys)
764 1.111 martin }, /* 169 = compat_10_osemsys */
765 1.111 martin #else
766 1.111 martin {
767 1.111 martin .sy_call = sys_nosys,
768 1.111 martin }, /* 169 = filler */
769 1.1 mrg #endif
770 1.82 christos #if defined(SYSVMSG) || !defined(_KERNEL_OPT)
771 1.111 martin {
772 1.111 martin ns(struct compat_10_netbsd32_msgsys_args),
773 1.111 martin .sy_call = (sy_call_t *)compat_10(netbsd32_msgsys)
774 1.111 martin }, /* 170 = compat_10_omsgsys */
775 1.111 martin #else
776 1.111 martin {
777 1.111 martin .sy_call = sys_nosys,
778 1.111 martin }, /* 170 = filler */
779 1.1 mrg #endif
780 1.82 christos #if defined(SYSVSHM) || !defined(_KERNEL_OPT)
781 1.111 martin {
782 1.111 martin ns(struct compat_10_netbsd32_shmsys_args),
783 1.111 martin .sy_call = (sy_call_t *)compat_10(netbsd32_shmsys)
784 1.111 martin }, /* 171 = compat_10_oshmsys */
785 1.111 martin #else
786 1.111 martin {
787 1.111 martin .sy_call = sys_nosys,
788 1.111 martin }, /* 171 = filler */
789 1.111 martin #endif
790 1.111 martin {
791 1.111 martin .sy_call = sys_nosys,
792 1.111 martin }, /* 172 = filler */
793 1.111 martin {
794 1.111 martin ns(struct netbsd32_pread_args),
795 1.111 martin .sy_call = (sy_call_t *)netbsd32_pread
796 1.111 martin }, /* 173 = netbsd32_pread */
797 1.111 martin {
798 1.111 martin ns(struct netbsd32_pwrite_args),
799 1.111 martin .sy_call = (sy_call_t *)netbsd32_pwrite
800 1.111 martin }, /* 174 = netbsd32_pwrite */
801 1.85 christos #if defined(NTP) || !defined(_KERNEL_OPT)
802 1.111 martin {
803 1.111 martin ns(struct compat_30_netbsd32_ntp_gettime_args),
804 1.111 martin .sy_call = (sy_call_t *)compat_30(netbsd32_ntp_gettime)
805 1.111 martin }, /* 175 = compat_30_netbsd32_ntp_gettime */
806 1.111 martin {
807 1.111 martin ns(struct netbsd32_ntp_adjtime_args),
808 1.111 martin .sy_call = (sy_call_t *)netbsd32_ntp_adjtime
809 1.111 martin }, /* 176 = netbsd32_ntp_adjtime */
810 1.111 martin #else
811 1.111 martin {
812 1.111 martin .sy_call = sys_nosys,
813 1.111 martin }, /* 175 = filler */
814 1.111 martin {
815 1.111 martin .sy_call = sys_nosys,
816 1.111 martin }, /* 176 = filler */
817 1.111 martin #endif
818 1.111 martin {
819 1.111 martin .sy_call = sys_nosys,
820 1.111 martin }, /* 177 = filler */
821 1.111 martin {
822 1.111 martin .sy_call = sys_nosys,
823 1.111 martin }, /* 178 = filler */
824 1.111 martin {
825 1.111 martin .sy_call = sys_nosys,
826 1.111 martin }, /* 179 = filler */
827 1.111 martin {
828 1.111 martin .sy_call = sys_nosys,
829 1.111 martin }, /* 180 = filler */
830 1.111 martin {
831 1.111 martin ns(struct netbsd32_setgid_args),
832 1.111 martin .sy_call = (sy_call_t *)netbsd32_setgid
833 1.111 martin }, /* 181 = netbsd32_setgid */
834 1.111 martin {
835 1.111 martin ns(struct netbsd32_setegid_args),
836 1.111 martin .sy_call = (sy_call_t *)netbsd32_setegid
837 1.111 martin }, /* 182 = netbsd32_setegid */
838 1.111 martin {
839 1.111 martin ns(struct netbsd32_seteuid_args),
840 1.111 martin .sy_call = (sy_call_t *)netbsd32_seteuid
841 1.111 martin }, /* 183 = netbsd32_seteuid */
842 1.111 martin {
843 1.111 martin .sy_call = sys_nosys,
844 1.111 martin }, /* 184 = filler */
845 1.111 martin {
846 1.111 martin .sy_call = sys_nosys,
847 1.111 martin }, /* 185 = filler */
848 1.111 martin {
849 1.111 martin .sy_call = sys_nosys,
850 1.111 martin }, /* 186 = filler */
851 1.111 martin {
852 1.111 martin .sy_call = sys_nosys,
853 1.111 martin }, /* 187 = filler */
854 1.111 martin {
855 1.111 martin ns(struct compat_12_netbsd32_stat12_args),
856 1.111 martin .sy_call = (sy_call_t *)compat_12(netbsd32_stat12)
857 1.111 martin }, /* 188 = compat_12_netbsd32_stat12 */
858 1.111 martin {
859 1.111 martin ns(struct compat_12_netbsd32_fstat12_args),
860 1.111 martin .sy_call = (sy_call_t *)compat_12(netbsd32_fstat12)
861 1.111 martin }, /* 189 = compat_12_netbsd32_fstat12 */
862 1.111 martin {
863 1.111 martin ns(struct compat_12_netbsd32_lstat12_args),
864 1.111 martin .sy_call = (sy_call_t *)compat_12(netbsd32_lstat12)
865 1.111 martin }, /* 190 = compat_12_netbsd32_lstat12 */
866 1.111 martin {
867 1.111 martin ns(struct netbsd32_pathconf_args),
868 1.111 martin .sy_call = (sy_call_t *)netbsd32_pathconf
869 1.111 martin }, /* 191 = netbsd32_pathconf */
870 1.111 martin {
871 1.111 martin ns(struct netbsd32_fpathconf_args),
872 1.111 martin .sy_call = (sy_call_t *)netbsd32_fpathconf
873 1.111 martin }, /* 192 = netbsd32_fpathconf */
874 1.111 martin {
875 1.111 martin .sy_call = sys_nosys,
876 1.111 martin }, /* 193 = filler */
877 1.111 martin {
878 1.111 martin ns(struct netbsd32_getrlimit_args),
879 1.111 martin .sy_call = (sy_call_t *)netbsd32_getrlimit
880 1.111 martin }, /* 194 = netbsd32_getrlimit */
881 1.111 martin {
882 1.111 martin ns(struct netbsd32_setrlimit_args),
883 1.111 martin .sy_call = (sy_call_t *)netbsd32_setrlimit
884 1.111 martin }, /* 195 = netbsd32_setrlimit */
885 1.111 martin {
886 1.111 martin ns(struct compat_12_netbsd32_getdirentries_args),
887 1.111 martin .sy_call = (sy_call_t *)compat_12(netbsd32_getdirentries)
888 1.111 martin }, /* 196 = compat_12_netbsd32_getdirentries */
889 1.111 martin {
890 1.111 martin ns(struct netbsd32_mmap_args),
891 1.111 martin .sy_call = (sy_call_t *)netbsd32_mmap
892 1.111 martin }, /* 197 = netbsd32_mmap */
893 1.111 martin {
894 1.111 martin ns(struct netbsd32____syscall_args),
895 1.111 martin .sy_flags = SYCALL_NARGS64_VAL(1) | SYCALL_ARG0_64 | SYCALL_RET_64 | SYCALL_INDIRECT,
896 1.111 martin .sy_call = (sy_call_t *)netbsd32____syscall
897 1.111 martin }, /* 198 = netbsd32____syscall */
898 1.111 martin {
899 1.111 martin ns(struct netbsd32_lseek_args),
900 1.111 martin .sy_call = (sy_call_t *)netbsd32_lseek
901 1.111 martin }, /* 199 = netbsd32_lseek */
902 1.111 martin {
903 1.111 martin ns(struct netbsd32_truncate_args),
904 1.111 martin .sy_call = (sy_call_t *)netbsd32_truncate
905 1.111 martin }, /* 200 = netbsd32_truncate */
906 1.111 martin {
907 1.111 martin ns(struct netbsd32_ftruncate_args),
908 1.111 martin .sy_call = (sy_call_t *)netbsd32_ftruncate
909 1.111 martin }, /* 201 = netbsd32_ftruncate */
910 1.111 martin {
911 1.111 martin ns(struct netbsd32___sysctl_args),
912 1.111 martin .sy_call = (sy_call_t *)netbsd32___sysctl
913 1.111 martin }, /* 202 = netbsd32___sysctl */
914 1.111 martin {
915 1.111 martin ns(struct netbsd32_mlock_args),
916 1.111 martin .sy_call = (sy_call_t *)netbsd32_mlock
917 1.111 martin }, /* 203 = netbsd32_mlock */
918 1.111 martin {
919 1.111 martin ns(struct netbsd32_munlock_args),
920 1.111 martin .sy_call = (sy_call_t *)netbsd32_munlock
921 1.111 martin }, /* 204 = netbsd32_munlock */
922 1.111 martin {
923 1.111 martin ns(struct netbsd32_undelete_args),
924 1.111 martin .sy_call = (sy_call_t *)netbsd32_undelete
925 1.111 martin }, /* 205 = netbsd32_undelete */
926 1.111 martin {
927 1.111 martin ns(struct compat_50_netbsd32_futimes_args),
928 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32_futimes)
929 1.111 martin }, /* 206 = compat_50_netbsd32_futimes */
930 1.111 martin {
931 1.111 martin ns(struct netbsd32_getpgid_args),
932 1.111 martin .sy_call = (sy_call_t *)netbsd32_getpgid
933 1.111 martin }, /* 207 = netbsd32_getpgid */
934 1.111 martin {
935 1.111 martin ns(struct netbsd32_reboot_args),
936 1.111 martin .sy_call = (sy_call_t *)netbsd32_reboot
937 1.111 martin }, /* 208 = netbsd32_reboot */
938 1.111 martin {
939 1.111 martin ns(struct netbsd32_poll_args),
940 1.111 martin .sy_call = (sy_call_t *)netbsd32_poll
941 1.111 martin }, /* 209 = netbsd32_poll */
942 1.111 martin {
943 1.111 martin .sy_call = sys_nosys,
944 1.111 martin }, /* 210 = filler */
945 1.111 martin {
946 1.111 martin .sy_call = sys_nosys,
947 1.111 martin }, /* 211 = filler */
948 1.111 martin {
949 1.111 martin .sy_call = sys_nosys,
950 1.111 martin }, /* 212 = filler */
951 1.111 martin {
952 1.111 martin .sy_call = sys_nosys,
953 1.111 martin }, /* 213 = filler */
954 1.111 martin {
955 1.111 martin .sy_call = sys_nosys,
956 1.111 martin }, /* 214 = filler */
957 1.111 martin {
958 1.111 martin .sy_call = sys_nosys,
959 1.111 martin }, /* 215 = filler */
960 1.111 martin {
961 1.111 martin .sy_call = sys_nosys,
962 1.111 martin }, /* 216 = filler */
963 1.111 martin {
964 1.111 martin .sy_call = sys_nosys,
965 1.111 martin }, /* 217 = filler */
966 1.111 martin {
967 1.111 martin .sy_call = sys_nosys,
968 1.111 martin }, /* 218 = filler */
969 1.111 martin {
970 1.111 martin .sy_call = sys_nosys,
971 1.111 martin }, /* 219 = filler */
972 1.82 christos #if defined(SYSVSEM) || !defined(_KERNEL_OPT)
973 1.111 martin {
974 1.111 martin ns(struct compat_14_netbsd32___semctl_args),
975 1.111 martin .sy_call = (sy_call_t *)compat_14(netbsd32___semctl)
976 1.111 martin }, /* 220 = compat_14_netbsd32___semctl */
977 1.111 martin {
978 1.111 martin ns(struct netbsd32_semget_args),
979 1.111 martin .sy_call = (sy_call_t *)netbsd32_semget
980 1.111 martin }, /* 221 = netbsd32_semget */
981 1.111 martin {
982 1.111 martin ns(struct netbsd32_semop_args),
983 1.111 martin .sy_call = (sy_call_t *)netbsd32_semop
984 1.111 martin }, /* 222 = netbsd32_semop */
985 1.111 martin {
986 1.111 martin ns(struct netbsd32_semconfig_args),
987 1.111 martin .sy_call = (sy_call_t *)netbsd32_semconfig
988 1.111 martin }, /* 223 = netbsd32_semconfig */
989 1.111 martin #else
990 1.111 martin {
991 1.111 martin .sy_call = sys_nosys,
992 1.111 martin }, /* 220 = filler */
993 1.111 martin {
994 1.111 martin .sy_call = sys_nosys,
995 1.111 martin }, /* 221 = filler */
996 1.111 martin {
997 1.111 martin .sy_call = sys_nosys,
998 1.111 martin }, /* 222 = filler */
999 1.111 martin {
1000 1.111 martin .sy_call = sys_nosys,
1001 1.111 martin }, /* 223 = filler */
1002 1.1 mrg #endif
1003 1.82 christos #if defined(SYSVMSG) || !defined(_KERNEL_OPT)
1004 1.111 martin {
1005 1.111 martin ns(struct compat_14_netbsd32_msgctl_args),
1006 1.111 martin .sy_call = (sy_call_t *)compat_14(netbsd32_msgctl)
1007 1.111 martin }, /* 224 = compat_14_netbsd32_msgctl */
1008 1.111 martin {
1009 1.111 martin ns(struct netbsd32_msgget_args),
1010 1.111 martin .sy_call = (sy_call_t *)netbsd32_msgget
1011 1.111 martin }, /* 225 = netbsd32_msgget */
1012 1.111 martin {
1013 1.111 martin ns(struct netbsd32_msgsnd_args),
1014 1.111 martin .sy_call = (sy_call_t *)netbsd32_msgsnd
1015 1.111 martin }, /* 226 = netbsd32_msgsnd */
1016 1.111 martin {
1017 1.111 martin ns(struct netbsd32_msgrcv_args),
1018 1.111 martin .sy_call = (sy_call_t *)netbsd32_msgrcv
1019 1.111 martin }, /* 227 = netbsd32_msgrcv */
1020 1.111 martin #else
1021 1.111 martin {
1022 1.111 martin .sy_call = sys_nosys,
1023 1.111 martin }, /* 224 = filler */
1024 1.111 martin {
1025 1.111 martin .sy_call = sys_nosys,
1026 1.111 martin }, /* 225 = filler */
1027 1.111 martin {
1028 1.111 martin .sy_call = sys_nosys,
1029 1.111 martin }, /* 226 = filler */
1030 1.111 martin {
1031 1.111 martin .sy_call = sys_nosys,
1032 1.111 martin }, /* 227 = filler */
1033 1.1 mrg #endif
1034 1.82 christos #if defined(SYSVSHM) || !defined(_KERNEL_OPT)
1035 1.111 martin {
1036 1.111 martin ns(struct netbsd32_shmat_args),
1037 1.111 martin .sy_call = (sy_call_t *)netbsd32_shmat
1038 1.111 martin }, /* 228 = netbsd32_shmat */
1039 1.111 martin {
1040 1.111 martin ns(struct compat_14_netbsd32_shmctl_args),
1041 1.111 martin .sy_call = (sy_call_t *)compat_14(netbsd32_shmctl)
1042 1.111 martin }, /* 229 = compat_14_netbsd32_shmctl */
1043 1.111 martin {
1044 1.111 martin ns(struct netbsd32_shmdt_args),
1045 1.111 martin .sy_call = (sy_call_t *)netbsd32_shmdt
1046 1.111 martin }, /* 230 = netbsd32_shmdt */
1047 1.111 martin {
1048 1.111 martin ns(struct netbsd32_shmget_args),
1049 1.111 martin .sy_call = (sy_call_t *)netbsd32_shmget
1050 1.111 martin }, /* 231 = netbsd32_shmget */
1051 1.111 martin #else
1052 1.111 martin {
1053 1.111 martin .sy_call = sys_nosys,
1054 1.111 martin }, /* 228 = filler */
1055 1.111 martin {
1056 1.111 martin .sy_call = sys_nosys,
1057 1.111 martin }, /* 229 = filler */
1058 1.111 martin {
1059 1.111 martin .sy_call = sys_nosys,
1060 1.111 martin }, /* 230 = filler */
1061 1.111 martin {
1062 1.111 martin .sy_call = sys_nosys,
1063 1.111 martin }, /* 231 = filler */
1064 1.111 martin #endif
1065 1.111 martin {
1066 1.111 martin ns(struct compat_50_netbsd32_clock_gettime_args),
1067 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32_clock_gettime)
1068 1.111 martin }, /* 232 = compat_50_netbsd32_clock_gettime */
1069 1.111 martin {
1070 1.111 martin ns(struct compat_50_netbsd32_clock_settime_args),
1071 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32_clock_settime)
1072 1.111 martin }, /* 233 = compat_50_netbsd32_clock_settime */
1073 1.111 martin {
1074 1.111 martin ns(struct compat_50_netbsd32_clock_getres_args),
1075 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32_clock_getres)
1076 1.111 martin }, /* 234 = compat_50_netbsd32_clock_getres */
1077 1.111 martin {
1078 1.111 martin ns(struct netbsd32_timer_create_args),
1079 1.111 martin .sy_call = (sy_call_t *)netbsd32_timer_create
1080 1.111 martin }, /* 235 = netbsd32_timer_create */
1081 1.111 martin {
1082 1.111 martin ns(struct netbsd32_timer_delete_args),
1083 1.111 martin .sy_call = (sy_call_t *)netbsd32_timer_delete
1084 1.111 martin }, /* 236 = netbsd32_timer_delete */
1085 1.111 martin {
1086 1.111 martin ns(struct compat_50_netbsd32_timer_settime_args),
1087 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32_timer_settime)
1088 1.111 martin }, /* 237 = compat_50_netbsd32_timer_settime */
1089 1.111 martin {
1090 1.111 martin ns(struct compat_50_netbsd32_timer_gettime_args),
1091 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32_timer_gettime)
1092 1.111 martin }, /* 238 = compat_50_netbsd32_timer_gettime */
1093 1.111 martin {
1094 1.111 martin ns(struct netbsd32_timer_getoverrun_args),
1095 1.111 martin .sy_call = (sy_call_t *)netbsd32_timer_getoverrun
1096 1.111 martin }, /* 239 = netbsd32_timer_getoverrun */
1097 1.111 martin {
1098 1.111 martin ns(struct compat_50_netbsd32_nanosleep_args),
1099 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32_nanosleep)
1100 1.111 martin }, /* 240 = compat_50_netbsd32_nanosleep */
1101 1.111 martin {
1102 1.111 martin ns(struct netbsd32_fdatasync_args),
1103 1.111 martin .sy_call = (sy_call_t *)netbsd32_fdatasync
1104 1.111 martin }, /* 241 = netbsd32_fdatasync */
1105 1.111 martin {
1106 1.111 martin ns(struct netbsd32_mlockall_args),
1107 1.111 martin .sy_call = (sy_call_t *)netbsd32_mlockall
1108 1.111 martin }, /* 242 = netbsd32_mlockall */
1109 1.111 martin {
1110 1.111 martin .sy_call = (sy_call_t *)sys_munlockall
1111 1.111 martin }, /* 243 = munlockall */
1112 1.111 martin {
1113 1.111 martin ns(struct compat_50_netbsd32___sigtimedwait_args),
1114 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32___sigtimedwait)
1115 1.111 martin }, /* 244 = compat_50_netbsd32___sigtimedwait */
1116 1.111 martin {
1117 1.111 martin .sy_call = sys_nosys,
1118 1.111 martin }, /* 245 = filler */
1119 1.111 martin {
1120 1.111 martin .sy_call = sys_nosys,
1121 1.111 martin }, /* 246 = filler */
1122 1.111 martin {
1123 1.111 martin ns(struct netbsd32__ksem_init_args),
1124 1.111 martin .sy_call = (sy_call_t *)netbsd32__ksem_init
1125 1.111 martin }, /* 247 = netbsd32__ksem_init */
1126 1.111 martin {
1127 1.111 martin ns(struct netbsd32__ksem_open_args),
1128 1.111 martin .sy_call = (sy_call_t *)netbsd32__ksem_open
1129 1.111 martin }, /* 248 = netbsd32__ksem_open */
1130 1.111 martin {
1131 1.111 martin ns(struct netbsd32__ksem_unlink_args),
1132 1.111 martin .sy_call = (sy_call_t *)netbsd32__ksem_unlink
1133 1.111 martin }, /* 249 = netbsd32__ksem_unlink */
1134 1.111 martin {
1135 1.111 martin ns(struct netbsd32__ksem_close_args),
1136 1.111 martin .sy_call = (sy_call_t *)netbsd32__ksem_close
1137 1.111 martin }, /* 250 = netbsd32__ksem_close */
1138 1.111 martin {
1139 1.111 martin ns(struct netbsd32__ksem_post_args),
1140 1.111 martin .sy_call = (sy_call_t *)netbsd32__ksem_post
1141 1.111 martin }, /* 251 = netbsd32__ksem_post */
1142 1.111 martin {
1143 1.111 martin ns(struct netbsd32__ksem_wait_args),
1144 1.111 martin .sy_call = (sy_call_t *)netbsd32__ksem_wait
1145 1.111 martin }, /* 252 = netbsd32__ksem_wait */
1146 1.111 martin {
1147 1.111 martin ns(struct netbsd32__ksem_trywait_args),
1148 1.111 martin .sy_call = (sy_call_t *)netbsd32__ksem_trywait
1149 1.111 martin }, /* 253 = netbsd32__ksem_trywait */
1150 1.111 martin {
1151 1.111 martin ns(struct netbsd32__ksem_getvalue_args),
1152 1.111 martin .sy_call = (sy_call_t *)netbsd32__ksem_getvalue
1153 1.111 martin }, /* 254 = netbsd32__ksem_getvalue */
1154 1.111 martin {
1155 1.111 martin ns(struct netbsd32__ksem_destroy_args),
1156 1.111 martin .sy_call = (sy_call_t *)netbsd32__ksem_destroy
1157 1.111 martin }, /* 255 = netbsd32__ksem_destroy */
1158 1.111 martin {
1159 1.111 martin ns(struct netbsd32__ksem_timedwait_args),
1160 1.111 martin .sy_call = (sy_call_t *)netbsd32__ksem_timedwait
1161 1.111 martin }, /* 256 = netbsd32__ksem_timedwait */
1162 1.111 martin {
1163 1.111 martin .sy_call = sys_nosys,
1164 1.111 martin }, /* 257 = filler */
1165 1.111 martin {
1166 1.111 martin .sy_call = sys_nosys,
1167 1.111 martin }, /* 258 = filler */
1168 1.111 martin {
1169 1.111 martin .sy_call = sys_nosys,
1170 1.111 martin }, /* 259 = filler */
1171 1.111 martin {
1172 1.111 martin .sy_call = sys_nosys,
1173 1.111 martin }, /* 260 = filler */
1174 1.111 martin {
1175 1.111 martin .sy_call = sys_nosys,
1176 1.111 martin }, /* 261 = filler */
1177 1.111 martin {
1178 1.111 martin .sy_call = sys_nosys,
1179 1.111 martin }, /* 262 = filler */
1180 1.111 martin {
1181 1.111 martin .sy_call = sys_nosys,
1182 1.111 martin }, /* 263 = filler */
1183 1.111 martin {
1184 1.111 martin .sy_call = sys_nosys,
1185 1.111 martin }, /* 264 = filler */
1186 1.111 martin {
1187 1.111 martin .sy_call = sys_nosys,
1188 1.111 martin }, /* 265 = filler */
1189 1.111 martin {
1190 1.111 martin .sy_call = sys_nosys,
1191 1.111 martin }, /* 266 = filler */
1192 1.111 martin {
1193 1.111 martin .sy_call = sys_nosys,
1194 1.111 martin }, /* 267 = filler */
1195 1.111 martin {
1196 1.111 martin .sy_call = sys_nosys,
1197 1.111 martin }, /* 268 = filler */
1198 1.111 martin {
1199 1.111 martin .sy_call = sys_nosys,
1200 1.111 martin }, /* 269 = filler */
1201 1.111 martin {
1202 1.111 martin ns(struct netbsd32___posix_rename_args),
1203 1.111 martin .sy_call = (sy_call_t *)netbsd32___posix_rename
1204 1.111 martin }, /* 270 = netbsd32___posix_rename */
1205 1.111 martin {
1206 1.111 martin ns(struct netbsd32_swapctl_args),
1207 1.111 martin .sy_call = (sy_call_t *)netbsd32_swapctl
1208 1.111 martin }, /* 271 = netbsd32_swapctl */
1209 1.111 martin {
1210 1.111 martin ns(struct compat_30_netbsd32_getdents_args),
1211 1.111 martin .sy_call = (sy_call_t *)compat_30(netbsd32_getdents)
1212 1.111 martin }, /* 272 = compat_30_netbsd32_getdents */
1213 1.111 martin {
1214 1.111 martin ns(struct netbsd32_minherit_args),
1215 1.111 martin .sy_call = (sy_call_t *)netbsd32_minherit
1216 1.111 martin }, /* 273 = netbsd32_minherit */
1217 1.111 martin {
1218 1.111 martin ns(struct netbsd32_lchmod_args),
1219 1.111 martin .sy_call = (sy_call_t *)netbsd32_lchmod
1220 1.111 martin }, /* 274 = netbsd32_lchmod */
1221 1.111 martin {
1222 1.111 martin ns(struct netbsd32_lchown_args),
1223 1.111 martin .sy_call = (sy_call_t *)netbsd32_lchown
1224 1.111 martin }, /* 275 = netbsd32_lchown */
1225 1.111 martin {
1226 1.111 martin ns(struct compat_50_netbsd32_lutimes_args),
1227 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32_lutimes)
1228 1.111 martin }, /* 276 = compat_50_netbsd32_lutimes */
1229 1.111 martin {
1230 1.111 martin ns(struct netbsd32___msync13_args),
1231 1.111 martin .sy_call = (sy_call_t *)netbsd32___msync13
1232 1.111 martin }, /* 277 = netbsd32___msync13 */
1233 1.111 martin {
1234 1.111 martin ns(struct compat_30_netbsd32___stat13_args),
1235 1.111 martin .sy_call = (sy_call_t *)compat_30(netbsd32___stat13)
1236 1.111 martin }, /* 278 = compat_30_netbsd32___stat13 */
1237 1.111 martin {
1238 1.111 martin ns(struct compat_30_netbsd32___fstat13_args),
1239 1.111 martin .sy_call = (sy_call_t *)compat_30(netbsd32___fstat13)
1240 1.111 martin }, /* 279 = compat_30_netbsd32___fstat13 */
1241 1.111 martin {
1242 1.111 martin ns(struct compat_30_netbsd32___lstat13_args),
1243 1.111 martin .sy_call = (sy_call_t *)compat_30(netbsd32___lstat13)
1244 1.111 martin }, /* 280 = compat_30_netbsd32___lstat13 */
1245 1.111 martin {
1246 1.111 martin ns(struct netbsd32___sigaltstack14_args),
1247 1.111 martin .sy_call = (sy_call_t *)netbsd32___sigaltstack14
1248 1.111 martin }, /* 281 = netbsd32___sigaltstack14 */
1249 1.111 martin {
1250 1.111 martin .sy_call = (sy_call_t *)sys___vfork14
1251 1.111 martin }, /* 282 = __vfork14 */
1252 1.111 martin {
1253 1.111 martin ns(struct netbsd32___posix_chown_args),
1254 1.111 martin .sy_call = (sy_call_t *)netbsd32___posix_chown
1255 1.111 martin }, /* 283 = netbsd32___posix_chown */
1256 1.111 martin {
1257 1.111 martin ns(struct netbsd32___posix_fchown_args),
1258 1.111 martin .sy_call = (sy_call_t *)netbsd32___posix_fchown
1259 1.111 martin }, /* 284 = netbsd32___posix_fchown */
1260 1.111 martin {
1261 1.111 martin ns(struct netbsd32___posix_lchown_args),
1262 1.111 martin .sy_call = (sy_call_t *)netbsd32___posix_lchown
1263 1.111 martin }, /* 285 = netbsd32___posix_lchown */
1264 1.111 martin {
1265 1.111 martin ns(struct netbsd32_getsid_args),
1266 1.111 martin .sy_call = (sy_call_t *)netbsd32_getsid
1267 1.111 martin }, /* 286 = netbsd32_getsid */
1268 1.111 martin {
1269 1.111 martin ns(struct netbsd32___clone_args),
1270 1.111 martin .sy_call = (sy_call_t *)netbsd32___clone
1271 1.111 martin }, /* 287 = netbsd32___clone */
1272 1.111 martin {
1273 1.111 martin ns(struct netbsd32_fktrace_args),
1274 1.111 martin .sy_call = (sy_call_t *)netbsd32_fktrace
1275 1.111 martin }, /* 288 = netbsd32_fktrace */
1276 1.111 martin {
1277 1.111 martin ns(struct netbsd32_preadv_args),
1278 1.111 martin .sy_call = (sy_call_t *)netbsd32_preadv
1279 1.111 martin }, /* 289 = netbsd32_preadv */
1280 1.111 martin {
1281 1.111 martin ns(struct netbsd32_pwritev_args),
1282 1.111 martin .sy_call = (sy_call_t *)netbsd32_pwritev
1283 1.111 martin }, /* 290 = netbsd32_pwritev */
1284 1.111 martin {
1285 1.111 martin ns(struct netbsd32___sigaction14_args),
1286 1.111 martin .sy_call = (sy_call_t *)netbsd32___sigaction14
1287 1.111 martin }, /* 291 = netbsd32___sigaction14 */
1288 1.111 martin {
1289 1.111 martin ns(struct netbsd32___sigpending14_args),
1290 1.111 martin .sy_call = (sy_call_t *)netbsd32___sigpending14
1291 1.111 martin }, /* 292 = netbsd32___sigpending14 */
1292 1.111 martin {
1293 1.111 martin ns(struct netbsd32___sigprocmask14_args),
1294 1.111 martin .sy_call = (sy_call_t *)netbsd32___sigprocmask14
1295 1.111 martin }, /* 293 = netbsd32___sigprocmask14 */
1296 1.111 martin {
1297 1.111 martin ns(struct netbsd32___sigsuspend14_args),
1298 1.111 martin .sy_call = (sy_call_t *)netbsd32___sigsuspend14
1299 1.111 martin }, /* 294 = netbsd32___sigsuspend14 */
1300 1.111 martin {
1301 1.111 martin ns(struct compat_16_netbsd32___sigreturn14_args),
1302 1.111 martin .sy_call = (sy_call_t *)compat_16(netbsd32___sigreturn14)
1303 1.111 martin }, /* 295 = compat_16_netbsd32___sigreturn14 */
1304 1.111 martin {
1305 1.111 martin ns(struct netbsd32___getcwd_args),
1306 1.111 martin .sy_call = (sy_call_t *)netbsd32___getcwd
1307 1.111 martin }, /* 296 = netbsd32___getcwd */
1308 1.111 martin {
1309 1.111 martin ns(struct netbsd32_fchroot_args),
1310 1.111 martin .sy_call = (sy_call_t *)netbsd32_fchroot
1311 1.111 martin }, /* 297 = netbsd32_fchroot */
1312 1.111 martin {
1313 1.111 martin ns(struct compat_30_netbsd32_fhopen_args),
1314 1.111 martin .sy_call = (sy_call_t *)compat_30(netbsd32_fhopen)
1315 1.111 martin }, /* 298 = compat_30_netbsd32_fhopen */
1316 1.111 martin {
1317 1.111 martin ns(struct compat_30_netbsd32_fhstat_args),
1318 1.111 martin .sy_call = (sy_call_t *)compat_30(netbsd32_fhstat)
1319 1.111 martin }, /* 299 = compat_30_netbsd32_fhstat */
1320 1.111 martin {
1321 1.111 martin ns(struct compat_20_netbsd32_fhstatfs_args),
1322 1.111 martin .sy_call = (sy_call_t *)compat_20(netbsd32_fhstatfs)
1323 1.111 martin }, /* 300 = compat_20_netbsd32_fhstatfs */
1324 1.82 christos #if defined(SYSVSEM) || !defined(_KERNEL_OPT)
1325 1.111 martin {
1326 1.111 martin ns(struct compat_50_netbsd32___semctl14_args),
1327 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32___semctl14)
1328 1.111 martin }, /* 301 = compat_50_netbsd32___semctl14 */
1329 1.111 martin #else
1330 1.111 martin {
1331 1.111 martin .sy_call = sys_nosys,
1332 1.111 martin }, /* 301 = filler */
1333 1.12 eeh #endif
1334 1.82 christos #if defined(SYSVMSG) || !defined(_KERNEL_OPT)
1335 1.111 martin {
1336 1.111 martin ns(struct compat_50_netbsd32___msgctl13_args),
1337 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32___msgctl13)
1338 1.111 martin }, /* 302 = compat_50_netbsd32___msgctl13 */
1339 1.111 martin #else
1340 1.111 martin {
1341 1.111 martin .sy_call = sys_nosys,
1342 1.111 martin }, /* 302 = filler */
1343 1.12 eeh #endif
1344 1.82 christos #if defined(SYSVSHM) || !defined(_KERNEL_OPT)
1345 1.111 martin {
1346 1.111 martin ns(struct compat_50_netbsd32___shmctl13_args),
1347 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32___shmctl13)
1348 1.111 martin }, /* 303 = compat_50_netbsd32___shmctl13 */
1349 1.111 martin #else
1350 1.111 martin {
1351 1.111 martin .sy_call = sys_nosys,
1352 1.111 martin }, /* 303 = filler */
1353 1.111 martin #endif
1354 1.111 martin {
1355 1.111 martin ns(struct netbsd32_lchflags_args),
1356 1.111 martin .sy_call = (sy_call_t *)netbsd32_lchflags
1357 1.111 martin }, /* 304 = netbsd32_lchflags */
1358 1.111 martin {
1359 1.111 martin .sy_call = (sy_call_t *)sys_issetugid
1360 1.111 martin }, /* 305 = issetugid */
1361 1.111 martin {
1362 1.111 martin ns(struct netbsd32_utrace_args),
1363 1.111 martin .sy_call = (sy_call_t *)netbsd32_utrace
1364 1.111 martin }, /* 306 = netbsd32_utrace */
1365 1.111 martin {
1366 1.111 martin ns(struct netbsd32_getcontext_args),
1367 1.111 martin .sy_call = (sy_call_t *)netbsd32_getcontext
1368 1.111 martin }, /* 307 = netbsd32_getcontext */
1369 1.111 martin {
1370 1.111 martin ns(struct netbsd32_setcontext_args),
1371 1.111 martin .sy_call = (sy_call_t *)netbsd32_setcontext
1372 1.111 martin }, /* 308 = netbsd32_setcontext */
1373 1.111 martin {
1374 1.111 martin ns(struct netbsd32__lwp_create_args),
1375 1.111 martin .sy_call = (sy_call_t *)netbsd32__lwp_create
1376 1.111 martin }, /* 309 = netbsd32__lwp_create */
1377 1.111 martin {
1378 1.111 martin .sy_call = (sy_call_t *)sys__lwp_exit
1379 1.111 martin }, /* 310 = _lwp_exit */
1380 1.111 martin {
1381 1.111 martin .sy_call = (sy_call_t *)sys__lwp_self
1382 1.111 martin }, /* 311 = _lwp_self */
1383 1.111 martin {
1384 1.111 martin ns(struct netbsd32__lwp_wait_args),
1385 1.111 martin .sy_call = (sy_call_t *)netbsd32__lwp_wait
1386 1.111 martin }, /* 312 = netbsd32__lwp_wait */
1387 1.111 martin {
1388 1.111 martin ns(struct netbsd32__lwp_suspend_args),
1389 1.111 martin .sy_call = (sy_call_t *)netbsd32__lwp_suspend
1390 1.111 martin }, /* 313 = netbsd32__lwp_suspend */
1391 1.111 martin {
1392 1.111 martin ns(struct netbsd32__lwp_continue_args),
1393 1.111 martin .sy_call = (sy_call_t *)netbsd32__lwp_continue
1394 1.111 martin }, /* 314 = netbsd32__lwp_continue */
1395 1.111 martin {
1396 1.111 martin ns(struct netbsd32__lwp_wakeup_args),
1397 1.111 martin .sy_call = (sy_call_t *)netbsd32__lwp_wakeup
1398 1.111 martin }, /* 315 = netbsd32__lwp_wakeup */
1399 1.111 martin {
1400 1.111 martin .sy_call = (sy_call_t *)sys__lwp_getprivate
1401 1.111 martin }, /* 316 = _lwp_getprivate */
1402 1.111 martin {
1403 1.111 martin ns(struct netbsd32__lwp_setprivate_args),
1404 1.111 martin .sy_call = (sy_call_t *)netbsd32__lwp_setprivate
1405 1.111 martin }, /* 317 = netbsd32__lwp_setprivate */
1406 1.111 martin {
1407 1.111 martin ns(struct netbsd32__lwp_kill_args),
1408 1.111 martin .sy_call = (sy_call_t *)netbsd32__lwp_kill
1409 1.111 martin }, /* 318 = netbsd32__lwp_kill */
1410 1.111 martin {
1411 1.111 martin ns(struct netbsd32__lwp_detach_args),
1412 1.111 martin .sy_call = (sy_call_t *)netbsd32__lwp_detach
1413 1.111 martin }, /* 319 = netbsd32__lwp_detach */
1414 1.111 martin {
1415 1.111 martin ns(struct compat_50_netbsd32__lwp_park_args),
1416 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32__lwp_park)
1417 1.111 martin }, /* 320 = compat_50_netbsd32__lwp_park */
1418 1.111 martin {
1419 1.111 martin ns(struct netbsd32__lwp_unpark_args),
1420 1.111 martin .sy_call = (sy_call_t *)netbsd32__lwp_unpark
1421 1.111 martin }, /* 321 = netbsd32__lwp_unpark */
1422 1.111 martin {
1423 1.111 martin ns(struct netbsd32__lwp_unpark_all_args),
1424 1.111 martin .sy_call = (sy_call_t *)netbsd32__lwp_unpark_all
1425 1.111 martin }, /* 322 = netbsd32__lwp_unpark_all */
1426 1.111 martin {
1427 1.111 martin ns(struct netbsd32__lwp_setname_args),
1428 1.111 martin .sy_call = (sy_call_t *)netbsd32__lwp_setname
1429 1.111 martin }, /* 323 = netbsd32__lwp_setname */
1430 1.111 martin {
1431 1.111 martin ns(struct netbsd32__lwp_getname_args),
1432 1.111 martin .sy_call = (sy_call_t *)netbsd32__lwp_getname
1433 1.111 martin }, /* 324 = netbsd32__lwp_getname */
1434 1.111 martin {
1435 1.111 martin ns(struct netbsd32__lwp_ctl_args),
1436 1.111 martin .sy_call = (sy_call_t *)netbsd32__lwp_ctl
1437 1.111 martin }, /* 325 = netbsd32__lwp_ctl */
1438 1.111 martin {
1439 1.111 martin .sy_call = sys_nosys,
1440 1.111 martin }, /* 326 = filler */
1441 1.111 martin {
1442 1.111 martin .sy_call = sys_nosys,
1443 1.111 martin }, /* 327 = filler */
1444 1.111 martin {
1445 1.111 martin .sy_call = sys_nosys,
1446 1.111 martin }, /* 328 = filler */
1447 1.111 martin {
1448 1.111 martin .sy_call = sys_nosys,
1449 1.111 martin }, /* 329 = filler */
1450 1.111 martin {
1451 1.111 martin .sy_call = sys_nosys,
1452 1.111 martin }, /* 330 = filler */
1453 1.111 martin {
1454 1.111 martin .sy_call = sys_nosys,
1455 1.111 martin }, /* 331 = filler */
1456 1.111 martin {
1457 1.111 martin .sy_call = sys_nosys,
1458 1.111 martin }, /* 332 = filler */
1459 1.111 martin {
1460 1.111 martin .sy_call = sys_nosys,
1461 1.111 martin }, /* 333 = filler */
1462 1.111 martin {
1463 1.111 martin .sy_call = sys_nosys,
1464 1.111 martin }, /* 334 = filler */
1465 1.111 martin {
1466 1.111 martin .sy_call = sys_nosys,
1467 1.111 martin }, /* 335 = filler */
1468 1.111 martin {
1469 1.111 martin .sy_call = sys_nosys,
1470 1.111 martin }, /* 336 = filler */
1471 1.111 martin {
1472 1.111 martin .sy_call = sys_nosys,
1473 1.111 martin }, /* 337 = filler */
1474 1.111 martin {
1475 1.111 martin .sy_call = sys_nosys,
1476 1.111 martin }, /* 338 = filler */
1477 1.111 martin {
1478 1.111 martin .sy_call = sys_nosys,
1479 1.111 martin }, /* 339 = filler */
1480 1.111 martin {
1481 1.111 martin ns(struct netbsd32___sigaction_sigtramp_args),
1482 1.111 martin .sy_call = (sy_call_t *)netbsd32___sigaction_sigtramp
1483 1.111 martin }, /* 340 = netbsd32___sigaction_sigtramp */
1484 1.111 martin {
1485 1.111 martin .sy_call = sys_nosys,
1486 1.111 martin }, /* 341 = filler */
1487 1.111 martin {
1488 1.111 martin .sy_call = sys_nosys,
1489 1.111 martin }, /* 342 = filler */
1490 1.111 martin {
1491 1.111 martin ns(struct netbsd32_rasctl_args),
1492 1.111 martin .sy_call = (sy_call_t *)netbsd32_rasctl
1493 1.111 martin }, /* 343 = netbsd32_rasctl */
1494 1.111 martin {
1495 1.111 martin .sy_call = (sy_call_t *)sys_kqueue
1496 1.111 martin }, /* 344 = kqueue */
1497 1.111 martin {
1498 1.111 martin ns(struct compat_50_netbsd32_kevent_args),
1499 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32_kevent)
1500 1.111 martin }, /* 345 = compat_50_netbsd32_kevent */
1501 1.111 martin {
1502 1.111 martin ns(struct netbsd32__sched_setparam_args),
1503 1.111 martin .sy_call = (sy_call_t *)netbsd32__sched_setparam
1504 1.111 martin }, /* 346 = netbsd32__sched_setparam */
1505 1.111 martin {
1506 1.111 martin ns(struct netbsd32__sched_getparam_args),
1507 1.111 martin .sy_call = (sy_call_t *)netbsd32__sched_getparam
1508 1.111 martin }, /* 347 = netbsd32__sched_getparam */
1509 1.111 martin {
1510 1.111 martin ns(struct netbsd32__sched_setaffinity_args),
1511 1.111 martin .sy_call = (sy_call_t *)netbsd32__sched_setaffinity
1512 1.111 martin }, /* 348 = netbsd32__sched_setaffinity */
1513 1.111 martin {
1514 1.111 martin ns(struct netbsd32__sched_getaffinity_args),
1515 1.111 martin .sy_call = (sy_call_t *)netbsd32__sched_getaffinity
1516 1.111 martin }, /* 349 = netbsd32__sched_getaffinity */
1517 1.111 martin {
1518 1.111 martin .sy_call = (sy_call_t *)sys_sched_yield
1519 1.111 martin }, /* 350 = sched_yield */
1520 1.111 martin {
1521 1.111 martin .sy_call = sys_nosys,
1522 1.111 martin }, /* 351 = filler */
1523 1.111 martin {
1524 1.111 martin .sy_call = sys_nosys,
1525 1.111 martin }, /* 352 = filler */
1526 1.111 martin {
1527 1.111 martin .sy_call = sys_nosys,
1528 1.111 martin }, /* 353 = filler */
1529 1.111 martin {
1530 1.111 martin ns(struct netbsd32_fsync_range_args),
1531 1.111 martin .sy_call = (sy_call_t *)netbsd32_fsync_range
1532 1.111 martin }, /* 354 = netbsd32_fsync_range */
1533 1.111 martin {
1534 1.111 martin ns(struct netbsd32_uuidgen_args),
1535 1.111 martin .sy_call = (sy_call_t *)netbsd32_uuidgen
1536 1.111 martin }, /* 355 = netbsd32_uuidgen */
1537 1.111 martin {
1538 1.111 martin ns(struct netbsd32_getvfsstat_args),
1539 1.111 martin .sy_call = (sy_call_t *)netbsd32_getvfsstat
1540 1.111 martin }, /* 356 = netbsd32_getvfsstat */
1541 1.111 martin {
1542 1.111 martin ns(struct netbsd32_statvfs1_args),
1543 1.111 martin .sy_call = (sy_call_t *)netbsd32_statvfs1
1544 1.111 martin }, /* 357 = netbsd32_statvfs1 */
1545 1.111 martin {
1546 1.111 martin ns(struct netbsd32_fstatvfs1_args),
1547 1.111 martin .sy_call = (sy_call_t *)netbsd32_fstatvfs1
1548 1.111 martin }, /* 358 = netbsd32_fstatvfs1 */
1549 1.111 martin {
1550 1.111 martin ns(struct compat_30_netbsd32_fhstatvfs1_args),
1551 1.111 martin .sy_call = (sy_call_t *)compat_30(netbsd32_fhstatvfs1)
1552 1.111 martin }, /* 359 = compat_30_netbsd32_fhstatvfs1 */
1553 1.111 martin {
1554 1.111 martin ns(struct netbsd32_extattrctl_args),
1555 1.111 martin .sy_call = (sy_call_t *)netbsd32_extattrctl
1556 1.111 martin }, /* 360 = netbsd32_extattrctl */
1557 1.111 martin {
1558 1.111 martin ns(struct netbsd32_extattr_set_file_args),
1559 1.111 martin .sy_call = (sy_call_t *)netbsd32_extattr_set_file
1560 1.111 martin }, /* 361 = netbsd32_extattr_set_file */
1561 1.111 martin {
1562 1.111 martin ns(struct netbsd32_extattr_get_file_args),
1563 1.111 martin .sy_call = (sy_call_t *)netbsd32_extattr_get_file
1564 1.111 martin }, /* 362 = netbsd32_extattr_get_file */
1565 1.111 martin {
1566 1.111 martin ns(struct netbsd32_extattr_delete_file_args),
1567 1.111 martin .sy_call = (sy_call_t *)netbsd32_extattr_delete_file
1568 1.111 martin }, /* 363 = netbsd32_extattr_delete_file */
1569 1.111 martin {
1570 1.111 martin ns(struct netbsd32_extattr_set_fd_args),
1571 1.111 martin .sy_call = (sy_call_t *)netbsd32_extattr_set_fd
1572 1.111 martin }, /* 364 = netbsd32_extattr_set_fd */
1573 1.111 martin {
1574 1.111 martin ns(struct netbsd32_extattr_get_fd_args),
1575 1.111 martin .sy_call = (sy_call_t *)netbsd32_extattr_get_fd
1576 1.111 martin }, /* 365 = netbsd32_extattr_get_fd */
1577 1.111 martin {
1578 1.111 martin ns(struct netbsd32_extattr_delete_fd_args),
1579 1.111 martin .sy_call = (sy_call_t *)netbsd32_extattr_delete_fd
1580 1.111 martin }, /* 366 = netbsd32_extattr_delete_fd */
1581 1.111 martin {
1582 1.111 martin ns(struct netbsd32_extattr_set_link_args),
1583 1.111 martin .sy_call = (sy_call_t *)netbsd32_extattr_set_link
1584 1.111 martin }, /* 367 = netbsd32_extattr_set_link */
1585 1.111 martin {
1586 1.111 martin ns(struct netbsd32_extattr_get_link_args),
1587 1.111 martin .sy_call = (sy_call_t *)netbsd32_extattr_get_link
1588 1.111 martin }, /* 368 = netbsd32_extattr_get_link */
1589 1.111 martin {
1590 1.111 martin ns(struct netbsd32_extattr_delete_link_args),
1591 1.111 martin .sy_call = (sy_call_t *)netbsd32_extattr_delete_link
1592 1.111 martin }, /* 369 = netbsd32_extattr_delete_link */
1593 1.111 martin {
1594 1.111 martin ns(struct netbsd32_extattr_list_fd_args),
1595 1.111 martin .sy_call = (sy_call_t *)netbsd32_extattr_list_fd
1596 1.111 martin }, /* 370 = netbsd32_extattr_list_fd */
1597 1.111 martin {
1598 1.111 martin ns(struct netbsd32_extattr_list_file_args),
1599 1.111 martin .sy_call = (sy_call_t *)netbsd32_extattr_list_file
1600 1.111 martin }, /* 371 = netbsd32_extattr_list_file */
1601 1.111 martin {
1602 1.111 martin ns(struct netbsd32_extattr_list_link_args),
1603 1.111 martin .sy_call = (sy_call_t *)netbsd32_extattr_list_link
1604 1.111 martin }, /* 372 = netbsd32_extattr_list_link */
1605 1.111 martin {
1606 1.111 martin ns(struct compat_50_netbsd32_pselect_args),
1607 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32_pselect)
1608 1.111 martin }, /* 373 = compat_50_netbsd32_pselect */
1609 1.111 martin {
1610 1.111 martin ns(struct compat_50_netbsd32_pollts_args),
1611 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32_pollts)
1612 1.111 martin }, /* 374 = compat_50_netbsd32_pollts */
1613 1.111 martin {
1614 1.111 martin ns(struct netbsd32_setxattr_args),
1615 1.111 martin .sy_call = (sy_call_t *)netbsd32_setxattr
1616 1.111 martin }, /* 375 = netbsd32_setxattr */
1617 1.111 martin {
1618 1.111 martin ns(struct netbsd32_lsetxattr_args),
1619 1.111 martin .sy_call = (sy_call_t *)netbsd32_lsetxattr
1620 1.111 martin }, /* 376 = netbsd32_lsetxattr */
1621 1.111 martin {
1622 1.111 martin ns(struct netbsd32_fsetxattr_args),
1623 1.111 martin .sy_call = (sy_call_t *)netbsd32_fsetxattr
1624 1.111 martin }, /* 377 = netbsd32_fsetxattr */
1625 1.111 martin {
1626 1.111 martin ns(struct netbsd32_getxattr_args),
1627 1.111 martin .sy_call = (sy_call_t *)netbsd32_getxattr
1628 1.111 martin }, /* 378 = netbsd32_getxattr */
1629 1.111 martin {
1630 1.111 martin ns(struct netbsd32_lgetxattr_args),
1631 1.111 martin .sy_call = (sy_call_t *)netbsd32_lgetxattr
1632 1.111 martin }, /* 379 = netbsd32_lgetxattr */
1633 1.111 martin {
1634 1.111 martin ns(struct netbsd32_fgetxattr_args),
1635 1.111 martin .sy_call = (sy_call_t *)netbsd32_fgetxattr
1636 1.111 martin }, /* 380 = netbsd32_fgetxattr */
1637 1.111 martin {
1638 1.111 martin ns(struct netbsd32_listxattr_args),
1639 1.111 martin .sy_call = (sy_call_t *)netbsd32_listxattr
1640 1.111 martin }, /* 381 = netbsd32_listxattr */
1641 1.111 martin {
1642 1.111 martin ns(struct netbsd32_llistxattr_args),
1643 1.111 martin .sy_call = (sy_call_t *)netbsd32_llistxattr
1644 1.111 martin }, /* 382 = netbsd32_llistxattr */
1645 1.111 martin {
1646 1.111 martin ns(struct netbsd32_flistxattr_args),
1647 1.111 martin .sy_call = (sy_call_t *)netbsd32_flistxattr
1648 1.111 martin }, /* 383 = netbsd32_flistxattr */
1649 1.111 martin {
1650 1.111 martin ns(struct netbsd32_removexattr_args),
1651 1.111 martin .sy_call = (sy_call_t *)netbsd32_removexattr
1652 1.111 martin }, /* 384 = netbsd32_removexattr */
1653 1.111 martin {
1654 1.111 martin ns(struct netbsd32_lremovexattr_args),
1655 1.111 martin .sy_call = (sy_call_t *)netbsd32_lremovexattr
1656 1.111 martin }, /* 385 = netbsd32_lremovexattr */
1657 1.111 martin {
1658 1.111 martin ns(struct netbsd32_fremovexattr_args),
1659 1.111 martin .sy_call = (sy_call_t *)netbsd32_fremovexattr
1660 1.111 martin }, /* 386 = netbsd32_fremovexattr */
1661 1.111 martin {
1662 1.111 martin ns(struct compat_50_netbsd32___stat30_args),
1663 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32___stat30)
1664 1.111 martin }, /* 387 = compat_50_netbsd32___stat30 */
1665 1.111 martin {
1666 1.111 martin ns(struct compat_50_netbsd32___fstat30_args),
1667 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32___fstat30)
1668 1.111 martin }, /* 388 = compat_50_netbsd32___fstat30 */
1669 1.111 martin {
1670 1.111 martin ns(struct compat_50_netbsd32___lstat30_args),
1671 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32___lstat30)
1672 1.111 martin }, /* 389 = compat_50_netbsd32___lstat30 */
1673 1.111 martin {
1674 1.111 martin ns(struct netbsd32___getdents30_args),
1675 1.111 martin .sy_call = (sy_call_t *)netbsd32___getdents30
1676 1.111 martin }, /* 390 = netbsd32___getdents30 */
1677 1.111 martin {
1678 1.111 martin .sy_call = (sy_call_t *)nullop,
1679 1.111 martin }, /* 391 = filler */
1680 1.111 martin {
1681 1.111 martin ns(struct compat_30_netbsd32___fhstat30_args),
1682 1.111 martin .sy_call = (sy_call_t *)compat_30(netbsd32___fhstat30)
1683 1.111 martin }, /* 392 = compat_30_netbsd32___fhstat30 */
1684 1.85 christos #if defined(NTP) || !defined(_KERNEL_OPT)
1685 1.111 martin {
1686 1.111 martin ns(struct compat_50_netbsd32_ntp_gettime_args),
1687 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32_ntp_gettime)
1688 1.111 martin }, /* 393 = compat_50_netbsd32_ntp_gettime */
1689 1.111 martin #else
1690 1.111 martin {
1691 1.111 martin .sy_call = sys_nosys,
1692 1.111 martin }, /* 393 = filler */
1693 1.111 martin #endif
1694 1.111 martin {
1695 1.111 martin ns(struct netbsd32___socket30_args),
1696 1.111 martin .sy_call = (sy_call_t *)netbsd32___socket30
1697 1.111 martin }, /* 394 = netbsd32___socket30 */
1698 1.111 martin {
1699 1.111 martin ns(struct netbsd32___getfh30_args),
1700 1.111 martin .sy_call = (sy_call_t *)netbsd32___getfh30
1701 1.111 martin }, /* 395 = netbsd32___getfh30 */
1702 1.111 martin {
1703 1.111 martin ns(struct netbsd32___fhopen40_args),
1704 1.111 martin .sy_call = (sy_call_t *)netbsd32___fhopen40
1705 1.111 martin }, /* 396 = netbsd32___fhopen40 */
1706 1.111 martin {
1707 1.111 martin ns(struct netbsd32___fhstatvfs140_args),
1708 1.111 martin .sy_call = (sy_call_t *)netbsd32___fhstatvfs140
1709 1.111 martin }, /* 397 = netbsd32___fhstatvfs140 */
1710 1.111 martin {
1711 1.111 martin ns(struct compat_50_netbsd32___fhstat40_args),
1712 1.111 martin .sy_call = (sy_call_t *)compat_50(netbsd32___fhstat40)
1713 1.111 martin }, /* 398 = compat_50_netbsd32___fhstat40 */
1714 1.111 martin {
1715 1.111 martin .sy_call = sys_nosys,
1716 1.111 martin }, /* 399 = filler */
1717 1.111 martin {
1718 1.111 martin .sy_call = sys_nosys,
1719 1.111 martin }, /* 400 = filler */
1720 1.111 martin {
1721 1.111 martin .sy_call = sys_nosys,
1722 1.111 martin }, /* 401 = filler */
1723 1.111 martin {
1724 1.111 martin .sy_call = sys_nosys,
1725 1.111 martin }, /* 402 = filler */
1726 1.111 martin {
1727 1.111 martin .sy_call = sys_nosys,
1728 1.111 martin }, /* 403 = filler */
1729 1.111 martin {
1730 1.111 martin .sy_call = sys_nosys,
1731 1.111 martin }, /* 404 = filler */
1732 1.111 martin {
1733 1.111 martin .sy_call = sys_nosys,
1734 1.111 martin }, /* 405 = filler */
1735 1.111 martin {
1736 1.111 martin .sy_call = sys_nosys,
1737 1.111 martin }, /* 406 = filler */
1738 1.111 martin {
1739 1.111 martin .sy_call = sys_nosys,
1740 1.111 martin }, /* 407 = filler */
1741 1.111 martin {
1742 1.111 martin .sy_call = sys_nosys,
1743 1.111 martin }, /* 408 = filler */
1744 1.111 martin {
1745 1.111 martin .sy_call = sys_nosys,
1746 1.111 martin }, /* 409 = filler */
1747 1.111 martin {
1748 1.111 martin ns(struct netbsd32___mount50_args),
1749 1.111 martin .sy_call = (sy_call_t *)netbsd32___mount50
1750 1.111 martin }, /* 410 = netbsd32___mount50 */
1751 1.111 martin {
1752 1.111 martin ns(struct netbsd32_mremap_args),
1753 1.111 martin .sy_call = (sy_call_t *)netbsd32_mremap
1754 1.111 martin }, /* 411 = netbsd32_mremap */
1755 1.111 martin {
1756 1.111 martin .sy_call = sys_nosys,
1757 1.111 martin }, /* 412 = filler */
1758 1.111 martin {
1759 1.111 martin .sy_call = sys_nosys,
1760 1.111 martin }, /* 413 = filler */
1761 1.111 martin {
1762 1.111 martin .sy_call = sys_nosys,
1763 1.111 martin }, /* 414 = filler */
1764 1.111 martin {
1765 1.111 martin .sy_call = sys_nosys,
1766 1.111 martin }, /* 415 = filler */
1767 1.111 martin {
1768 1.111 martin ns(struct netbsd32___posix_fadvise50_args),
1769 1.111 martin .sy_call = (sy_call_t *)netbsd32___posix_fadvise50
1770 1.111 martin }, /* 416 = netbsd32___posix_fadvise50 */
1771 1.111 martin {
1772 1.111 martin ns(struct netbsd32___select50_args),
1773 1.111 martin .sy_call = (sy_call_t *)netbsd32___select50
1774 1.111 martin }, /* 417 = netbsd32___select50 */
1775 1.111 martin {
1776 1.111 martin ns(struct netbsd32___gettimeofday50_args),
1777 1.111 martin .sy_call = (sy_call_t *)netbsd32___gettimeofday50
1778 1.111 martin }, /* 418 = netbsd32___gettimeofday50 */
1779 1.111 martin {
1780 1.111 martin ns(struct netbsd32___settimeofday50_args),
1781 1.111 martin .sy_call = (sy_call_t *)netbsd32___settimeofday50
1782 1.111 martin }, /* 419 = netbsd32___settimeofday50 */
1783 1.111 martin {
1784 1.111 martin ns(struct netbsd32___utimes50_args),
1785 1.111 martin .sy_call = (sy_call_t *)netbsd32___utimes50
1786 1.111 martin }, /* 420 = netbsd32___utimes50 */
1787 1.111 martin {
1788 1.111 martin ns(struct netbsd32___adjtime50_args),
1789 1.111 martin .sy_call = (sy_call_t *)netbsd32___adjtime50
1790 1.111 martin }, /* 421 = netbsd32___adjtime50 */
1791 1.111 martin {
1792 1.111 martin .sy_call = sys_nosys,
1793 1.111 martin }, /* 422 = filler */
1794 1.111 martin {
1795 1.111 martin ns(struct netbsd32___futimes50_args),
1796 1.111 martin .sy_call = (sy_call_t *)netbsd32___futimes50
1797 1.111 martin }, /* 423 = netbsd32___futimes50 */
1798 1.111 martin {
1799 1.111 martin ns(struct netbsd32___lutimes50_args),
1800 1.111 martin .sy_call = (sy_call_t *)netbsd32___lutimes50
1801 1.111 martin }, /* 424 = netbsd32___lutimes50 */
1802 1.111 martin {
1803 1.111 martin ns(struct netbsd32___setitimer50_args),
1804 1.111 martin .sy_call = (sy_call_t *)netbsd32___setitimer50
1805 1.111 martin }, /* 425 = netbsd32___setitimer50 */
1806 1.111 martin {
1807 1.111 martin ns(struct netbsd32___getitimer50_args),
1808 1.111 martin .sy_call = (sy_call_t *)netbsd32___getitimer50
1809 1.111 martin }, /* 426 = netbsd32___getitimer50 */
1810 1.111 martin {
1811 1.111 martin ns(struct netbsd32___clock_gettime50_args),
1812 1.111 martin .sy_call = (sy_call_t *)netbsd32___clock_gettime50
1813 1.111 martin }, /* 427 = netbsd32___clock_gettime50 */
1814 1.111 martin {
1815 1.111 martin ns(struct netbsd32___clock_settime50_args),
1816 1.111 martin .sy_call = (sy_call_t *)netbsd32___clock_settime50
1817 1.111 martin }, /* 428 = netbsd32___clock_settime50 */
1818 1.111 martin {
1819 1.111 martin ns(struct netbsd32___clock_getres50_args),
1820 1.111 martin .sy_call = (sy_call_t *)netbsd32___clock_getres50
1821 1.111 martin }, /* 429 = netbsd32___clock_getres50 */
1822 1.111 martin {
1823 1.111 martin ns(struct netbsd32___nanosleep50_args),
1824 1.111 martin .sy_call = (sy_call_t *)netbsd32___nanosleep50
1825 1.111 martin }, /* 430 = netbsd32___nanosleep50 */
1826 1.111 martin {
1827 1.111 martin ns(struct netbsd32_____sigtimedwait50_args),
1828 1.111 martin .sy_call = (sy_call_t *)netbsd32_____sigtimedwait50
1829 1.111 martin }, /* 431 = netbsd32_____sigtimedwait50 */
1830 1.111 martin {
1831 1.111 martin .sy_call = sys_nosys,
1832 1.111 martin }, /* 432 = filler */
1833 1.111 martin {
1834 1.111 martin .sy_call = sys_nosys,
1835 1.111 martin }, /* 433 = filler */
1836 1.111 martin {
1837 1.111 martin ns(struct compat_60_netbsd32__lwp_park_args),
1838 1.111 martin .sy_call = (sy_call_t *)compat_60(netbsd32__lwp_park)
1839 1.111 martin }, /* 434 = compat_60_netbsd32__lwp_park */
1840 1.111 martin {
1841 1.111 martin ns(struct netbsd32___kevent50_args),
1842 1.111 martin .sy_call = (sy_call_t *)netbsd32___kevent50
1843 1.111 martin }, /* 435 = netbsd32___kevent50 */
1844 1.111 martin {
1845 1.111 martin ns(struct netbsd32___pselect50_args),
1846 1.111 martin .sy_call = (sy_call_t *)netbsd32___pselect50
1847 1.111 martin }, /* 436 = netbsd32___pselect50 */
1848 1.111 martin {
1849 1.111 martin ns(struct netbsd32___pollts50_args),
1850 1.111 martin .sy_call = (sy_call_t *)netbsd32___pollts50
1851 1.111 martin }, /* 437 = netbsd32___pollts50 */
1852 1.111 martin {
1853 1.111 martin .sy_call = sys_nosys,
1854 1.111 martin }, /* 438 = filler */
1855 1.111 martin {
1856 1.111 martin ns(struct netbsd32___stat50_args),
1857 1.111 martin .sy_call = (sy_call_t *)netbsd32___stat50
1858 1.111 martin }, /* 439 = netbsd32___stat50 */
1859 1.111 martin {
1860 1.111 martin ns(struct netbsd32___fstat50_args),
1861 1.111 martin .sy_call = (sy_call_t *)netbsd32___fstat50
1862 1.111 martin }, /* 440 = netbsd32___fstat50 */
1863 1.111 martin {
1864 1.111 martin ns(struct netbsd32___lstat50_args),
1865 1.111 martin .sy_call = (sy_call_t *)netbsd32___lstat50
1866 1.111 martin }, /* 441 = netbsd32___lstat50 */
1867 1.82 christos #if defined(SYSVSEM) || !defined(_KERNEL_OPT)
1868 1.111 martin {
1869 1.111 martin ns(struct netbsd32_____semctl50_args),
1870 1.111 martin .sy_call = (sy_call_t *)netbsd32_____semctl50
1871 1.111 martin }, /* 442 = netbsd32_____semctl50 */
1872 1.111 martin #else
1873 1.111 martin {
1874 1.111 martin .sy_call = sys_nosys,
1875 1.111 martin }, /* 442 = filler */
1876 1.82 christos #endif
1877 1.82 christos #if defined(SYSVSHM) || !defined(_KERNEL_OPT)
1878 1.111 martin {
1879 1.111 martin ns(struct netbsd32___shmctl50_args),
1880 1.111 martin .sy_call = (sy_call_t *)netbsd32___shmctl50
1881 1.111 martin }, /* 443 = netbsd32___shmctl50 */
1882 1.111 martin #else
1883 1.111 martin {
1884 1.111 martin .sy_call = sys_nosys,
1885 1.111 martin }, /* 443 = filler */
1886 1.82 christos #endif
1887 1.82 christos #if defined(SYSVMSG) || !defined(_KERNEL_OPT)
1888 1.111 martin {
1889 1.111 martin ns(struct netbsd32___msgctl50_args),
1890 1.111 martin .sy_call = (sy_call_t *)netbsd32___msgctl50
1891 1.111 martin }, /* 444 = netbsd32___msgctl50 */
1892 1.111 martin #else
1893 1.111 martin {
1894 1.111 martin .sy_call = sys_nosys,
1895 1.111 martin }, /* 444 = filler */
1896 1.111 martin #endif
1897 1.111 martin {
1898 1.111 martin ns(struct netbsd32___getrusage50_args),
1899 1.111 martin .sy_call = (sy_call_t *)netbsd32___getrusage50
1900 1.111 martin }, /* 445 = netbsd32___getrusage50 */
1901 1.111 martin {
1902 1.111 martin ns(struct netbsd32___timer_settime50_args),
1903 1.111 martin .sy_call = (sy_call_t *)netbsd32___timer_settime50
1904 1.111 martin }, /* 446 = netbsd32___timer_settime50 */
1905 1.111 martin {
1906 1.111 martin ns(struct netbsd32___timer_gettime50_args),
1907 1.111 martin .sy_call = (sy_call_t *)netbsd32___timer_gettime50
1908 1.111 martin }, /* 447 = netbsd32___timer_gettime50 */
1909 1.82 christos #if defined(NTP) || !defined(_KERNEL_OPT)
1910 1.111 martin {
1911 1.111 martin ns(struct netbsd32___ntp_gettime50_args),
1912 1.111 martin .sy_call = (sy_call_t *)netbsd32___ntp_gettime50
1913 1.111 martin }, /* 448 = netbsd32___ntp_gettime50 */
1914 1.111 martin #else
1915 1.111 martin {
1916 1.111 martin .sy_call = sys_nosys,
1917 1.111 martin }, /* 448 = filler */
1918 1.111 martin #endif
1919 1.111 martin {
1920 1.111 martin ns(struct netbsd32___wait450_args),
1921 1.111 martin .sy_call = (sy_call_t *)netbsd32___wait450
1922 1.111 martin }, /* 449 = netbsd32___wait450 */
1923 1.111 martin {
1924 1.111 martin ns(struct netbsd32___mknod50_args),
1925 1.111 martin .sy_call = (sy_call_t *)netbsd32___mknod50
1926 1.111 martin }, /* 450 = netbsd32___mknod50 */
1927 1.111 martin {
1928 1.111 martin ns(struct netbsd32___fhstat50_args),
1929 1.111 martin .sy_call = (sy_call_t *)netbsd32___fhstat50
1930 1.111 martin }, /* 451 = netbsd32___fhstat50 */
1931 1.111 martin {
1932 1.111 martin .sy_call = sys_nosys,
1933 1.111 martin }, /* 452 = filler */
1934 1.111 martin {
1935 1.111 martin ns(struct netbsd32_pipe2_args),
1936 1.111 martin .sy_call = (sy_call_t *)netbsd32_pipe2
1937 1.111 martin }, /* 453 = netbsd32_pipe2 */
1938 1.111 martin {
1939 1.111 martin ns(struct netbsd32_dup3_args),
1940 1.111 martin .sy_call = (sy_call_t *)netbsd32_dup3
1941 1.111 martin }, /* 454 = netbsd32_dup3 */
1942 1.111 martin {
1943 1.111 martin ns(struct netbsd32_kqueue1_args),
1944 1.111 martin .sy_call = (sy_call_t *)netbsd32_kqueue1
1945 1.111 martin }, /* 455 = netbsd32_kqueue1 */
1946 1.111 martin {
1947 1.111 martin ns(struct netbsd32_paccept_args),
1948 1.111 martin .sy_call = (sy_call_t *)netbsd32_paccept
1949 1.111 martin }, /* 456 = netbsd32_paccept */
1950 1.111 martin {
1951 1.111 martin ns(struct netbsd32_linkat_args),
1952 1.111 martin .sy_call = (sy_call_t *)netbsd32_linkat
1953 1.111 martin }, /* 457 = netbsd32_linkat */
1954 1.111 martin {
1955 1.111 martin ns(struct netbsd32_renameat_args),
1956 1.111 martin .sy_call = (sy_call_t *)netbsd32_renameat
1957 1.111 martin }, /* 458 = netbsd32_renameat */
1958 1.111 martin {
1959 1.111 martin ns(struct netbsd32_mkfifoat_args),
1960 1.111 martin .sy_call = (sy_call_t *)netbsd32_mkfifoat
1961 1.111 martin }, /* 459 = netbsd32_mkfifoat */
1962 1.111 martin {
1963 1.111 martin ns(struct netbsd32_mknodat_args),
1964 1.111 martin .sy_call = (sy_call_t *)netbsd32_mknodat
1965 1.111 martin }, /* 460 = netbsd32_mknodat */
1966 1.111 martin {
1967 1.111 martin ns(struct netbsd32_mkdirat_args),
1968 1.111 martin .sy_call = (sy_call_t *)netbsd32_mkdirat
1969 1.111 martin }, /* 461 = netbsd32_mkdirat */
1970 1.111 martin {
1971 1.111 martin ns(struct netbsd32_faccessat_args),
1972 1.111 martin .sy_call = (sy_call_t *)netbsd32_faccessat
1973 1.111 martin }, /* 462 = netbsd32_faccessat */
1974 1.111 martin {
1975 1.111 martin ns(struct netbsd32_fchmodat_args),
1976 1.111 martin .sy_call = (sy_call_t *)netbsd32_fchmodat
1977 1.111 martin }, /* 463 = netbsd32_fchmodat */
1978 1.111 martin {
1979 1.111 martin ns(struct netbsd32_fchownat_args),
1980 1.111 martin .sy_call = (sy_call_t *)netbsd32_fchownat
1981 1.111 martin }, /* 464 = netbsd32_fchownat */
1982 1.111 martin {
1983 1.111 martin ns(struct netbsd32_fexecve_args),
1984 1.111 martin .sy_call = (sy_call_t *)netbsd32_fexecve
1985 1.111 martin }, /* 465 = netbsd32_fexecve */
1986 1.111 martin {
1987 1.111 martin ns(struct netbsd32_fstatat_args),
1988 1.111 martin .sy_call = (sy_call_t *)netbsd32_fstatat
1989 1.111 martin }, /* 466 = netbsd32_fstatat */
1990 1.111 martin {
1991 1.111 martin ns(struct netbsd32_utimensat_args),
1992 1.111 martin .sy_call = (sy_call_t *)netbsd32_utimensat
1993 1.111 martin }, /* 467 = netbsd32_utimensat */
1994 1.111 martin {
1995 1.111 martin ns(struct netbsd32_openat_args),
1996 1.111 martin .sy_call = (sy_call_t *)netbsd32_openat
1997 1.111 martin }, /* 468 = netbsd32_openat */
1998 1.111 martin {
1999 1.111 martin ns(struct netbsd32_readlinkat_args),
2000 1.111 martin .sy_call = (sy_call_t *)netbsd32_readlinkat
2001 1.111 martin }, /* 469 = netbsd32_readlinkat */
2002 1.111 martin {
2003 1.111 martin ns(struct netbsd32_symlinkat_args),
2004 1.111 martin .sy_call = (sy_call_t *)netbsd32_symlinkat
2005 1.111 martin }, /* 470 = netbsd32_symlinkat */
2006 1.111 martin {
2007 1.111 martin ns(struct netbsd32_unlinkat_args),
2008 1.111 martin .sy_call = (sy_call_t *)netbsd32_unlinkat
2009 1.111 martin }, /* 471 = netbsd32_unlinkat */
2010 1.111 martin {
2011 1.111 martin ns(struct netbsd32_futimens_args),
2012 1.111 martin .sy_call = (sy_call_t *)netbsd32_futimens
2013 1.111 martin }, /* 472 = netbsd32_futimens */
2014 1.111 martin {
2015 1.111 martin ns(struct netbsd32___quotactl_args),
2016 1.111 martin .sy_call = (sy_call_t *)netbsd32___quotactl
2017 1.111 martin }, /* 473 = netbsd32___quotactl */
2018 1.111 martin {
2019 1.111 martin ns(struct netbsd32_posix_spawn_args),
2020 1.111 martin .sy_call = (sy_call_t *)netbsd32_posix_spawn
2021 1.111 martin }, /* 474 = netbsd32_posix_spawn */
2022 1.111 martin {
2023 1.111 martin .sy_call = sys_nosys,
2024 1.111 martin }, /* 475 = filler */
2025 1.111 martin {
2026 1.111 martin .sy_call = sys_nosys,
2027 1.111 martin }, /* 476 = filler */
2028 1.111 martin {
2029 1.111 martin ns(struct netbsd32_clock_nanosleep_args),
2030 1.111 martin .sy_call = (sy_call_t *)netbsd32_clock_nanosleep
2031 1.111 martin }, /* 477 = netbsd32_clock_nanosleep */
2032 1.111 martin {
2033 1.111 martin ns(struct netbsd32____lwp_park60_args),
2034 1.111 martin .sy_call = (sy_call_t *)netbsd32____lwp_park60
2035 1.111 martin }, /* 478 = netbsd32____lwp_park60 */
2036 1.111 martin {
2037 1.111 martin ns(struct netbsd32_posix_fallocate_args),
2038 1.111 martin .sy_call = (sy_call_t *)netbsd32_posix_fallocate
2039 1.111 martin }, /* 479 = netbsd32_posix_fallocate */
2040 1.111 martin {
2041 1.111 martin ns(struct netbsd32_fdiscard_args),
2042 1.111 martin .sy_call = (sy_call_t *)netbsd32_fdiscard
2043 1.111 martin }, /* 480 = netbsd32_fdiscard */
2044 1.111 martin {
2045 1.111 martin .sy_call = sys_nosys,
2046 1.111 martin }, /* 481 = filler */
2047 1.111 martin {
2048 1.111 martin .sy_call = sys_nosys,
2049 1.111 martin }, /* 482 = filler */
2050 1.111 martin {
2051 1.111 martin .sy_call = sys_nosys,
2052 1.111 martin }, /* 483 = filler */
2053 1.111 martin {
2054 1.111 martin .sy_call = sys_nosys,
2055 1.111 martin }, /* 484 = filler */
2056 1.111 martin {
2057 1.111 martin .sy_call = sys_nosys,
2058 1.111 martin }, /* 485 = filler */
2059 1.111 martin {
2060 1.111 martin .sy_call = sys_nosys,
2061 1.111 martin }, /* 486 = filler */
2062 1.111 martin {
2063 1.111 martin .sy_call = sys_nosys,
2064 1.111 martin }, /* 487 = filler */
2065 1.111 martin {
2066 1.111 martin .sy_call = sys_nosys,
2067 1.111 martin }, /* 488 = filler */
2068 1.111 martin {
2069 1.111 martin .sy_call = sys_nosys,
2070 1.111 martin }, /* 489 = filler */
2071 1.111 martin {
2072 1.111 martin .sy_call = sys_nosys,
2073 1.111 martin }, /* 490 = filler */
2074 1.111 martin {
2075 1.111 martin .sy_call = sys_nosys,
2076 1.111 martin }, /* 491 = filler */
2077 1.111 martin {
2078 1.111 martin .sy_call = sys_nosys,
2079 1.111 martin }, /* 492 = filler */
2080 1.111 martin {
2081 1.111 martin .sy_call = sys_nosys,
2082 1.111 martin }, /* 493 = filler */
2083 1.111 martin {
2084 1.111 martin .sy_call = sys_nosys,
2085 1.111 martin }, /* 494 = filler */
2086 1.111 martin {
2087 1.111 martin .sy_call = sys_nosys,
2088 1.111 martin }, /* 495 = filler */
2089 1.111 martin {
2090 1.111 martin .sy_call = sys_nosys,
2091 1.111 martin }, /* 496 = filler */
2092 1.111 martin {
2093 1.111 martin .sy_call = sys_nosys,
2094 1.111 martin }, /* 497 = filler */
2095 1.111 martin {
2096 1.111 martin .sy_call = sys_nosys,
2097 1.111 martin }, /* 498 = filler */
2098 1.111 martin {
2099 1.111 martin .sy_call = sys_nosys,
2100 1.111 martin }, /* 499 = filler */
2101 1.111 martin {
2102 1.111 martin .sy_call = sys_nosys,
2103 1.111 martin }, /* 500 = filler */
2104 1.111 martin {
2105 1.111 martin .sy_call = sys_nosys,
2106 1.111 martin }, /* 501 = filler */
2107 1.111 martin {
2108 1.111 martin .sy_call = sys_nosys,
2109 1.111 martin }, /* 502 = filler */
2110 1.111 martin {
2111 1.111 martin .sy_call = sys_nosys,
2112 1.111 martin }, /* 503 = filler */
2113 1.111 martin {
2114 1.111 martin .sy_call = sys_nosys,
2115 1.111 martin }, /* 504 = filler */
2116 1.111 martin {
2117 1.111 martin .sy_call = sys_nosys,
2118 1.111 martin }, /* 505 = filler */
2119 1.111 martin {
2120 1.111 martin .sy_call = sys_nosys,
2121 1.111 martin }, /* 506 = filler */
2122 1.111 martin {
2123 1.111 martin .sy_call = sys_nosys,
2124 1.111 martin }, /* 507 = filler */
2125 1.111 martin {
2126 1.111 martin .sy_call = sys_nosys,
2127 1.111 martin }, /* 508 = filler */
2128 1.111 martin {
2129 1.111 martin .sy_call = sys_nosys,
2130 1.111 martin }, /* 509 = filler */
2131 1.111 martin {
2132 1.111 martin .sy_call = sys_nosys,
2133 1.111 martin }, /* 510 = filler */
2134 1.111 martin {
2135 1.111 martin .sy_call = sys_nosys,
2136 1.111 martin }, /* 511 = filler */
2137 1.1 mrg };
2138