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