1/* $NetBSD: syscalls.c,v 1.303 2016/11/02 00:14:11 pgoyette Exp $ */
2
3/*
4 * System call names.
5 *
6 * DO NOT EDIT-- this file is automatically generated.
7 * created from NetBSD: syscalls.master,v 1.286 2016/11/02 00:11:59 pgoyette Exp
8 */
9
10#include <sys/cdefs.h>
11__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.303 2016/11/02 00:14:11 pgoyette Exp $");
12
13#if defined(_KERNEL_OPT)
14#include "opt_modular.h"
15#include "opt_ntp.h"
16#include "opt_sysv.h"
17#include <sys/param.h>
18#include <sys/systm.h>
19#include <sys/signal.h>
20#include <sys/socket.h>
21#include <sys/mount.h>
22#include <sys/sched.h>
23#include <sys/idtype.h>
24#include <sys/syscallargs.h>
25#else /* _KERNEL_OPT */
26#include <sys/null.h>
27#endif /* _KERNEL_OPT */
28
29const char *const syscallnames[] = {
30 /* 0 */ "syscall",
31 /* 1 */ "exit",
32 /* 2 */ "fork",
33 /* 3 */ "read",
34 /* 4 */ "write",
35 /* 5 */ "open",
36 /* 6 */ "close",
37 /* 7 */ "compat_50_wait4",
38 /* 8 */ "compat_43_ocreat",
39 /* 9 */ "link",
40 /* 10 */ "unlink",
41 /* 11 */ "#11 (obsolete execv)",
42 /* 12 */ "chdir",
43 /* 13 */ "fchdir",
44 /* 14 */ "compat_50_mknod",
45 /* 15 */ "chmod",
46 /* 16 */ "chown",
47 /* 17 */ "break",
48 /* 18 */ "compat_20_getfsstat",
49 /* 19 */ "compat_43_olseek",
50 /* 20 */ "getpid",
51 /* 21 */ "compat_40_mount",
52 /* 22 */ "unmount",
53 /* 23 */ "setuid",
54 /* 24 */ "getuid",
55 /* 25 */ "geteuid",
56 /* 26 */ "ptrace",
57 /* 27 */ "recvmsg",
58 /* 28 */ "sendmsg",
59 /* 29 */ "recvfrom",
60 /* 30 */ "accept",
61 /* 31 */ "getpeername",
62 /* 32 */ "getsockname",
63 /* 33 */ "access",
64 /* 34 */ "chflags",
65 /* 35 */ "fchflags",
66 /* 36 */ "sync",
67 /* 37 */ "kill",
68 /* 38 */ "compat_43_stat43",
69 /* 39 */ "getppid",
70 /* 40 */ "compat_43_lstat43",
71 /* 41 */ "dup",
72 /* 42 */ "pipe",
73 /* 43 */ "getegid",
74 /* 44 */ "profil",
75 /* 45 */ "ktrace",
76 /* 46 */ "compat_13_sigaction13",
77 /* 47 */ "getgid",
78 /* 48 */ "compat_13_sigprocmask13",
79 /* 49 */ "__getlogin",
80 /* 50 */ "__setlogin",
81 /* 51 */ "acct",
82 /* 52 */ "compat_13_sigpending13",
83 /* 53 */ "compat_13_sigaltstack13",
84 /* 54 */ "ioctl",
85 /* 55 */ "compat_12_oreboot",
86 /* 56 */ "revoke",
87 /* 57 */ "symlink",
88 /* 58 */ "readlink",
89 /* 59 */ "execve",
90 /* 60 */ "umask",
91 /* 61 */ "chroot",
92 /* 62 */ "compat_43_fstat43",
93 /* 63 */ "compat_43_ogetkerninfo",
94 /* 64 */ "compat_43_ogetpagesize",
95 /* 65 */ "compat_12_msync",
96 /* 66 */ "vfork",
97 /* 67 */ "#67 (obsolete vread)",
98 /* 68 */ "#68 (obsolete vwrite)",
99 /* 69 */ "sbrk",
100 /* 70 */ "sstk",
101 /* 71 */ "compat_43_ommap",
102 /* 72 */ "vadvise",
103 /* 73 */ "munmap",
104 /* 74 */ "mprotect",
105 /* 75 */ "madvise",
106 /* 76 */ "#76 (obsolete vhangup)",
107 /* 77 */ "#77 (obsolete vlimit)",
108 /* 78 */ "mincore",
109 /* 79 */ "getgroups",
110 /* 80 */ "setgroups",
111 /* 81 */ "getpgrp",
112 /* 82 */ "setpgid",
113 /* 83 */ "compat_50_setitimer",
114 /* 84 */ "compat_43_owait",
115 /* 85 */ "compat_12_oswapon",
116 /* 86 */ "compat_50_getitimer",
117 /* 87 */ "compat_43_ogethostname",
118 /* 88 */ "compat_43_osethostname",
119 /* 89 */ "compat_43_ogetdtablesize",
120 /* 90 */ "dup2",
121 /* 91 */ "#91 (unimplemented getdopt)",
122 /* 92 */ "fcntl",
123 /* 93 */ "compat_50_select",
124 /* 94 */ "#94 (unimplemented setdopt)",
125 /* 95 */ "fsync",
126 /* 96 */ "setpriority",
127 /* 97 */ "compat_30_socket",
128 /* 98 */ "connect",
129 /* 99 */ "compat_43_oaccept",
130 /* 100 */ "getpriority",
131 /* 101 */ "compat_43_osend",
132 /* 102 */ "compat_43_orecv",
133 /* 103 */ "compat_13_sigreturn13",
134 /* 104 */ "bind",
135 /* 105 */ "setsockopt",
136 /* 106 */ "listen",
137 /* 107 */ "#107 (obsolete vtimes)",
138 /* 108 */ "compat_43_osigvec",
139 /* 109 */ "compat_43_osigblock",
140 /* 110 */ "compat_43_osigsetmask",
141 /* 111 */ "compat_13_sigsuspend13",
142 /* 112 */ "compat_43_osigstack",
143 /* 113 */ "compat_43_orecvmsg",
144 /* 114 */ "compat_43_osendmsg",
145 /* 115 */ "#115 (obsolete vtrace)",
146 /* 116 */ "compat_50_gettimeofday",
147 /* 117 */ "compat_50_getrusage",
148 /* 118 */ "getsockopt",
149 /* 119 */ "#119 (obsolete resuba)",
150 /* 120 */ "readv",
151 /* 121 */ "writev",
152 /* 122 */ "compat_50_settimeofday",
153 /* 123 */ "fchown",
154 /* 124 */ "fchmod",
155 /* 125 */ "compat_43_orecvfrom",
156 /* 126 */ "setreuid",
157 /* 127 */ "setregid",
158 /* 128 */ "rename",
159 /* 129 */ "compat_43_otruncate",
160 /* 130 */ "compat_43_oftruncate",
161 /* 131 */ "flock",
162 /* 132 */ "mkfifo",
163 /* 133 */ "sendto",
164 /* 134 */ "shutdown",
165 /* 135 */ "socketpair",
166 /* 136 */ "mkdir",
167 /* 137 */ "rmdir",
168 /* 138 */ "compat_50_utimes",
169 /* 139 */ "#139 (obsolete 4.2 sigreturn)",
170 /* 140 */ "compat_50_adjtime",
171 /* 141 */ "compat_43_ogetpeername",
172 /* 142 */ "compat_43_ogethostid",
173 /* 143 */ "compat_43_osethostid",
174 /* 144 */ "compat_43_ogetrlimit",
175 /* 145 */ "compat_43_osetrlimit",
176 /* 146 */ "compat_43_okillpg",
177 /* 147 */ "setsid",
178 /* 148 */ "compat_50_quotactl",
179 /* 149 */ "compat_43_oquota",
180 /* 150 */ "compat_43_ogetsockname",
181 /* 151 */ "#151 (unimplemented)",
182 /* 152 */ "#152 (unimplemented)",
183 /* 153 */ "#153 (unimplemented)",
184 /* 154 */ "#154 (unimplemented)",
185 /* 155 */ "nfssvc",
186 /* 156 */ "compat_43_ogetdirentries",
187 /* 157 */ "compat_20_statfs",
188 /* 158 */ "compat_20_fstatfs",
189 /* 159 */ "#159 (unimplemented)",
190 /* 160 */ "#160 (unimplemented)",
191 /* 161 */ "compat_30_getfh",
192 /* 162 */ "compat_09_ogetdomainname",
193 /* 163 */ "compat_09_osetdomainname",
194 /* 164 */ "compat_09_ouname",
195 /* 165 */ "sysarch",
196 /* 166 */ "#166 (unimplemented)",
197 /* 167 */ "#167 (unimplemented)",
198 /* 168 */ "#168 (unimplemented)",
199#if !defined(_LP64)
200 /* 169 */ "compat_10_osemsys",
201#else
202 /* 169 */ "#169 (excluded 1.0 semsys)",
203#endif
204#if !defined(_LP64)
205 /* 170 */ "compat_10_omsgsys",
206#else
207 /* 170 */ "#170 (excluded 1.0 msgsys)",
208#endif
209#if !defined(_LP64)
210 /* 171 */ "compat_10_oshmsys",
211#else
212 /* 171 */ "#171 (excluded 1.0 shmsys)",
213#endif
214 /* 172 */ "#172 (unimplemented)",
215 /* 173 */ "pread",
216 /* 174 */ "pwrite",
217 /* 175 */ "compat_30_ntp_gettime",
218#if defined(NTP) || !defined(_KERNEL_OPT)
219 /* 176 */ "ntp_adjtime",
220#else
221 /* 176 */ "#176 (excluded ntp_adjtime)",
222#endif
223 /* 177 */ "#177 (unimplemented)",
224 /* 178 */ "#178 (unimplemented)",
225 /* 179 */ "#179 (unimplemented)",
226 /* 180 */ "#180 (unimplemented)",
227 /* 181 */ "setgid",
228 /* 182 */ "setegid",
229 /* 183 */ "seteuid",
230 /* 184 */ "lfs_bmapv",
231 /* 185 */ "lfs_markv",
232 /* 186 */ "lfs_segclean",
233 /* 187 */ "compat_50_lfs_segwait",
234 /* 188 */ "compat_12_stat12",
235 /* 189 */ "compat_12_fstat12",
236 /* 190 */ "compat_12_lstat12",
237 /* 191 */ "pathconf",
238 /* 192 */ "fpathconf",
239 /* 193 */ "#193 (unimplemented)",
240 /* 194 */ "getrlimit",
241 /* 195 */ "setrlimit",
242 /* 196 */ "compat_12_getdirentries",
243 /* 197 */ "mmap",
244 /* 198 */ "__syscall",
245 /* 199 */ "lseek",
246 /* 200 */ "truncate",
247 /* 201 */ "ftruncate",
248 /* 202 */ "__sysctl",
249 /* 203 */ "mlock",
250 /* 204 */ "munlock",
251 /* 205 */ "undelete",
252 /* 206 */ "compat_50_futimes",
253 /* 207 */ "getpgid",
254 /* 208 */ "reboot",
255 /* 209 */ "poll",
256 /* 210 */ "afssys",
257 /* 211 */ "#211 (unimplemented)",
258 /* 212 */ "#212 (unimplemented)",
259 /* 213 */ "#213 (unimplemented)",
260 /* 214 */ "#214 (unimplemented)",
261 /* 215 */ "#215 (unimplemented)",
262 /* 216 */ "#216 (unimplemented)",
263 /* 217 */ "#217 (unimplemented)",
264 /* 218 */ "#218 (unimplemented)",
265 /* 219 */ "#219 (unimplemented)",
266 /* 220 */ "compat_14___semctl",
267 /* 221 */ "semget",
268 /* 222 */ "semop",
269 /* 223 */ "semconfig",
270 /* 224 */ "compat_14_msgctl",
271 /* 225 */ "msgget",
272 /* 226 */ "msgsnd",
273 /* 227 */ "msgrcv",
274 /* 228 */ "shmat",
275 /* 229 */ "compat_14_shmctl",
276 /* 230 */ "shmdt",
277 /* 231 */ "shmget",
278 /* 232 */ "compat_50_clock_gettime",
279 /* 233 */ "compat_50_clock_settime",
280 /* 234 */ "compat_50_clock_getres",
281 /* 235 */ "timer_create",
282 /* 236 */ "timer_delete",
283 /* 237 */ "compat_50_timer_settime",
284 /* 238 */ "compat_50_timer_gettime",
285 /* 239 */ "timer_getoverrun",
286 /* 240 */ "compat_50_nanosleep",
287 /* 241 */ "fdatasync",
288 /* 242 */ "mlockall",
289 /* 243 */ "munlockall",
290 /* 244 */ "compat_50___sigtimedwait",
291 /* 245 */ "sigqueueinfo",
292 /* 246 */ "modctl",
293 /* 247 */ "_ksem_init",
294 /* 248 */ "_ksem_open",
295 /* 249 */ "_ksem_unlink",
296 /* 250 */ "_ksem_close",
297 /* 251 */ "_ksem_post",
298 /* 252 */ "_ksem_wait",
299 /* 253 */ "_ksem_trywait",
300 /* 254 */ "_ksem_getvalue",
301 /* 255 */ "_ksem_destroy",
302 /* 256 */ "_ksem_timedwait",
303 /* 257 */ "mq_open",
304 /* 258 */ "mq_close",
305 /* 259 */ "mq_unlink",
306 /* 260 */ "mq_getattr",
307 /* 261 */ "mq_setattr",
308 /* 262 */ "mq_notify",
309 /* 263 */ "mq_send",
310 /* 264 */ "mq_receive",
311 /* 265 */ "compat_50_mq_timedsend",
312 /* 266 */ "compat_50_mq_timedreceive",
313 /* 267 */ "#267 (unimplemented)",
314 /* 268 */ "#268 (unimplemented)",
315 /* 269 */ "#269 (unimplemented)",
316 /* 270 */ "__posix_rename",
317 /* 271 */ "swapctl",
318 /* 272 */ "compat_30_getdents",
319 /* 273 */ "minherit",
320 /* 274 */ "lchmod",
321 /* 275 */ "lchown",
322 /* 276 */ "compat_50_lutimes",
323 /* 277 */ "__msync13",
324 /* 278 */ "compat_30___stat13",
325 /* 279 */ "compat_30___fstat13",
326 /* 280 */ "compat_30___lstat13",
327 /* 281 */ "__sigaltstack14",
328 /* 282 */ "__vfork14",
329 /* 283 */ "__posix_chown",
330 /* 284 */ "__posix_fchown",
331 /* 285 */ "__posix_lchown",
332 /* 286 */ "getsid",
333 /* 287 */ "__clone",
334 /* 288 */ "fktrace",
335 /* 289 */ "preadv",
336 /* 290 */ "pwritev",
337 /* 291 */ "compat_16___sigaction14",
338 /* 292 */ "__sigpending14",
339 /* 293 */ "__sigprocmask14",
340 /* 294 */ "__sigsuspend14",
341 /* 295 */ "compat_16___sigreturn14",
342 /* 296 */ "__getcwd",
343 /* 297 */ "fchroot",
344 /* 298 */ "compat_30_fhopen",
345 /* 299 */ "compat_30_fhstat",
346 /* 300 */ "compat_20_fhstatfs",
347 /* 301 */ "compat_50_____semctl13",
348 /* 302 */ "compat_50___msgctl13",
349 /* 303 */ "compat_50___shmctl13",
350 /* 304 */ "lchflags",
351 /* 305 */ "issetugid",
352 /* 306 */ "utrace",
353 /* 307 */ "getcontext",
354 /* 308 */ "setcontext",
355 /* 309 */ "_lwp_create",
356 /* 310 */ "_lwp_exit",
357 /* 311 */ "_lwp_self",
358 /* 312 */ "_lwp_wait",
359 /* 313 */ "_lwp_suspend",
360 /* 314 */ "_lwp_continue",
361 /* 315 */ "_lwp_wakeup",
362 /* 316 */ "_lwp_getprivate",
363 /* 317 */ "_lwp_setprivate",
364 /* 318 */ "_lwp_kill",
365 /* 319 */ "_lwp_detach",
366 /* 320 */ "compat_50__lwp_park",
367 /* 321 */ "_lwp_unpark",
368 /* 322 */ "_lwp_unpark_all",
369 /* 323 */ "_lwp_setname",
370 /* 324 */ "_lwp_getname",
371 /* 325 */ "_lwp_ctl",
372 /* 326 */ "#326 (unimplemented)",
373 /* 327 */ "#327 (unimplemented)",
374 /* 328 */ "#328 (unimplemented)",
375 /* 329 */ "#329 (unimplemented)",
376 /* 330 */ "compat_60_sa_register",
377 /* 331 */ "compat_60_sa_stacks",
378 /* 332 */ "compat_60_sa_enable",
379 /* 333 */ "compat_60_sa_setconcurrency",
380 /* 334 */ "compat_60_sa_yield",
381 /* 335 */ "compat_60_sa_preempt",
382 /* 336 */ "#336 (obsolete sys_sa_unblockyield)",
383 /* 337 */ "#337 (unimplemented)",
384 /* 338 */ "#338 (unimplemented)",
385 /* 339 */ "#339 (unimplemented)",
386 /* 340 */ "__sigaction_sigtramp",
387 /* 341 */ "pmc_get_info",
388 /* 342 */ "pmc_control",
389 /* 343 */ "rasctl",
390 /* 344 */ "kqueue",
391 /* 345 */ "compat_50_kevent",
392 /* 346 */ "_sched_setparam",
393 /* 347 */ "_sched_getparam",
394 /* 348 */ "_sched_setaffinity",
395 /* 349 */ "_sched_getaffinity",
396 /* 350 */ "sched_yield",
397 /* 351 */ "_sched_protect",
398 /* 352 */ "#352 (unimplemented)",
399 /* 353 */ "#353 (unimplemented)",
400 /* 354 */ "fsync_range",
401 /* 355 */ "uuidgen",
402 /* 356 */ "getvfsstat",
403 /* 357 */ "statvfs1",
404 /* 358 */ "fstatvfs1",
405 /* 359 */ "compat_30_fhstatvfs1",
406 /* 360 */ "extattrctl",
407 /* 361 */ "extattr_set_file",
408 /* 362 */ "extattr_get_file",
409 /* 363 */ "extattr_delete_file",
410 /* 364 */ "extattr_set_fd",
411 /* 365 */ "extattr_get_fd",
412 /* 366 */ "extattr_delete_fd",
413 /* 367 */ "extattr_set_link",
414 /* 368 */ "extattr_get_link",
415 /* 369 */ "extattr_delete_link",
416 /* 370 */ "extattr_list_fd",
417 /* 371 */ "extattr_list_file",
418 /* 372 */ "extattr_list_link",
419 /* 373 */ "compat_50_pselect",
420 /* 374 */ "compat_50_pollts",
421 /* 375 */ "setxattr",
422 /* 376 */ "lsetxattr",
423 /* 377 */ "fsetxattr",
424 /* 378 */ "getxattr",
425 /* 379 */ "lgetxattr",
426 /* 380 */ "fgetxattr",
427 /* 381 */ "listxattr",
428 /* 382 */ "llistxattr",
429 /* 383 */ "flistxattr",
430 /* 384 */ "removexattr",
431 /* 385 */ "lremovexattr",
432 /* 386 */ "fremovexattr",
433 /* 387 */ "compat_50___stat30",
434 /* 388 */ "compat_50___fstat30",
435 /* 389 */ "compat_50___lstat30",
436 /* 390 */ "__getdents30",
437 /* 391 */ "#391 (ignored old posix_fadvise)",
438 /* 392 */ "compat_30___fhstat30",
439 /* 393 */ "compat_50___ntp_gettime30",
440 /* 394 */ "__socket30",
441 /* 395 */ "__getfh30",
442 /* 396 */ "__fhopen40",
443 /* 397 */ "__fhstatvfs140",
444 /* 398 */ "compat_50___fhstat40",
445 /* 399 */ "aio_cancel",
446 /* 400 */ "aio_error",
447 /* 401 */ "aio_fsync",
448 /* 402 */ "aio_read",
449 /* 403 */ "aio_return",
450 /* 404 */ "compat_50_aio_suspend",
451 /* 405 */ "aio_write",
452 /* 406 */ "lio_listio",
453 /* 407 */ "#407 (unimplemented)",
454 /* 408 */ "#408 (unimplemented)",
455 /* 409 */ "#409 (unimplemented)",
456 /* 410 */ "__mount50",
457 /* 411 */ "mremap",
458 /* 412 */ "pset_create",
459 /* 413 */ "pset_destroy",
460 /* 414 */ "pset_assign",
461 /* 415 */ "_pset_bind",
462 /* 416 */ "__posix_fadvise50",
463 /* 417 */ "__select50",
464 /* 418 */ "__gettimeofday50",
465 /* 419 */ "__settimeofday50",
466 /* 420 */ "__utimes50",
467 /* 421 */ "__adjtime50",
468 /* 422 */ "__lfs_segwait50",
469 /* 423 */ "__futimes50",
470 /* 424 */ "__lutimes50",
471 /* 425 */ "__setitimer50",
472 /* 426 */ "__getitimer50",
473 /* 427 */ "__clock_gettime50",
474 /* 428 */ "__clock_settime50",
475 /* 429 */ "__clock_getres50",
476 /* 430 */ "__nanosleep50",
477 /* 431 */ "____sigtimedwait50",
478 /* 432 */ "__mq_timedsend50",
479 /* 433 */ "__mq_timedreceive50",
480 /* 434 */ "compat_60__lwp_park",
481 /* 435 */ "__kevent50",
482 /* 436 */ "__pselect50",
483 /* 437 */ "__pollts50",
484 /* 438 */ "__aio_suspend50",
485 /* 439 */ "__stat50",
486 /* 440 */ "__fstat50",
487 /* 441 */ "__lstat50",
488 /* 442 */ "____semctl50",
489 /* 443 */ "__shmctl50",
490 /* 444 */ "__msgctl50",
491 /* 445 */ "__getrusage50",
492 /* 446 */ "__timer_settime50",
493 /* 447 */ "__timer_gettime50",
494#if defined(NTP) || !defined(_KERNEL_OPT)
495 /* 448 */ "__ntp_gettime50",
496#else
497 /* 448 */ "#448 (excluded ___ntp_gettime50)",
498#endif
499 /* 449 */ "__wait450",
500 /* 450 */ "__mknod50",
501 /* 451 */ "__fhstat50",
502 /* 452 */ "#452 (obsolete 5.99 quotactl)",
503 /* 453 */ "pipe2",
504 /* 454 */ "dup3",
505 /* 455 */ "kqueue1",
506 /* 456 */ "paccept",
507 /* 457 */ "linkat",
508 /* 458 */ "renameat",
509 /* 459 */ "mkfifoat",
510 /* 460 */ "mknodat",
511 /* 461 */ "mkdirat",
512 /* 462 */ "faccessat",
513 /* 463 */ "fchmodat",
514 /* 464 */ "fchownat",
515 /* 465 */ "fexecve",
516 /* 466 */ "fstatat",
517 /* 467 */ "utimensat",
518 /* 468 */ "openat",
519 /* 469 */ "readlinkat",
520 /* 470 */ "symlinkat",
521 /* 471 */ "unlinkat",
522 /* 472 */ "futimens",
523 /* 473 */ "__quotactl",
524 /* 474 */ "posix_spawn",
525 /* 475 */ "recvmmsg",
526 /* 476 */ "sendmmsg",
527 /* 477 */ "clock_nanosleep",
528 /* 478 */ "___lwp_park60",
529 /* 479 */ "posix_fallocate",
530 /* 480 */ "fdiscard",
531 /* 481 */ "wait6",
532 /* 482 */ "clock_getcpuclockid2",
533 /* 483 */ "# filler",
534 /* 484 */ "# filler",
535 /* 485 */ "# filler",
536 /* 486 */ "# filler",
537 /* 487 */ "# filler",
538 /* 488 */ "# filler",
539 /* 489 */ "# filler",
540 /* 490 */ "# filler",
541 /* 491 */ "# filler",
542 /* 492 */ "# filler",
543 /* 493 */ "# filler",
544 /* 494 */ "# filler",
545 /* 495 */ "# filler",
546 /* 496 */ "# filler",
547 /* 497 */ "# filler",
548 /* 498 */ "# filler",
549 /* 499 */ "# filler",
550 /* 500 */ "# filler",
551 /* 501 */ "# filler",
552 /* 502 */ "# filler",
553 /* 503 */ "# filler",
554 /* 504 */ "# filler",
555 /* 505 */ "# filler",
556 /* 506 */ "# filler",
557 /* 507 */ "# filler",
558 /* 508 */ "# filler",
559 /* 509 */ "# filler",
560 /* 510 */ "# filler",
561 /* 511 */ "# filler",
562};
563
564
565/* libc style syscall names */
566const char *const altsyscallnames[] = {
567 /* 0 */ NULL, /* syscall */
568 /* 1 */ NULL, /* exit */
569 /* 2 */ NULL, /* fork */
570 /* 3 */ NULL, /* read */
571 /* 4 */ NULL, /* write */
572 /* 5 */ NULL, /* open */
573 /* 6 */ NULL, /* close */
574 /* 7 */ NULL, /* compat_50_wait4 */
575 /* 8 */ NULL, /* compat_43_ocreat */
576 /* 9 */ NULL, /* link */
577 /* 10 */ NULL, /* unlink */
578 /* 11 */ NULL, /* obsolete execv */
579 /* 12 */ NULL, /* chdir */
580 /* 13 */ NULL, /* fchdir */
581 /* 14 */ NULL, /* compat_50_mknod */
582 /* 15 */ NULL, /* chmod */
583 /* 16 */ NULL, /* chown */
584 /* 17 */ "obreak",
585 /* 18 */ NULL, /* compat_20_getfsstat */
586 /* 19 */ NULL, /* compat_43_olseek */
587 /* 20 */ "getpid_with_ppid",
588 /* 21 */ NULL, /* compat_40_mount */
589 /* 22 */ NULL, /* unmount */
590 /* 23 */ NULL, /* setuid */
591 /* 24 */ "getuid_with_euid",
592 /* 25 */ NULL, /* geteuid */
593 /* 26 */ NULL, /* ptrace */
594 /* 27 */ NULL, /* recvmsg */
595 /* 28 */ NULL, /* sendmsg */
596 /* 29 */ NULL, /* recvfrom */
597 /* 30 */ NULL, /* accept */
598 /* 31 */ NULL, /* getpeername */
599 /* 32 */ NULL, /* getsockname */
600 /* 33 */ NULL, /* access */
601 /* 34 */ NULL, /* chflags */
602 /* 35 */ NULL, /* fchflags */
603 /* 36 */ NULL, /* sync */
604 /* 37 */ NULL, /* kill */
605 /* 38 */ NULL, /* compat_43_stat43 */
606 /* 39 */ NULL, /* getppid */
607 /* 40 */ NULL, /* compat_43_lstat43 */
608 /* 41 */ NULL, /* dup */
609 /* 42 */ NULL, /* pipe */
610 /* 43 */ NULL, /* getegid */
611 /* 44 */ NULL, /* profil */
612 /* 45 */ NULL, /* ktrace */
613 /* 46 */ NULL, /* compat_13_sigaction13 */
614 /* 47 */ "getgid_with_egid",
615 /* 48 */ NULL, /* compat_13_sigprocmask13 */
616 /* 49 */ NULL, /* __getlogin */
617 /* 50 */ NULL, /* __setlogin */
618 /* 51 */ NULL, /* acct */
619 /* 52 */ NULL, /* compat_13_sigpending13 */
620 /* 53 */ NULL, /* compat_13_sigaltstack13 */
621 /* 54 */ NULL, /* ioctl */
622 /* 55 */ NULL, /* compat_12_oreboot */
623 /* 56 */ NULL, /* revoke */
624 /* 57 */ NULL, /* symlink */
625 /* 58 */ NULL, /* readlink */
626 /* 59 */ NULL, /* execve */
627 /* 60 */ NULL, /* umask */
628 /* 61 */ NULL, /* chroot */
629 /* 62 */ NULL, /* compat_43_fstat43 */
630 /* 63 */ NULL, /* compat_43_ogetkerninfo */
631 /* 64 */ NULL, /* compat_43_ogetpagesize */
632 /* 65 */ NULL, /* compat_12_msync */
633 /* 66 */ NULL, /* vfork */
634 /* 67 */ NULL, /* obsolete vread */
635 /* 68 */ NULL, /* obsolete vwrite */
636 /* 69 */ NULL, /* sbrk */
637 /* 70 */ NULL, /* sstk */
638 /* 71 */ NULL, /* compat_43_ommap */
639 /* 72 */ "ovadvise",
640 /* 73 */ NULL, /* munmap */
641 /* 74 */ NULL, /* mprotect */
642 /* 75 */ NULL, /* madvise */
643 /* 76 */ NULL, /* obsolete vhangup */
644 /* 77 */ NULL, /* obsolete vlimit */
645 /* 78 */ NULL, /* mincore */
646 /* 79 */ NULL, /* getgroups */
647 /* 80 */ NULL, /* setgroups */
648 /* 81 */ NULL, /* getpgrp */
649 /* 82 */ NULL, /* setpgid */
650 /* 83 */ NULL, /* compat_50_setitimer */
651 /* 84 */ NULL, /* compat_43_owait */
652 /* 85 */ NULL, /* compat_12_oswapon */
653 /* 86 */ NULL, /* compat_50_getitimer */
654 /* 87 */ NULL, /* compat_43_ogethostname */
655 /* 88 */ NULL, /* compat_43_osethostname */
656 /* 89 */ NULL, /* compat_43_ogetdtablesize */
657 /* 90 */ NULL, /* dup2 */
658 /* 91 */ NULL, /* unimplemented getdopt */
659 /* 92 */ NULL, /* fcntl */
660 /* 93 */ NULL, /* compat_50_select */
661 /* 94 */ NULL, /* unimplemented setdopt */
662 /* 95 */ NULL, /* fsync */
663 /* 96 */ NULL, /* setpriority */
664 /* 97 */ NULL, /* compat_30_socket */
665 /* 98 */ NULL, /* connect */
666 /* 99 */ NULL, /* compat_43_oaccept */
667 /* 100 */ NULL, /* getpriority */
668 /* 101 */ NULL, /* compat_43_osend */
669 /* 102 */ NULL, /* compat_43_orecv */
670 /* 103 */ NULL, /* compat_13_sigreturn13 */
671 /* 104 */ NULL, /* bind */
672 /* 105 */ NULL, /* setsockopt */
673 /* 106 */ NULL, /* listen */
674 /* 107 */ NULL, /* obsolete vtimes */
675 /* 108 */ NULL, /* compat_43_osigvec */
676 /* 109 */ NULL, /* compat_43_osigblock */
677 /* 110 */ NULL, /* compat_43_osigsetmask */
678 /* 111 */ NULL, /* compat_13_sigsuspend13 */
679 /* 112 */ NULL, /* compat_43_osigstack */
680 /* 113 */ NULL, /* compat_43_orecvmsg */
681 /* 114 */ NULL, /* compat_43_osendmsg */
682 /* 115 */ NULL, /* obsolete vtrace */
683 /* 116 */ NULL, /* compat_50_gettimeofday */
684 /* 117 */ NULL, /* compat_50_getrusage */
685 /* 118 */ NULL, /* getsockopt */
686 /* 119 */ NULL, /* obsolete resuba */
687 /* 120 */ NULL, /* readv */
688 /* 121 */ NULL, /* writev */
689 /* 122 */ NULL, /* compat_50_settimeofday */
690 /* 123 */ NULL, /* fchown */
691 /* 124 */ NULL, /* fchmod */
692 /* 125 */ NULL, /* compat_43_orecvfrom */
693 /* 126 */ NULL, /* setreuid */
694 /* 127 */ NULL, /* setregid */
695 /* 128 */ NULL, /* rename */
696 /* 129 */ NULL, /* compat_43_otruncate */
697 /* 130 */ NULL, /* compat_43_oftruncate */
698 /* 131 */ NULL, /* flock */
699 /* 132 */ NULL, /* mkfifo */
700 /* 133 */ NULL, /* sendto */
701 /* 134 */ NULL, /* shutdown */
702 /* 135 */ NULL, /* socketpair */
703 /* 136 */ NULL, /* mkdir */
704 /* 137 */ NULL, /* rmdir */
705 /* 138 */ NULL, /* compat_50_utimes */
706 /* 139 */ NULL, /* obsolete 4.2 sigreturn */
707 /* 140 */ NULL, /* compat_50_adjtime */
708 /* 141 */ NULL, /* compat_43_ogetpeername */
709 /* 142 */ NULL, /* compat_43_ogethostid */
710 /* 143 */ NULL, /* compat_43_osethostid */
711 /* 144 */ NULL, /* compat_43_ogetrlimit */
712 /* 145 */ NULL, /* compat_43_osetrlimit */
713 /* 146 */ NULL, /* compat_43_okillpg */
714 /* 147 */ NULL, /* setsid */
715 /* 148 */ NULL, /* compat_50_quotactl */
716 /* 149 */ NULL, /* compat_43_oquota */
717 /* 150 */ NULL, /* compat_43_ogetsockname */
718 /* 151 */ NULL, /* unimplemented */
719 /* 152 */ NULL, /* unimplemented */
720 /* 153 */ NULL, /* unimplemented */
721 /* 154 */ NULL, /* unimplemented */
722 /* 155 */ NULL, /* nfssvc */
723 /* 156 */ NULL, /* compat_43_ogetdirentries */
724 /* 157 */ NULL, /* compat_20_statfs */
725 /* 158 */ NULL, /* compat_20_fstatfs */
726 /* 159 */ NULL, /* unimplemented */
727 /* 160 */ NULL, /* unimplemented */
728 /* 161 */ NULL, /* compat_30_getfh */
729 /* 162 */ NULL, /* compat_09_ogetdomainname */
730 /* 163 */ NULL, /* compat_09_osetdomainname */
731 /* 164 */ NULL, /* compat_09_ouname */
732 /* 165 */ NULL, /* sysarch */
733 /* 166 */ NULL, /* unimplemented */
734 /* 167 */ NULL, /* unimplemented */
735 /* 168 */ NULL, /* unimplemented */
736#if !defined(_LP64)
737 /* 169 */ NULL, /* compat_10_osemsys */
738#else
739 /* 169 */ NULL, /* excluded 1.0 semsys */
740#endif
741#if !defined(_LP64)
742 /* 170 */ NULL, /* compat_10_omsgsys */
743#else
744 /* 170 */ NULL, /* excluded 1.0 msgsys */
745#endif
746#if !defined(_LP64)
747 /* 171 */ NULL, /* compat_10_oshmsys */
748#else
749 /* 171 */ NULL, /* excluded 1.0 shmsys */
750#endif
751 /* 172 */ NULL, /* unimplemented */
752 /* 173 */ NULL, /* pread */
753 /* 174 */ NULL, /* pwrite */
754 /* 175 */ NULL, /* compat_30_ntp_gettime */
755#if defined(NTP) || !defined(_KERNEL_OPT)
756 /* 176 */ NULL, /* ntp_adjtime */
757#else
758 /* 176 */ NULL, /* excluded ntp_adjtime */
759#endif
760 /* 177 */ NULL, /* unimplemented */
761 /* 178 */ NULL, /* unimplemented */
762 /* 179 */ NULL, /* unimplemented */
763 /* 180 */ NULL, /* unimplemented */
764 /* 181 */ NULL, /* setgid */
765 /* 182 */ NULL, /* setegid */
766 /* 183 */ NULL, /* seteuid */
767 /* 184 */ NULL, /* lfs_bmapv */
768 /* 185 */ NULL, /* lfs_markv */
769 /* 186 */ NULL, /* lfs_segclean */
770 /* 187 */ NULL, /* compat_50_lfs_segwait */
771 /* 188 */ NULL, /* compat_12_stat12 */
772 /* 189 */ NULL, /* compat_12_fstat12 */
773 /* 190 */ NULL, /* compat_12_lstat12 */
774 /* 191 */ NULL, /* pathconf */
775 /* 192 */ NULL, /* fpathconf */
776 /* 193 */ NULL, /* unimplemented */
777 /* 194 */ NULL, /* getrlimit */
778 /* 195 */ NULL, /* setrlimit */
779 /* 196 */ NULL, /* compat_12_getdirentries */
780 /* 197 */ NULL, /* mmap */
781 /* 198 */ NULL, /* __syscall */
782 /* 199 */ NULL, /* lseek */
783 /* 200 */ NULL, /* truncate */
784 /* 201 */ NULL, /* ftruncate */
785 /* 202 */ NULL, /* __sysctl */
786 /* 203 */ NULL, /* mlock */
787 /* 204 */ NULL, /* munlock */
788 /* 205 */ NULL, /* undelete */
789 /* 206 */ NULL, /* compat_50_futimes */
790 /* 207 */ NULL, /* getpgid */
791 /* 208 */ NULL, /* reboot */
792 /* 209 */ NULL, /* poll */
793 /* 210 */ NULL, /* afssys */
794 /* 211 */ NULL, /* unimplemented */
795 /* 212 */ NULL, /* unimplemented */
796 /* 213 */ NULL, /* unimplemented */
797 /* 214 */ NULL, /* unimplemented */
798 /* 215 */ NULL, /* unimplemented */
799 /* 216 */ NULL, /* unimplemented */
800 /* 217 */ NULL, /* unimplemented */
801 /* 218 */ NULL, /* unimplemented */
802 /* 219 */ NULL, /* unimplemented */
803 /* 220 */ NULL, /* compat_14___semctl */
804 /* 221 */ NULL, /* semget */
805 /* 222 */ NULL, /* semop */
806 /* 223 */ NULL, /* semconfig */
807 /* 224 */ NULL, /* compat_14_msgctl */
808 /* 225 */ NULL, /* msgget */
809 /* 226 */ NULL, /* msgsnd */
810 /* 227 */ NULL, /* msgrcv */
811 /* 228 */ NULL, /* shmat */
812 /* 229 */ NULL, /* compat_14_shmctl */
813 /* 230 */ NULL, /* shmdt */
814 /* 231 */ NULL, /* shmget */
815 /* 232 */ NULL, /* compat_50_clock_gettime */
816 /* 233 */ NULL, /* compat_50_clock_settime */
817 /* 234 */ NULL, /* compat_50_clock_getres */
818 /* 235 */ NULL, /* timer_create */
819 /* 236 */ NULL, /* timer_delete */
820 /* 237 */ NULL, /* compat_50_timer_settime */
821 /* 238 */ NULL, /* compat_50_timer_gettime */
822 /* 239 */ NULL, /* timer_getoverrun */
823 /* 240 */ NULL, /* compat_50_nanosleep */
824 /* 241 */ NULL, /* fdatasync */
825 /* 242 */ NULL, /* mlockall */
826 /* 243 */ NULL, /* munlockall */
827 /* 244 */ NULL, /* compat_50___sigtimedwait */
828 /* 245 */ NULL, /* sigqueueinfo */
829 /* 246 */ NULL, /* modctl */
830 /* 247 */ NULL, /* _ksem_init */
831 /* 248 */ NULL, /* _ksem_open */
832 /* 249 */ NULL, /* _ksem_unlink */
833 /* 250 */ NULL, /* _ksem_close */
834 /* 251 */ NULL, /* _ksem_post */
835 /* 252 */ NULL, /* _ksem_wait */
836 /* 253 */ NULL, /* _ksem_trywait */
837 /* 254 */ NULL, /* _ksem_getvalue */
838 /* 255 */ NULL, /* _ksem_destroy */
839 /* 256 */ NULL, /* _ksem_timedwait */
840 /* 257 */ NULL, /* mq_open */
841 /* 258 */ NULL, /* mq_close */
842 /* 259 */ NULL, /* mq_unlink */
843 /* 260 */ NULL, /* mq_getattr */
844 /* 261 */ NULL, /* mq_setattr */
845 /* 262 */ NULL, /* mq_notify */
846 /* 263 */ NULL, /* mq_send */
847 /* 264 */ NULL, /* mq_receive */
848 /* 265 */ NULL, /* compat_50_mq_timedsend */
849 /* 266 */ NULL, /* compat_50_mq_timedreceive */
850 /* 267 */ NULL, /* unimplemented */
851 /* 268 */ NULL, /* unimplemented */
852 /* 269 */ NULL, /* unimplemented */
853 /* 270 */ NULL, /* __posix_rename */
854 /* 271 */ NULL, /* swapctl */
855 /* 272 */ NULL, /* compat_30_getdents */
856 /* 273 */ NULL, /* minherit */
857 /* 274 */ NULL, /* lchmod */
858 /* 275 */ NULL, /* lchown */
859 /* 276 */ NULL, /* compat_50_lutimes */
860 /* 277 */ "msync",
861 /* 278 */ NULL, /* compat_30___stat13 */
862 /* 279 */ NULL, /* compat_30___fstat13 */
863 /* 280 */ NULL, /* compat_30___lstat13 */
864 /* 281 */ "sigaltstack",
865 /* 282 */ "vfork",
866 /* 283 */ NULL, /* __posix_chown */
867 /* 284 */ NULL, /* __posix_fchown */
868 /* 285 */ NULL, /* __posix_lchown */
869 /* 286 */ NULL, /* getsid */
870 /* 287 */ NULL, /* __clone */
871 /* 288 */ NULL, /* fktrace */
872 /* 289 */ NULL, /* preadv */
873 /* 290 */ NULL, /* pwritev */
874 /* 291 */ NULL, /* compat_16___sigaction14 */
875 /* 292 */ "sigpending",
876 /* 293 */ "sigprocmask",
877 /* 294 */ "sigsuspend",
878 /* 295 */ NULL, /* compat_16___sigreturn14 */
879 /* 296 */ NULL, /* __getcwd */
880 /* 297 */ NULL, /* fchroot */
881 /* 298 */ NULL, /* compat_30_fhopen */
882 /* 299 */ NULL, /* compat_30_fhstat */
883 /* 300 */ NULL, /* compat_20_fhstatfs */
884 /* 301 */ NULL, /* compat_50_____semctl13 */
885 /* 302 */ NULL, /* compat_50___msgctl13 */
886 /* 303 */ NULL, /* compat_50___shmctl13 */
887 /* 304 */ NULL, /* lchflags */
888 /* 305 */ NULL, /* issetugid */
889 /* 306 */ NULL, /* utrace */
890 /* 307 */ NULL, /* getcontext */
891 /* 308 */ NULL, /* setcontext */
892 /* 309 */ NULL, /* _lwp_create */
893 /* 310 */ NULL, /* _lwp_exit */
894 /* 311 */ NULL, /* _lwp_self */
895 /* 312 */ NULL, /* _lwp_wait */
896 /* 313 */ NULL, /* _lwp_suspend */
897 /* 314 */ NULL, /* _lwp_continue */
898 /* 315 */ NULL, /* _lwp_wakeup */
899 /* 316 */ NULL, /* _lwp_getprivate */
900 /* 317 */ NULL, /* _lwp_setprivate */
901 /* 318 */ NULL, /* _lwp_kill */
902 /* 319 */ NULL, /* _lwp_detach */
903 /* 320 */ NULL, /* compat_50__lwp_park */
904 /* 321 */ NULL, /* _lwp_unpark */
905 /* 322 */ NULL, /* _lwp_unpark_all */
906 /* 323 */ NULL, /* _lwp_setname */
907 /* 324 */ NULL, /* _lwp_getname */
908 /* 325 */ NULL, /* _lwp_ctl */
909 /* 326 */ NULL, /* unimplemented */
910 /* 327 */ NULL, /* unimplemented */
911 /* 328 */ NULL, /* unimplemented */
912 /* 329 */ NULL, /* unimplemented */
913 /* 330 */ NULL, /* compat_60_sa_register */
914 /* 331 */ NULL, /* compat_60_sa_stacks */
915 /* 332 */ NULL, /* compat_60_sa_enable */
916 /* 333 */ NULL, /* compat_60_sa_setconcurrency */
917 /* 334 */ NULL, /* compat_60_sa_yield */
918 /* 335 */ NULL, /* compat_60_sa_preempt */
919 /* 336 */ NULL, /* obsolete sys_sa_unblockyield */
920 /* 337 */ NULL, /* unimplemented */
921 /* 338 */ NULL, /* unimplemented */
922 /* 339 */ NULL, /* unimplemented */
923 /* 340 */ NULL, /* __sigaction_sigtramp */
924 /* 341 */ NULL, /* pmc_get_info */
925 /* 342 */ NULL, /* pmc_control */
926 /* 343 */ NULL, /* rasctl */
927 /* 344 */ NULL, /* kqueue */
928 /* 345 */ NULL, /* compat_50_kevent */
929 /* 346 */ NULL, /* _sched_setparam */
930 /* 347 */ NULL, /* _sched_getparam */
931 /* 348 */ NULL, /* _sched_setaffinity */
932 /* 349 */ NULL, /* _sched_getaffinity */
933 /* 350 */ NULL, /* sched_yield */
934 /* 351 */ NULL, /* _sched_protect */
935 /* 352 */ NULL, /* unimplemented */
936 /* 353 */ NULL, /* unimplemented */
937 /* 354 */ NULL, /* fsync_range */
938 /* 355 */ NULL, /* uuidgen */
939 /* 356 */ NULL, /* getvfsstat */
940 /* 357 */ NULL, /* statvfs1 */
941 /* 358 */ NULL, /* fstatvfs1 */
942 /* 359 */ NULL, /* compat_30_fhstatvfs1 */
943 /* 360 */ NULL, /* extattrctl */
944 /* 361 */ NULL, /* extattr_set_file */
945 /* 362 */ NULL, /* extattr_get_file */
946 /* 363 */ NULL, /* extattr_delete_file */
947 /* 364 */ NULL, /* extattr_set_fd */
948 /* 365 */ NULL, /* extattr_get_fd */
949 /* 366 */ NULL, /* extattr_delete_fd */
950 /* 367 */ NULL, /* extattr_set_link */
951 /* 368 */ NULL, /* extattr_get_link */
952 /* 369 */ NULL, /* extattr_delete_link */
953 /* 370 */ NULL, /* extattr_list_fd */
954 /* 371 */ NULL, /* extattr_list_file */
955 /* 372 */ NULL, /* extattr_list_link */
956 /* 373 */ NULL, /* compat_50_pselect */
957 /* 374 */ NULL, /* compat_50_pollts */
958 /* 375 */ NULL, /* setxattr */
959 /* 376 */ NULL, /* lsetxattr */
960 /* 377 */ NULL, /* fsetxattr */
961 /* 378 */ NULL, /* getxattr */
962 /* 379 */ NULL, /* lgetxattr */
963 /* 380 */ NULL, /* fgetxattr */
964 /* 381 */ NULL, /* listxattr */
965 /* 382 */ NULL, /* llistxattr */
966 /* 383 */ NULL, /* flistxattr */
967 /* 384 */ NULL, /* removexattr */
968 /* 385 */ NULL, /* lremovexattr */
969 /* 386 */ NULL, /* fremovexattr */
970 /* 387 */ NULL, /* compat_50___stat30 */
971 /* 388 */ NULL, /* compat_50___fstat30 */
972 /* 389 */ NULL, /* compat_50___lstat30 */
973 /* 390 */ "getdents",
974 /* 391 */ NULL, /* ignored old posix_fadvise */
975 /* 392 */ NULL, /* compat_30___fhstat30 */
976 /* 393 */ NULL, /* compat_50___ntp_gettime30 */
977 /* 394 */ "socket",
978 /* 395 */ "getfh",
979 /* 396 */ "fhopen",
980 /* 397 */ "fhstatvfs1",
981 /* 398 */ NULL, /* compat_50___fhstat40 */
982 /* 399 */ NULL, /* aio_cancel */
983 /* 400 */ NULL, /* aio_error */
984 /* 401 */ NULL, /* aio_fsync */
985 /* 402 */ NULL, /* aio_read */
986 /* 403 */ NULL, /* aio_return */
987 /* 404 */ NULL, /* compat_50_aio_suspend */
988 /* 405 */ NULL, /* aio_write */
989 /* 406 */ NULL, /* lio_listio */
990 /* 407 */ NULL, /* unimplemented */
991 /* 408 */ NULL, /* unimplemented */
992 /* 409 */ NULL, /* unimplemented */
993 /* 410 */ "mount",
994 /* 411 */ NULL, /* mremap */
995 /* 412 */ NULL, /* pset_create */
996 /* 413 */ NULL, /* pset_destroy */
997 /* 414 */ NULL, /* pset_assign */
998 /* 415 */ NULL, /* _pset_bind */
999 /* 416 */ "posix_fadvise",
1000 /* 417 */ "select",
1001 /* 418 */ "gettimeofday",
1002 /* 419 */ "settimeofday",
1003 /* 420 */ "utimes",
1004 /* 421 */ "adjtime",
1005 /* 422 */ "lfs_segwait",
1006 /* 423 */ "futimes",
1007 /* 424 */ "lutimes",
1008 /* 425 */ "setitimer",
1009 /* 426 */ "getitimer",
1010 /* 427 */ "clock_gettime",
1011 /* 428 */ "clock_settime",
1012 /* 429 */ "clock_getres",
1013 /* 430 */ "nanosleep",
1014 /* 431 */ "__sigtimedwait",
1015 /* 432 */ "mq_timedsend",
1016 /* 433 */ "mq_timedreceive",
1017 /* 434 */ NULL, /* compat_60__lwp_park */
1018 /* 435 */ "kevent",
1019 /* 436 */ "pselect",
1020 /* 437 */ "pollts",
1021 /* 438 */ "aio_suspend",
1022 /* 439 */ "stat",
1023 /* 440 */ "fstat",
1024 /* 441 */ "lstat",
1025 /* 442 */ "__semctl",
1026 /* 443 */ "shmctl",
1027 /* 444 */ "msgctl",
1028 /* 445 */ "getrusage",
1029 /* 446 */ "timer_settime",
1030 /* 447 */ "timer_gettime",
1031#if defined(NTP) || !defined(_KERNEL_OPT)
1032 /* 448 */ "ntp_gettime",
1033#else
1034 /* 448 */ NULL, /* excluded ___ntp_gettime50 */
1035#endif
1036 /* 449 */ "wait4",
1037 /* 450 */ "mknod",
1038 /* 451 */ "fhstat",
1039 /* 452 */ NULL, /* obsolete 5.99 quotactl */
1040 /* 453 */ NULL, /* pipe2 */
1041 /* 454 */ NULL, /* dup3 */
1042 /* 455 */ NULL, /* kqueue1 */
1043 /* 456 */ NULL, /* paccept */
1044 /* 457 */ NULL, /* linkat */
1045 /* 458 */ NULL, /* renameat */
1046 /* 459 */ NULL, /* mkfifoat */
1047 /* 460 */ NULL, /* mknodat */
1048 /* 461 */ NULL, /* mkdirat */
1049 /* 462 */ NULL, /* faccessat */
1050 /* 463 */ NULL, /* fchmodat */
1051 /* 464 */ NULL, /* fchownat */
1052 /* 465 */ NULL, /* fexecve */
1053 /* 466 */ NULL, /* fstatat */
1054 /* 467 */ NULL, /* utimensat */
1055 /* 468 */ NULL, /* openat */
1056 /* 469 */ NULL, /* readlinkat */
1057 /* 470 */ NULL, /* symlinkat */
1058 /* 471 */ NULL, /* unlinkat */
1059 /* 472 */ NULL, /* futimens */
1060 /* 473 */ NULL, /* __quotactl */
1061 /* 474 */ NULL, /* posix_spawn */
1062 /* 475 */ NULL, /* recvmmsg */
1063 /* 476 */ NULL, /* sendmmsg */
1064 /* 477 */ NULL, /* clock_nanosleep */
1065 /* 478 */ "_lwp_park",
1066 /* 479 */ NULL, /* posix_fallocate */
1067 /* 480 */ NULL, /* fdiscard */
1068 /* 481 */ NULL, /* wait6 */
1069 /* 482 */ NULL, /* clock_getcpuclockid2 */
1070 /* 483 */ NULL, /* filler */
1071 /* 484 */ NULL, /* filler */
1072 /* 485 */ NULL, /* filler */
1073 /* 486 */ NULL, /* filler */
1074 /* 487 */ NULL, /* filler */
1075 /* 488 */ NULL, /* filler */
1076 /* 489 */ NULL, /* filler */
1077 /* 490 */ NULL, /* filler */
1078 /* 491 */ NULL, /* filler */
1079 /* 492 */ NULL, /* filler */
1080 /* 493 */ NULL, /* filler */
1081 /* 494 */ NULL, /* filler */
1082 /* 495 */ NULL, /* filler */
1083 /* 496 */ NULL, /* filler */
1084 /* 497 */ NULL, /* filler */
1085 /* 498 */ NULL, /* filler */
1086 /* 499 */ NULL, /* filler */
1087 /* 500 */ NULL, /* filler */
1088 /* 501 */ NULL, /* filler */
1089 /* 502 */ NULL, /* filler */
1090 /* 503 */ NULL, /* filler */
1091 /* 504 */ NULL, /* filler */
1092 /* 505 */ NULL, /* filler */
1093 /* 506 */ NULL, /* filler */
1094 /* 507 */ NULL, /* filler */
1095 /* 508 */ NULL, /* filler */
1096 /* 509 */ NULL, /* filler */
1097 /* 510 */ NULL, /* filler */
1098 /* 511 */ NULL, /* filler */
1099};
1100