1 /* $NetBSD: init_sysent.c,v 1.244 2010/01/05 15:25:33 skrll Exp $ */ 2 3 /* 4 * System call switch table. 5 * 6 * DO NOT EDIT-- this file is automatically generated. 7 * created from NetBSD: syscalls.master,v 1.231 2009/11/26 17:20:20 pooka Exp 8 */ 9 10 #include <sys/cdefs.h> 11 __KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.244 2010/01/05 15:25:33 skrll Exp $"); 12 13 #include "opt_modular.h" 14 #include "opt_ntp.h" 15 #include "opt_sysv.h" 16 #include "fs_lfs.h" 17 #include <sys/param.h> 18 #include <sys/systm.h> 19 #include <sys/signal.h> 20 #include <sys/mount.h> 21 #include <sys/sched.h> 22 #include <sys/syscallargs.h> 23 24 #ifdef COMPAT_43 25 #define compat_43(func) __CONCAT(compat_43_,func) 26 #else 27 #define compat_43(func) sys_nosys 28 #endif 29 30 #ifdef COMPAT_09 31 #define compat_09(func) __CONCAT(compat_09_,func) 32 #else 33 #define compat_09(func) sys_nosys 34 #endif 35 36 #ifdef COMPAT_10 37 #define compat_10(func) __CONCAT(compat_10_,func) 38 #else 39 #define compat_10(func) sys_nosys 40 #endif 41 42 #ifdef COMPAT_11 43 #define compat_11(func) __CONCAT(compat_11_,func) 44 #else 45 #define compat_11(func) sys_nosys 46 #endif 47 48 #ifdef COMPAT_12 49 #define compat_12(func) __CONCAT(compat_12_,func) 50 #else 51 #define compat_12(func) sys_nosys 52 #endif 53 54 #ifdef COMPAT_13 55 #define compat_13(func) __CONCAT(compat_13_,func) 56 #else 57 #define compat_13(func) sys_nosys 58 #endif 59 60 #ifdef COMPAT_14 61 #define compat_14(func) __CONCAT(compat_14_,func) 62 #else 63 #define compat_14(func) sys_nosys 64 #endif 65 66 #ifdef COMPAT_15 67 #define compat_15(func) __CONCAT(compat_15_,func) 68 #else 69 #define compat_15(func) sys_nosys 70 #endif 71 72 #ifdef COMPAT_16 73 #define compat_16(func) __CONCAT(compat_16_,func) 74 #else 75 #define compat_16(func) sys_nosys 76 #endif 77 78 #ifdef COMPAT_20 79 #define compat_20(func) __CONCAT(compat_20_,func) 80 #else 81 #define compat_20(func) sys_nosys 82 #endif 83 84 #ifdef COMPAT_30 85 #define compat_30(func) __CONCAT(compat_30_,func) 86 #else 87 #define compat_30(func) sys_nosys 88 #endif 89 90 #ifdef COMPAT_40 91 #define compat_40(func) __CONCAT(compat_40_,func) 92 #else 93 #define compat_40(func) sys_nosys 94 #endif 95 96 #ifdef COMPAT_50 97 #define compat_50(func) __CONCAT(compat_50_,func) 98 #else 99 #define compat_50(func) sys_nosys 100 #endif 101 102 #define s(type) sizeof(type) 103 #define n(type) (sizeof(type)/sizeof (register_t)) 104 #define ns(type) n(type), s(type) 105 106 struct sysent sysent[] = { 107 { ns(struct sys_syscall_args), SYCALL_INDIRECT, 108 (sy_call_t *)sys_syscall }, /* 0 = syscall */ 109 { ns(struct sys_exit_args), 0, 110 (sy_call_t *)sys_exit }, /* 1 = exit */ 111 { 0, 0, 0, 112 (sy_call_t *)sys_fork }, /* 2 = fork */ 113 { ns(struct sys_read_args), 0, 114 (sy_call_t *)sys_read }, /* 3 = read */ 115 { ns(struct sys_write_args), 0, 116 (sy_call_t *)sys_write }, /* 4 = write */ 117 { ns(struct sys_open_args), 0, 118 (sy_call_t *)sys_open }, /* 5 = open */ 119 { ns(struct sys_close_args), 0, 120 (sy_call_t *)sys_close }, /* 6 = close */ 121 { ns(struct compat_50_sys_wait4_args), 0, 122 (sy_call_t *)sys_nomodule }, /* 7 = compat_50_wait4 */ 123 { ns(struct compat_43_sys_creat_args), 0, 124 (sy_call_t *)sys_nomodule }, /* 8 = compat_43_ocreat */ 125 { ns(struct sys_link_args), 0, 126 (sy_call_t *)sys_link }, /* 9 = link */ 127 { ns(struct sys_unlink_args), 0, 128 (sy_call_t *)sys_unlink }, /* 10 = unlink */ 129 { 0, 0, 0, 130 sys_nosys }, /* 11 = obsolete execv */ 131 { ns(struct sys_chdir_args), 0, 132 (sy_call_t *)sys_chdir }, /* 12 = chdir */ 133 { ns(struct sys_fchdir_args), 0, 134 (sy_call_t *)sys_fchdir }, /* 13 = fchdir */ 135 { ns(struct compat_50_sys_mknod_args), 0, 136 (sy_call_t *)sys_nomodule }, /* 14 = compat_50_mknod */ 137 { ns(struct sys_chmod_args), 0, 138 (sy_call_t *)sys_chmod }, /* 15 = chmod */ 139 { ns(struct sys_chown_args), 0, 140 (sy_call_t *)sys_chown }, /* 16 = chown */ 141 { ns(struct sys_obreak_args), 0, 142 (sy_call_t *)sys_obreak }, /* 17 = break */ 143 { ns(struct compat_20_sys_getfsstat_args), 0, 144 (sy_call_t *)sys_nomodule }, /* 18 = compat_20_getfsstat */ 145 { ns(struct compat_43_sys_lseek_args), 0, 146 (sy_call_t *)sys_nomodule }, /* 19 = compat_43_olseek */ 147 { 0, 0, 0, 148 (sy_call_t *)sys_getpid_with_ppid },/* 20 = getpid */ 149 { ns(struct compat_40_sys_mount_args), 0, 150 (sy_call_t *)sys_nomodule }, /* 21 = compat_40_mount */ 151 { ns(struct sys_unmount_args), 0, 152 (sy_call_t *)sys_unmount }, /* 22 = unmount */ 153 { ns(struct sys_setuid_args), 0, 154 (sy_call_t *)sys_setuid }, /* 23 = setuid */ 155 { 0, 0, 0, 156 (sy_call_t *)sys_getuid_with_euid },/* 24 = getuid */ 157 { 0, 0, 0, 158 (sy_call_t *)sys_geteuid }, /* 25 = geteuid */ 159 { ns(struct sys_ptrace_args), 0, 160 (sy_call_t *)sys_ptrace }, /* 26 = ptrace */ 161 { ns(struct sys_recvmsg_args), 0, 162 (sy_call_t *)sys_recvmsg }, /* 27 = recvmsg */ 163 { ns(struct sys_sendmsg_args), 0, 164 (sy_call_t *)sys_sendmsg }, /* 28 = sendmsg */ 165 { ns(struct sys_recvfrom_args), 0, 166 (sy_call_t *)sys_recvfrom }, /* 29 = recvfrom */ 167 { ns(struct sys_accept_args), 0, 168 (sy_call_t *)sys_accept }, /* 30 = accept */ 169 { ns(struct sys_getpeername_args), 0, 170 (sy_call_t *)sys_getpeername }, /* 31 = getpeername */ 171 { ns(struct sys_getsockname_args), 0, 172 (sy_call_t *)sys_getsockname }, /* 32 = getsockname */ 173 { ns(struct sys_access_args), 0, 174 (sy_call_t *)sys_access }, /* 33 = access */ 175 { ns(struct sys_chflags_args), 0, 176 (sy_call_t *)sys_chflags }, /* 34 = chflags */ 177 { ns(struct sys_fchflags_args), 0, 178 (sy_call_t *)sys_fchflags }, /* 35 = fchflags */ 179 { 0, 0, 0, 180 (sy_call_t *)sys_sync }, /* 36 = sync */ 181 { ns(struct sys_kill_args), 0, 182 (sy_call_t *)sys_kill }, /* 37 = kill */ 183 { ns(struct compat_43_sys_stat_args), 0, 184 (sy_call_t *)sys_nomodule }, /* 38 = compat_43_stat43 */ 185 { 0, 0, 0, 186 (sy_call_t *)sys_getppid }, /* 39 = getppid */ 187 { ns(struct compat_43_sys_lstat_args), 0, 188 (sy_call_t *)sys_nomodule }, /* 40 = compat_43_lstat43 */ 189 { ns(struct sys_dup_args), 0, 190 (sy_call_t *)sys_dup }, /* 41 = dup */ 191 { 0, 0, 0, 192 (sy_call_t *)sys_pipe }, /* 42 = pipe */ 193 { 0, 0, 0, 194 (sy_call_t *)sys_getegid }, /* 43 = getegid */ 195 { ns(struct sys_profil_args), 0, 196 (sy_call_t *)sys_profil }, /* 44 = profil */ 197 { ns(struct sys_ktrace_args), 0, 198 (sy_call_t *)sys_ktrace }, /* 45 = ktrace */ 199 { ns(struct compat_13_sys_sigaction_args), 0, 200 (sy_call_t *)sys_nomodule }, /* 46 = compat_13_sigaction13 */ 201 { 0, 0, 0, 202 (sy_call_t *)sys_getgid_with_egid },/* 47 = getgid */ 203 { ns(struct compat_13_sys_sigprocmask_args), 0, 204 (sy_call_t *)sys_nomodule }, /* 48 = compat_13_sigprocmask13 */ 205 { ns(struct sys___getlogin_args), 0, 206 (sy_call_t *)sys___getlogin }, /* 49 = __getlogin */ 207 { ns(struct sys___setlogin_args), 0, 208 (sy_call_t *)sys___setlogin }, /* 50 = __setlogin */ 209 { ns(struct sys_acct_args), 0, 210 (sy_call_t *)sys_acct }, /* 51 = acct */ 211 { 0, 0, 0, 212 (sy_call_t *)sys_nomodule }, /* 52 = compat_13_sigpending13 */ 213 { ns(struct compat_13_sys_sigaltstack_args), 0, 214 (sy_call_t *)sys_nomodule }, /* 53 = compat_13_sigaltstack13 */ 215 { ns(struct sys_ioctl_args), 0, 216 (sy_call_t *)sys_ioctl }, /* 54 = ioctl */ 217 { ns(struct compat_12_sys_reboot_args), 0, 218 (sy_call_t *)sys_nomodule }, /* 55 = compat_12_oreboot */ 219 { ns(struct sys_revoke_args), 0, 220 (sy_call_t *)sys_revoke }, /* 56 = revoke */ 221 { ns(struct sys_symlink_args), 0, 222 (sy_call_t *)sys_symlink }, /* 57 = symlink */ 223 { ns(struct sys_readlink_args), 0, 224 (sy_call_t *)sys_readlink }, /* 58 = readlink */ 225 { ns(struct sys_execve_args), 0, 226 (sy_call_t *)sys_execve }, /* 59 = execve */ 227 { ns(struct sys_umask_args), 0, 228 (sy_call_t *)sys_umask }, /* 60 = umask */ 229 { ns(struct sys_chroot_args), 0, 230 (sy_call_t *)sys_chroot }, /* 61 = chroot */ 231 { ns(struct compat_43_sys_fstat_args), 0, 232 (sy_call_t *)sys_nomodule }, /* 62 = compat_43_fstat43 */ 233 { ns(struct compat_43_sys_getkerninfo_args), 0, 234 (sy_call_t *)sys_nomodule }, /* 63 = compat_43_ogetkerninfo */ 235 { 0, 0, 0, 236 (sy_call_t *)sys_nomodule }, /* 64 = compat_43_ogetpagesize */ 237 { ns(struct compat_12_sys_msync_args), 0, 238 (sy_call_t *)sys_nomodule }, /* 65 = compat_12_msync */ 239 { 0, 0, 0, 240 (sy_call_t *)sys_vfork }, /* 66 = vfork */ 241 { 0, 0, 0, 242 sys_nosys }, /* 67 = obsolete vread */ 243 { 0, 0, 0, 244 sys_nosys }, /* 68 = obsolete vwrite */ 245 { ns(struct sys_sbrk_args), 0, 246 (sy_call_t *)sys_sbrk }, /* 69 = sbrk */ 247 { ns(struct sys_sstk_args), 0, 248 (sy_call_t *)sys_sstk }, /* 70 = sstk */ 249 { ns(struct compat_43_sys_mmap_args), 0, 250 (sy_call_t *)sys_nomodule }, /* 71 = compat_43_ommap */ 251 { ns(struct sys_ovadvise_args), 0, 252 (sy_call_t *)sys_ovadvise }, /* 72 = vadvise */ 253 { ns(struct sys_munmap_args), 0, 254 (sy_call_t *)sys_munmap }, /* 73 = munmap */ 255 { ns(struct sys_mprotect_args), 0, 256 (sy_call_t *)sys_mprotect }, /* 74 = mprotect */ 257 { ns(struct sys_madvise_args), 0, 258 (sy_call_t *)sys_madvise }, /* 75 = madvise */ 259 { 0, 0, 0, 260 sys_nosys }, /* 76 = obsolete vhangup */ 261 { 0, 0, 0, 262 sys_nosys }, /* 77 = obsolete vlimit */ 263 { ns(struct sys_mincore_args), 0, 264 (sy_call_t *)sys_mincore }, /* 78 = mincore */ 265 { ns(struct sys_getgroups_args), 0, 266 (sy_call_t *)sys_getgroups }, /* 79 = getgroups */ 267 { ns(struct sys_setgroups_args), 0, 268 (sy_call_t *)sys_setgroups }, /* 80 = setgroups */ 269 { 0, 0, 0, 270 (sy_call_t *)sys_getpgrp }, /* 81 = getpgrp */ 271 { ns(struct sys_setpgid_args), 0, 272 (sy_call_t *)sys_setpgid }, /* 82 = setpgid */ 273 { ns(struct compat_50_sys_setitimer_args), 0, 274 (sy_call_t *)sys_nomodule }, /* 83 = compat_50_setitimer */ 275 { 0, 0, 0, 276 (sy_call_t *)sys_nomodule }, /* 84 = compat_43_owait */ 277 { ns(struct compat_12_sys_swapon_args), 0, 278 (sy_call_t *)sys_nomodule }, /* 85 = compat_12_oswapon */ 279 { ns(struct compat_50_sys_getitimer_args), 0, 280 (sy_call_t *)sys_nomodule }, /* 86 = compat_50_getitimer */ 281 { ns(struct compat_43_sys_gethostname_args), 0, 282 (sy_call_t *)sys_nomodule }, /* 87 = compat_43_ogethostname */ 283 { ns(struct compat_43_sys_sethostname_args), 0, 284 (sy_call_t *)sys_nomodule }, /* 88 = compat_43_osethostname */ 285 { 0, 0, 0, 286 (sy_call_t *)sys_nomodule }, /* 89 = compat_43_ogetdtablesize */ 287 { ns(struct sys_dup2_args), 0, 288 (sy_call_t *)sys_dup2 }, /* 90 = dup2 */ 289 { 0, 0, 0, 290 sys_nosys }, /* 91 = unimplemented getdopt */ 291 { ns(struct sys_fcntl_args), 0, 292 (sy_call_t *)sys_fcntl }, /* 92 = fcntl */ 293 { ns(struct compat_50_sys_select_args), 0, 294 (sy_call_t *)sys_nomodule }, /* 93 = compat_50_select */ 295 { 0, 0, 0, 296 sys_nosys }, /* 94 = unimplemented setdopt */ 297 { ns(struct sys_fsync_args), 0, 298 (sy_call_t *)sys_fsync }, /* 95 = fsync */ 299 { ns(struct sys_setpriority_args), 0, 300 (sy_call_t *)sys_setpriority }, /* 96 = setpriority */ 301 { ns(struct compat_30_sys_socket_args), 0, 302 (sy_call_t *)sys_nomodule }, /* 97 = compat_30_socket */ 303 { ns(struct sys_connect_args), 0, 304 (sy_call_t *)sys_connect }, /* 98 = connect */ 305 { ns(struct compat_43_sys_accept_args), 0, 306 (sy_call_t *)sys_nomodule }, /* 99 = compat_43_oaccept */ 307 { ns(struct sys_getpriority_args), 0, 308 (sy_call_t *)sys_getpriority }, /* 100 = getpriority */ 309 { ns(struct compat_43_sys_send_args), 0, 310 (sy_call_t *)sys_nomodule }, /* 101 = compat_43_osend */ 311 { ns(struct compat_43_sys_recv_args), 0, 312 (sy_call_t *)sys_nomodule }, /* 102 = compat_43_orecv */ 313 { ns(struct compat_13_sys_sigreturn_args), 0, 314 (sy_call_t *)sys_nomodule }, /* 103 = compat_13_sigreturn13 */ 315 { ns(struct sys_bind_args), 0, 316 (sy_call_t *)sys_bind }, /* 104 = bind */ 317 { ns(struct sys_setsockopt_args), 0, 318 (sy_call_t *)sys_setsockopt }, /* 105 = setsockopt */ 319 { ns(struct sys_listen_args), 0, 320 (sy_call_t *)sys_listen }, /* 106 = listen */ 321 { 0, 0, 0, 322 sys_nosys }, /* 107 = obsolete vtimes */ 323 { ns(struct compat_43_sys_sigvec_args), 0, 324 (sy_call_t *)sys_nomodule }, /* 108 = compat_43_osigvec */ 325 { ns(struct compat_43_sys_sigblock_args), 0, 326 (sy_call_t *)sys_nomodule }, /* 109 = compat_43_osigblock */ 327 { ns(struct compat_43_sys_sigsetmask_args), 0, 328 (sy_call_t *)sys_nomodule }, /* 110 = compat_43_osigsetmask */ 329 { ns(struct compat_13_sys_sigsuspend_args), 0, 330 (sy_call_t *)sys_nomodule }, /* 111 = compat_13_sigsuspend13 */ 331 { ns(struct compat_43_sys_sigstack_args), 0, 332 (sy_call_t *)sys_nomodule }, /* 112 = compat_43_osigstack */ 333 { ns(struct compat_43_sys_recvmsg_args), 0, 334 (sy_call_t *)sys_nomodule }, /* 113 = compat_43_orecvmsg */ 335 { ns(struct compat_43_sys_sendmsg_args), 0, 336 (sy_call_t *)sys_nomodule }, /* 114 = compat_43_osendmsg */ 337 { 0, 0, 0, 338 sys_nosys }, /* 115 = obsolete vtrace */ 339 { ns(struct compat_50_sys_gettimeofday_args), 0, 340 (sy_call_t *)sys_nomodule }, /* 116 = compat_50_gettimeofday */ 341 { ns(struct compat_50_sys_getrusage_args), 0, 342 (sy_call_t *)sys_nomodule }, /* 117 = compat_50_getrusage */ 343 { ns(struct sys_getsockopt_args), 0, 344 (sy_call_t *)sys_getsockopt }, /* 118 = getsockopt */ 345 { 0, 0, 0, 346 sys_nosys }, /* 119 = obsolete resuba */ 347 { ns(struct sys_readv_args), 0, 348 (sy_call_t *)sys_readv }, /* 120 = readv */ 349 { ns(struct sys_writev_args), 0, 350 (sy_call_t *)sys_writev }, /* 121 = writev */ 351 { ns(struct compat_50_sys_settimeofday_args), 0, 352 (sy_call_t *)sys_nomodule }, /* 122 = compat_50_settimeofday */ 353 { ns(struct sys_fchown_args), 0, 354 (sy_call_t *)sys_fchown }, /* 123 = fchown */ 355 { ns(struct sys_fchmod_args), 0, 356 (sy_call_t *)sys_fchmod }, /* 124 = fchmod */ 357 { ns(struct compat_43_sys_recvfrom_args), 0, 358 (sy_call_t *)sys_nomodule }, /* 125 = compat_43_orecvfrom */ 359 { ns(struct sys_setreuid_args), 0, 360 (sy_call_t *)sys_setreuid }, /* 126 = setreuid */ 361 { ns(struct sys_setregid_args), 0, 362 (sy_call_t *)sys_setregid }, /* 127 = setregid */ 363 { ns(struct sys_rename_args), 0, 364 (sy_call_t *)sys_rename }, /* 128 = rename */ 365 { ns(struct compat_43_sys_truncate_args), 0, 366 (sy_call_t *)sys_nomodule }, /* 129 = compat_43_otruncate */ 367 { ns(struct compat_43_sys_ftruncate_args), 0, 368 (sy_call_t *)sys_nomodule }, /* 130 = compat_43_oftruncate */ 369 { ns(struct sys_flock_args), 0, 370 (sy_call_t *)sys_flock }, /* 131 = flock */ 371 { ns(struct sys_mkfifo_args), 0, 372 (sy_call_t *)sys_mkfifo }, /* 132 = mkfifo */ 373 { ns(struct sys_sendto_args), 0, 374 (sy_call_t *)sys_sendto }, /* 133 = sendto */ 375 { ns(struct sys_shutdown_args), 0, 376 (sy_call_t *)sys_shutdown }, /* 134 = shutdown */ 377 { ns(struct sys_socketpair_args), 0, 378 (sy_call_t *)sys_socketpair }, /* 135 = socketpair */ 379 { ns(struct sys_mkdir_args), 0, 380 (sy_call_t *)sys_mkdir }, /* 136 = mkdir */ 381 { ns(struct sys_rmdir_args), 0, 382 (sy_call_t *)sys_rmdir }, /* 137 = rmdir */ 383 { ns(struct compat_50_sys_utimes_args), 0, 384 (sy_call_t *)sys_nomodule }, /* 138 = compat_50_utimes */ 385 { 0, 0, 0, 386 sys_nosys }, /* 139 = obsolete 4.2 sigreturn */ 387 { ns(struct compat_50_sys_adjtime_args), 0, 388 (sy_call_t *)sys_nomodule }, /* 140 = compat_50_adjtime */ 389 { ns(struct compat_43_sys_getpeername_args), 0, 390 (sy_call_t *)sys_nomodule }, /* 141 = compat_43_ogetpeername */ 391 { 0, 0, 0, 392 (sy_call_t *)sys_nomodule }, /* 142 = compat_43_ogethostid */ 393 { ns(struct compat_43_sys_sethostid_args), 0, 394 (sy_call_t *)sys_nomodule }, /* 143 = compat_43_osethostid */ 395 { ns(struct compat_43_sys_getrlimit_args), 0, 396 (sy_call_t *)sys_nomodule }, /* 144 = compat_43_ogetrlimit */ 397 { ns(struct compat_43_sys_setrlimit_args), 0, 398 (sy_call_t *)sys_nomodule }, /* 145 = compat_43_osetrlimit */ 399 { ns(struct compat_43_sys_killpg_args), 0, 400 (sy_call_t *)sys_nomodule }, /* 146 = compat_43_okillpg */ 401 { 0, 0, 0, 402 (sy_call_t *)sys_setsid }, /* 147 = setsid */ 403 { ns(struct sys_quotactl_args), 0, 404 (sy_call_t *)sys_quotactl }, /* 148 = quotactl */ 405 { 0, 0, 0, 406 (sy_call_t *)sys_nomodule }, /* 149 = compat_43_oquota */ 407 { ns(struct compat_43_sys_getsockname_args), 0, 408 (sy_call_t *)sys_nomodule }, /* 150 = compat_43_ogetsockname */ 409 { 0, 0, 0, 410 sys_nosys }, /* 151 = unimplemented */ 411 { 0, 0, 0, 412 sys_nosys }, /* 152 = unimplemented */ 413 { 0, 0, 0, 414 sys_nosys }, /* 153 = unimplemented */ 415 { 0, 0, 0, 416 sys_nosys }, /* 154 = unimplemented */ 417 { ns(struct sys_nfssvc_args), 0, 418 (sy_call_t *)sys_nomodule }, /* 155 = nfssvc */ 419 { ns(struct compat_43_sys_getdirentries_args), 0, 420 (sy_call_t *)sys_nomodule }, /* 156 = compat_43_ogetdirentries */ 421 { ns(struct compat_20_sys_statfs_args), 0, 422 (sy_call_t *)sys_nomodule }, /* 157 = compat_20_statfs */ 423 { ns(struct compat_20_sys_fstatfs_args), 0, 424 (sy_call_t *)sys_nomodule }, /* 158 = compat_20_fstatfs */ 425 { 0, 0, 0, 426 sys_nosys }, /* 159 = unimplemented */ 427 { 0, 0, 0, 428 sys_nosys }, /* 160 = unimplemented */ 429 { ns(struct compat_30_sys_getfh_args), 0, 430 (sy_call_t *)sys_nomodule }, /* 161 = compat_30_getfh */ 431 { ns(struct compat_09_sys_getdomainname_args), 0, 432 (sy_call_t *)sys_nomodule }, /* 162 = compat_09_ogetdomainname */ 433 { ns(struct compat_09_sys_setdomainname_args), 0, 434 (sy_call_t *)sys_nomodule }, /* 163 = compat_09_osetdomainname */ 435 { ns(struct compat_09_sys_uname_args), 0, 436 (sy_call_t *)sys_nomodule }, /* 164 = compat_09_ouname */ 437 { ns(struct sys_sysarch_args), 0, 438 (sy_call_t *)sys_sysarch }, /* 165 = sysarch */ 439 { 0, 0, 0, 440 sys_nosys }, /* 166 = unimplemented */ 441 { 0, 0, 0, 442 sys_nosys }, /* 167 = unimplemented */ 443 { 0, 0, 0, 444 sys_nosys }, /* 168 = unimplemented */ 445 #if (defined(SYSVSEM) || !defined(_KERNEL_OPT)) && !defined(_LP64) 446 { ns(struct compat_10_sys_semsys_args), 0, 447 (sy_call_t *)sys_nomodule }, /* 169 = compat_10_osemsys */ 448 #else 449 { 0, 0, 0, 450 sys_nosys }, /* 169 = excluded 1.0 semsys */ 451 #endif 452 #if (defined(SYSVMSG) || !defined(_KERNEL_OPT)) && !defined(_LP64) 453 { ns(struct compat_10_sys_msgsys_args), 0, 454 (sy_call_t *)sys_nomodule }, /* 170 = compat_10_omsgsys */ 455 #else 456 { 0, 0, 0, 457 sys_nosys }, /* 170 = excluded 1.0 msgsys */ 458 #endif 459 #if (defined(SYSVSHM) || !defined(_KERNEL_OPT)) && !defined(_LP64) 460 { ns(struct compat_10_sys_shmsys_args), 0, 461 (sy_call_t *)sys_nomodule }, /* 171 = compat_10_oshmsys */ 462 #else 463 { 0, 0, 0, 464 sys_nosys }, /* 171 = excluded 1.0 shmsys */ 465 #endif 466 { 0, 0, 0, 467 sys_nosys }, /* 172 = unimplemented */ 468 { ns(struct sys_pread_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG4_64, 469 (sy_call_t *)sys_pread }, /* 173 = pread */ 470 { ns(struct sys_pwrite_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG4_64, 471 (sy_call_t *)sys_pwrite }, /* 174 = pwrite */ 472 { ns(struct compat_30_sys_ntp_gettime_args), 0, 473 (sy_call_t *)compat_30(sys_ntp_gettime) },/* 175 = compat_30_ntp_gettime */ 474 #if defined(NTP) || !defined(_KERNEL_OPT) 475 { ns(struct sys_ntp_adjtime_args), 0, 476 (sy_call_t *)sys_ntp_adjtime }, /* 176 = ntp_adjtime */ 477 #else 478 { 0, 0, 0, 479 sys_nosys }, /* 176 = excluded ntp_adjtime */ 480 #endif 481 { 0, 0, 0, 482 sys_nosys }, /* 177 = unimplemented */ 483 { 0, 0, 0, 484 sys_nosys }, /* 178 = unimplemented */ 485 { 0, 0, 0, 486 sys_nosys }, /* 179 = unimplemented */ 487 { 0, 0, 0, 488 sys_nosys }, /* 180 = unimplemented */ 489 { ns(struct sys_setgid_args), 0, 490 (sy_call_t *)sys_setgid }, /* 181 = setgid */ 491 { ns(struct sys_setegid_args), 0, 492 (sy_call_t *)sys_setegid }, /* 182 = setegid */ 493 { ns(struct sys_seteuid_args), 0, 494 (sy_call_t *)sys_seteuid }, /* 183 = seteuid */ 495 #if defined(LFS) || !defined(_KERNEL) 496 { ns(struct sys_lfs_bmapv_args), 0, 497 (sy_call_t *)sys_lfs_bmapv }, /* 184 = lfs_bmapv */ 498 { ns(struct sys_lfs_markv_args), 0, 499 (sy_call_t *)sys_lfs_markv }, /* 185 = lfs_markv */ 500 { ns(struct sys_lfs_segclean_args), 0, 501 (sy_call_t *)sys_lfs_segclean }, /* 186 = lfs_segclean */ 502 { ns(struct compat_50_sys_lfs_segwait_args), 0, 503 (sy_call_t *)sys_nomodule }, /* 187 = compat_50_lfs_segwait */ 504 #else 505 { 0, 0, 0, 506 sys_nosys }, /* 184 = excluded lfs_bmapv */ 507 { 0, 0, 0, 508 sys_nosys }, /* 185 = excluded lfs_markv */ 509 { 0, 0, 0, 510 sys_nosys }, /* 186 = excluded lfs_segclean */ 511 { 0, 0, 0, 512 sys_nosys }, /* 187 = excluded lfs_segwait */ 513 #endif 514 { ns(struct compat_12_sys_stat_args), 0, 515 (sy_call_t *)sys_nomodule }, /* 188 = compat_12_stat12 */ 516 { ns(struct compat_12_sys_fstat_args), 0, 517 (sy_call_t *)sys_nomodule }, /* 189 = compat_12_fstat12 */ 518 { ns(struct compat_12_sys_lstat_args), 0, 519 (sy_call_t *)sys_nomodule }, /* 190 = compat_12_lstat12 */ 520 { ns(struct sys_pathconf_args), 0, 521 (sy_call_t *)sys_pathconf }, /* 191 = pathconf */ 522 { ns(struct sys_fpathconf_args), 0, 523 (sy_call_t *)sys_fpathconf }, /* 192 = fpathconf */ 524 { 0, 0, 0, 525 sys_nosys }, /* 193 = unimplemented */ 526 { ns(struct sys_getrlimit_args), 0, 527 (sy_call_t *)sys_getrlimit }, /* 194 = getrlimit */ 528 { ns(struct sys_setrlimit_args), 0, 529 (sy_call_t *)sys_setrlimit }, /* 195 = setrlimit */ 530 { ns(struct compat_12_sys_getdirentries_args), 0, 531 (sy_call_t *)sys_nomodule }, /* 196 = compat_12_getdirentries */ 532 { ns(struct sys_mmap_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG6_64, 533 (sy_call_t *)sys_mmap }, /* 197 = mmap */ 534 { ns(struct sys___syscall_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG0_64 | SYCALL_RET_64 | SYCALL_INDIRECT, 535 (sy_call_t *)sys___syscall }, /* 198 = __syscall */ 536 { ns(struct sys_lseek_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG2_64 | SYCALL_RET_64, 537 (sy_call_t *)sys_lseek }, /* 199 = lseek */ 538 { ns(struct sys_truncate_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG2_64, 539 (sy_call_t *)sys_truncate }, /* 200 = truncate */ 540 { ns(struct sys_ftruncate_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG2_64, 541 (sy_call_t *)sys_ftruncate }, /* 201 = ftruncate */ 542 { ns(struct sys___sysctl_args), 0, 543 (sy_call_t *)sys___sysctl }, /* 202 = __sysctl */ 544 { ns(struct sys_mlock_args), 0, 545 (sy_call_t *)sys_mlock }, /* 203 = mlock */ 546 { ns(struct sys_munlock_args), 0, 547 (sy_call_t *)sys_munlock }, /* 204 = munlock */ 548 { ns(struct sys_undelete_args), 0, 549 (sy_call_t *)sys_undelete }, /* 205 = undelete */ 550 { ns(struct compat_50_sys_futimes_args), 0, 551 (sy_call_t *)sys_nomodule }, /* 206 = compat_50_futimes */ 552 { ns(struct sys_getpgid_args), 0, 553 (sy_call_t *)sys_getpgid }, /* 207 = getpgid */ 554 { ns(struct sys_reboot_args), 0, 555 (sy_call_t *)sys_reboot }, /* 208 = reboot */ 556 { ns(struct sys_poll_args), 0, 557 (sy_call_t *)sys_poll }, /* 209 = poll */ 558 { 0, 0, 0, 559 sys_nosys }, /* 210 = unimplemented */ 560 { 0, 0, 0, 561 sys_nosys }, /* 211 = unimplemented */ 562 { 0, 0, 0, 563 sys_nosys }, /* 212 = unimplemented */ 564 { 0, 0, 0, 565 sys_nosys }, /* 213 = unimplemented */ 566 { 0, 0, 0, 567 sys_nosys }, /* 214 = unimplemented */ 568 { 0, 0, 0, 569 sys_nosys }, /* 215 = unimplemented */ 570 { 0, 0, 0, 571 sys_nosys }, /* 216 = unimplemented */ 572 { 0, 0, 0, 573 sys_nosys }, /* 217 = unimplemented */ 574 { 0, 0, 0, 575 sys_nosys }, /* 218 = unimplemented */ 576 { 0, 0, 0, 577 sys_nosys }, /* 219 = unimplemented */ 578 #if defined(SYSVSEM) || !defined(_KERNEL_OPT) 579 { ns(struct compat_14_sys___semctl_args), 0, 580 (sy_call_t *)sys_nomodule }, /* 220 = compat_14___semctl */ 581 { ns(struct sys_semget_args), 0, 582 (sy_call_t *)sys_semget }, /* 221 = semget */ 583 { ns(struct sys_semop_args), 0, 584 (sy_call_t *)sys_semop }, /* 222 = semop */ 585 { ns(struct sys_semconfig_args), 0, 586 (sy_call_t *)sys_semconfig }, /* 223 = semconfig */ 587 #else 588 { 0, 0, 0, 589 sys_nosys }, /* 220 = excluded compat_14_semctl */ 590 { 0, 0, 0, 591 sys_nosys }, /* 221 = excluded semget */ 592 { 0, 0, 0, 593 sys_nosys }, /* 222 = excluded semop */ 594 { 0, 0, 0, 595 sys_nosys }, /* 223 = excluded semconfig */ 596 #endif 597 #if defined(SYSVMSG) || !defined(_KERNEL_OPT) 598 { ns(struct compat_14_sys_msgctl_args), 0, 599 (sy_call_t *)sys_nomodule }, /* 224 = compat_14_msgctl */ 600 { ns(struct sys_msgget_args), 0, 601 (sy_call_t *)sys_msgget }, /* 225 = msgget */ 602 { ns(struct sys_msgsnd_args), 0, 603 (sy_call_t *)sys_msgsnd }, /* 226 = msgsnd */ 604 { ns(struct sys_msgrcv_args), 0, 605 (sy_call_t *)sys_msgrcv }, /* 227 = msgrcv */ 606 #else 607 { 0, 0, 0, 608 sys_nosys }, /* 224 = excluded compat_14_msgctl */ 609 { 0, 0, 0, 610 sys_nosys }, /* 225 = excluded msgget */ 611 { 0, 0, 0, 612 sys_nosys }, /* 226 = excluded msgsnd */ 613 { 0, 0, 0, 614 sys_nosys }, /* 227 = excluded msgrcv */ 615 #endif 616 #if defined(SYSVSHM) || !defined(_KERNEL_OPT) 617 { ns(struct sys_shmat_args), 0, 618 (sy_call_t *)sys_shmat }, /* 228 = shmat */ 619 { ns(struct compat_14_sys_shmctl_args), 0, 620 (sy_call_t *)sys_nomodule }, /* 229 = compat_14_shmctl */ 621 { ns(struct sys_shmdt_args), 0, 622 (sy_call_t *)sys_shmdt }, /* 230 = shmdt */ 623 { ns(struct sys_shmget_args), 0, 624 (sy_call_t *)sys_shmget }, /* 231 = shmget */ 625 #else 626 { 0, 0, 0, 627 sys_nosys }, /* 228 = excluded shmat */ 628 { 0, 0, 0, 629 sys_nosys }, /* 229 = excluded compat_14_shmctl */ 630 { 0, 0, 0, 631 sys_nosys }, /* 230 = excluded shmdt */ 632 { 0, 0, 0, 633 sys_nosys }, /* 231 = excluded shmget */ 634 #endif 635 { ns(struct compat_50_sys_clock_gettime_args), 0, 636 (sy_call_t *)sys_nomodule }, /* 232 = compat_50_clock_gettime */ 637 { ns(struct compat_50_sys_clock_settime_args), 0, 638 (sy_call_t *)sys_nomodule }, /* 233 = compat_50_clock_settime */ 639 { ns(struct compat_50_sys_clock_getres_args), 0, 640 (sy_call_t *)sys_nomodule }, /* 234 = compat_50_clock_getres */ 641 { ns(struct sys_timer_create_args), 0, 642 (sy_call_t *)sys_timer_create }, /* 235 = timer_create */ 643 { ns(struct sys_timer_delete_args), 0, 644 (sy_call_t *)sys_timer_delete }, /* 236 = timer_delete */ 645 { ns(struct compat_50_sys_timer_settime_args), 0, 646 (sy_call_t *)sys_nomodule }, /* 237 = compat_50_timer_settime */ 647 { ns(struct compat_50_sys_timer_gettime_args), 0, 648 (sy_call_t *)sys_nomodule }, /* 238 = compat_50_timer_gettime */ 649 { ns(struct sys_timer_getoverrun_args), 0, 650 (sy_call_t *)sys_timer_getoverrun },/* 239 = timer_getoverrun */ 651 { ns(struct compat_50_sys_nanosleep_args), 0, 652 (sy_call_t *)sys_nomodule }, /* 240 = compat_50_nanosleep */ 653 { ns(struct sys_fdatasync_args), 0, 654 (sy_call_t *)sys_fdatasync }, /* 241 = fdatasync */ 655 { ns(struct sys_mlockall_args), 0, 656 (sy_call_t *)sys_mlockall }, /* 242 = mlockall */ 657 { 0, 0, 0, 658 (sy_call_t *)sys_munlockall }, /* 243 = munlockall */ 659 { ns(struct compat_50_sys___sigtimedwait_args), 0, 660 (sy_call_t *)sys_nomodule }, /* 244 = compat_50___sigtimedwait */ 661 { 0, 0, 0, 662 sys_nosys }, /* 245 = unimplemented sys_sigqueue */ 663 { ns(struct sys_modctl_args), 0, 664 (sy_call_t *)sys_modctl }, /* 246 = modctl */ 665 { ns(struct sys__ksem_init_args), 0, 666 (sy_call_t *)sys_nomodule }, /* 247 = _ksem_init */ 667 { ns(struct sys__ksem_open_args), 0, 668 (sy_call_t *)sys_nomodule }, /* 248 = _ksem_open */ 669 { ns(struct sys__ksem_unlink_args), 0, 670 (sy_call_t *)sys_nomodule }, /* 249 = _ksem_unlink */ 671 { ns(struct sys__ksem_close_args), 0, 672 (sy_call_t *)sys_nomodule }, /* 250 = _ksem_close */ 673 { ns(struct sys__ksem_post_args), 0, 674 (sy_call_t *)sys_nomodule }, /* 251 = _ksem_post */ 675 { ns(struct sys__ksem_wait_args), 0, 676 (sy_call_t *)sys_nomodule }, /* 252 = _ksem_wait */ 677 { ns(struct sys__ksem_trywait_args), 0, 678 (sy_call_t *)sys_nomodule }, /* 253 = _ksem_trywait */ 679 { ns(struct sys__ksem_getvalue_args), 0, 680 (sy_call_t *)sys_nomodule }, /* 254 = _ksem_getvalue */ 681 { ns(struct sys__ksem_destroy_args), 0, 682 (sy_call_t *)sys_nomodule }, /* 255 = _ksem_destroy */ 683 { 0, 0, 0, 684 sys_nosys }, /* 256 = unimplemented sys__ksem_timedwait */ 685 { ns(struct sys_mq_open_args), 0, 686 (sy_call_t *)sys_nomodule }, /* 257 = mq_open */ 687 { ns(struct sys_mq_close_args), 0, 688 (sy_call_t *)sys_nomodule }, /* 258 = mq_close */ 689 { ns(struct sys_mq_unlink_args), 0, 690 (sy_call_t *)sys_nomodule }, /* 259 = mq_unlink */ 691 { ns(struct sys_mq_getattr_args), 0, 692 (sy_call_t *)sys_nomodule }, /* 260 = mq_getattr */ 693 { ns(struct sys_mq_setattr_args), 0, 694 (sy_call_t *)sys_nomodule }, /* 261 = mq_setattr */ 695 { ns(struct sys_mq_notify_args), 0, 696 (sy_call_t *)sys_nomodule }, /* 262 = mq_notify */ 697 { ns(struct sys_mq_send_args), 0, 698 (sy_call_t *)sys_nomodule }, /* 263 = mq_send */ 699 { ns(struct sys_mq_receive_args), 0, 700 (sy_call_t *)sys_nomodule }, /* 264 = mq_receive */ 701 { ns(struct compat_50_sys_mq_timedsend_args), 0, 702 (sy_call_t *)sys_nomodule }, /* 265 = compat_50_mq_timedsend */ 703 { ns(struct compat_50_sys_mq_timedreceive_args), 0, 704 (sy_call_t *)sys_nomodule }, /* 266 = compat_50_mq_timedreceive */ 705 { 0, 0, 0, 706 sys_nosys }, /* 267 = unimplemented */ 707 { 0, 0, 0, 708 sys_nosys }, /* 268 = unimplemented */ 709 { 0, 0, 0, 710 sys_nosys }, /* 269 = unimplemented */ 711 { ns(struct sys___posix_rename_args), 0, 712 (sy_call_t *)sys___posix_rename }, /* 270 = __posix_rename */ 713 { ns(struct sys_swapctl_args), 0, 714 (sy_call_t *)sys_swapctl }, /* 271 = swapctl */ 715 { ns(struct compat_30_sys_getdents_args), 0, 716 (sy_call_t *)sys_nomodule }, /* 272 = compat_30_getdents */ 717 { ns(struct sys_minherit_args), 0, 718 (sy_call_t *)sys_minherit }, /* 273 = minherit */ 719 { ns(struct sys_lchmod_args), 0, 720 (sy_call_t *)sys_lchmod }, /* 274 = lchmod */ 721 { ns(struct sys_lchown_args), 0, 722 (sy_call_t *)sys_lchown }, /* 275 = lchown */ 723 { ns(struct compat_50_sys_lutimes_args), 0, 724 (sy_call_t *)sys_nomodule }, /* 276 = compat_50_lutimes */ 725 { ns(struct sys___msync13_args), 0, 726 (sy_call_t *)sys___msync13 }, /* 277 = __msync13 */ 727 { ns(struct compat_30_sys___stat13_args), 0, 728 (sy_call_t *)sys_nomodule }, /* 278 = compat_30___stat13 */ 729 { ns(struct compat_30_sys___fstat13_args), 0, 730 (sy_call_t *)sys_nomodule }, /* 279 = compat_30___fstat13 */ 731 { ns(struct compat_30_sys___lstat13_args), 0, 732 (sy_call_t *)sys_nomodule }, /* 280 = compat_30___lstat13 */ 733 { ns(struct sys___sigaltstack14_args), 0, 734 (sy_call_t *)sys___sigaltstack14 }, /* 281 = __sigaltstack14 */ 735 { 0, 0, 0, 736 (sy_call_t *)sys___vfork14 }, /* 282 = __vfork14 */ 737 { ns(struct sys___posix_chown_args), 0, 738 (sy_call_t *)sys___posix_chown }, /* 283 = __posix_chown */ 739 { ns(struct sys___posix_fchown_args), 0, 740 (sy_call_t *)sys___posix_fchown }, /* 284 = __posix_fchown */ 741 { ns(struct sys___posix_lchown_args), 0, 742 (sy_call_t *)sys___posix_lchown }, /* 285 = __posix_lchown */ 743 { ns(struct sys_getsid_args), 0, 744 (sy_call_t *)sys_getsid }, /* 286 = getsid */ 745 { ns(struct sys___clone_args), 0, 746 (sy_call_t *)sys___clone }, /* 287 = __clone */ 747 { ns(struct sys_fktrace_args), 0, 748 (sy_call_t *)sys_fktrace }, /* 288 = fktrace */ 749 { ns(struct sys_preadv_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG4_64, 750 (sy_call_t *)sys_preadv }, /* 289 = preadv */ 751 { ns(struct sys_pwritev_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG4_64, 752 (sy_call_t *)sys_pwritev }, /* 290 = pwritev */ 753 { ns(struct compat_16_sys___sigaction14_args), 0, 754 (sy_call_t *)sys_nomodule }, /* 291 = compat_16___sigaction14 */ 755 { ns(struct sys___sigpending14_args), 0, 756 (sy_call_t *)sys___sigpending14 }, /* 292 = __sigpending14 */ 757 { ns(struct sys___sigprocmask14_args), 0, 758 (sy_call_t *)sys___sigprocmask14 }, /* 293 = __sigprocmask14 */ 759 { ns(struct sys___sigsuspend14_args), 0, 760 (sy_call_t *)sys___sigsuspend14 }, /* 294 = __sigsuspend14 */ 761 { ns(struct compat_16_sys___sigreturn14_args), 0, 762 (sy_call_t *)sys_nomodule }, /* 295 = compat_16___sigreturn14 */ 763 { ns(struct sys___getcwd_args), 0, 764 (sy_call_t *)sys___getcwd }, /* 296 = __getcwd */ 765 { ns(struct sys_fchroot_args), 0, 766 (sy_call_t *)sys_fchroot }, /* 297 = fchroot */ 767 { ns(struct compat_30_sys_fhopen_args), 0, 768 (sy_call_t *)sys_nomodule }, /* 298 = compat_30_fhopen */ 769 { ns(struct compat_30_sys_fhstat_args), 0, 770 (sy_call_t *)sys_nomodule }, /* 299 = compat_30_fhstat */ 771 { ns(struct compat_20_sys_fhstatfs_args), 0, 772 (sy_call_t *)sys_nomodule }, /* 300 = compat_20_fhstatfs */ 773 #if defined(SYSVSEM) || !defined(_KERNEL_OPT) 774 { ns(struct compat_50_sys_____semctl13_args), 0, 775 (sy_call_t *)sys_nomodule }, /* 301 = compat_50_____semctl13 */ 776 #else 777 { 0, 0, 0, 778 sys_nosys }, /* 301 = excluded ____semctl13 */ 779 #endif 780 #if defined(SYSVMSG) || !defined(_KERNEL_OPT) 781 { ns(struct compat_50_sys___msgctl13_args), 0, 782 (sy_call_t *)sys_nomodule }, /* 302 = compat_50___msgctl13 */ 783 #else 784 { 0, 0, 0, 785 sys_nosys }, /* 302 = excluded __msgctl13 */ 786 #endif 787 #if defined(SYSVSHM) || !defined(_KERNEL_OPT) 788 { ns(struct compat_50_sys___shmctl13_args), 0, 789 (sy_call_t *)sys_nomodule }, /* 303 = compat_50___shmctl13 */ 790 #else 791 { 0, 0, 0, 792 sys_nosys }, /* 303 = excluded __shmctl13 */ 793 #endif 794 { ns(struct sys_lchflags_args), 0, 795 (sy_call_t *)sys_lchflags }, /* 304 = lchflags */ 796 { 0, 0, 0, 797 (sy_call_t *)sys_issetugid }, /* 305 = issetugid */ 798 { ns(struct sys_utrace_args), 0, 799 (sy_call_t *)sys_utrace }, /* 306 = utrace */ 800 { ns(struct sys_getcontext_args), 0, 801 (sy_call_t *)sys_getcontext }, /* 307 = getcontext */ 802 { ns(struct sys_setcontext_args), 0, 803 (sy_call_t *)sys_setcontext }, /* 308 = setcontext */ 804 { ns(struct sys__lwp_create_args), 0, 805 (sy_call_t *)sys__lwp_create }, /* 309 = _lwp_create */ 806 { 0, 0, 0, 807 (sy_call_t *)sys__lwp_exit }, /* 310 = _lwp_exit */ 808 { 0, 0, 0, 809 (sy_call_t *)sys__lwp_self }, /* 311 = _lwp_self */ 810 { ns(struct sys__lwp_wait_args), 0, 811 (sy_call_t *)sys__lwp_wait }, /* 312 = _lwp_wait */ 812 { ns(struct sys__lwp_suspend_args), 0, 813 (sy_call_t *)sys__lwp_suspend }, /* 313 = _lwp_suspend */ 814 { ns(struct sys__lwp_continue_args), 0, 815 (sy_call_t *)sys__lwp_continue }, /* 314 = _lwp_continue */ 816 { ns(struct sys__lwp_wakeup_args), 0, 817 (sy_call_t *)sys__lwp_wakeup }, /* 315 = _lwp_wakeup */ 818 { 0, 0, 0, 819 (sy_call_t *)sys__lwp_getprivate }, /* 316 = _lwp_getprivate */ 820 { ns(struct sys__lwp_setprivate_args), 0, 821 (sy_call_t *)sys__lwp_setprivate }, /* 317 = _lwp_setprivate */ 822 { ns(struct sys__lwp_kill_args), 0, 823 (sy_call_t *)sys__lwp_kill }, /* 318 = _lwp_kill */ 824 { ns(struct sys__lwp_detach_args), 0, 825 (sy_call_t *)sys__lwp_detach }, /* 319 = _lwp_detach */ 826 { ns(struct compat_50_sys__lwp_park_args), 0, 827 (sy_call_t *)sys_nomodule }, /* 320 = compat_50__lwp_park */ 828 { ns(struct sys__lwp_unpark_args), 0, 829 (sy_call_t *)sys__lwp_unpark }, /* 321 = _lwp_unpark */ 830 { ns(struct sys__lwp_unpark_all_args), 0, 831 (sy_call_t *)sys__lwp_unpark_all }, /* 322 = _lwp_unpark_all */ 832 { ns(struct sys__lwp_setname_args), 0, 833 (sy_call_t *)sys__lwp_setname }, /* 323 = _lwp_setname */ 834 { ns(struct sys__lwp_getname_args), 0, 835 (sy_call_t *)sys__lwp_getname }, /* 324 = _lwp_getname */ 836 { ns(struct sys__lwp_ctl_args), 0, 837 (sy_call_t *)sys__lwp_ctl }, /* 325 = _lwp_ctl */ 838 { 0, 0, 0, 839 sys_nosys }, /* 326 = unimplemented */ 840 { 0, 0, 0, 841 sys_nosys }, /* 327 = unimplemented */ 842 { 0, 0, 0, 843 sys_nosys }, /* 328 = unimplemented */ 844 { 0, 0, 0, 845 sys_nosys }, /* 329 = unimplemented */ 846 { ns(struct sys_sa_register_args), 0, 847 (sy_call_t *)sys_sa_register }, /* 330 = sa_register */ 848 { ns(struct sys_sa_stacks_args), 0, 849 (sy_call_t *)sys_sa_stacks }, /* 331 = sa_stacks */ 850 { 0, 0, 0, 851 (sy_call_t *)sys_sa_enable }, /* 332 = sa_enable */ 852 { ns(struct sys_sa_setconcurrency_args), 0, 853 (sy_call_t *)sys_sa_setconcurrency },/* 333 = sa_setconcurrency */ 854 { 0, 0, 0, 855 (sy_call_t *)sys_sa_yield }, /* 334 = sa_yield */ 856 { ns(struct sys_sa_preempt_args), 0, 857 (sy_call_t *)sys_sa_preempt }, /* 335 = sa_preempt */ 858 { 0, 0, 0, 859 sys_nosys }, /* 336 = obsolete sys_sa_unblockyield */ 860 { 0, 0, 0, 861 sys_nosys }, /* 337 = unimplemented */ 862 { 0, 0, 0, 863 sys_nosys }, /* 338 = unimplemented */ 864 { 0, 0, 0, 865 sys_nosys }, /* 339 = unimplemented */ 866 { ns(struct sys___sigaction_sigtramp_args), 0, 867 (sy_call_t *)sys___sigaction_sigtramp },/* 340 = __sigaction_sigtramp */ 868 { ns(struct sys_pmc_get_info_args), 0, 869 (sy_call_t *)sys_pmc_get_info }, /* 341 = pmc_get_info */ 870 { ns(struct sys_pmc_control_args), 0, 871 (sy_call_t *)sys_pmc_control }, /* 342 = pmc_control */ 872 { ns(struct sys_rasctl_args), 0, 873 (sy_call_t *)sys_rasctl }, /* 343 = rasctl */ 874 { 0, 0, 0, 875 (sy_call_t *)sys_kqueue }, /* 344 = kqueue */ 876 { ns(struct compat_50_sys_kevent_args), 0, 877 (sy_call_t *)sys_nomodule }, /* 345 = compat_50_kevent */ 878 { ns(struct sys__sched_setparam_args), 0, 879 (sy_call_t *)sys__sched_setparam }, /* 346 = _sched_setparam */ 880 { ns(struct sys__sched_getparam_args), 0, 881 (sy_call_t *)sys__sched_getparam }, /* 347 = _sched_getparam */ 882 { ns(struct sys__sched_setaffinity_args), 0, 883 (sy_call_t *)sys__sched_setaffinity },/* 348 = _sched_setaffinity */ 884 { ns(struct sys__sched_getaffinity_args), 0, 885 (sy_call_t *)sys__sched_getaffinity },/* 349 = _sched_getaffinity */ 886 { 0, 0, 0, 887 (sy_call_t *)sys_sched_yield }, /* 350 = sched_yield */ 888 { 0, 0, 0, 889 sys_nosys }, /* 351 = unimplemented */ 890 { 0, 0, 0, 891 sys_nosys }, /* 352 = unimplemented */ 892 { 0, 0, 0, 893 sys_nosys }, /* 353 = unimplemented */ 894 { ns(struct sys_fsync_range_args), SYCALL_NARGS64_VAL(2) | SYCALL_ARG3_64 | SYCALL_ARG2_64, 895 (sy_call_t *)sys_fsync_range }, /* 354 = fsync_range */ 896 { ns(struct sys_uuidgen_args), 0, 897 (sy_call_t *)sys_uuidgen }, /* 355 = uuidgen */ 898 { ns(struct sys_getvfsstat_args), 0, 899 (sy_call_t *)sys_getvfsstat }, /* 356 = getvfsstat */ 900 { ns(struct sys_statvfs1_args), 0, 901 (sy_call_t *)sys_statvfs1 }, /* 357 = statvfs1 */ 902 { ns(struct sys_fstatvfs1_args), 0, 903 (sy_call_t *)sys_fstatvfs1 }, /* 358 = fstatvfs1 */ 904 { ns(struct compat_30_sys_fhstatvfs1_args), 0, 905 (sy_call_t *)sys_nomodule }, /* 359 = compat_30_fhstatvfs1 */ 906 { ns(struct sys_extattrctl_args), 0, 907 (sy_call_t *)sys_extattrctl }, /* 360 = extattrctl */ 908 { ns(struct sys_extattr_set_file_args), 0, 909 (sy_call_t *)sys_extattr_set_file },/* 361 = extattr_set_file */ 910 { ns(struct sys_extattr_get_file_args), 0, 911 (sy_call_t *)sys_extattr_get_file },/* 362 = extattr_get_file */ 912 { ns(struct sys_extattr_delete_file_args), 0, 913 (sy_call_t *)sys_extattr_delete_file },/* 363 = extattr_delete_file */ 914 { ns(struct sys_extattr_set_fd_args), 0, 915 (sy_call_t *)sys_extattr_set_fd }, /* 364 = extattr_set_fd */ 916 { ns(struct sys_extattr_get_fd_args), 0, 917 (sy_call_t *)sys_extattr_get_fd }, /* 365 = extattr_get_fd */ 918 { ns(struct sys_extattr_delete_fd_args), 0, 919 (sy_call_t *)sys_extattr_delete_fd },/* 366 = extattr_delete_fd */ 920 { ns(struct sys_extattr_set_link_args), 0, 921 (sy_call_t *)sys_extattr_set_link },/* 367 = extattr_set_link */ 922 { ns(struct sys_extattr_get_link_args), 0, 923 (sy_call_t *)sys_extattr_get_link },/* 368 = extattr_get_link */ 924 { ns(struct sys_extattr_delete_link_args), 0, 925 (sy_call_t *)sys_extattr_delete_link },/* 369 = extattr_delete_link */ 926 { ns(struct sys_extattr_list_fd_args), 0, 927 (sy_call_t *)sys_extattr_list_fd }, /* 370 = extattr_list_fd */ 928 { ns(struct sys_extattr_list_file_args), 0, 929 (sy_call_t *)sys_extattr_list_file },/* 371 = extattr_list_file */ 930 { ns(struct sys_extattr_list_link_args), 0, 931 (sy_call_t *)sys_extattr_list_link },/* 372 = extattr_list_link */ 932 { ns(struct compat_50_sys_pselect_args), 0, 933 (sy_call_t *)sys_nomodule }, /* 373 = compat_50_pselect */ 934 { ns(struct compat_50_sys_pollts_args), 0, 935 (sy_call_t *)sys_nomodule }, /* 374 = compat_50_pollts */ 936 { ns(struct sys_setxattr_args), 0, 937 (sy_call_t *)sys_setxattr }, /* 375 = setxattr */ 938 { ns(struct sys_lsetxattr_args), 0, 939 (sy_call_t *)sys_lsetxattr }, /* 376 = lsetxattr */ 940 { ns(struct sys_fsetxattr_args), 0, 941 (sy_call_t *)sys_fsetxattr }, /* 377 = fsetxattr */ 942 { ns(struct sys_getxattr_args), 0, 943 (sy_call_t *)sys_getxattr }, /* 378 = getxattr */ 944 { ns(struct sys_lgetxattr_args), 0, 945 (sy_call_t *)sys_lgetxattr }, /* 379 = lgetxattr */ 946 { ns(struct sys_fgetxattr_args), 0, 947 (sy_call_t *)sys_fgetxattr }, /* 380 = fgetxattr */ 948 { ns(struct sys_listxattr_args), 0, 949 (sy_call_t *)sys_listxattr }, /* 381 = listxattr */ 950 { ns(struct sys_llistxattr_args), 0, 951 (sy_call_t *)sys_llistxattr }, /* 382 = llistxattr */ 952 { ns(struct sys_flistxattr_args), 0, 953 (sy_call_t *)sys_flistxattr }, /* 383 = flistxattr */ 954 { ns(struct sys_removexattr_args), 0, 955 (sy_call_t *)sys_removexattr }, /* 384 = removexattr */ 956 { ns(struct sys_lremovexattr_args), 0, 957 (sy_call_t *)sys_lremovexattr }, /* 385 = lremovexattr */ 958 { ns(struct sys_fremovexattr_args), 0, 959 (sy_call_t *)sys_fremovexattr }, /* 386 = fremovexattr */ 960 { ns(struct compat_50_sys___stat30_args), 0, 961 (sy_call_t *)sys_nomodule }, /* 387 = compat_50___stat30 */ 962 { ns(struct compat_50_sys___fstat30_args), 0, 963 (sy_call_t *)sys_nomodule }, /* 388 = compat_50___fstat30 */ 964 { ns(struct compat_50_sys___lstat30_args), 0, 965 (sy_call_t *)sys_nomodule }, /* 389 = compat_50___lstat30 */ 966 { ns(struct sys___getdents30_args), 0, 967 (sy_call_t *)sys___getdents30 }, /* 390 = __getdents30 */ 968 { 0, 0, 0, 969 (sy_call_t *)nullop }, /* 391 = ignored old posix_fadvise */ 970 { ns(struct compat_30_sys___fhstat30_args), 0, 971 (sy_call_t *)sys_nomodule }, /* 392 = compat_30___fhstat30 */ 972 { ns(struct compat_50_sys___ntp_gettime30_args), 0, 973 (sy_call_t *)sys_nomodule }, /* 393 = compat_50___ntp_gettime30 */ 974 { ns(struct sys___socket30_args), 0, 975 (sy_call_t *)sys___socket30 }, /* 394 = __socket30 */ 976 { ns(struct sys___getfh30_args), 0, 977 (sy_call_t *)sys___getfh30 }, /* 395 = __getfh30 */ 978 { ns(struct sys___fhopen40_args), 0, 979 (sy_call_t *)sys___fhopen40 }, /* 396 = __fhopen40 */ 980 { ns(struct sys___fhstatvfs140_args), 0, 981 (sy_call_t *)sys___fhstatvfs140 }, /* 397 = __fhstatvfs140 */ 982 { ns(struct compat_50_sys___fhstat40_args), 0, 983 (sy_call_t *)sys_nomodule }, /* 398 = compat_50___fhstat40 */ 984 { ns(struct sys_aio_cancel_args), 0, 985 (sy_call_t *)sys_nomodule }, /* 399 = aio_cancel */ 986 { ns(struct sys_aio_error_args), 0, 987 (sy_call_t *)sys_nomodule }, /* 400 = aio_error */ 988 { ns(struct sys_aio_fsync_args), 0, 989 (sy_call_t *)sys_nomodule }, /* 401 = aio_fsync */ 990 { ns(struct sys_aio_read_args), 0, 991 (sy_call_t *)sys_nomodule }, /* 402 = aio_read */ 992 { ns(struct sys_aio_return_args), 0, 993 (sy_call_t *)sys_nomodule }, /* 403 = aio_return */ 994 { ns(struct compat_50_sys_aio_suspend_args), 0, 995 (sy_call_t *)sys_nomodule }, /* 404 = compat_50_aio_suspend */ 996 { ns(struct sys_aio_write_args), 0, 997 (sy_call_t *)sys_nomodule }, /* 405 = aio_write */ 998 { ns(struct sys_lio_listio_args), 0, 999 (sy_call_t *)sys_nomodule }, /* 406 = lio_listio */ 1000 { 0, 0, 0, 1001 sys_nosys }, /* 407 = unimplemented */ 1002 { 0, 0, 0, 1003 sys_nosys }, /* 408 = unimplemented */ 1004 { 0, 0, 0, 1005 sys_nosys }, /* 409 = unimplemented */ 1006 { ns(struct sys___mount50_args), 0, 1007 (sy_call_t *)sys___mount50 }, /* 410 = __mount50 */ 1008 { ns(struct sys_mremap_args), 0, 1009 (sy_call_t *)sys_mremap }, /* 411 = mremap */ 1010 { ns(struct sys_pset_create_args), 0, 1011 (sy_call_t *)sys_pset_create }, /* 412 = pset_create */ 1012 { ns(struct sys_pset_destroy_args), 0, 1013 (sy_call_t *)sys_pset_destroy }, /* 413 = pset_destroy */ 1014 { ns(struct sys_pset_assign_args), 0, 1015 (sy_call_t *)sys_pset_assign }, /* 414 = pset_assign */ 1016 { ns(struct sys__pset_bind_args), 0, 1017 (sy_call_t *)sys__pset_bind }, /* 415 = _pset_bind */ 1018 { ns(struct sys___posix_fadvise50_args), SYCALL_NARGS64_VAL(2) | SYCALL_ARG3_64 | SYCALL_ARG2_64, 1019 (sy_call_t *)sys___posix_fadvise50 },/* 416 = __posix_fadvise50 */ 1020 { ns(struct sys___select50_args), 0, 1021 (sy_call_t *)sys___select50 }, /* 417 = __select50 */ 1022 { ns(struct sys___gettimeofday50_args), 0, 1023 (sy_call_t *)sys___gettimeofday50 },/* 418 = __gettimeofday50 */ 1024 { ns(struct sys___settimeofday50_args), 0, 1025 (sy_call_t *)sys___settimeofday50 },/* 419 = __settimeofday50 */ 1026 { ns(struct sys___utimes50_args), 0, 1027 (sy_call_t *)sys___utimes50 }, /* 420 = __utimes50 */ 1028 { ns(struct sys___adjtime50_args), 0, 1029 (sy_call_t *)sys___adjtime50 }, /* 421 = __adjtime50 */ 1030 #if defined(LFS) || !defined(_KERNEL) 1031 { ns(struct sys___lfs_segwait50_args), 0, 1032 (sy_call_t *)sys___lfs_segwait50 }, /* 422 = __lfs_segwait50 */ 1033 #else 1034 { 0, 0, 0, 1035 sys_nosys }, /* 422 = excluded __lfs_segwait50 */ 1036 #endif 1037 { ns(struct sys___futimes50_args), 0, 1038 (sy_call_t *)sys___futimes50 }, /* 423 = __futimes50 */ 1039 { ns(struct sys___lutimes50_args), 0, 1040 (sy_call_t *)sys___lutimes50 }, /* 424 = __lutimes50 */ 1041 { ns(struct sys___setitimer50_args), 0, 1042 (sy_call_t *)sys___setitimer50 }, /* 425 = __setitimer50 */ 1043 { ns(struct sys___getitimer50_args), 0, 1044 (sy_call_t *)sys___getitimer50 }, /* 426 = __getitimer50 */ 1045 { ns(struct sys___clock_gettime50_args), 0, 1046 (sy_call_t *)sys___clock_gettime50 },/* 427 = __clock_gettime50 */ 1047 { ns(struct sys___clock_settime50_args), 0, 1048 (sy_call_t *)sys___clock_settime50 },/* 428 = __clock_settime50 */ 1049 { ns(struct sys___clock_getres50_args), 0, 1050 (sy_call_t *)sys___clock_getres50 },/* 429 = __clock_getres50 */ 1051 { ns(struct sys___nanosleep50_args), 0, 1052 (sy_call_t *)sys___nanosleep50 }, /* 430 = __nanosleep50 */ 1053 { ns(struct sys_____sigtimedwait50_args), 0, 1054 (sy_call_t *)sys_____sigtimedwait50 },/* 431 = ____sigtimedwait50 */ 1055 { ns(struct sys___mq_timedsend50_args), 0, 1056 (sy_call_t *)sys_nomodule }, /* 432 = __mq_timedsend50 */ 1057 { ns(struct sys___mq_timedreceive50_args), 0, 1058 (sy_call_t *)sys_nomodule }, /* 433 = __mq_timedreceive50 */ 1059 { ns(struct sys____lwp_park50_args), 0, 1060 (sy_call_t *)sys____lwp_park50 }, /* 434 = ___lwp_park50 */ 1061 { ns(struct sys___kevent50_args), 0, 1062 (sy_call_t *)sys___kevent50 }, /* 435 = __kevent50 */ 1063 { ns(struct sys___pselect50_args), 0, 1064 (sy_call_t *)sys___pselect50 }, /* 436 = __pselect50 */ 1065 { ns(struct sys___pollts50_args), 0, 1066 (sy_call_t *)sys___pollts50 }, /* 437 = __pollts50 */ 1067 { ns(struct sys___aio_suspend50_args), 0, 1068 (sy_call_t *)sys_nomodule }, /* 438 = __aio_suspend50 */ 1069 { ns(struct sys___stat50_args), 0, 1070 (sy_call_t *)sys___stat50 }, /* 439 = __stat50 */ 1071 { ns(struct sys___fstat50_args), 0, 1072 (sy_call_t *)sys___fstat50 }, /* 440 = __fstat50 */ 1073 { ns(struct sys___lstat50_args), 0, 1074 (sy_call_t *)sys___lstat50 }, /* 441 = __lstat50 */ 1075 #if defined(SYSVSEM) || !defined(_KERNEL_OPT) 1076 { ns(struct sys_____semctl50_args), 0, 1077 (sy_call_t *)sys_____semctl50 }, /* 442 = ____semctl50 */ 1078 #else 1079 { 0, 0, 0, 1080 sys_nosys }, /* 442 = excluded ____semctl50 */ 1081 #endif 1082 #if defined(SYSVSHM) || !defined(_KERNEL_OPT) 1083 { ns(struct sys___shmctl50_args), 0, 1084 (sy_call_t *)sys___shmctl50 }, /* 443 = __shmctl50 */ 1085 #else 1086 { 0, 0, 0, 1087 sys_nosys }, /* 443 = excluded ____shmctl50 */ 1088 #endif 1089 #if defined(SYSVMSG) || !defined(_KERNEL_OPT) 1090 { ns(struct sys___msgctl50_args), 0, 1091 (sy_call_t *)sys___msgctl50 }, /* 444 = __msgctl50 */ 1092 #else 1093 { 0, 0, 0, 1094 sys_nosys }, /* 444 = excluded ____msgctl50 */ 1095 #endif 1096 { ns(struct sys___getrusage50_args), 0, 1097 (sy_call_t *)sys___getrusage50 }, /* 445 = __getrusage50 */ 1098 { ns(struct sys___timer_settime50_args), 0, 1099 (sy_call_t *)sys___timer_settime50 },/* 446 = __timer_settime50 */ 1100 { ns(struct sys___timer_gettime50_args), 0, 1101 (sy_call_t *)sys___timer_gettime50 },/* 447 = __timer_gettime50 */ 1102 #if defined(NTP) || !defined(_KERNEL_OPT) 1103 { ns(struct sys___ntp_gettime50_args), 0, 1104 (sy_call_t *)sys___ntp_gettime50 }, /* 448 = __ntp_gettime50 */ 1105 #else 1106 { 0, 0, 0, 1107 sys_nosys }, /* 448 = excluded ___ntp_gettime50 */ 1108 #endif 1109 { ns(struct sys___wait450_args), 0, 1110 (sy_call_t *)sys___wait450 }, /* 449 = __wait450 */ 1111 { ns(struct sys___mknod50_args), SYCALL_NARGS64_VAL(1) | SYCALL_ARG2_64, 1112 (sy_call_t *)sys___mknod50 }, /* 450 = __mknod50 */ 1113 { ns(struct sys___fhstat50_args), 0, 1114 (sy_call_t *)sys___fhstat50 }, /* 451 = __fhstat50 */ 1115 { 0, 0, 0, 1116 sys_nosys }, /* 452 = filler */ 1117 { 0, 0, 0, 1118 sys_nosys }, /* 453 = filler */ 1119 { 0, 0, 0, 1120 sys_nosys }, /* 454 = filler */ 1121 { 0, 0, 0, 1122 sys_nosys }, /* 455 = filler */ 1123 { 0, 0, 0, 1124 sys_nosys }, /* 456 = filler */ 1125 { 0, 0, 0, 1126 sys_nosys }, /* 457 = filler */ 1127 { 0, 0, 0, 1128 sys_nosys }, /* 458 = filler */ 1129 { 0, 0, 0, 1130 sys_nosys }, /* 459 = filler */ 1131 { 0, 0, 0, 1132 sys_nosys }, /* 460 = filler */ 1133 { 0, 0, 0, 1134 sys_nosys }, /* 461 = filler */ 1135 { 0, 0, 0, 1136 sys_nosys }, /* 462 = filler */ 1137 { 0, 0, 0, 1138 sys_nosys }, /* 463 = filler */ 1139 { 0, 0, 0, 1140 sys_nosys }, /* 464 = filler */ 1141 { 0, 0, 0, 1142 sys_nosys }, /* 465 = filler */ 1143 { 0, 0, 0, 1144 sys_nosys }, /* 466 = filler */ 1145 { 0, 0, 0, 1146 sys_nosys }, /* 467 = filler */ 1147 { 0, 0, 0, 1148 sys_nosys }, /* 468 = filler */ 1149 { 0, 0, 0, 1150 sys_nosys }, /* 469 = filler */ 1151 { 0, 0, 0, 1152 sys_nosys }, /* 470 = filler */ 1153 { 0, 0, 0, 1154 sys_nosys }, /* 471 = filler */ 1155 { 0, 0, 0, 1156 sys_nosys }, /* 472 = filler */ 1157 { 0, 0, 0, 1158 sys_nosys }, /* 473 = filler */ 1159 { 0, 0, 0, 1160 sys_nosys }, /* 474 = filler */ 1161 { 0, 0, 0, 1162 sys_nosys }, /* 475 = filler */ 1163 { 0, 0, 0, 1164 sys_nosys }, /* 476 = filler */ 1165 { 0, 0, 0, 1166 sys_nosys }, /* 477 = filler */ 1167 { 0, 0, 0, 1168 sys_nosys }, /* 478 = filler */ 1169 { 0, 0, 0, 1170 sys_nosys }, /* 479 = filler */ 1171 { 0, 0, 0, 1172 sys_nosys }, /* 480 = filler */ 1173 { 0, 0, 0, 1174 sys_nosys }, /* 481 = filler */ 1175 { 0, 0, 0, 1176 sys_nosys }, /* 482 = filler */ 1177 { 0, 0, 0, 1178 sys_nosys }, /* 483 = filler */ 1179 { 0, 0, 0, 1180 sys_nosys }, /* 484 = filler */ 1181 { 0, 0, 0, 1182 sys_nosys }, /* 485 = filler */ 1183 { 0, 0, 0, 1184 sys_nosys }, /* 486 = filler */ 1185 { 0, 0, 0, 1186 sys_nosys }, /* 487 = filler */ 1187 { 0, 0, 0, 1188 sys_nosys }, /* 488 = filler */ 1189 { 0, 0, 0, 1190 sys_nosys }, /* 489 = filler */ 1191 { 0, 0, 0, 1192 sys_nosys }, /* 490 = filler */ 1193 { 0, 0, 0, 1194 sys_nosys }, /* 491 = filler */ 1195 { 0, 0, 0, 1196 sys_nosys }, /* 492 = filler */ 1197 { 0, 0, 0, 1198 sys_nosys }, /* 493 = filler */ 1199 { 0, 0, 0, 1200 sys_nosys }, /* 494 = filler */ 1201 { 0, 0, 0, 1202 sys_nosys }, /* 495 = filler */ 1203 { 0, 0, 0, 1204 sys_nosys }, /* 496 = filler */ 1205 { 0, 0, 0, 1206 sys_nosys }, /* 497 = filler */ 1207 { 0, 0, 0, 1208 sys_nosys }, /* 498 = filler */ 1209 { 0, 0, 0, 1210 sys_nosys }, /* 499 = filler */ 1211 { 0, 0, 0, 1212 sys_nosys }, /* 500 = filler */ 1213 { 0, 0, 0, 1214 sys_nosys }, /* 501 = filler */ 1215 { 0, 0, 0, 1216 sys_nosys }, /* 502 = filler */ 1217 { 0, 0, 0, 1218 sys_nosys }, /* 503 = filler */ 1219 { 0, 0, 0, 1220 sys_nosys }, /* 504 = filler */ 1221 { 0, 0, 0, 1222 sys_nosys }, /* 505 = filler */ 1223 { 0, 0, 0, 1224 sys_nosys }, /* 506 = filler */ 1225 { 0, 0, 0, 1226 sys_nosys }, /* 507 = filler */ 1227 { 0, 0, 0, 1228 sys_nosys }, /* 508 = filler */ 1229 { 0, 0, 0, 1230 sys_nosys }, /* 509 = filler */ 1231 { 0, 0, 0, 1232 sys_nosys }, /* 510 = filler */ 1233 { 0, 0, 0, 1234 sys_nosys }, /* 511 = filler */ 1235 }; 1236