xref: /netbsd-src/sys/kern/syscalls.c (revision aad9773e38ed2370a628a6416e098f9008fc10a7)
1 /* $NetBSD: syscalls.c,v 1.278 2014/07/25 08:27:35 dholland 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.270 2014/07/25 08:25:47 dholland Exp
8  */
9 
10 #include <sys/cdefs.h>
11 __KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.278 2014/07/25 08:27:35 dholland 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/syscallargs.h>
24 #endif /* _KERNEL_OPT */
25 
26 const char *const syscallnames[] = {
27 	/*   0 */	"syscall",
28 	/*   1 */	"exit",
29 	/*   2 */	"fork",
30 	/*   3 */	"read",
31 	/*   4 */	"write",
32 	/*   5 */	"open",
33 	/*   6 */	"close",
34 	/*   7 */	"compat_50_wait4",
35 	/*   8 */	"compat_43_ocreat",
36 	/*   9 */	"link",
37 	/*  10 */	"unlink",
38 	/*  11 */	"#11 (obsolete execv)",
39 	/*  12 */	"chdir",
40 	/*  13 */	"fchdir",
41 	/*  14 */	"compat_50_mknod",
42 	/*  15 */	"chmod",
43 	/*  16 */	"chown",
44 	/*  17 */	"break",
45 	/*  18 */	"compat_20_getfsstat",
46 	/*  19 */	"compat_43_olseek",
47 	/*  20 */	"getpid",
48 	/*  21 */	"compat_40_mount",
49 	/*  22 */	"unmount",
50 	/*  23 */	"setuid",
51 	/*  24 */	"getuid",
52 	/*  25 */	"geteuid",
53 	/*  26 */	"ptrace",
54 	/*  27 */	"recvmsg",
55 	/*  28 */	"sendmsg",
56 	/*  29 */	"recvfrom",
57 	/*  30 */	"accept",
58 	/*  31 */	"getpeername",
59 	/*  32 */	"getsockname",
60 	/*  33 */	"access",
61 	/*  34 */	"chflags",
62 	/*  35 */	"fchflags",
63 	/*  36 */	"sync",
64 	/*  37 */	"kill",
65 	/*  38 */	"compat_43_stat43",
66 	/*  39 */	"getppid",
67 	/*  40 */	"compat_43_lstat43",
68 	/*  41 */	"dup",
69 	/*  42 */	"pipe",
70 	/*  43 */	"getegid",
71 	/*  44 */	"profil",
72 	/*  45 */	"ktrace",
73 	/*  46 */	"compat_13_sigaction13",
74 	/*  47 */	"getgid",
75 	/*  48 */	"compat_13_sigprocmask13",
76 	/*  49 */	"__getlogin",
77 	/*  50 */	"__setlogin",
78 	/*  51 */	"acct",
79 	/*  52 */	"compat_13_sigpending13",
80 	/*  53 */	"compat_13_sigaltstack13",
81 	/*  54 */	"ioctl",
82 	/*  55 */	"compat_12_oreboot",
83 	/*  56 */	"revoke",
84 	/*  57 */	"symlink",
85 	/*  58 */	"readlink",
86 	/*  59 */	"execve",
87 	/*  60 */	"umask",
88 	/*  61 */	"chroot",
89 	/*  62 */	"compat_43_fstat43",
90 	/*  63 */	"compat_43_ogetkerninfo",
91 	/*  64 */	"compat_43_ogetpagesize",
92 	/*  65 */	"compat_12_msync",
93 	/*  66 */	"vfork",
94 	/*  67 */	"#67 (obsolete vread)",
95 	/*  68 */	"#68 (obsolete vwrite)",
96 	/*  69 */	"sbrk",
97 	/*  70 */	"sstk",
98 	/*  71 */	"compat_43_ommap",
99 	/*  72 */	"vadvise",
100 	/*  73 */	"munmap",
101 	/*  74 */	"mprotect",
102 	/*  75 */	"madvise",
103 	/*  76 */	"#76 (obsolete vhangup)",
104 	/*  77 */	"#77 (obsolete vlimit)",
105 	/*  78 */	"mincore",
106 	/*  79 */	"getgroups",
107 	/*  80 */	"setgroups",
108 	/*  81 */	"getpgrp",
109 	/*  82 */	"setpgid",
110 	/*  83 */	"compat_50_setitimer",
111 	/*  84 */	"compat_43_owait",
112 	/*  85 */	"compat_12_oswapon",
113 	/*  86 */	"compat_50_getitimer",
114 	/*  87 */	"compat_43_ogethostname",
115 	/*  88 */	"compat_43_osethostname",
116 	/*  89 */	"compat_43_ogetdtablesize",
117 	/*  90 */	"dup2",
118 	/*  91 */	"#91 (unimplemented getdopt)",
119 	/*  92 */	"fcntl",
120 	/*  93 */	"compat_50_select",
121 	/*  94 */	"#94 (unimplemented setdopt)",
122 	/*  95 */	"fsync",
123 	/*  96 */	"setpriority",
124 	/*  97 */	"compat_30_socket",
125 	/*  98 */	"connect",
126 	/*  99 */	"compat_43_oaccept",
127 	/* 100 */	"getpriority",
128 	/* 101 */	"compat_43_osend",
129 	/* 102 */	"compat_43_orecv",
130 	/* 103 */	"compat_13_sigreturn13",
131 	/* 104 */	"bind",
132 	/* 105 */	"setsockopt",
133 	/* 106 */	"listen",
134 	/* 107 */	"#107 (obsolete vtimes)",
135 	/* 108 */	"compat_43_osigvec",
136 	/* 109 */	"compat_43_osigblock",
137 	/* 110 */	"compat_43_osigsetmask",
138 	/* 111 */	"compat_13_sigsuspend13",
139 	/* 112 */	"compat_43_osigstack",
140 	/* 113 */	"compat_43_orecvmsg",
141 	/* 114 */	"compat_43_osendmsg",
142 	/* 115 */	"#115 (obsolete vtrace)",
143 	/* 116 */	"compat_50_gettimeofday",
144 	/* 117 */	"compat_50_getrusage",
145 	/* 118 */	"getsockopt",
146 	/* 119 */	"#119 (obsolete resuba)",
147 	/* 120 */	"readv",
148 	/* 121 */	"writev",
149 	/* 122 */	"compat_50_settimeofday",
150 	/* 123 */	"fchown",
151 	/* 124 */	"fchmod",
152 	/* 125 */	"compat_43_orecvfrom",
153 	/* 126 */	"setreuid",
154 	/* 127 */	"setregid",
155 	/* 128 */	"rename",
156 	/* 129 */	"compat_43_otruncate",
157 	/* 130 */	"compat_43_oftruncate",
158 	/* 131 */	"flock",
159 	/* 132 */	"mkfifo",
160 	/* 133 */	"sendto",
161 	/* 134 */	"shutdown",
162 	/* 135 */	"socketpair",
163 	/* 136 */	"mkdir",
164 	/* 137 */	"rmdir",
165 	/* 138 */	"compat_50_utimes",
166 	/* 139 */	"#139 (obsolete 4.2 sigreturn)",
167 	/* 140 */	"compat_50_adjtime",
168 	/* 141 */	"compat_43_ogetpeername",
169 	/* 142 */	"compat_43_ogethostid",
170 	/* 143 */	"compat_43_osethostid",
171 	/* 144 */	"compat_43_ogetrlimit",
172 	/* 145 */	"compat_43_osetrlimit",
173 	/* 146 */	"compat_43_okillpg",
174 	/* 147 */	"setsid",
175 	/* 148 */	"compat_50_quotactl",
176 	/* 149 */	"compat_43_oquota",
177 	/* 150 */	"compat_43_ogetsockname",
178 	/* 151 */	"#151 (unimplemented)",
179 	/* 152 */	"#152 (unimplemented)",
180 	/* 153 */	"#153 (unimplemented)",
181 	/* 154 */	"#154 (unimplemented)",
182 	/* 155 */	"nfssvc",
183 	/* 156 */	"compat_43_ogetdirentries",
184 	/* 157 */	"compat_20_statfs",
185 	/* 158 */	"compat_20_fstatfs",
186 	/* 159 */	"#159 (unimplemented)",
187 	/* 160 */	"#160 (unimplemented)",
188 	/* 161 */	"compat_30_getfh",
189 	/* 162 */	"compat_09_ogetdomainname",
190 	/* 163 */	"compat_09_osetdomainname",
191 	/* 164 */	"compat_09_ouname",
192 	/* 165 */	"sysarch",
193 	/* 166 */	"#166 (unimplemented)",
194 	/* 167 */	"#167 (unimplemented)",
195 	/* 168 */	"#168 (unimplemented)",
196 #if (defined(SYSVSEM) || !defined(_KERNEL_OPT)) && !defined(_LP64)
197 	/* 169 */	"compat_10_osemsys",
198 #else
199 	/* 169 */	"#169 (excluded 1.0 semsys)",
200 #endif
201 #if (defined(SYSVMSG) || !defined(_KERNEL_OPT)) && !defined(_LP64)
202 	/* 170 */	"compat_10_omsgsys",
203 #else
204 	/* 170 */	"#170 (excluded 1.0 msgsys)",
205 #endif
206 #if (defined(SYSVSHM) || !defined(_KERNEL_OPT)) && !defined(_LP64)
207 	/* 171 */	"compat_10_oshmsys",
208 #else
209 	/* 171 */	"#171 (excluded 1.0 shmsys)",
210 #endif
211 	/* 172 */	"#172 (unimplemented)",
212 	/* 173 */	"pread",
213 	/* 174 */	"pwrite",
214 	/* 175 */	"compat_30_ntp_gettime",
215 #if defined(NTP) || !defined(_KERNEL_OPT)
216 	/* 176 */	"ntp_adjtime",
217 #else
218 	/* 176 */	"#176 (excluded ntp_adjtime)",
219 #endif
220 	/* 177 */	"#177 (unimplemented)",
221 	/* 178 */	"#178 (unimplemented)",
222 	/* 179 */	"#179 (unimplemented)",
223 	/* 180 */	"#180 (unimplemented)",
224 	/* 181 */	"setgid",
225 	/* 182 */	"setegid",
226 	/* 183 */	"seteuid",
227 	/* 184 */	"lfs_bmapv",
228 	/* 185 */	"lfs_markv",
229 	/* 186 */	"lfs_segclean",
230 	/* 187 */	"compat_50_lfs_segwait",
231 	/* 188 */	"compat_12_stat12",
232 	/* 189 */	"compat_12_fstat12",
233 	/* 190 */	"compat_12_lstat12",
234 	/* 191 */	"pathconf",
235 	/* 192 */	"fpathconf",
236 	/* 193 */	"#193 (unimplemented)",
237 	/* 194 */	"getrlimit",
238 	/* 195 */	"setrlimit",
239 	/* 196 */	"compat_12_getdirentries",
240 	/* 197 */	"mmap",
241 	/* 198 */	"__syscall",
242 	/* 199 */	"lseek",
243 	/* 200 */	"truncate",
244 	/* 201 */	"ftruncate",
245 	/* 202 */	"__sysctl",
246 	/* 203 */	"mlock",
247 	/* 204 */	"munlock",
248 	/* 205 */	"undelete",
249 	/* 206 */	"compat_50_futimes",
250 	/* 207 */	"getpgid",
251 	/* 208 */	"reboot",
252 	/* 209 */	"poll",
253 	/* 210 */	"afssys",
254 	/* 211 */	"#211 (unimplemented)",
255 	/* 212 */	"#212 (unimplemented)",
256 	/* 213 */	"#213 (unimplemented)",
257 	/* 214 */	"#214 (unimplemented)",
258 	/* 215 */	"#215 (unimplemented)",
259 	/* 216 */	"#216 (unimplemented)",
260 	/* 217 */	"#217 (unimplemented)",
261 	/* 218 */	"#218 (unimplemented)",
262 	/* 219 */	"#219 (unimplemented)",
263 #if defined(SYSVSEM) || !defined(_KERNEL_OPT)
264 	/* 220 */	"compat_14___semctl",
265 	/* 221 */	"semget",
266 	/* 222 */	"semop",
267 	/* 223 */	"semconfig",
268 #else
269 	/* 220 */	"#220 (excluded compat_14_semctl)",
270 	/* 221 */	"#221 (excluded semget)",
271 	/* 222 */	"#222 (excluded semop)",
272 	/* 223 */	"#223 (excluded semconfig)",
273 #endif
274 #if defined(SYSVMSG) || !defined(_KERNEL_OPT)
275 	/* 224 */	"compat_14_msgctl",
276 	/* 225 */	"msgget",
277 	/* 226 */	"msgsnd",
278 	/* 227 */	"msgrcv",
279 #else
280 	/* 224 */	"#224 (excluded compat_14_msgctl)",
281 	/* 225 */	"#225 (excluded msgget)",
282 	/* 226 */	"#226 (excluded msgsnd)",
283 	/* 227 */	"#227 (excluded msgrcv)",
284 #endif
285 #if defined(SYSVSHM) || !defined(_KERNEL_OPT)
286 	/* 228 */	"shmat",
287 	/* 229 */	"compat_14_shmctl",
288 	/* 230 */	"shmdt",
289 	/* 231 */	"shmget",
290 #else
291 	/* 228 */	"#228 (excluded shmat)",
292 	/* 229 */	"#229 (excluded compat_14_shmctl)",
293 	/* 230 */	"#230 (excluded shmdt)",
294 	/* 231 */	"#231 (excluded shmget)",
295 #endif
296 	/* 232 */	"compat_50_clock_gettime",
297 	/* 233 */	"compat_50_clock_settime",
298 	/* 234 */	"compat_50_clock_getres",
299 	/* 235 */	"timer_create",
300 	/* 236 */	"timer_delete",
301 	/* 237 */	"compat_50_timer_settime",
302 	/* 238 */	"compat_50_timer_gettime",
303 	/* 239 */	"timer_getoverrun",
304 	/* 240 */	"compat_50_nanosleep",
305 	/* 241 */	"fdatasync",
306 	/* 242 */	"mlockall",
307 	/* 243 */	"munlockall",
308 	/* 244 */	"compat_50___sigtimedwait",
309 	/* 245 */	"sigqueueinfo",
310 	/* 246 */	"modctl",
311 	/* 247 */	"_ksem_init",
312 	/* 248 */	"_ksem_open",
313 	/* 249 */	"_ksem_unlink",
314 	/* 250 */	"_ksem_close",
315 	/* 251 */	"_ksem_post",
316 	/* 252 */	"_ksem_wait",
317 	/* 253 */	"_ksem_trywait",
318 	/* 254 */	"_ksem_getvalue",
319 	/* 255 */	"_ksem_destroy",
320 	/* 256 */	"_ksem_timedwait",
321 	/* 257 */	"mq_open",
322 	/* 258 */	"mq_close",
323 	/* 259 */	"mq_unlink",
324 	/* 260 */	"mq_getattr",
325 	/* 261 */	"mq_setattr",
326 	/* 262 */	"mq_notify",
327 	/* 263 */	"mq_send",
328 	/* 264 */	"mq_receive",
329 	/* 265 */	"compat_50_mq_timedsend",
330 	/* 266 */	"compat_50_mq_timedreceive",
331 	/* 267 */	"#267 (unimplemented)",
332 	/* 268 */	"#268 (unimplemented)",
333 	/* 269 */	"#269 (unimplemented)",
334 	/* 270 */	"__posix_rename",
335 	/* 271 */	"swapctl",
336 	/* 272 */	"compat_30_getdents",
337 	/* 273 */	"minherit",
338 	/* 274 */	"lchmod",
339 	/* 275 */	"lchown",
340 	/* 276 */	"compat_50_lutimes",
341 	/* 277 */	"__msync13",
342 	/* 278 */	"compat_30___stat13",
343 	/* 279 */	"compat_30___fstat13",
344 	/* 280 */	"compat_30___lstat13",
345 	/* 281 */	"__sigaltstack14",
346 	/* 282 */	"__vfork14",
347 	/* 283 */	"__posix_chown",
348 	/* 284 */	"__posix_fchown",
349 	/* 285 */	"__posix_lchown",
350 	/* 286 */	"getsid",
351 	/* 287 */	"__clone",
352 	/* 288 */	"fktrace",
353 	/* 289 */	"preadv",
354 	/* 290 */	"pwritev",
355 	/* 291 */	"compat_16___sigaction14",
356 	/* 292 */	"__sigpending14",
357 	/* 293 */	"__sigprocmask14",
358 	/* 294 */	"__sigsuspend14",
359 	/* 295 */	"compat_16___sigreturn14",
360 	/* 296 */	"__getcwd",
361 	/* 297 */	"fchroot",
362 	/* 298 */	"compat_30_fhopen",
363 	/* 299 */	"compat_30_fhstat",
364 	/* 300 */	"compat_20_fhstatfs",
365 #if defined(SYSVSEM) || !defined(_KERNEL_OPT)
366 	/* 301 */	"compat_50_____semctl13",
367 #else
368 	/* 301 */	"#301 (excluded ____semctl13)",
369 #endif
370 #if defined(SYSVMSG) || !defined(_KERNEL_OPT)
371 	/* 302 */	"compat_50___msgctl13",
372 #else
373 	/* 302 */	"#302 (excluded __msgctl13)",
374 #endif
375 #if defined(SYSVSHM) || !defined(_KERNEL_OPT)
376 	/* 303 */	"compat_50___shmctl13",
377 #else
378 	/* 303 */	"#303 (excluded __shmctl13)",
379 #endif
380 	/* 304 */	"lchflags",
381 	/* 305 */	"issetugid",
382 	/* 306 */	"utrace",
383 	/* 307 */	"getcontext",
384 	/* 308 */	"setcontext",
385 	/* 309 */	"_lwp_create",
386 	/* 310 */	"_lwp_exit",
387 	/* 311 */	"_lwp_self",
388 	/* 312 */	"_lwp_wait",
389 	/* 313 */	"_lwp_suspend",
390 	/* 314 */	"_lwp_continue",
391 	/* 315 */	"_lwp_wakeup",
392 	/* 316 */	"_lwp_getprivate",
393 	/* 317 */	"_lwp_setprivate",
394 	/* 318 */	"_lwp_kill",
395 	/* 319 */	"_lwp_detach",
396 	/* 320 */	"compat_50__lwp_park",
397 	/* 321 */	"_lwp_unpark",
398 	/* 322 */	"_lwp_unpark_all",
399 	/* 323 */	"_lwp_setname",
400 	/* 324 */	"_lwp_getname",
401 	/* 325 */	"_lwp_ctl",
402 	/* 326 */	"#326 (unimplemented)",
403 	/* 327 */	"#327 (unimplemented)",
404 	/* 328 */	"#328 (unimplemented)",
405 	/* 329 */	"#329 (unimplemented)",
406 	/* 330 */	"compat_60_sa_register",
407 	/* 331 */	"compat_60_sa_stacks",
408 	/* 332 */	"compat_60_sa_enable",
409 	/* 333 */	"compat_60_sa_setconcurrency",
410 	/* 334 */	"compat_60_sa_yield",
411 	/* 335 */	"compat_60_sa_preempt",
412 	/* 336 */	"#336 (obsolete sys_sa_unblockyield)",
413 	/* 337 */	"#337 (unimplemented)",
414 	/* 338 */	"#338 (unimplemented)",
415 	/* 339 */	"#339 (unimplemented)",
416 	/* 340 */	"__sigaction_sigtramp",
417 	/* 341 */	"pmc_get_info",
418 	/* 342 */	"pmc_control",
419 	/* 343 */	"rasctl",
420 	/* 344 */	"kqueue",
421 	/* 345 */	"compat_50_kevent",
422 	/* 346 */	"_sched_setparam",
423 	/* 347 */	"_sched_getparam",
424 	/* 348 */	"_sched_setaffinity",
425 	/* 349 */	"_sched_getaffinity",
426 	/* 350 */	"sched_yield",
427 	/* 351 */	"#351 (unimplemented)",
428 	/* 352 */	"#352 (unimplemented)",
429 	/* 353 */	"#353 (unimplemented)",
430 	/* 354 */	"fsync_range",
431 	/* 355 */	"uuidgen",
432 	/* 356 */	"getvfsstat",
433 	/* 357 */	"statvfs1",
434 	/* 358 */	"fstatvfs1",
435 	/* 359 */	"compat_30_fhstatvfs1",
436 	/* 360 */	"extattrctl",
437 	/* 361 */	"extattr_set_file",
438 	/* 362 */	"extattr_get_file",
439 	/* 363 */	"extattr_delete_file",
440 	/* 364 */	"extattr_set_fd",
441 	/* 365 */	"extattr_get_fd",
442 	/* 366 */	"extattr_delete_fd",
443 	/* 367 */	"extattr_set_link",
444 	/* 368 */	"extattr_get_link",
445 	/* 369 */	"extattr_delete_link",
446 	/* 370 */	"extattr_list_fd",
447 	/* 371 */	"extattr_list_file",
448 	/* 372 */	"extattr_list_link",
449 	/* 373 */	"compat_50_pselect",
450 	/* 374 */	"compat_50_pollts",
451 	/* 375 */	"setxattr",
452 	/* 376 */	"lsetxattr",
453 	/* 377 */	"fsetxattr",
454 	/* 378 */	"getxattr",
455 	/* 379 */	"lgetxattr",
456 	/* 380 */	"fgetxattr",
457 	/* 381 */	"listxattr",
458 	/* 382 */	"llistxattr",
459 	/* 383 */	"flistxattr",
460 	/* 384 */	"removexattr",
461 	/* 385 */	"lremovexattr",
462 	/* 386 */	"fremovexattr",
463 	/* 387 */	"compat_50___stat30",
464 	/* 388 */	"compat_50___fstat30",
465 	/* 389 */	"compat_50___lstat30",
466 	/* 390 */	"__getdents30",
467 	/* 391 */	"#391 (ignored old posix_fadvise)",
468 	/* 392 */	"compat_30___fhstat30",
469 	/* 393 */	"compat_50___ntp_gettime30",
470 	/* 394 */	"__socket30",
471 	/* 395 */	"__getfh30",
472 	/* 396 */	"__fhopen40",
473 	/* 397 */	"__fhstatvfs140",
474 	/* 398 */	"compat_50___fhstat40",
475 	/* 399 */	"aio_cancel",
476 	/* 400 */	"aio_error",
477 	/* 401 */	"aio_fsync",
478 	/* 402 */	"aio_read",
479 	/* 403 */	"aio_return",
480 	/* 404 */	"compat_50_aio_suspend",
481 	/* 405 */	"aio_write",
482 	/* 406 */	"lio_listio",
483 	/* 407 */	"#407 (unimplemented)",
484 	/* 408 */	"#408 (unimplemented)",
485 	/* 409 */	"#409 (unimplemented)",
486 	/* 410 */	"__mount50",
487 	/* 411 */	"mremap",
488 	/* 412 */	"pset_create",
489 	/* 413 */	"pset_destroy",
490 	/* 414 */	"pset_assign",
491 	/* 415 */	"_pset_bind",
492 	/* 416 */	"__posix_fadvise50",
493 	/* 417 */	"__select50",
494 	/* 418 */	"__gettimeofday50",
495 	/* 419 */	"__settimeofday50",
496 	/* 420 */	"__utimes50",
497 	/* 421 */	"__adjtime50",
498 	/* 422 */	"__lfs_segwait50",
499 	/* 423 */	"__futimes50",
500 	/* 424 */	"__lutimes50",
501 	/* 425 */	"__setitimer50",
502 	/* 426 */	"__getitimer50",
503 	/* 427 */	"__clock_gettime50",
504 	/* 428 */	"__clock_settime50",
505 	/* 429 */	"__clock_getres50",
506 	/* 430 */	"__nanosleep50",
507 	/* 431 */	"____sigtimedwait50",
508 	/* 432 */	"__mq_timedsend50",
509 	/* 433 */	"__mq_timedreceive50",
510 	/* 434 */	"compat_60__lwp_park",
511 	/* 435 */	"__kevent50",
512 	/* 436 */	"__pselect50",
513 	/* 437 */	"__pollts50",
514 	/* 438 */	"__aio_suspend50",
515 	/* 439 */	"__stat50",
516 	/* 440 */	"__fstat50",
517 	/* 441 */	"__lstat50",
518 #if defined(SYSVSEM) || !defined(_KERNEL_OPT)
519 	/* 442 */	"____semctl50",
520 #else
521 	/* 442 */	"#442 (excluded ____semctl50)",
522 #endif
523 #if defined(SYSVSHM) || !defined(_KERNEL_OPT)
524 	/* 443 */	"__shmctl50",
525 #else
526 	/* 443 */	"#443 (excluded ____shmctl50)",
527 #endif
528 #if defined(SYSVMSG) || !defined(_KERNEL_OPT)
529 	/* 444 */	"__msgctl50",
530 #else
531 	/* 444 */	"#444 (excluded ____msgctl50)",
532 #endif
533 	/* 445 */	"__getrusage50",
534 	/* 446 */	"__timer_settime50",
535 	/* 447 */	"__timer_gettime50",
536 #if defined(NTP) || !defined(_KERNEL_OPT)
537 	/* 448 */	"__ntp_gettime50",
538 #else
539 	/* 448 */	"#448 (excluded ___ntp_gettime50)",
540 #endif
541 	/* 449 */	"__wait450",
542 	/* 450 */	"__mknod50",
543 	/* 451 */	"__fhstat50",
544 	/* 452 */	"#452 (obsolete 5.99 quotactl)",
545 	/* 453 */	"pipe2",
546 	/* 454 */	"dup3",
547 	/* 455 */	"kqueue1",
548 	/* 456 */	"paccept",
549 	/* 457 */	"linkat",
550 	/* 458 */	"renameat",
551 	/* 459 */	"mkfifoat",
552 	/* 460 */	"mknodat",
553 	/* 461 */	"mkdirat",
554 	/* 462 */	"faccessat",
555 	/* 463 */	"fchmodat",
556 	/* 464 */	"fchownat",
557 	/* 465 */	"fexecve",
558 	/* 466 */	"fstatat",
559 	/* 467 */	"utimensat",
560 	/* 468 */	"openat",
561 	/* 469 */	"readlinkat",
562 	/* 470 */	"symlinkat",
563 	/* 471 */	"unlinkat",
564 	/* 472 */	"futimens",
565 	/* 473 */	"__quotactl",
566 	/* 474 */	"posix_spawn",
567 	/* 475 */	"recvmmsg",
568 	/* 476 */	"sendmmsg",
569 	/* 477 */	"clock_nanosleep",
570 	/* 478 */	"___lwp_park60",
571 	/* 479 */	"posix_fallocate",
572 	/* 480 */	"fdiscard",
573 	/* 481 */	"# filler",
574 	/* 482 */	"# filler",
575 	/* 483 */	"# filler",
576 	/* 484 */	"# filler",
577 	/* 485 */	"# filler",
578 	/* 486 */	"# filler",
579 	/* 487 */	"# filler",
580 	/* 488 */	"# filler",
581 	/* 489 */	"# filler",
582 	/* 490 */	"# filler",
583 	/* 491 */	"# filler",
584 	/* 492 */	"# filler",
585 	/* 493 */	"# filler",
586 	/* 494 */	"# filler",
587 	/* 495 */	"# filler",
588 	/* 496 */	"# filler",
589 	/* 497 */	"# filler",
590 	/* 498 */	"# filler",
591 	/* 499 */	"# filler",
592 	/* 500 */	"# filler",
593 	/* 501 */	"# filler",
594 	/* 502 */	"# filler",
595 	/* 503 */	"# filler",
596 	/* 504 */	"# filler",
597 	/* 505 */	"# filler",
598 	/* 506 */	"# filler",
599 	/* 507 */	"# filler",
600 	/* 508 */	"# filler",
601 	/* 509 */	"# filler",
602 	/* 510 */	"# filler",
603 	/* 511 */	"# filler",
604 };
605