init_sysent.c revision 1.318 1 /* $NetBSD: init_sysent.c,v 1.318 2017/12/19 19:40:03 kamil Exp $ */
2
3 /*
4 * System call switch table.
5 *
6 * DO NOT EDIT-- this file is automatically generated.
7 * created from NetBSD: syscalls.master,v 1.289 2017/12/19 18:34:47 kamil Exp
8 */
9
10 #include <sys/cdefs.h>
11 __KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.318 2017/12/19 19:40:03 kamil Exp $");
12
13 #include "opt_modular.h"
14 #include "opt_ntp.h"
15 #include "opt_sysv.h"
16 #include <sys/param.h>
17 #include <sys/systm.h>
18 #include <sys/signal.h>
19 #include <sys/socket.h>
20 #include <sys/mount.h>
21 #include <sys/sched.h>
22 #include <sys/idtype.h>
23 #include <sys/syscallargs.h>
24
25 #ifdef COMPAT_43
26 #define compat_43(func) __CONCAT(compat_43_,func)
27 #else
28 #define compat_43(func) sys_nosys
29 #endif
30
31 #ifdef COMPAT_09
32 #define compat_09(func) __CONCAT(compat_09_,func)
33 #else
34 #define compat_09(func) sys_nosys
35 #endif
36
37 #ifdef COMPAT_10
38 #define compat_10(func) __CONCAT(compat_10_,func)
39 #else
40 #define compat_10(func) sys_nosys
41 #endif
42
43 #ifdef COMPAT_11
44 #define compat_11(func) __CONCAT(compat_11_,func)
45 #else
46 #define compat_11(func) sys_nosys
47 #endif
48
49 #ifdef COMPAT_12
50 #define compat_12(func) __CONCAT(compat_12_,func)
51 #else
52 #define compat_12(func) sys_nosys
53 #endif
54
55 #ifdef COMPAT_13
56 #define compat_13(func) __CONCAT(compat_13_,func)
57 #else
58 #define compat_13(func) sys_nosys
59 #endif
60
61 #ifdef COMPAT_14
62 #define compat_14(func) __CONCAT(compat_14_,func)
63 #else
64 #define compat_14(func) sys_nosys
65 #endif
66
67 #ifdef COMPAT_15
68 #define compat_15(func) __CONCAT(compat_15_,func)
69 #else
70 #define compat_15(func) sys_nosys
71 #endif
72
73 #ifdef COMPAT_16
74 #define compat_16(func) __CONCAT(compat_16_,func)
75 #else
76 #define compat_16(func) sys_nosys
77 #endif
78
79 #ifdef COMPAT_20
80 #define compat_20(func) __CONCAT(compat_20_,func)
81 #else
82 #define compat_20(func) sys_nosys
83 #endif
84
85 #ifdef COMPAT_30
86 #define compat_30(func) __CONCAT(compat_30_,func)
87 #else
88 #define compat_30(func) sys_nosys
89 #endif
90
91 #ifdef COMPAT_40
92 #define compat_40(func) __CONCAT(compat_40_,func)
93 #else
94 #define compat_40(func) sys_nosys
95 #endif
96
97 #ifdef COMPAT_50
98 #define compat_50(func) __CONCAT(compat_50_,func)
99 #else
100 #define compat_50(func) sys_nosys
101 #endif
102
103 #ifdef COMPAT_60
104 #define compat_60(func) __CONCAT(compat_60_,func)
105 #else
106 #define compat_60(func) sys_nosys
107 #endif
108
109 #ifdef COMPAT_70
110 #define compat_70(func) __CONCAT(compat_70_,func)
111 #else
112 #define compat_70(func) sys_nosys
113 #endif
114
115 #define s(type) sizeof(type)
116 #define n(type) (sizeof(type)/sizeof (register_t))
117 #define ns(type) .sy_narg = n(type), .sy_argsize = s(type)
118
119 struct sysent sysent[] = {
120 {
121 ns(struct sys_syscall_args),
122 .sy_flags = SYCALL_INDIRECT,
123 .sy_call = (sy_call_t *)sys_syscall
124 }, /* 0 = syscall */
125 {
126 ns(struct sys_exit_args),
127 .sy_call = (sy_call_t *)sys_exit
128 }, /* 1 = exit */
129 {
130 .sy_call = (sy_call_t *)sys_fork
131 }, /* 2 = fork */
132 {
133 ns(struct sys_read_args),
134 .sy_flags = SYCALL_ARG_PTR,
135 .sy_call = (sy_call_t *)sys_read
136 }, /* 3 = read */
137 {
138 ns(struct sys_write_args),
139 .sy_flags = SYCALL_ARG_PTR,
140 .sy_call = (sy_call_t *)sys_write
141 }, /* 4 = write */
142 {
143 ns(struct sys_open_args),
144 .sy_flags = SYCALL_ARG_PTR,
145 .sy_call = (sy_call_t *)sys_open
146 }, /* 5 = open */
147 {
148 ns(struct sys_close_args),
149 .sy_call = (sy_call_t *)sys_close
150 }, /* 6 = close */
151 {
152 ns(struct compat_50_sys_wait4_args),
153 .sy_flags = SYCALL_ARG_PTR,
154 .sy_call = (sy_call_t *)sys_nomodule
155 }, /* 7 = compat_50_wait4 */
156 {
157 ns(struct compat_43_sys_creat_args),
158 .sy_flags = SYCALL_ARG_PTR,
159 .sy_call = (sy_call_t *)sys_nomodule
160 }, /* 8 = compat_43_ocreat */
161 {
162 ns(struct sys_link_args),
163 .sy_flags = SYCALL_ARG_PTR,
164 .sy_call = (sy_call_t *)sys_link
165 }, /* 9 = link */
166 {
167 ns(struct sys_unlink_args),
168 .sy_flags = SYCALL_ARG_PTR,
169 .sy_call = (sy_call_t *)sys_unlink
170 }, /* 10 = unlink */
171 {
172 .sy_call = sys_nosys,
173 }, /* 11 = filler */
174 {
175 ns(struct sys_chdir_args),
176 .sy_flags = SYCALL_ARG_PTR,
177 .sy_call = (sy_call_t *)sys_chdir
178 }, /* 12 = chdir */
179 {
180 ns(struct sys_fchdir_args),
181 .sy_call = (sy_call_t *)sys_fchdir
182 }, /* 13 = fchdir */
183 {
184 ns(struct compat_50_sys_mknod_args),
185 .sy_flags = SYCALL_ARG_PTR,
186 .sy_call = (sy_call_t *)sys_nomodule
187 }, /* 14 = compat_50_mknod */
188 {
189 ns(struct sys_chmod_args),
190 .sy_flags = SYCALL_ARG_PTR,
191 .sy_call = (sy_call_t *)sys_chmod
192 }, /* 15 = chmod */
193 {
194 ns(struct sys_chown_args),
195 .sy_flags = SYCALL_ARG_PTR,
196 .sy_call = (sy_call_t *)sys_chown
197 }, /* 16 = chown */
198 {
199 ns(struct sys_obreak_args),
200 .sy_flags = SYCALL_ARG_PTR,
201 .sy_call = (sy_call_t *)sys_obreak
202 }, /* 17 = break */
203 {
204 ns(struct compat_20_sys_getfsstat_args),
205 .sy_flags = SYCALL_ARG_PTR,
206 .sy_call = (sy_call_t *)sys_nomodule
207 }, /* 18 = compat_20_getfsstat */
208 {
209 ns(struct compat_43_sys_lseek_args),
210 .sy_call = (sy_call_t *)sys_nomodule
211 }, /* 19 = compat_43_olseek */
212 {
213 .sy_call = (sy_call_t *)sys_getpid_with_ppid
214 }, /* 20 = getpid */
215 {
216 ns(struct compat_40_sys_mount_args),
217 .sy_flags = SYCALL_ARG_PTR,
218 .sy_call = (sy_call_t *)sys_nomodule
219 }, /* 21 = compat_40_mount */
220 {
221 ns(struct sys_unmount_args),
222 .sy_flags = SYCALL_ARG_PTR,
223 .sy_call = (sy_call_t *)sys_unmount
224 }, /* 22 = unmount */
225 {
226 ns(struct sys_setuid_args),
227 .sy_call = (sy_call_t *)sys_setuid
228 }, /* 23 = setuid */
229 {
230 .sy_call = (sy_call_t *)sys_getuid_with_euid
231 }, /* 24 = getuid */
232 {
233 .sy_call = (sy_call_t *)sys_geteuid
234 }, /* 25 = geteuid */
235 {
236 ns(struct sys_ptrace_args),
237 .sy_flags = SYCALL_ARG_PTR,
238 .sy_call = (sy_call_t *)sys_nomodule
239 }, /* 26 = ptrace */
240 {
241 ns(struct sys_recvmsg_args),
242 .sy_flags = SYCALL_ARG_PTR,
243 .sy_call = (sy_call_t *)sys_recvmsg
244 }, /* 27 = recvmsg */
245 {
246 ns(struct sys_sendmsg_args),
247 .sy_flags = SYCALL_ARG_PTR,
248 .sy_call = (sy_call_t *)sys_sendmsg
249 }, /* 28 = sendmsg */
250 {
251 ns(struct sys_recvfrom_args),
252 .sy_flags = SYCALL_ARG_PTR,
253 .sy_call = (sy_call_t *)sys_recvfrom
254 }, /* 29 = recvfrom */
255 {
256 ns(struct sys_accept_args),
257 .sy_flags = SYCALL_ARG_PTR,
258 .sy_call = (sy_call_t *)sys_accept
259 }, /* 30 = accept */
260 {
261 ns(struct sys_getpeername_args),
262 .sy_flags = SYCALL_ARG_PTR,
263 .sy_call = (sy_call_t *)sys_getpeername
264 }, /* 31 = getpeername */
265 {
266 ns(struct sys_getsockname_args),
267 .sy_flags = SYCALL_ARG_PTR,
268 .sy_call = (sy_call_t *)sys_getsockname
269 }, /* 32 = getsockname */
270 {
271 ns(struct sys_access_args),
272 .sy_flags = SYCALL_ARG_PTR,
273 .sy_call = (sy_call_t *)sys_access
274 }, /* 33 = access */
275 {
276 ns(struct sys_chflags_args),
277 .sy_flags = SYCALL_ARG_PTR,
278 .sy_call = (sy_call_t *)sys_chflags
279 }, /* 34 = chflags */
280 {
281 ns(struct sys_fchflags_args),
282 .sy_call = (sy_call_t *)sys_fchflags
283 }, /* 35 = fchflags */
284 {
285 .sy_call = (sy_call_t *)sys_sync
286 }, /* 36 = sync */
287 {
288 ns(struct sys_kill_args),
289 .sy_call = (sy_call_t *)sys_kill
290 }, /* 37 = kill */
291 {
292 ns(struct compat_43_sys_stat_args),
293 .sy_flags = SYCALL_ARG_PTR,
294 .sy_call = (sy_call_t *)sys_nomodule
295 }, /* 38 = compat_43_stat43 */
296 {
297 .sy_call = (sy_call_t *)sys_getppid
298 }, /* 39 = getppid */
299 {
300 ns(struct compat_43_sys_lstat_args),
301 .sy_flags = SYCALL_ARG_PTR,
302 .sy_call = (sy_call_t *)sys_nomodule
303 }, /* 40 = compat_43_lstat43 */
304 {
305 ns(struct sys_dup_args),
306 .sy_call = (sy_call_t *)sys_dup
307 }, /* 41 = dup */
308 {
309 .sy_call = (sy_call_t *)sys_pipe
310 }, /* 42 = pipe */
311 {
312 .sy_call = (sy_call_t *)sys_getegid
313 }, /* 43 = getegid */
314 {
315 ns(struct sys_profil_args),
316 .sy_flags = SYCALL_ARG_PTR,
317 .sy_call = (sy_call_t *)sys_profil
318 }, /* 44 = profil */
319 {
320 ns(struct sys_ktrace_args),
321 .sy_flags = SYCALL_ARG_PTR,
322 .sy_call = (sy_call_t *)sys_ktrace
323 }, /* 45 = ktrace */
324 {
325 ns(struct compat_13_sys_sigaction_args),
326 .sy_flags = SYCALL_ARG_PTR,
327 .sy_call = (sy_call_t *)sys_nomodule
328 }, /* 46 = compat_13_sigaction13 */
329 {
330 .sy_call = (sy_call_t *)sys_getgid_with_egid
331 }, /* 47 = getgid */
332 {
333 ns(struct compat_13_sys_sigprocmask_args),
334 .sy_call = (sy_call_t *)sys_nomodule
335 }, /* 48 = compat_13_sigprocmask13 */
336 {
337 ns(struct sys___getlogin_args),
338 .sy_flags = SYCALL_ARG_PTR,
339 .sy_call = (sy_call_t *)sys___getlogin
340 }, /* 49 = __getlogin */
341 {
342 ns(struct sys___setlogin_args),
343 .sy_flags = SYCALL_ARG_PTR,
344 .sy_call = (sy_call_t *)sys___setlogin
345 }, /* 50 = __setlogin */
346 {
347 ns(struct sys_acct_args),
348 .sy_flags = SYCALL_ARG_PTR,
349 .sy_call = (sy_call_t *)sys_acct
350 }, /* 51 = acct */
351 {
352 .sy_call = (sy_call_t *)sys_nomodule
353 }, /* 52 = compat_13_sigpending13 */
354 {
355 ns(struct compat_13_sys_sigaltstack_args),
356 .sy_flags = SYCALL_ARG_PTR,
357 .sy_call = (sy_call_t *)sys_nomodule
358 }, /* 53 = compat_13_sigaltstack13 */
359 {
360 ns(struct sys_ioctl_args),
361 .sy_flags = SYCALL_ARG_PTR,
362 .sy_call = (sy_call_t *)sys_ioctl
363 }, /* 54 = ioctl */
364 {
365 ns(struct compat_12_sys_reboot_args),
366 .sy_call = (sy_call_t *)sys_nomodule
367 }, /* 55 = compat_12_oreboot */
368 {
369 ns(struct sys_revoke_args),
370 .sy_flags = SYCALL_ARG_PTR,
371 .sy_call = (sy_call_t *)sys_revoke
372 }, /* 56 = revoke */
373 {
374 ns(struct sys_symlink_args),
375 .sy_flags = SYCALL_ARG_PTR,
376 .sy_call = (sy_call_t *)sys_symlink
377 }, /* 57 = symlink */
378 {
379 ns(struct sys_readlink_args),
380 .sy_flags = SYCALL_ARG_PTR,
381 .sy_call = (sy_call_t *)sys_readlink
382 }, /* 58 = readlink */
383 {
384 ns(struct sys_execve_args),
385 .sy_flags = SYCALL_ARG_PTR,
386 .sy_call = (sy_call_t *)sys_execve
387 }, /* 59 = execve */
388 {
389 ns(struct sys_umask_args),
390 .sy_call = (sy_call_t *)sys_umask
391 }, /* 60 = umask */
392 {
393 ns(struct sys_chroot_args),
394 .sy_flags = SYCALL_ARG_PTR,
395 .sy_call = (sy_call_t *)sys_chroot
396 }, /* 61 = chroot */
397 {
398 ns(struct compat_43_sys_fstat_args),
399 .sy_flags = SYCALL_ARG_PTR,
400 .sy_call = (sy_call_t *)sys_nomodule
401 }, /* 62 = compat_43_fstat43 */
402 {
403 ns(struct compat_43_sys_getkerninfo_args),
404 .sy_flags = SYCALL_ARG_PTR,
405 .sy_call = (sy_call_t *)sys_nomodule
406 }, /* 63 = compat_43_ogetkerninfo */
407 {
408 .sy_call = (sy_call_t *)sys_nomodule
409 }, /* 64 = compat_43_ogetpagesize */
410 {
411 ns(struct compat_12_sys_msync_args),
412 .sy_flags = SYCALL_ARG_PTR,
413 .sy_call = (sy_call_t *)sys_nomodule
414 }, /* 65 = compat_12_msync */
415 {
416 .sy_call = (sy_call_t *)sys_vfork
417 }, /* 66 = vfork */
418 {
419 .sy_call = sys_nosys,
420 }, /* 67 = filler */
421 {
422 .sy_call = sys_nosys,
423 }, /* 68 = filler */
424 {
425 .sy_call = sys_nosys,
426 }, /* 69 = filler */
427 {
428 .sy_call = sys_nosys,
429 }, /* 70 = filler */
430 {
431 ns(struct compat_43_sys_mmap_args),
432 .sy_flags = SYCALL_ARG_PTR,
433 .sy_call = (sy_call_t *)sys_nomodule
434 }, /* 71 = compat_43_ommap */
435 {
436 .sy_call = sys_nosys,
437 }, /* 72 = filler */
438 {
439 ns(struct sys_munmap_args),
440 .sy_flags = SYCALL_ARG_PTR,
441 .sy_call = (sy_call_t *)sys_munmap
442 }, /* 73 = munmap */
443 {
444 ns(struct sys_mprotect_args),
445 .sy_flags = SYCALL_ARG_PTR,
446 .sy_call = (sy_call_t *)sys_mprotect
447 }, /* 74 = mprotect */
448 {
449 ns(struct sys_madvise_args),
450 .sy_flags = SYCALL_ARG_PTR,
451 .sy_call = (sy_call_t *)sys_madvise
452 }, /* 75 = madvise */
453 {
454 .sy_call = sys_nosys,
455 }, /* 76 = filler */
456 {
457 .sy_call = sys_nosys,
458 }, /* 77 = filler */
459 {
460 ns(struct sys_mincore_args),
461 .sy_flags = SYCALL_ARG_PTR,
462 .sy_call = (sy_call_t *)sys_mincore
463 }, /* 78 = mincore */
464 {
465 ns(struct sys_getgroups_args),
466 .sy_flags = SYCALL_ARG_PTR,
467 .sy_call = (sy_call_t *)sys_getgroups
468 }, /* 79 = getgroups */
469 {
470 ns(struct sys_setgroups_args),
471 .sy_flags = SYCALL_ARG_PTR,
472 .sy_call = (sy_call_t *)sys_setgroups
473 }, /* 80 = setgroups */
474 {
475 .sy_call = (sy_call_t *)sys_getpgrp
476 }, /* 81 = getpgrp */
477 {
478 ns(struct sys_setpgid_args),
479 .sy_call = (sy_call_t *)sys_setpgid
480 }, /* 82 = setpgid */
481 {
482 ns(struct compat_50_sys_setitimer_args),
483 .sy_flags = SYCALL_ARG_PTR,
484 .sy_call = (sy_call_t *)sys_nomodule
485 }, /* 83 = compat_50_setitimer */
486 {
487 .sy_call = (sy_call_t *)sys_nomodule
488 }, /* 84 = compat_43_owait */
489 {
490 ns(struct compat_12_sys_swapon_args),
491 .sy_flags = SYCALL_ARG_PTR,
492 .sy_call = (sy_call_t *)sys_nomodule
493 }, /* 85 = compat_12_oswapon */
494 {
495 ns(struct compat_50_sys_getitimer_args),
496 .sy_flags = SYCALL_ARG_PTR,
497 .sy_call = (sy_call_t *)sys_nomodule
498 }, /* 86 = compat_50_getitimer */
499 {
500 ns(struct compat_43_sys_gethostname_args),
501 .sy_flags = SYCALL_ARG_PTR,
502 .sy_call = (sy_call_t *)sys_nomodule
503 }, /* 87 = compat_43_ogethostname */
504 {
505 ns(struct compat_43_sys_sethostname_args),
506 .sy_flags = SYCALL_ARG_PTR,
507 .sy_call = (sy_call_t *)sys_nomodule
508 }, /* 88 = compat_43_osethostname */
509 {
510 .sy_call = (sy_call_t *)sys_nomodule
511 }, /* 89 = compat_43_ogetdtablesize */
512 {
513 ns(struct sys_dup2_args),
514 .sy_call = (sy_call_t *)sys_dup2
515 }, /* 90 = dup2 */
516 {
517 .sy_call = sys_nosys,
518 }, /* 91 = filler */
519 {
520 ns(struct sys_fcntl_args),
521 .sy_flags = SYCALL_ARG_PTR,
522 .sy_call = (sy_call_t *)sys_fcntl
523 }, /* 92 = fcntl */
524 {
525 ns(struct compat_50_sys_select_args),
526 .sy_flags = SYCALL_ARG_PTR,
527 .sy_call = (sy_call_t *)sys_nomodule
528 }, /* 93 = compat_50_select */
529 {
530 .sy_call = sys_nosys,
531 }, /* 94 = filler */
532 {
533 ns(struct sys_fsync_args),
534 .sy_call = (sy_call_t *)sys_fsync
535 }, /* 95 = fsync */
536 {
537 ns(struct sys_setpriority_args),
538 .sy_call = (sy_call_t *)sys_setpriority
539 }, /* 96 = setpriority */
540 {
541 ns(struct compat_30_sys_socket_args),
542 .sy_call = (sy_call_t *)sys_nomodule
543 }, /* 97 = compat_30_socket */
544 {
545 ns(struct sys_connect_args),
546 .sy_flags = SYCALL_ARG_PTR,
547 .sy_call = (sy_call_t *)sys_connect
548 }, /* 98 = connect */
549 {
550 ns(struct compat_43_sys_accept_args),
551 .sy_flags = SYCALL_ARG_PTR,
552 .sy_call = (sy_call_t *)sys_nomodule
553 }, /* 99 = compat_43_oaccept */
554 {
555 ns(struct sys_getpriority_args),
556 .sy_call = (sy_call_t *)sys_getpriority
557 }, /* 100 = getpriority */
558 {
559 ns(struct compat_43_sys_send_args),
560 .sy_flags = SYCALL_ARG_PTR,
561 .sy_call = (sy_call_t *)sys_nomodule
562 }, /* 101 = compat_43_osend */
563 {
564 ns(struct compat_43_sys_recv_args),
565 .sy_flags = SYCALL_ARG_PTR,
566 .sy_call = (sy_call_t *)sys_nomodule
567 }, /* 102 = compat_43_orecv */
568 {
569 ns(struct compat_13_sys_sigreturn_args),
570 .sy_flags = SYCALL_ARG_PTR,
571 .sy_call = (sy_call_t *)sys_nomodule
572 }, /* 103 = compat_13_sigreturn13 */
573 {
574 ns(struct sys_bind_args),
575 .sy_flags = SYCALL_ARG_PTR,
576 .sy_call = (sy_call_t *)sys_bind
577 }, /* 104 = bind */
578 {
579 ns(struct sys_setsockopt_args),
580 .sy_flags = SYCALL_ARG_PTR,
581 .sy_call = (sy_call_t *)sys_setsockopt
582 }, /* 105 = setsockopt */
583 {
584 ns(struct sys_listen_args),
585 .sy_call = (sy_call_t *)sys_listen
586 }, /* 106 = listen */
587 {
588 .sy_call = sys_nosys,
589 }, /* 107 = filler */
590 {
591 ns(struct compat_43_sys_sigvec_args),
592 .sy_flags = SYCALL_ARG_PTR,
593 .sy_call = (sy_call_t *)sys_nomodule
594 }, /* 108 = compat_43_osigvec */
595 {
596 ns(struct compat_43_sys_sigblock_args),
597 .sy_call = (sy_call_t *)sys_nomodule
598 }, /* 109 = compat_43_osigblock */
599 {
600 ns(struct compat_43_sys_sigsetmask_args),
601 .sy_call = (sy_call_t *)sys_nomodule
602 }, /* 110 = compat_43_osigsetmask */
603 {
604 ns(struct compat_13_sys_sigsuspend_args),
605 .sy_call = (sy_call_t *)sys_nomodule
606 }, /* 111 = compat_13_sigsuspend13 */
607 {
608 ns(struct compat_43_sys_sigstack_args),
609 .sy_flags = SYCALL_ARG_PTR,
610 .sy_call = (sy_call_t *)sys_nomodule
611 }, /* 112 = compat_43_osigstack */
612 {
613 ns(struct compat_43_sys_recvmsg_args),
614 .sy_flags = SYCALL_ARG_PTR,
615 .sy_call = (sy_call_t *)sys_nomodule
616 }, /* 113 = compat_43_orecvmsg */
617 {
618 ns(struct compat_43_sys_sendmsg_args),
619 .sy_flags = SYCALL_ARG_PTR,
620 .sy_call = (sy_call_t *)sys_nomodule
621 }, /* 114 = compat_43_osendmsg */
622 {
623 .sy_call = sys_nosys,
624 }, /* 115 = filler */
625 {
626 ns(struct compat_50_sys_gettimeofday_args),
627 .sy_flags = SYCALL_ARG_PTR,
628 .sy_call = (sy_call_t *)sys_nomodule
629 }, /* 116 = compat_50_gettimeofday */
630 {
631 ns(struct compat_50_sys_getrusage_args),
632 .sy_flags = SYCALL_ARG_PTR,
633 .sy_call = (sy_call_t *)sys_nomodule
634 }, /* 117 = compat_50_getrusage */
635 {
636 ns(struct sys_getsockopt_args),
637 .sy_flags = SYCALL_ARG_PTR,
638 .sy_call = (sy_call_t *)sys_getsockopt
639 }, /* 118 = getsockopt */
640 {
641 .sy_call = sys_nosys,
642 }, /* 119 = filler */
643 {
644 ns(struct sys_readv_args),
645 .sy_flags = SYCALL_ARG_PTR,
646 .sy_call = (sy_call_t *)sys_readv
647 }, /* 120 = readv */
648 {
649 ns(struct sys_writev_args),
650 .sy_flags = SYCALL_ARG_PTR,
651 .sy_call = (sy_call_t *)sys_writev
652 }, /* 121 = writev */
653 {
654 ns(struct compat_50_sys_settimeofday_args),
655 .sy_flags = SYCALL_ARG_PTR,
656 .sy_call = (sy_call_t *)sys_nomodule
657 }, /* 122 = compat_50_settimeofday */
658 {
659 ns(struct sys_fchown_args),
660 .sy_call = (sy_call_t *)sys_fchown
661 }, /* 123 = fchown */
662 {
663 ns(struct sys_fchmod_args),
664 .sy_call = (sy_call_t *)sys_fchmod
665 }, /* 124 = fchmod */
666 {
667 ns(struct compat_43_sys_recvfrom_args),
668 .sy_flags = SYCALL_ARG_PTR,
669 .sy_call = (sy_call_t *)sys_nomodule
670 }, /* 125 = compat_43_orecvfrom */
671 {
672 ns(struct sys_setreuid_args),
673 .sy_call = (sy_call_t *)sys_setreuid
674 }, /* 126 = setreuid */
675 {
676 ns(struct sys_setregid_args),
677 .sy_call = (sy_call_t *)sys_setregid
678 }, /* 127 = setregid */
679 {
680 ns(struct sys_rename_args),
681 .sy_flags = SYCALL_ARG_PTR,
682 .sy_call = (sy_call_t *)sys_rename
683 }, /* 128 = rename */
684 {
685 ns(struct compat_43_sys_truncate_args),
686 .sy_flags = SYCALL_ARG_PTR,
687 .sy_call = (sy_call_t *)sys_nomodule
688 }, /* 129 = compat_43_otruncate */
689 {
690 ns(struct compat_43_sys_ftruncate_args),
691 .sy_call = (sy_call_t *)sys_nomodule
692 }, /* 130 = compat_43_oftruncate */
693 {
694 ns(struct sys_flock_args),
695 .sy_call = (sy_call_t *)sys_flock
696 }, /* 131 = flock */
697 {
698 ns(struct sys_mkfifo_args),
699 .sy_flags = SYCALL_ARG_PTR,
700 .sy_call = (sy_call_t *)sys_mkfifo
701 }, /* 132 = mkfifo */
702 {
703 ns(struct sys_sendto_args),
704 .sy_flags = SYCALL_ARG_PTR,
705 .sy_call = (sy_call_t *)sys_sendto
706 }, /* 133 = sendto */
707 {
708 ns(struct sys_shutdown_args),
709 .sy_call = (sy_call_t *)sys_shutdown
710 }, /* 134 = shutdown */
711 {
712 ns(struct sys_socketpair_args),
713 .sy_flags = SYCALL_ARG_PTR,
714 .sy_call = (sy_call_t *)sys_socketpair
715 }, /* 135 = socketpair */
716 {
717 ns(struct sys_mkdir_args),
718 .sy_flags = SYCALL_ARG_PTR,
719 .sy_call = (sy_call_t *)sys_mkdir
720 }, /* 136 = mkdir */
721 {
722 ns(struct sys_rmdir_args),
723 .sy_flags = SYCALL_ARG_PTR,
724 .sy_call = (sy_call_t *)sys_rmdir
725 }, /* 137 = rmdir */
726 {
727 ns(struct compat_50_sys_utimes_args),
728 .sy_flags = SYCALL_ARG_PTR,
729 .sy_call = (sy_call_t *)sys_nomodule
730 }, /* 138 = compat_50_utimes */
731 {
732 .sy_call = sys_nosys,
733 }, /* 139 = filler */
734 {
735 ns(struct compat_50_sys_adjtime_args),
736 .sy_flags = SYCALL_ARG_PTR,
737 .sy_call = (sy_call_t *)sys_nomodule
738 }, /* 140 = compat_50_adjtime */
739 {
740 ns(struct compat_43_sys_getpeername_args),
741 .sy_flags = SYCALL_ARG_PTR,
742 .sy_call = (sy_call_t *)sys_nomodule
743 }, /* 141 = compat_43_ogetpeername */
744 {
745 .sy_call = (sy_call_t *)sys_nomodule
746 }, /* 142 = compat_43_ogethostid */
747 {
748 ns(struct compat_43_sys_sethostid_args),
749 .sy_call = (sy_call_t *)sys_nomodule
750 }, /* 143 = compat_43_osethostid */
751 {
752 ns(struct compat_43_sys_getrlimit_args),
753 .sy_flags = SYCALL_ARG_PTR,
754 .sy_call = (sy_call_t *)sys_nomodule
755 }, /* 144 = compat_43_ogetrlimit */
756 {
757 ns(struct compat_43_sys_setrlimit_args),
758 .sy_flags = SYCALL_ARG_PTR,
759 .sy_call = (sy_call_t *)sys_nomodule
760 }, /* 145 = compat_43_osetrlimit */
761 {
762 ns(struct compat_43_sys_killpg_args),
763 .sy_call = (sy_call_t *)sys_nomodule
764 }, /* 146 = compat_43_okillpg */
765 {
766 .sy_call = (sy_call_t *)sys_setsid
767 }, /* 147 = setsid */
768 {
769 ns(struct compat_50_sys_quotactl_args),
770 .sy_flags = SYCALL_ARG_PTR,
771 .sy_call = (sy_call_t *)sys_nomodule
772 }, /* 148 = compat_50_quotactl */
773 {
774 .sy_call = (sy_call_t *)sys_nomodule
775 }, /* 149 = compat_43_oquota */
776 {
777 ns(struct compat_43_sys_getsockname_args),
778 .sy_flags = SYCALL_ARG_PTR,
779 .sy_call = (sy_call_t *)sys_nomodule
780 }, /* 150 = compat_43_ogetsockname */
781 {
782 .sy_call = sys_nosys,
783 }, /* 151 = filler */
784 {
785 .sy_call = sys_nosys,
786 }, /* 152 = filler */
787 {
788 .sy_call = sys_nosys,
789 }, /* 153 = filler */
790 {
791 .sy_call = sys_nosys,
792 }, /* 154 = filler */
793 {
794 ns(struct sys_nfssvc_args),
795 .sy_flags = SYCALL_ARG_PTR,
796 .sy_call = (sy_call_t *)sys_nomodule
797 }, /* 155 = nfssvc */
798 {
799 ns(struct compat_43_sys_getdirentries_args),
800 .sy_flags = SYCALL_ARG_PTR,
801 .sy_call = (sy_call_t *)sys_nomodule
802 }, /* 156 = compat_43_ogetdirentries */
803 {
804 ns(struct compat_20_sys_statfs_args),
805 .sy_flags = SYCALL_ARG_PTR,
806 .sy_call = (sy_call_t *)sys_nomodule
807 }, /* 157 = compat_20_statfs */
808 {
809 ns(struct compat_20_sys_fstatfs_args),
810 .sy_flags = SYCALL_ARG_PTR,
811 .sy_call = (sy_call_t *)sys_nomodule
812 }, /* 158 = compat_20_fstatfs */
813 {
814 .sy_call = sys_nosys,
815 }, /* 159 = filler */
816 {
817 .sy_call = sys_nosys,
818 }, /* 160 = filler */
819 {
820 ns(struct compat_30_sys_getfh_args),
821 .sy_flags = SYCALL_ARG_PTR,
822 .sy_call = (sy_call_t *)sys_nomodule
823 }, /* 161 = compat_30_getfh */
824 {
825 ns(struct compat_09_sys_getdomainname_args),
826 .sy_flags = SYCALL_ARG_PTR,
827 .sy_call = (sy_call_t *)sys_nomodule
828 }, /* 162 = compat_09_ogetdomainname */
829 {
830 ns(struct compat_09_sys_setdomainname_args),
831 .sy_flags = SYCALL_ARG_PTR,
832 .sy_call = (sy_call_t *)sys_nomodule
833 }, /* 163 = compat_09_osetdomainname */
834 {
835 ns(struct compat_09_sys_uname_args),
836 .sy_flags = SYCALL_ARG_PTR,
837 .sy_call = (sy_call_t *)sys_nomodule
838 }, /* 164 = compat_09_ouname */
839 {
840 ns(struct sys_sysarch_args),
841 .sy_flags = SYCALL_ARG_PTR,
842 .sy_call = (sy_call_t *)sys_sysarch
843 }, /* 165 = sysarch */
844 {
845 .sy_call = sys_nosys,
846 }, /* 166 = filler */
847 {
848 .sy_call = sys_nosys,
849 }, /* 167 = filler */
850 {
851 .sy_call = sys_nosys,
852 }, /* 168 = filler */
853 #if !defined(_LP64)
854 {
855 ns(struct compat_10_sys_semsys_args),
856 .sy_call = (sy_call_t *)sys_nomodule
857 }, /* 169 = compat_10_osemsys */
858 #else
859 {
860 .sy_call = sys_nosys,
861 }, /* 169 = filler */
862 #endif
863 #if !defined(_LP64)
864 {
865 ns(struct compat_10_sys_msgsys_args),
866 .sy_call = (sy_call_t *)sys_nomodule
867 }, /* 170 = compat_10_omsgsys */
868 #else
869 {
870 .sy_call = sys_nosys,
871 }, /* 170 = filler */
872 #endif
873 #if !defined(_LP64)
874 {
875 ns(struct compat_10_sys_shmsys_args),
876 .sy_call = (sy_call_t *)sys_nomodule
877 }, /* 171 = compat_10_oshmsys */
878 #else
879 {
880 .sy_call = sys_nosys,
881 }, /* 171 = filler */
882 #endif
883 {
884 .sy_call = sys_nosys,
885 }, /* 172 = filler */
886 {
887 ns(struct sys_pread_args),
888 .sy_flags = SYCALL_NARGS64_VAL(1) | SYCALL_ARG4_64 | SYCALL_ARG_PTR,
889 .sy_call = (sy_call_t *)sys_pread
890 }, /* 173 = pread */
891 {
892 ns(struct sys_pwrite_args),
893 .sy_flags = SYCALL_NARGS64_VAL(1) | SYCALL_ARG4_64 | SYCALL_ARG_PTR,
894 .sy_call = (sy_call_t *)sys_pwrite
895 }, /* 174 = pwrite */
896 {
897 ns(struct compat_30_sys_ntp_gettime_args),
898 .sy_flags = SYCALL_ARG_PTR,
899 .sy_call = (sy_call_t *)compat_30(sys_ntp_gettime)
900 }, /* 175 = compat_30_ntp_gettime */
901 #if defined(NTP) || !defined(_KERNEL_OPT)
902 {
903 ns(struct sys_ntp_adjtime_args),
904 .sy_flags = SYCALL_ARG_PTR,
905 .sy_call = (sy_call_t *)sys_ntp_adjtime
906 }, /* 176 = ntp_adjtime */
907 #else
908 {
909 .sy_call = sys_nosys,
910 }, /* 176 = filler */
911 #endif
912 {
913 .sy_call = sys_nosys,
914 }, /* 177 = filler */
915 {
916 .sy_call = sys_nosys,
917 }, /* 178 = filler */
918 {
919 .sy_call = sys_nosys,
920 }, /* 179 = filler */
921 {
922 .sy_call = sys_nosys,
923 }, /* 180 = filler */
924 {
925 ns(struct sys_setgid_args),
926 .sy_call = (sy_call_t *)sys_setgid
927 }, /* 181 = setgid */
928 {
929 ns(struct sys_setegid_args),
930 .sy_call = (sy_call_t *)sys_setegid
931 }, /* 182 = setegid */
932 {
933 ns(struct sys_seteuid_args),
934 .sy_call = (sy_call_t *)sys_seteuid
935 }, /* 183 = seteuid */
936 {
937 ns(struct sys_lfs_bmapv_args),
938 .sy_flags = SYCALL_ARG_PTR,
939 .sy_call = (sy_call_t *)sys_nomodule
940 }, /* 184 = lfs_bmapv */
941 {
942 ns(struct sys_lfs_markv_args),
943 .sy_flags = SYCALL_ARG_PTR,
944 .sy_call = (sy_call_t *)sys_nomodule
945 }, /* 185 = lfs_markv */
946 {
947 ns(struct sys_lfs_segclean_args),
948 .sy_flags = SYCALL_ARG_PTR,
949 .sy_call = (sy_call_t *)sys_nomodule
950 }, /* 186 = lfs_segclean */
951 {
952 ns(struct compat_50_sys_lfs_segwait_args),
953 .sy_flags = SYCALL_ARG_PTR,
954 .sy_call = (sy_call_t *)sys_nomodule
955 }, /* 187 = compat_50_lfs_segwait */
956 {
957 ns(struct compat_12_sys_stat_args),
958 .sy_flags = SYCALL_ARG_PTR,
959 .sy_call = (sy_call_t *)sys_nomodule
960 }, /* 188 = compat_12_stat12 */
961 {
962 ns(struct compat_12_sys_fstat_args),
963 .sy_flags = SYCALL_ARG_PTR,
964 .sy_call = (sy_call_t *)sys_nomodule
965 }, /* 189 = compat_12_fstat12 */
966 {
967 ns(struct compat_12_sys_lstat_args),
968 .sy_flags = SYCALL_ARG_PTR,
969 .sy_call = (sy_call_t *)sys_nomodule
970 }, /* 190 = compat_12_lstat12 */
971 {
972 ns(struct sys_pathconf_args),
973 .sy_flags = SYCALL_ARG_PTR,
974 .sy_call = (sy_call_t *)sys_pathconf
975 }, /* 191 = pathconf */
976 {
977 ns(struct sys_fpathconf_args),
978 .sy_call = (sy_call_t *)sys_fpathconf
979 }, /* 192 = fpathconf */
980 {
981 .sy_call = sys_nosys,
982 }, /* 193 = filler */
983 {
984 ns(struct sys_getrlimit_args),
985 .sy_flags = SYCALL_ARG_PTR,
986 .sy_call = (sy_call_t *)sys_getrlimit
987 }, /* 194 = getrlimit */
988 {
989 ns(struct sys_setrlimit_args),
990 .sy_flags = SYCALL_ARG_PTR,
991 .sy_call = (sy_call_t *)sys_setrlimit
992 }, /* 195 = setrlimit */
993 {
994 ns(struct compat_12_sys_getdirentries_args),
995 .sy_flags = SYCALL_ARG_PTR,
996 .sy_call = (sy_call_t *)sys_nomodule
997 }, /* 196 = compat_12_getdirentries */
998 {
999 ns(struct sys_mmap_args),
1000 .sy_flags = SYCALL_NARGS64_VAL(1) | SYCALL_ARG6_64 | SYCALL_ARG_PTR,
1001 .sy_call = (sy_call_t *)sys_mmap
1002 }, /* 197 = mmap */
1003 {
1004 ns(struct sys___syscall_args),
1005 .sy_flags = SYCALL_NARGS64_VAL(1) | SYCALL_ARG0_64 | SYCALL_RET_64 | SYCALL_INDIRECT,
1006 .sy_call = (sy_call_t *)sys___syscall
1007 }, /* 198 = __syscall */
1008 {
1009 ns(struct sys_lseek_args),
1010 .sy_flags = SYCALL_NARGS64_VAL(1) | SYCALL_ARG2_64 | SYCALL_RET_64,
1011 .sy_call = (sy_call_t *)sys_lseek
1012 }, /* 199 = lseek */
1013 {
1014 ns(struct sys_truncate_args),
1015 .sy_flags = SYCALL_NARGS64_VAL(1) | SYCALL_ARG2_64 | SYCALL_ARG_PTR,
1016 .sy_call = (sy_call_t *)sys_truncate
1017 }, /* 200 = truncate */
1018 {
1019 ns(struct sys_ftruncate_args),
1020 .sy_flags = SYCALL_NARGS64_VAL(1) | SYCALL_ARG2_64,
1021 .sy_call = (sy_call_t *)sys_ftruncate
1022 }, /* 201 = ftruncate */
1023 {
1024 ns(struct sys___sysctl_args),
1025 .sy_flags = SYCALL_ARG_PTR,
1026 .sy_call = (sy_call_t *)sys___sysctl
1027 }, /* 202 = __sysctl */
1028 {
1029 ns(struct sys_mlock_args),
1030 .sy_flags = SYCALL_ARG_PTR,
1031 .sy_call = (sy_call_t *)sys_mlock
1032 }, /* 203 = mlock */
1033 {
1034 ns(struct sys_munlock_args),
1035 .sy_flags = SYCALL_ARG_PTR,
1036 .sy_call = (sy_call_t *)sys_munlock
1037 }, /* 204 = munlock */
1038 {
1039 ns(struct sys_undelete_args),
1040 .sy_flags = SYCALL_ARG_PTR,
1041 .sy_call = (sy_call_t *)sys_undelete
1042 }, /* 205 = undelete */
1043 {
1044 ns(struct compat_50_sys_futimes_args),
1045 .sy_flags = SYCALL_ARG_PTR,
1046 .sy_call = (sy_call_t *)sys_nomodule
1047 }, /* 206 = compat_50_futimes */
1048 {
1049 ns(struct sys_getpgid_args),
1050 .sy_call = (sy_call_t *)sys_getpgid
1051 }, /* 207 = getpgid */
1052 {
1053 ns(struct sys_reboot_args),
1054 .sy_flags = SYCALL_ARG_PTR,
1055 .sy_call = (sy_call_t *)sys_reboot
1056 }, /* 208 = reboot */
1057 {
1058 ns(struct sys_poll_args),
1059 .sy_flags = SYCALL_ARG_PTR,
1060 .sy_call = (sy_call_t *)sys_poll
1061 }, /* 209 = poll */
1062 {
1063 ns(struct sys_afssys_args),
1064 .sy_call = (sy_call_t *)sys_nomodule
1065 }, /* 210 = afssys */
1066 {
1067 .sy_call = sys_nosys,
1068 }, /* 211 = filler */
1069 {
1070 .sy_call = sys_nosys,
1071 }, /* 212 = filler */
1072 {
1073 .sy_call = sys_nosys,
1074 }, /* 213 = filler */
1075 {
1076 .sy_call = sys_nosys,
1077 }, /* 214 = filler */
1078 {
1079 .sy_call = sys_nosys,
1080 }, /* 215 = filler */
1081 {
1082 .sy_call = sys_nosys,
1083 }, /* 216 = filler */
1084 {
1085 .sy_call = sys_nosys,
1086 }, /* 217 = filler */
1087 {
1088 .sy_call = sys_nosys,
1089 }, /* 218 = filler */
1090 {
1091 .sy_call = sys_nosys,
1092 }, /* 219 = filler */
1093 {
1094 ns(struct compat_14_sys___semctl_args),
1095 .sy_flags = SYCALL_ARG_PTR,
1096 .sy_call = (sy_call_t *)sys_nomodule
1097 }, /* 220 = compat_14___semctl */
1098 {
1099 ns(struct sys_semget_args),
1100 .sy_call = (sy_call_t *)sys_nomodule
1101 }, /* 221 = semget */
1102 {
1103 ns(struct sys_semop_args),
1104 .sy_flags = SYCALL_ARG_PTR,
1105 .sy_call = (sy_call_t *)sys_nomodule
1106 }, /* 222 = semop */
1107 {
1108 ns(struct sys_semconfig_args),
1109 .sy_call = (sy_call_t *)sys_nomodule
1110 }, /* 223 = semconfig */
1111 {
1112 ns(struct compat_14_sys_msgctl_args),
1113 .sy_flags = SYCALL_ARG_PTR,
1114 .sy_call = (sy_call_t *)sys_nomodule
1115 }, /* 224 = compat_14_msgctl */
1116 {
1117 ns(struct sys_msgget_args),
1118 .sy_call = (sy_call_t *)sys_nomodule
1119 }, /* 225 = msgget */
1120 {
1121 ns(struct sys_msgsnd_args),
1122 .sy_flags = SYCALL_ARG_PTR,
1123 .sy_call = (sy_call_t *)sys_nomodule
1124 }, /* 226 = msgsnd */
1125 {
1126 ns(struct sys_msgrcv_args),
1127 .sy_flags = SYCALL_ARG_PTR,
1128 .sy_call = (sy_call_t *)sys_nomodule
1129 }, /* 227 = msgrcv */
1130 {
1131 ns(struct sys_shmat_args),
1132 .sy_flags = SYCALL_ARG_PTR,
1133 .sy_call = (sy_call_t *)sys_nomodule
1134 }, /* 228 = shmat */
1135 {
1136 ns(struct compat_14_sys_shmctl_args),
1137 .sy_flags = SYCALL_ARG_PTR,
1138 .sy_call = (sy_call_t *)sys_nomodule
1139 }, /* 229 = compat_14_shmctl */
1140 {
1141 ns(struct sys_shmdt_args),
1142 .sy_flags = SYCALL_ARG_PTR,
1143 .sy_call = (sy_call_t *)sys_nomodule
1144 }, /* 230 = shmdt */
1145 {
1146 ns(struct sys_shmget_args),
1147 .sy_call = (sy_call_t *)sys_nomodule
1148 }, /* 231 = shmget */
1149 {
1150 ns(struct compat_50_sys_clock_gettime_args),
1151 .sy_flags = SYCALL_ARG_PTR,
1152 .sy_call = (sy_call_t *)sys_nomodule
1153 }, /* 232 = compat_50_clock_gettime */
1154 {
1155 ns(struct compat_50_sys_clock_settime_args),
1156 .sy_flags = SYCALL_ARG_PTR,
1157 .sy_call = (sy_call_t *)sys_nomodule
1158 }, /* 233 = compat_50_clock_settime */
1159 {
1160 ns(struct compat_50_sys_clock_getres_args),
1161 .sy_flags = SYCALL_ARG_PTR,
1162 .sy_call = (sy_call_t *)sys_nomodule
1163 }, /* 234 = compat_50_clock_getres */
1164 {
1165 ns(struct sys_timer_create_args),
1166 .sy_flags = SYCALL_ARG_PTR,
1167 .sy_call = (sy_call_t *)sys_timer_create
1168 }, /* 235 = timer_create */
1169 {
1170 ns(struct sys_timer_delete_args),
1171 .sy_call = (sy_call_t *)sys_timer_delete
1172 }, /* 236 = timer_delete */
1173 {
1174 ns(struct compat_50_sys_timer_settime_args),
1175 .sy_flags = SYCALL_ARG_PTR,
1176 .sy_call = (sy_call_t *)sys_nomodule
1177 }, /* 237 = compat_50_timer_settime */
1178 {
1179 ns(struct compat_50_sys_timer_gettime_args),
1180 .sy_flags = SYCALL_ARG_PTR,
1181 .sy_call = (sy_call_t *)sys_nomodule
1182 }, /* 238 = compat_50_timer_gettime */
1183 {
1184 ns(struct sys_timer_getoverrun_args),
1185 .sy_call = (sy_call_t *)sys_timer_getoverrun
1186 }, /* 239 = timer_getoverrun */
1187 {
1188 ns(struct compat_50_sys_nanosleep_args),
1189 .sy_flags = SYCALL_ARG_PTR,
1190 .sy_call = (sy_call_t *)sys_nomodule
1191 }, /* 240 = compat_50_nanosleep */
1192 {
1193 ns(struct sys_fdatasync_args),
1194 .sy_call = (sy_call_t *)sys_fdatasync
1195 }, /* 241 = fdatasync */
1196 {
1197 ns(struct sys_mlockall_args),
1198 .sy_call = (sy_call_t *)sys_mlockall
1199 }, /* 242 = mlockall */
1200 {
1201 .sy_call = (sy_call_t *)sys_munlockall
1202 }, /* 243 = munlockall */
1203 {
1204 ns(struct compat_50_sys___sigtimedwait_args),
1205 .sy_flags = SYCALL_ARG_PTR,
1206 .sy_call = (sy_call_t *)sys_nomodule
1207 }, /* 244 = compat_50___sigtimedwait */
1208 {
1209 ns(struct sys_sigqueueinfo_args),
1210 .sy_flags = SYCALL_ARG_PTR,
1211 .sy_call = (sy_call_t *)sys_sigqueueinfo
1212 }, /* 245 = sigqueueinfo */
1213 {
1214 ns(struct sys_modctl_args),
1215 .sy_flags = SYCALL_ARG_PTR,
1216 .sy_call = (sy_call_t *)sys_modctl
1217 }, /* 246 = modctl */
1218 {
1219 ns(struct sys__ksem_init_args),
1220 .sy_flags = SYCALL_ARG_PTR,
1221 .sy_call = (sy_call_t *)sys_nomodule
1222 }, /* 247 = _ksem_init */
1223 {
1224 ns(struct sys__ksem_open_args),
1225 .sy_flags = SYCALL_ARG_PTR,
1226 .sy_call = (sy_call_t *)sys_nomodule
1227 }, /* 248 = _ksem_open */
1228 {
1229 ns(struct sys__ksem_unlink_args),
1230 .sy_flags = SYCALL_ARG_PTR,
1231 .sy_call = (sy_call_t *)sys_nomodule
1232 }, /* 249 = _ksem_unlink */
1233 {
1234 ns(struct sys__ksem_close_args),
1235 .sy_call = (sy_call_t *)sys_nomodule
1236 }, /* 250 = _ksem_close */
1237 {
1238 ns(struct sys__ksem_post_args),
1239 .sy_call = (sy_call_t *)sys_nomodule
1240 }, /* 251 = _ksem_post */
1241 {
1242 ns(struct sys__ksem_wait_args),
1243 .sy_call = (sy_call_t *)sys_nomodule
1244 }, /* 252 = _ksem_wait */
1245 {
1246 ns(struct sys__ksem_trywait_args),
1247 .sy_call = (sy_call_t *)sys_nomodule
1248 }, /* 253 = _ksem_trywait */
1249 {
1250 ns(struct sys__ksem_getvalue_args),
1251 .sy_flags = SYCALL_ARG_PTR,
1252 .sy_call = (sy_call_t *)sys_nomodule
1253 }, /* 254 = _ksem_getvalue */
1254 {
1255 ns(struct sys__ksem_destroy_args),
1256 .sy_call = (sy_call_t *)sys_nomodule
1257 }, /* 255 = _ksem_destroy */
1258 {
1259 ns(struct sys__ksem_timedwait_args),
1260 .sy_flags = SYCALL_ARG_PTR,
1261 .sy_call = (sy_call_t *)sys_nomodule
1262 }, /* 256 = _ksem_timedwait */
1263 {
1264 ns(struct sys_mq_open_args),
1265 .sy_flags = SYCALL_ARG_PTR,
1266 .sy_call = (sy_call_t *)sys_nomodule
1267 }, /* 257 = mq_open */
1268 {
1269 ns(struct sys_mq_close_args),
1270 .sy_call = (sy_call_t *)sys_nomodule
1271 }, /* 258 = mq_close */
1272 {
1273 ns(struct sys_mq_unlink_args),
1274 .sy_flags = SYCALL_ARG_PTR,
1275 .sy_call = (sy_call_t *)sys_nomodule
1276 }, /* 259 = mq_unlink */
1277 {
1278 ns(struct sys_mq_getattr_args),
1279 .sy_flags = SYCALL_ARG_PTR,
1280 .sy_call = (sy_call_t *)sys_nomodule
1281 }, /* 260 = mq_getattr */
1282 {
1283 ns(struct sys_mq_setattr_args),
1284 .sy_flags = SYCALL_ARG_PTR,
1285 .sy_call = (sy_call_t *)sys_nomodule
1286 }, /* 261 = mq_setattr */
1287 {
1288 ns(struct sys_mq_notify_args),
1289 .sy_flags = SYCALL_ARG_PTR,
1290 .sy_call = (sy_call_t *)sys_nomodule
1291 }, /* 262 = mq_notify */
1292 {
1293 ns(struct sys_mq_send_args),
1294 .sy_flags = SYCALL_ARG_PTR,
1295 .sy_call = (sy_call_t *)sys_nomodule
1296 }, /* 263 = mq_send */
1297 {
1298 ns(struct sys_mq_receive_args),
1299 .sy_flags = SYCALL_ARG_PTR,
1300 .sy_call = (sy_call_t *)sys_nomodule
1301 }, /* 264 = mq_receive */
1302 {
1303 ns(struct compat_50_sys_mq_timedsend_args),
1304 .sy_flags = SYCALL_ARG_PTR,
1305 .sy_call = (sy_call_t *)sys_nomodule
1306 }, /* 265 = compat_50_mq_timedsend */
1307 {
1308 ns(struct compat_50_sys_mq_timedreceive_args),
1309 .sy_flags = SYCALL_ARG_PTR,
1310 .sy_call = (sy_call_t *)sys_nomodule
1311 }, /* 266 = compat_50_mq_timedreceive */
1312 {
1313 .sy_call = sys_nosys,
1314 }, /* 267 = filler */
1315 {
1316 .sy_call = sys_nosys,
1317 }, /* 268 = filler */
1318 {
1319 .sy_call = sys_nosys,
1320 }, /* 269 = filler */
1321 {
1322 ns(struct sys___posix_rename_args),
1323 .sy_flags = SYCALL_ARG_PTR,
1324 .sy_call = (sy_call_t *)sys___posix_rename
1325 }, /* 270 = __posix_rename */
1326 {
1327 ns(struct sys_swapctl_args),
1328 .sy_flags = SYCALL_ARG_PTR,
1329 .sy_call = (sy_call_t *)sys_swapctl
1330 }, /* 271 = swapctl */
1331 {
1332 ns(struct compat_30_sys_getdents_args),
1333 .sy_flags = SYCALL_ARG_PTR,
1334 .sy_call = (sy_call_t *)sys_nomodule
1335 }, /* 272 = compat_30_getdents */
1336 {
1337 ns(struct sys_minherit_args),
1338 .sy_flags = SYCALL_ARG_PTR,
1339 .sy_call = (sy_call_t *)sys_minherit
1340 }, /* 273 = minherit */
1341 {
1342 ns(struct sys_lchmod_args),
1343 .sy_flags = SYCALL_ARG_PTR,
1344 .sy_call = (sy_call_t *)sys_lchmod
1345 }, /* 274 = lchmod */
1346 {
1347 ns(struct sys_lchown_args),
1348 .sy_flags = SYCALL_ARG_PTR,
1349 .sy_call = (sy_call_t *)sys_lchown
1350 }, /* 275 = lchown */
1351 {
1352 ns(struct compat_50_sys_lutimes_args),
1353 .sy_flags = SYCALL_ARG_PTR,
1354 .sy_call = (sy_call_t *)sys_nomodule
1355 }, /* 276 = compat_50_lutimes */
1356 {
1357 ns(struct sys___msync13_args),
1358 .sy_flags = SYCALL_ARG_PTR,
1359 .sy_call = (sy_call_t *)sys___msync13
1360 }, /* 277 = __msync13 */
1361 {
1362 ns(struct compat_30_sys___stat13_args),
1363 .sy_flags = SYCALL_ARG_PTR,
1364 .sy_call = (sy_call_t *)sys_nomodule
1365 }, /* 278 = compat_30___stat13 */
1366 {
1367 ns(struct compat_30_sys___fstat13_args),
1368 .sy_flags = SYCALL_ARG_PTR,
1369 .sy_call = (sy_call_t *)sys_nomodule
1370 }, /* 279 = compat_30___fstat13 */
1371 {
1372 ns(struct compat_30_sys___lstat13_args),
1373 .sy_flags = SYCALL_ARG_PTR,
1374 .sy_call = (sy_call_t *)sys_nomodule
1375 }, /* 280 = compat_30___lstat13 */
1376 {
1377 ns(struct sys___sigaltstack14_args),
1378 .sy_flags = SYCALL_ARG_PTR,
1379 .sy_call = (sy_call_t *)sys___sigaltstack14
1380 }, /* 281 = __sigaltstack14 */
1381 {
1382 .sy_call = (sy_call_t *)sys___vfork14
1383 }, /* 282 = __vfork14 */
1384 {
1385 ns(struct sys___posix_chown_args),
1386 .sy_flags = SYCALL_ARG_PTR,
1387 .sy_call = (sy_call_t *)sys___posix_chown
1388 }, /* 283 = __posix_chown */
1389 {
1390 ns(struct sys___posix_fchown_args),
1391 .sy_call = (sy_call_t *)sys___posix_fchown
1392 }, /* 284 = __posix_fchown */
1393 {
1394 ns(struct sys___posix_lchown_args),
1395 .sy_flags = SYCALL_ARG_PTR,
1396 .sy_call = (sy_call_t *)sys___posix_lchown
1397 }, /* 285 = __posix_lchown */
1398 {
1399 ns(struct sys_getsid_args),
1400 .sy_call = (sy_call_t *)sys_getsid
1401 }, /* 286 = getsid */
1402 {
1403 ns(struct sys___clone_args),
1404 .sy_flags = SYCALL_ARG_PTR,
1405 .sy_call = (sy_call_t *)sys___clone
1406 }, /* 287 = __clone */
1407 {
1408 ns(struct sys_fktrace_args),
1409 .sy_call = (sy_call_t *)sys_fktrace
1410 }, /* 288 = fktrace */
1411 {
1412 ns(struct sys_preadv_args),
1413 .sy_flags = SYCALL_NARGS64_VAL(1) | SYCALL_ARG4_64 | SYCALL_ARG_PTR,
1414 .sy_call = (sy_call_t *)sys_preadv
1415 }, /* 289 = preadv */
1416 {
1417 ns(struct sys_pwritev_args),
1418 .sy_flags = SYCALL_NARGS64_VAL(1) | SYCALL_ARG4_64 | SYCALL_ARG_PTR,
1419 .sy_call = (sy_call_t *)sys_pwritev
1420 }, /* 290 = pwritev */
1421 {
1422 ns(struct compat_16_sys___sigaction14_args),
1423 .sy_flags = SYCALL_ARG_PTR,
1424 .sy_call = (sy_call_t *)sys_nomodule
1425 }, /* 291 = compat_16___sigaction14 */
1426 {
1427 ns(struct sys___sigpending14_args),
1428 .sy_flags = SYCALL_ARG_PTR,
1429 .sy_call = (sy_call_t *)sys___sigpending14
1430 }, /* 292 = __sigpending14 */
1431 {
1432 ns(struct sys___sigprocmask14_args),
1433 .sy_flags = SYCALL_ARG_PTR,
1434 .sy_call = (sy_call_t *)sys___sigprocmask14
1435 }, /* 293 = __sigprocmask14 */
1436 {
1437 ns(struct sys___sigsuspend14_args),
1438 .sy_flags = SYCALL_ARG_PTR,
1439 .sy_call = (sy_call_t *)sys___sigsuspend14
1440 }, /* 294 = __sigsuspend14 */
1441 {
1442 ns(struct compat_16_sys___sigreturn14_args),
1443 .sy_flags = SYCALL_ARG_PTR,
1444 .sy_call = (sy_call_t *)sys_nomodule
1445 }, /* 295 = compat_16___sigreturn14 */
1446 {
1447 ns(struct sys___getcwd_args),
1448 .sy_flags = SYCALL_ARG_PTR,
1449 .sy_call = (sy_call_t *)sys___getcwd
1450 }, /* 296 = __getcwd */
1451 {
1452 ns(struct sys_fchroot_args),
1453 .sy_call = (sy_call_t *)sys_fchroot
1454 }, /* 297 = fchroot */
1455 {
1456 ns(struct compat_30_sys_fhopen_args),
1457 .sy_flags = SYCALL_ARG_PTR,
1458 .sy_call = (sy_call_t *)sys_nomodule
1459 }, /* 298 = compat_30_fhopen */
1460 {
1461 ns(struct compat_30_sys_fhstat_args),
1462 .sy_flags = SYCALL_ARG_PTR,
1463 .sy_call = (sy_call_t *)sys_nomodule
1464 }, /* 299 = compat_30_fhstat */
1465 {
1466 ns(struct compat_20_sys_fhstatfs_args),
1467 .sy_flags = SYCALL_ARG_PTR,
1468 .sy_call = (sy_call_t *)sys_nomodule
1469 }, /* 300 = compat_20_fhstatfs */
1470 {
1471 ns(struct compat_50_sys_____semctl13_args),
1472 .sy_flags = SYCALL_ARG_PTR,
1473 .sy_call = (sy_call_t *)sys_nomodule
1474 }, /* 301 = compat_50_____semctl13 */
1475 {
1476 ns(struct compat_50_sys___msgctl13_args),
1477 .sy_flags = SYCALL_ARG_PTR,
1478 .sy_call = (sy_call_t *)sys_nomodule
1479 }, /* 302 = compat_50___msgctl13 */
1480 {
1481 ns(struct compat_50_sys___shmctl13_args),
1482 .sy_flags = SYCALL_ARG_PTR,
1483 .sy_call = (sy_call_t *)sys_nomodule
1484 }, /* 303 = compat_50___shmctl13 */
1485 {
1486 ns(struct sys_lchflags_args),
1487 .sy_flags = SYCALL_ARG_PTR,
1488 .sy_call = (sy_call_t *)sys_lchflags
1489 }, /* 304 = lchflags */
1490 {
1491 .sy_call = (sy_call_t *)sys_issetugid
1492 }, /* 305 = issetugid */
1493 {
1494 ns(struct sys_utrace_args),
1495 .sy_flags = SYCALL_ARG_PTR,
1496 .sy_call = (sy_call_t *)sys_utrace
1497 }, /* 306 = utrace */
1498 {
1499 ns(struct sys_getcontext_args),
1500 .sy_flags = SYCALL_ARG_PTR,
1501 .sy_call = (sy_call_t *)sys_getcontext
1502 }, /* 307 = getcontext */
1503 {
1504 ns(struct sys_setcontext_args),
1505 .sy_flags = SYCALL_ARG_PTR,
1506 .sy_call = (sy_call_t *)sys_setcontext
1507 }, /* 308 = setcontext */
1508 {
1509 ns(struct sys__lwp_create_args),
1510 .sy_flags = SYCALL_ARG_PTR,
1511 .sy_call = (sy_call_t *)sys__lwp_create
1512 }, /* 309 = _lwp_create */
1513 {
1514 .sy_call = (sy_call_t *)sys__lwp_exit
1515 }, /* 310 = _lwp_exit */
1516 {
1517 .sy_call = (sy_call_t *)sys__lwp_self
1518 }, /* 311 = _lwp_self */
1519 {
1520 ns(struct sys__lwp_wait_args),
1521 .sy_flags = SYCALL_ARG_PTR,
1522 .sy_call = (sy_call_t *)sys__lwp_wait
1523 }, /* 312 = _lwp_wait */
1524 {
1525 ns(struct sys__lwp_suspend_args),
1526 .sy_call = (sy_call_t *)sys__lwp_suspend
1527 }, /* 313 = _lwp_suspend */
1528 {
1529 ns(struct sys__lwp_continue_args),
1530 .sy_call = (sy_call_t *)sys__lwp_continue
1531 }, /* 314 = _lwp_continue */
1532 {
1533 ns(struct sys__lwp_wakeup_args),
1534 .sy_call = (sy_call_t *)sys__lwp_wakeup
1535 }, /* 315 = _lwp_wakeup */
1536 {
1537 .sy_call = (sy_call_t *)sys__lwp_getprivate
1538 }, /* 316 = _lwp_getprivate */
1539 {
1540 ns(struct sys__lwp_setprivate_args),
1541 .sy_flags = SYCALL_ARG_PTR,
1542 .sy_call = (sy_call_t *)sys__lwp_setprivate
1543 }, /* 317 = _lwp_setprivate */
1544 {
1545 ns(struct sys__lwp_kill_args),
1546 .sy_call = (sy_call_t *)sys__lwp_kill
1547 }, /* 318 = _lwp_kill */
1548 {
1549 ns(struct sys__lwp_detach_args),
1550 .sy_call = (sy_call_t *)sys__lwp_detach
1551 }, /* 319 = _lwp_detach */
1552 {
1553 ns(struct compat_50_sys__lwp_park_args),
1554 .sy_flags = SYCALL_ARG_PTR,
1555 .sy_call = (sy_call_t *)sys_nomodule
1556 }, /* 320 = compat_50__lwp_park */
1557 {
1558 ns(struct sys__lwp_unpark_args),
1559 .sy_flags = SYCALL_ARG_PTR,
1560 .sy_call = (sy_call_t *)sys__lwp_unpark
1561 }, /* 321 = _lwp_unpark */
1562 {
1563 ns(struct sys__lwp_unpark_all_args),
1564 .sy_flags = SYCALL_ARG_PTR,
1565 .sy_call = (sy_call_t *)sys__lwp_unpark_all
1566 }, /* 322 = _lwp_unpark_all */
1567 {
1568 ns(struct sys__lwp_setname_args),
1569 .sy_flags = SYCALL_ARG_PTR,
1570 .sy_call = (sy_call_t *)sys__lwp_setname
1571 }, /* 323 = _lwp_setname */
1572 {
1573 ns(struct sys__lwp_getname_args),
1574 .sy_flags = SYCALL_ARG_PTR,
1575 .sy_call = (sy_call_t *)sys__lwp_getname
1576 }, /* 324 = _lwp_getname */
1577 {
1578 ns(struct sys__lwp_ctl_args),
1579 .sy_flags = SYCALL_ARG_PTR,
1580 .sy_call = (sy_call_t *)sys__lwp_ctl
1581 }, /* 325 = _lwp_ctl */
1582 {
1583 .sy_call = sys_nosys,
1584 }, /* 326 = filler */
1585 {
1586 .sy_call = sys_nosys,
1587 }, /* 327 = filler */
1588 {
1589 .sy_call = sys_nosys,
1590 }, /* 328 = filler */
1591 {
1592 .sy_call = sys_nosys,
1593 }, /* 329 = filler */
1594 {
1595 ns(struct compat_60_sys_sa_register_args),
1596 .sy_flags = SYCALL_ARG_PTR,
1597 .sy_call = (sy_call_t *)compat_60(sys_sa_register)
1598 }, /* 330 = compat_60_sa_register */
1599 {
1600 ns(struct compat_60_sys_sa_stacks_args),
1601 .sy_flags = SYCALL_ARG_PTR,
1602 .sy_call = (sy_call_t *)compat_60(sys_sa_stacks)
1603 }, /* 331 = compat_60_sa_stacks */
1604 {
1605 .sy_call = (sy_call_t *)compat_60(sys_sa_enable)
1606 }, /* 332 = compat_60_sa_enable */
1607 {
1608 ns(struct compat_60_sys_sa_setconcurrency_args),
1609 .sy_call = (sy_call_t *)compat_60(sys_sa_setconcurrency)
1610 }, /* 333 = compat_60_sa_setconcurrency */
1611 {
1612 .sy_call = (sy_call_t *)compat_60(sys_sa_yield)
1613 }, /* 334 = compat_60_sa_yield */
1614 {
1615 ns(struct compat_60_sys_sa_preempt_args),
1616 .sy_call = (sy_call_t *)compat_60(sys_sa_preempt)
1617 }, /* 335 = compat_60_sa_preempt */
1618 {
1619 .sy_call = sys_nosys,
1620 }, /* 336 = filler */
1621 {
1622 .sy_call = sys_nosys,
1623 }, /* 337 = filler */
1624 {
1625 .sy_call = sys_nosys,
1626 }, /* 338 = filler */
1627 {
1628 .sy_call = sys_nosys,
1629 }, /* 339 = filler */
1630 {
1631 ns(struct sys___sigaction_sigtramp_args),
1632 .sy_flags = SYCALL_ARG_PTR,
1633 .sy_call = (sy_call_t *)sys___sigaction_sigtramp
1634 }, /* 340 = __sigaction_sigtramp */
1635 {
1636 ns(struct sys_pmc_get_info_args),
1637 .sy_flags = SYCALL_ARG_PTR,
1638 .sy_call = (sy_call_t *)sys_pmc_get_info
1639 }, /* 341 = pmc_get_info */
1640 {
1641 ns(struct sys_pmc_control_args),
1642 .sy_flags = SYCALL_ARG_PTR,
1643 .sy_call = (sy_call_t *)sys_pmc_control
1644 }, /* 342 = pmc_control */
1645 {
1646 ns(struct sys_rasctl_args),
1647 .sy_flags = SYCALL_ARG_PTR,
1648 .sy_call = (sy_call_t *)sys_rasctl
1649 }, /* 343 = rasctl */
1650 {
1651 .sy_call = (sy_call_t *)sys_kqueue
1652 }, /* 344 = kqueue */
1653 {
1654 ns(struct compat_50_sys_kevent_args),
1655 .sy_flags = SYCALL_ARG_PTR,
1656 .sy_call = (sy_call_t *)sys_nomodule
1657 }, /* 345 = compat_50_kevent */
1658 {
1659 ns(struct sys__sched_setparam_args),
1660 .sy_flags = SYCALL_ARG_PTR,
1661 .sy_call = (sy_call_t *)sys__sched_setparam
1662 }, /* 346 = _sched_setparam */
1663 {
1664 ns(struct sys__sched_getparam_args),
1665 .sy_flags = SYCALL_ARG_PTR,
1666 .sy_call = (sy_call_t *)sys__sched_getparam
1667 }, /* 347 = _sched_getparam */
1668 {
1669 ns(struct sys__sched_setaffinity_args),
1670 .sy_flags = SYCALL_ARG_PTR,
1671 .sy_call = (sy_call_t *)sys__sched_setaffinity
1672 }, /* 348 = _sched_setaffinity */
1673 {
1674 ns(struct sys__sched_getaffinity_args),
1675 .sy_flags = SYCALL_ARG_PTR,
1676 .sy_call = (sy_call_t *)sys__sched_getaffinity
1677 }, /* 349 = _sched_getaffinity */
1678 {
1679 .sy_call = (sy_call_t *)sys_sched_yield
1680 }, /* 350 = sched_yield */
1681 {
1682 ns(struct sys__sched_protect_args),
1683 .sy_call = (sy_call_t *)sys__sched_protect
1684 }, /* 351 = _sched_protect */
1685 {
1686 .sy_call = sys_nosys,
1687 }, /* 352 = filler */
1688 {
1689 .sy_call = sys_nosys,
1690 }, /* 353 = filler */
1691 {
1692 ns(struct sys_fsync_range_args),
1693 .sy_flags = SYCALL_NARGS64_VAL(2) | SYCALL_ARG3_64 | SYCALL_ARG2_64,
1694 .sy_call = (sy_call_t *)sys_fsync_range
1695 }, /* 354 = fsync_range */
1696 {
1697 ns(struct sys_uuidgen_args),
1698 .sy_flags = SYCALL_ARG_PTR,
1699 .sy_call = (sy_call_t *)sys_uuidgen
1700 }, /* 355 = uuidgen */
1701 {
1702 ns(struct sys_getvfsstat_args),
1703 .sy_flags = SYCALL_ARG_PTR,
1704 .sy_call = (sy_call_t *)sys_getvfsstat
1705 }, /* 356 = getvfsstat */
1706 {
1707 ns(struct sys_statvfs1_args),
1708 .sy_flags = SYCALL_ARG_PTR,
1709 .sy_call = (sy_call_t *)sys_statvfs1
1710 }, /* 357 = statvfs1 */
1711 {
1712 ns(struct sys_fstatvfs1_args),
1713 .sy_flags = SYCALL_ARG_PTR,
1714 .sy_call = (sy_call_t *)sys_fstatvfs1
1715 }, /* 358 = fstatvfs1 */
1716 {
1717 ns(struct compat_30_sys_fhstatvfs1_args),
1718 .sy_flags = SYCALL_ARG_PTR,
1719 .sy_call = (sy_call_t *)sys_nomodule
1720 }, /* 359 = compat_30_fhstatvfs1 */
1721 {
1722 ns(struct sys_extattrctl_args),
1723 .sy_flags = SYCALL_ARG_PTR,
1724 .sy_call = (sy_call_t *)sys_extattrctl
1725 }, /* 360 = extattrctl */
1726 {
1727 ns(struct sys_extattr_set_file_args),
1728 .sy_flags = SYCALL_ARG_PTR,
1729 .sy_call = (sy_call_t *)sys_extattr_set_file
1730 }, /* 361 = extattr_set_file */
1731 {
1732 ns(struct sys_extattr_get_file_args),
1733 .sy_flags = SYCALL_ARG_PTR,
1734 .sy_call = (sy_call_t *)sys_extattr_get_file
1735 }, /* 362 = extattr_get_file */
1736 {
1737 ns(struct sys_extattr_delete_file_args),
1738 .sy_flags = SYCALL_ARG_PTR,
1739 .sy_call = (sy_call_t *)sys_extattr_delete_file
1740 }, /* 363 = extattr_delete_file */
1741 {
1742 ns(struct sys_extattr_set_fd_args),
1743 .sy_flags = SYCALL_ARG_PTR,
1744 .sy_call = (sy_call_t *)sys_extattr_set_fd
1745 }, /* 364 = extattr_set_fd */
1746 {
1747 ns(struct sys_extattr_get_fd_args),
1748 .sy_flags = SYCALL_ARG_PTR,
1749 .sy_call = (sy_call_t *)sys_extattr_get_fd
1750 }, /* 365 = extattr_get_fd */
1751 {
1752 ns(struct sys_extattr_delete_fd_args),
1753 .sy_flags = SYCALL_ARG_PTR,
1754 .sy_call = (sy_call_t *)sys_extattr_delete_fd
1755 }, /* 366 = extattr_delete_fd */
1756 {
1757 ns(struct sys_extattr_set_link_args),
1758 .sy_flags = SYCALL_ARG_PTR,
1759 .sy_call = (sy_call_t *)sys_extattr_set_link
1760 }, /* 367 = extattr_set_link */
1761 {
1762 ns(struct sys_extattr_get_link_args),
1763 .sy_flags = SYCALL_ARG_PTR,
1764 .sy_call = (sy_call_t *)sys_extattr_get_link
1765 }, /* 368 = extattr_get_link */
1766 {
1767 ns(struct sys_extattr_delete_link_args),
1768 .sy_flags = SYCALL_ARG_PTR,
1769 .sy_call = (sy_call_t *)sys_extattr_delete_link
1770 }, /* 369 = extattr_delete_link */
1771 {
1772 ns(struct sys_extattr_list_fd_args),
1773 .sy_flags = SYCALL_ARG_PTR,
1774 .sy_call = (sy_call_t *)sys_extattr_list_fd
1775 }, /* 370 = extattr_list_fd */
1776 {
1777 ns(struct sys_extattr_list_file_args),
1778 .sy_flags = SYCALL_ARG_PTR,
1779 .sy_call = (sy_call_t *)sys_extattr_list_file
1780 }, /* 371 = extattr_list_file */
1781 {
1782 ns(struct sys_extattr_list_link_args),
1783 .sy_flags = SYCALL_ARG_PTR,
1784 .sy_call = (sy_call_t *)sys_extattr_list_link
1785 }, /* 372 = extattr_list_link */
1786 {
1787 ns(struct compat_50_sys_pselect_args),
1788 .sy_flags = SYCALL_ARG_PTR,
1789 .sy_call = (sy_call_t *)sys_nomodule
1790 }, /* 373 = compat_50_pselect */
1791 {
1792 ns(struct compat_50_sys_pollts_args),
1793 .sy_flags = SYCALL_ARG_PTR,
1794 .sy_call = (sy_call_t *)sys_nomodule
1795 }, /* 374 = compat_50_pollts */
1796 {
1797 ns(struct sys_setxattr_args),
1798 .sy_flags = SYCALL_ARG_PTR,
1799 .sy_call = (sy_call_t *)sys_setxattr
1800 }, /* 375 = setxattr */
1801 {
1802 ns(struct sys_lsetxattr_args),
1803 .sy_flags = SYCALL_ARG_PTR,
1804 .sy_call = (sy_call_t *)sys_lsetxattr
1805 }, /* 376 = lsetxattr */
1806 {
1807 ns(struct sys_fsetxattr_args),
1808 .sy_flags = SYCALL_ARG_PTR,
1809 .sy_call = (sy_call_t *)sys_fsetxattr
1810 }, /* 377 = fsetxattr */
1811 {
1812 ns(struct sys_getxattr_args),
1813 .sy_flags = SYCALL_ARG_PTR,
1814 .sy_call = (sy_call_t *)sys_getxattr
1815 }, /* 378 = getxattr */
1816 {
1817 ns(struct sys_lgetxattr_args),
1818 .sy_flags = SYCALL_ARG_PTR,
1819 .sy_call = (sy_call_t *)sys_lgetxattr
1820 }, /* 379 = lgetxattr */
1821 {
1822 ns(struct sys_fgetxattr_args),
1823 .sy_flags = SYCALL_ARG_PTR,
1824 .sy_call = (sy_call_t *)sys_fgetxattr
1825 }, /* 380 = fgetxattr */
1826 {
1827 ns(struct sys_listxattr_args),
1828 .sy_flags = SYCALL_ARG_PTR,
1829 .sy_call = (sy_call_t *)sys_listxattr
1830 }, /* 381 = listxattr */
1831 {
1832 ns(struct sys_llistxattr_args),
1833 .sy_flags = SYCALL_ARG_PTR,
1834 .sy_call = (sy_call_t *)sys_llistxattr
1835 }, /* 382 = llistxattr */
1836 {
1837 ns(struct sys_flistxattr_args),
1838 .sy_flags = SYCALL_ARG_PTR,
1839 .sy_call = (sy_call_t *)sys_flistxattr
1840 }, /* 383 = flistxattr */
1841 {
1842 ns(struct sys_removexattr_args),
1843 .sy_flags = SYCALL_ARG_PTR,
1844 .sy_call = (sy_call_t *)sys_removexattr
1845 }, /* 384 = removexattr */
1846 {
1847 ns(struct sys_lremovexattr_args),
1848 .sy_flags = SYCALL_ARG_PTR,
1849 .sy_call = (sy_call_t *)sys_lremovexattr
1850 }, /* 385 = lremovexattr */
1851 {
1852 ns(struct sys_fremovexattr_args),
1853 .sy_flags = SYCALL_ARG_PTR,
1854 .sy_call = (sy_call_t *)sys_fremovexattr
1855 }, /* 386 = fremovexattr */
1856 {
1857 ns(struct compat_50_sys___stat30_args),
1858 .sy_flags = SYCALL_ARG_PTR,
1859 .sy_call = (sy_call_t *)sys_nomodule
1860 }, /* 387 = compat_50___stat30 */
1861 {
1862 ns(struct compat_50_sys___fstat30_args),
1863 .sy_flags = SYCALL_ARG_PTR,
1864 .sy_call = (sy_call_t *)sys_nomodule
1865 }, /* 388 = compat_50___fstat30 */
1866 {
1867 ns(struct compat_50_sys___lstat30_args),
1868 .sy_flags = SYCALL_ARG_PTR,
1869 .sy_call = (sy_call_t *)sys_nomodule
1870 }, /* 389 = compat_50___lstat30 */
1871 {
1872 ns(struct sys___getdents30_args),
1873 .sy_flags = SYCALL_ARG_PTR,
1874 .sy_call = (sy_call_t *)sys___getdents30
1875 }, /* 390 = __getdents30 */
1876 {
1877 .sy_call = (sy_call_t *)nullop,
1878 }, /* 391 = filler */
1879 {
1880 ns(struct compat_30_sys___fhstat30_args),
1881 .sy_flags = SYCALL_ARG_PTR,
1882 .sy_call = (sy_call_t *)sys_nomodule
1883 }, /* 392 = compat_30___fhstat30 */
1884 {
1885 ns(struct compat_50_sys___ntp_gettime30_args),
1886 .sy_flags = SYCALL_ARG_PTR,
1887 .sy_call = (sy_call_t *)sys_nomodule
1888 }, /* 393 = compat_50___ntp_gettime30 */
1889 {
1890 ns(struct sys___socket30_args),
1891 .sy_call = (sy_call_t *)sys___socket30
1892 }, /* 394 = __socket30 */
1893 {
1894 ns(struct sys___getfh30_args),
1895 .sy_flags = SYCALL_ARG_PTR,
1896 .sy_call = (sy_call_t *)sys___getfh30
1897 }, /* 395 = __getfh30 */
1898 {
1899 ns(struct sys___fhopen40_args),
1900 .sy_flags = SYCALL_ARG_PTR,
1901 .sy_call = (sy_call_t *)sys___fhopen40
1902 }, /* 396 = __fhopen40 */
1903 {
1904 ns(struct sys___fhstatvfs140_args),
1905 .sy_flags = SYCALL_ARG_PTR,
1906 .sy_call = (sy_call_t *)sys___fhstatvfs140
1907 }, /* 397 = __fhstatvfs140 */
1908 {
1909 ns(struct compat_50_sys___fhstat40_args),
1910 .sy_flags = SYCALL_ARG_PTR,
1911 .sy_call = (sy_call_t *)sys_nomodule
1912 }, /* 398 = compat_50___fhstat40 */
1913 {
1914 ns(struct sys_aio_cancel_args),
1915 .sy_flags = SYCALL_ARG_PTR,
1916 .sy_call = (sy_call_t *)sys_nomodule
1917 }, /* 399 = aio_cancel */
1918 {
1919 ns(struct sys_aio_error_args),
1920 .sy_flags = SYCALL_ARG_PTR,
1921 .sy_call = (sy_call_t *)sys_nomodule
1922 }, /* 400 = aio_error */
1923 {
1924 ns(struct sys_aio_fsync_args),
1925 .sy_flags = SYCALL_ARG_PTR,
1926 .sy_call = (sy_call_t *)sys_nomodule
1927 }, /* 401 = aio_fsync */
1928 {
1929 ns(struct sys_aio_read_args),
1930 .sy_flags = SYCALL_ARG_PTR,
1931 .sy_call = (sy_call_t *)sys_nomodule
1932 }, /* 402 = aio_read */
1933 {
1934 ns(struct sys_aio_return_args),
1935 .sy_flags = SYCALL_ARG_PTR,
1936 .sy_call = (sy_call_t *)sys_nomodule
1937 }, /* 403 = aio_return */
1938 {
1939 ns(struct compat_50_sys_aio_suspend_args),
1940 .sy_flags = SYCALL_ARG_PTR,
1941 .sy_call = (sy_call_t *)sys_nomodule
1942 }, /* 404 = compat_50_aio_suspend */
1943 {
1944 ns(struct sys_aio_write_args),
1945 .sy_flags = SYCALL_ARG_PTR,
1946 .sy_call = (sy_call_t *)sys_nomodule
1947 }, /* 405 = aio_write */
1948 {
1949 ns(struct sys_lio_listio_args),
1950 .sy_flags = SYCALL_ARG_PTR,
1951 .sy_call = (sy_call_t *)sys_nomodule
1952 }, /* 406 = lio_listio */
1953 {
1954 .sy_call = sys_nosys,
1955 }, /* 407 = filler */
1956 {
1957 .sy_call = sys_nosys,
1958 }, /* 408 = filler */
1959 {
1960 .sy_call = sys_nosys,
1961 }, /* 409 = filler */
1962 {
1963 ns(struct sys___mount50_args),
1964 .sy_flags = SYCALL_ARG_PTR,
1965 .sy_call = (sy_call_t *)sys___mount50
1966 }, /* 410 = __mount50 */
1967 {
1968 ns(struct sys_mremap_args),
1969 .sy_flags = SYCALL_ARG_PTR,
1970 .sy_call = (sy_call_t *)sys_mremap
1971 }, /* 411 = mremap */
1972 {
1973 ns(struct sys_pset_create_args),
1974 .sy_flags = SYCALL_ARG_PTR,
1975 .sy_call = (sy_call_t *)sys_pset_create
1976 }, /* 412 = pset_create */
1977 {
1978 ns(struct sys_pset_destroy_args),
1979 .sy_call = (sy_call_t *)sys_pset_destroy
1980 }, /* 413 = pset_destroy */
1981 {
1982 ns(struct sys_pset_assign_args),
1983 .sy_flags = SYCALL_ARG_PTR,
1984 .sy_call = (sy_call_t *)sys_pset_assign
1985 }, /* 414 = pset_assign */
1986 {
1987 ns(struct sys__pset_bind_args),
1988 .sy_flags = SYCALL_ARG_PTR,
1989 .sy_call = (sy_call_t *)sys__pset_bind
1990 }, /* 415 = _pset_bind */
1991 {
1992 ns(struct sys___posix_fadvise50_args),
1993 .sy_flags = SYCALL_NARGS64_VAL(2) | SYCALL_ARG3_64 | SYCALL_ARG2_64,
1994 .sy_call = (sy_call_t *)sys___posix_fadvise50
1995 }, /* 416 = __posix_fadvise50 */
1996 {
1997 ns(struct sys___select50_args),
1998 .sy_flags = SYCALL_ARG_PTR,
1999 .sy_call = (sy_call_t *)sys___select50
2000 }, /* 417 = __select50 */
2001 {
2002 ns(struct sys___gettimeofday50_args),
2003 .sy_flags = SYCALL_ARG_PTR,
2004 .sy_call = (sy_call_t *)sys___gettimeofday50
2005 }, /* 418 = __gettimeofday50 */
2006 {
2007 ns(struct sys___settimeofday50_args),
2008 .sy_flags = SYCALL_ARG_PTR,
2009 .sy_call = (sy_call_t *)sys___settimeofday50
2010 }, /* 419 = __settimeofday50 */
2011 {
2012 ns(struct sys___utimes50_args),
2013 .sy_flags = SYCALL_ARG_PTR,
2014 .sy_call = (sy_call_t *)sys___utimes50
2015 }, /* 420 = __utimes50 */
2016 {
2017 ns(struct sys___adjtime50_args),
2018 .sy_flags = SYCALL_ARG_PTR,
2019 .sy_call = (sy_call_t *)sys___adjtime50
2020 }, /* 421 = __adjtime50 */
2021 {
2022 ns(struct sys___lfs_segwait50_args),
2023 .sy_flags = SYCALL_ARG_PTR,
2024 .sy_call = (sy_call_t *)sys_nomodule
2025 }, /* 422 = __lfs_segwait50 */
2026 {
2027 ns(struct sys___futimes50_args),
2028 .sy_flags = SYCALL_ARG_PTR,
2029 .sy_call = (sy_call_t *)sys___futimes50
2030 }, /* 423 = __futimes50 */
2031 {
2032 ns(struct sys___lutimes50_args),
2033 .sy_flags = SYCALL_ARG_PTR,
2034 .sy_call = (sy_call_t *)sys___lutimes50
2035 }, /* 424 = __lutimes50 */
2036 {
2037 ns(struct sys___setitimer50_args),
2038 .sy_flags = SYCALL_ARG_PTR,
2039 .sy_call = (sy_call_t *)sys___setitimer50
2040 }, /* 425 = __setitimer50 */
2041 {
2042 ns(struct sys___getitimer50_args),
2043 .sy_flags = SYCALL_ARG_PTR,
2044 .sy_call = (sy_call_t *)sys___getitimer50
2045 }, /* 426 = __getitimer50 */
2046 {
2047 ns(struct sys___clock_gettime50_args),
2048 .sy_flags = SYCALL_ARG_PTR,
2049 .sy_call = (sy_call_t *)sys___clock_gettime50
2050 }, /* 427 = __clock_gettime50 */
2051 {
2052 ns(struct sys___clock_settime50_args),
2053 .sy_flags = SYCALL_ARG_PTR,
2054 .sy_call = (sy_call_t *)sys___clock_settime50
2055 }, /* 428 = __clock_settime50 */
2056 {
2057 ns(struct sys___clock_getres50_args),
2058 .sy_flags = SYCALL_ARG_PTR,
2059 .sy_call = (sy_call_t *)sys___clock_getres50
2060 }, /* 429 = __clock_getres50 */
2061 {
2062 ns(struct sys___nanosleep50_args),
2063 .sy_flags = SYCALL_ARG_PTR,
2064 .sy_call = (sy_call_t *)sys___nanosleep50
2065 }, /* 430 = __nanosleep50 */
2066 {
2067 ns(struct sys_____sigtimedwait50_args),
2068 .sy_flags = SYCALL_ARG_PTR,
2069 .sy_call = (sy_call_t *)sys_____sigtimedwait50
2070 }, /* 431 = ____sigtimedwait50 */
2071 {
2072 ns(struct sys___mq_timedsend50_args),
2073 .sy_flags = SYCALL_ARG_PTR,
2074 .sy_call = (sy_call_t *)sys_nomodule
2075 }, /* 432 = __mq_timedsend50 */
2076 {
2077 ns(struct sys___mq_timedreceive50_args),
2078 .sy_flags = SYCALL_ARG_PTR,
2079 .sy_call = (sy_call_t *)sys_nomodule
2080 }, /* 433 = __mq_timedreceive50 */
2081 {
2082 ns(struct compat_60_sys__lwp_park_args),
2083 .sy_flags = SYCALL_ARG_PTR,
2084 .sy_call = (sy_call_t *)sys_nomodule
2085 }, /* 434 = compat_60__lwp_park */
2086 {
2087 ns(struct sys___kevent50_args),
2088 .sy_flags = SYCALL_ARG_PTR,
2089 .sy_call = (sy_call_t *)sys___kevent50
2090 }, /* 435 = __kevent50 */
2091 {
2092 ns(struct sys___pselect50_args),
2093 .sy_flags = SYCALL_ARG_PTR,
2094 .sy_call = (sy_call_t *)sys___pselect50
2095 }, /* 436 = __pselect50 */
2096 {
2097 ns(struct sys___pollts50_args),
2098 .sy_flags = SYCALL_ARG_PTR,
2099 .sy_call = (sy_call_t *)sys___pollts50
2100 }, /* 437 = __pollts50 */
2101 {
2102 ns(struct sys___aio_suspend50_args),
2103 .sy_flags = SYCALL_ARG_PTR,
2104 .sy_call = (sy_call_t *)sys_nomodule
2105 }, /* 438 = __aio_suspend50 */
2106 {
2107 ns(struct sys___stat50_args),
2108 .sy_flags = SYCALL_ARG_PTR,
2109 .sy_call = (sy_call_t *)sys___stat50
2110 }, /* 439 = __stat50 */
2111 {
2112 ns(struct sys___fstat50_args),
2113 .sy_flags = SYCALL_ARG_PTR,
2114 .sy_call = (sy_call_t *)sys___fstat50
2115 }, /* 440 = __fstat50 */
2116 {
2117 ns(struct sys___lstat50_args),
2118 .sy_flags = SYCALL_ARG_PTR,
2119 .sy_call = (sy_call_t *)sys___lstat50
2120 }, /* 441 = __lstat50 */
2121 {
2122 ns(struct sys_____semctl50_args),
2123 .sy_flags = SYCALL_ARG_PTR,
2124 .sy_call = (sy_call_t *)sys_nomodule
2125 }, /* 442 = ____semctl50 */
2126 {
2127 ns(struct sys___shmctl50_args),
2128 .sy_flags = SYCALL_ARG_PTR,
2129 .sy_call = (sy_call_t *)sys_nomodule
2130 }, /* 443 = __shmctl50 */
2131 {
2132 ns(struct sys___msgctl50_args),
2133 .sy_flags = SYCALL_ARG_PTR,
2134 .sy_call = (sy_call_t *)sys_nomodule
2135 }, /* 444 = __msgctl50 */
2136 {
2137 ns(struct sys___getrusage50_args),
2138 .sy_flags = SYCALL_ARG_PTR,
2139 .sy_call = (sy_call_t *)sys___getrusage50
2140 }, /* 445 = __getrusage50 */
2141 {
2142 ns(struct sys___timer_settime50_args),
2143 .sy_flags = SYCALL_ARG_PTR,
2144 .sy_call = (sy_call_t *)sys___timer_settime50
2145 }, /* 446 = __timer_settime50 */
2146 {
2147 ns(struct sys___timer_gettime50_args),
2148 .sy_flags = SYCALL_ARG_PTR,
2149 .sy_call = (sy_call_t *)sys___timer_gettime50
2150 }, /* 447 = __timer_gettime50 */
2151 #if defined(NTP) || !defined(_KERNEL_OPT)
2152 {
2153 ns(struct sys___ntp_gettime50_args),
2154 .sy_flags = SYCALL_ARG_PTR,
2155 .sy_call = (sy_call_t *)sys___ntp_gettime50
2156 }, /* 448 = __ntp_gettime50 */
2157 #else
2158 {
2159 .sy_call = sys_nosys,
2160 }, /* 448 = filler */
2161 #endif
2162 {
2163 ns(struct sys___wait450_args),
2164 .sy_flags = SYCALL_ARG_PTR,
2165 .sy_call = (sy_call_t *)sys___wait450
2166 }, /* 449 = __wait450 */
2167 {
2168 ns(struct sys___mknod50_args),
2169 .sy_flags = SYCALL_NARGS64_VAL(1) | SYCALL_ARG2_64 | SYCALL_ARG_PTR,
2170 .sy_call = (sy_call_t *)sys___mknod50
2171 }, /* 450 = __mknod50 */
2172 {
2173 ns(struct sys___fhstat50_args),
2174 .sy_flags = SYCALL_ARG_PTR,
2175 .sy_call = (sy_call_t *)sys___fhstat50
2176 }, /* 451 = __fhstat50 */
2177 {
2178 .sy_call = sys_nosys,
2179 }, /* 452 = filler */
2180 {
2181 ns(struct sys_pipe2_args),
2182 .sy_flags = SYCALL_ARG_PTR,
2183 .sy_call = (sy_call_t *)sys_pipe2
2184 }, /* 453 = pipe2 */
2185 {
2186 ns(struct sys_dup3_args),
2187 .sy_call = (sy_call_t *)sys_dup3
2188 }, /* 454 = dup3 */
2189 {
2190 ns(struct sys_kqueue1_args),
2191 .sy_call = (sy_call_t *)sys_kqueue1
2192 }, /* 455 = kqueue1 */
2193 {
2194 ns(struct sys_paccept_args),
2195 .sy_flags = SYCALL_ARG_PTR,
2196 .sy_call = (sy_call_t *)sys_paccept
2197 }, /* 456 = paccept */
2198 {
2199 ns(struct sys_linkat_args),
2200 .sy_flags = SYCALL_ARG_PTR,
2201 .sy_call = (sy_call_t *)sys_linkat
2202 }, /* 457 = linkat */
2203 {
2204 ns(struct sys_renameat_args),
2205 .sy_flags = SYCALL_ARG_PTR,
2206 .sy_call = (sy_call_t *)sys_renameat
2207 }, /* 458 = renameat */
2208 {
2209 ns(struct sys_mkfifoat_args),
2210 .sy_flags = SYCALL_ARG_PTR,
2211 .sy_call = (sy_call_t *)sys_mkfifoat
2212 }, /* 459 = mkfifoat */
2213 {
2214 ns(struct sys_mknodat_args),
2215 .sy_flags = SYCALL_NARGS64_VAL(1) | SYCALL_ARG4_64 | SYCALL_ARG_PTR,
2216 .sy_call = (sy_call_t *)sys_mknodat
2217 }, /* 460 = mknodat */
2218 {
2219 ns(struct sys_mkdirat_args),
2220 .sy_flags = SYCALL_ARG_PTR,
2221 .sy_call = (sy_call_t *)sys_mkdirat
2222 }, /* 461 = mkdirat */
2223 {
2224 ns(struct sys_faccessat_args),
2225 .sy_flags = SYCALL_ARG_PTR,
2226 .sy_call = (sy_call_t *)sys_faccessat
2227 }, /* 462 = faccessat */
2228 {
2229 ns(struct sys_fchmodat_args),
2230 .sy_flags = SYCALL_ARG_PTR,
2231 .sy_call = (sy_call_t *)sys_fchmodat
2232 }, /* 463 = fchmodat */
2233 {
2234 ns(struct sys_fchownat_args),
2235 .sy_flags = SYCALL_ARG_PTR,
2236 .sy_call = (sy_call_t *)sys_fchownat
2237 }, /* 464 = fchownat */
2238 {
2239 ns(struct sys_fexecve_args),
2240 .sy_flags = SYCALL_ARG_PTR,
2241 .sy_call = (sy_call_t *)sys_fexecve
2242 }, /* 465 = fexecve */
2243 {
2244 ns(struct sys_fstatat_args),
2245 .sy_flags = SYCALL_ARG_PTR,
2246 .sy_call = (sy_call_t *)sys_fstatat
2247 }, /* 466 = fstatat */
2248 {
2249 ns(struct sys_utimensat_args),
2250 .sy_flags = SYCALL_ARG_PTR,
2251 .sy_call = (sy_call_t *)sys_utimensat
2252 }, /* 467 = utimensat */
2253 {
2254 ns(struct sys_openat_args),
2255 .sy_flags = SYCALL_ARG_PTR,
2256 .sy_call = (sy_call_t *)sys_openat
2257 }, /* 468 = openat */
2258 {
2259 ns(struct sys_readlinkat_args),
2260 .sy_flags = SYCALL_ARG_PTR,
2261 .sy_call = (sy_call_t *)sys_readlinkat
2262 }, /* 469 = readlinkat */
2263 {
2264 ns(struct sys_symlinkat_args),
2265 .sy_flags = SYCALL_ARG_PTR,
2266 .sy_call = (sy_call_t *)sys_symlinkat
2267 }, /* 470 = symlinkat */
2268 {
2269 ns(struct sys_unlinkat_args),
2270 .sy_flags = SYCALL_ARG_PTR,
2271 .sy_call = (sy_call_t *)sys_unlinkat
2272 }, /* 471 = unlinkat */
2273 {
2274 ns(struct sys_futimens_args),
2275 .sy_flags = SYCALL_ARG_PTR,
2276 .sy_call = (sy_call_t *)sys_futimens
2277 }, /* 472 = futimens */
2278 {
2279 ns(struct sys___quotactl_args),
2280 .sy_flags = SYCALL_ARG_PTR,
2281 .sy_call = (sy_call_t *)sys___quotactl
2282 }, /* 473 = __quotactl */
2283 {
2284 ns(struct sys_posix_spawn_args),
2285 .sy_flags = SYCALL_ARG_PTR,
2286 .sy_call = (sy_call_t *)sys_posix_spawn
2287 }, /* 474 = posix_spawn */
2288 {
2289 ns(struct sys_recvmmsg_args),
2290 .sy_flags = SYCALL_ARG_PTR,
2291 .sy_call = (sy_call_t *)sys_recvmmsg
2292 }, /* 475 = recvmmsg */
2293 {
2294 ns(struct sys_sendmmsg_args),
2295 .sy_flags = SYCALL_ARG_PTR,
2296 .sy_call = (sy_call_t *)sys_sendmmsg
2297 }, /* 476 = sendmmsg */
2298 {
2299 ns(struct sys_clock_nanosleep_args),
2300 .sy_flags = SYCALL_ARG_PTR,
2301 .sy_call = (sy_call_t *)sys_clock_nanosleep
2302 }, /* 477 = clock_nanosleep */
2303 {
2304 ns(struct sys____lwp_park60_args),
2305 .sy_flags = SYCALL_ARG_PTR,
2306 .sy_call = (sy_call_t *)sys____lwp_park60
2307 }, /* 478 = ___lwp_park60 */
2308 {
2309 ns(struct sys_posix_fallocate_args),
2310 .sy_flags = SYCALL_NARGS64_VAL(2) | SYCALL_ARG3_64 | SYCALL_ARG2_64,
2311 .sy_call = (sy_call_t *)sys_posix_fallocate
2312 }, /* 479 = posix_fallocate */
2313 {
2314 ns(struct sys_fdiscard_args),
2315 .sy_flags = SYCALL_NARGS64_VAL(2) | SYCALL_ARG3_64 | SYCALL_ARG2_64,
2316 .sy_call = (sy_call_t *)sys_fdiscard
2317 }, /* 480 = fdiscard */
2318 {
2319 ns(struct sys_wait6_args),
2320 .sy_flags = SYCALL_ARG_PTR,
2321 .sy_call = (sy_call_t *)sys_wait6
2322 }, /* 481 = wait6 */
2323 {
2324 ns(struct sys_clock_getcpuclockid2_args),
2325 .sy_flags = SYCALL_ARG_PTR,
2326 .sy_call = (sy_call_t *)sys_clock_getcpuclockid2
2327 }, /* 482 = clock_getcpuclockid2 */
2328 {
2329 .sy_call = sys_nosys,
2330 }, /* 483 = filler */
2331 {
2332 .sy_call = sys_nosys,
2333 }, /* 484 = filler */
2334 {
2335 .sy_call = sys_nosys,
2336 }, /* 485 = filler */
2337 {
2338 .sy_call = sys_nosys,
2339 }, /* 486 = filler */
2340 {
2341 .sy_call = sys_nosys,
2342 }, /* 487 = filler */
2343 {
2344 .sy_call = sys_nosys,
2345 }, /* 488 = filler */
2346 {
2347 .sy_call = sys_nosys,
2348 }, /* 489 = filler */
2349 {
2350 .sy_call = sys_nosys,
2351 }, /* 490 = filler */
2352 {
2353 .sy_call = sys_nosys,
2354 }, /* 491 = filler */
2355 {
2356 .sy_call = sys_nosys,
2357 }, /* 492 = filler */
2358 {
2359 .sy_call = sys_nosys,
2360 }, /* 493 = filler */
2361 {
2362 .sy_call = sys_nosys,
2363 }, /* 494 = filler */
2364 {
2365 .sy_call = sys_nosys,
2366 }, /* 495 = filler */
2367 {
2368 .sy_call = sys_nosys,
2369 }, /* 496 = filler */
2370 {
2371 .sy_call = sys_nosys,
2372 }, /* 497 = filler */
2373 {
2374 .sy_call = sys_nosys,
2375 }, /* 498 = filler */
2376 {
2377 .sy_call = sys_nosys,
2378 }, /* 499 = filler */
2379 {
2380 .sy_call = sys_nosys,
2381 }, /* 500 = filler */
2382 {
2383 .sy_call = sys_nosys,
2384 }, /* 501 = filler */
2385 {
2386 .sy_call = sys_nosys,
2387 }, /* 502 = filler */
2388 {
2389 .sy_call = sys_nosys,
2390 }, /* 503 = filler */
2391 {
2392 .sy_call = sys_nosys,
2393 }, /* 504 = filler */
2394 {
2395 .sy_call = sys_nosys,
2396 }, /* 505 = filler */
2397 {
2398 .sy_call = sys_nosys,
2399 }, /* 506 = filler */
2400 {
2401 .sy_call = sys_nosys,
2402 }, /* 507 = filler */
2403 {
2404 .sy_call = sys_nosys,
2405 }, /* 508 = filler */
2406 {
2407 .sy_call = sys_nosys,
2408 }, /* 509 = filler */
2409 {
2410 .sy_call = sys_nosys,
2411 }, /* 510 = filler */
2412 {
2413 .sy_call = sys_nosys,
2414 }, /* 511 = filler */
2415 };
2416