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