1 1.160 mlelstv /* $NetBSD: netbsd32_sysent.c,v 1.163 2025/05/09 10:20:08 martin Exp $ */ 2 1.1 mrg 3 1.1 mrg /* 4 1.1 mrg * System call switch table. 5 1.1 mrg * 6 1.1 mrg * DO NOT EDIT-- this file is automatically generated. 7 1.163 martin * created from NetBSD: syscalls.master,v 1.147 2025/05/09 10:19:03 martin Exp 8 1.1 mrg */ 9 1.24 lukem 10 1.24 lukem #include <sys/cdefs.h> 11 1.160 mlelstv __KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.163 2025/05/09 10:20:08 martin Exp $"); 12 1.1 mrg 13 1.23 mrg #if defined(_KERNEL_OPT) 14 1.1 mrg #include "opt_compat_netbsd.h" 15 1.4 eeh #include "opt_ntp.h" 16 1.6 christos #include "opt_compat_43.h" 17 1.139 christos #include "opt_quota.h" 18 1.17 jdolecek #endif 19 1.1 mrg #include <sys/param.h> 20 1.1 mrg #include <sys/systm.h> 21 1.1 mrg #include <sys/signal.h> 22 1.1 mrg #include <sys/mount.h> 23 1.1 mrg #include <sys/syscallargs.h> 24 1.8 mrg #include <compat/netbsd32/netbsd32.h> 25 1.140 christos #include <compat/netbsd32/netbsd32_syscall.h> 26 1.8 mrg #include <compat/netbsd32/netbsd32_syscallargs.h> 27 1.1 mrg 28 1.1 mrg #ifdef COMPAT_43 29 1.23 mrg #define compat_43(func) __CONCAT(compat_43_,func) 30 1.1 mrg #else 31 1.23 mrg #define compat_43(func) sys_nosys 32 1.1 mrg #endif 33 1.1 mrg 34 1.1 mrg #ifdef COMPAT_09 35 1.23 mrg #define compat_09(func) __CONCAT(compat_09_,func) 36 1.1 mrg #else 37 1.23 mrg #define compat_09(func) sys_nosys 38 1.1 mrg #endif 39 1.1 mrg 40 1.1 mrg #ifdef COMPAT_10 41 1.23 mrg #define compat_10(func) __CONCAT(compat_10_,func) 42 1.1 mrg #else 43 1.23 mrg #define compat_10(func) sys_nosys 44 1.1 mrg #endif 45 1.1 mrg 46 1.1 mrg #ifdef COMPAT_11 47 1.23 mrg #define compat_11(func) __CONCAT(compat_11_,func) 48 1.1 mrg #else 49 1.23 mrg #define compat_11(func) sys_nosys 50 1.1 mrg #endif 51 1.1 mrg 52 1.1 mrg #ifdef COMPAT_12 53 1.23 mrg #define compat_12(func) __CONCAT(compat_12_,func) 54 1.1 mrg #else 55 1.23 mrg #define compat_12(func) sys_nosys 56 1.1 mrg #endif 57 1.1 mrg 58 1.1 mrg #ifdef COMPAT_13 59 1.23 mrg #define compat_13(func) __CONCAT(compat_13_,func) 60 1.1 mrg #else 61 1.23 mrg #define compat_13(func) sys_nosys 62 1.1 mrg #endif 63 1.1 mrg 64 1.11 eeh #ifdef COMPAT_14 65 1.23 mrg #define compat_14(func) __CONCAT(compat_14_,func) 66 1.11 eeh #else 67 1.23 mrg #define compat_14(func) sys_nosys 68 1.11 eeh #endif 69 1.11 eeh 70 1.30 fvdl #ifdef COMPAT_15 71 1.30 fvdl #define compat_15(func) __CONCAT(compat_15_,func) 72 1.30 fvdl #else 73 1.30 fvdl #define compat_15(func) sys_nosys 74 1.30 fvdl #endif 75 1.30 fvdl 76 1.30 fvdl #ifdef COMPAT_16 77 1.30 fvdl #define compat_16(func) __CONCAT(compat_16_,func) 78 1.30 fvdl #else 79 1.30 fvdl #define compat_16(func) sys_nosys 80 1.30 fvdl #endif 81 1.30 fvdl 82 1.32 cube #ifdef COMPAT_20 83 1.32 cube #define compat_20(func) __CONCAT(compat_20_,func) 84 1.32 cube #else 85 1.32 cube #define compat_20(func) sys_nosys 86 1.32 cube #endif 87 1.32 cube 88 1.51 cube #ifdef COMPAT_30 89 1.51 cube #define compat_30(func) __CONCAT(compat_30_,func) 90 1.51 cube #else 91 1.51 cube #define compat_30(func) sys_nosys 92 1.51 cube #endif 93 1.51 cube 94 1.82 christos #ifdef COMPAT_40 95 1.82 christos #define compat_40(func) __CONCAT(compat_40_,func) 96 1.82 christos #else 97 1.82 christos #define compat_40(func) sys_nosys 98 1.82 christos #endif 99 1.82 christos 100 1.82 christos #ifdef COMPAT_50 101 1.82 christos #define compat_50(func) __CONCAT(compat_50_,func) 102 1.82 christos #else 103 1.82 christos #define compat_50(func) sys_nosys 104 1.82 christos #endif 105 1.82 christos 106 1.104 christos #ifdef COMPAT_60 107 1.104 christos #define compat_60(func) __CONCAT(compat_60_,func) 108 1.104 christos #else 109 1.104 christos #define compat_60(func) sys_nosys 110 1.104 christos #endif 111 1.104 christos 112 1.109 christos #ifdef COMPAT_70 113 1.109 christos #define compat_70(func) __CONCAT(compat_70_,func) 114 1.109 christos #else 115 1.109 christos #define compat_70(func) sys_nosys 116 1.109 christos #endif 117 1.109 christos 118 1.138 pgoyette #ifdef COMPAT_80 119 1.138 pgoyette #define compat_80(func) __CONCAT(compat_80_,func) 120 1.138 pgoyette #else 121 1.138 pgoyette #define compat_80(func) sys_nosys 122 1.138 pgoyette #endif 123 1.138 pgoyette 124 1.141 christos #ifdef COMPAT_90 125 1.141 christos #define compat_90(func) __CONCAT(compat_90_,func) 126 1.141 christos #else 127 1.141 christos #define compat_90(func) sys_nosys 128 1.141 christos #endif 129 1.141 christos 130 1.156 rin #ifdef COMPAT_100 131 1.156 rin #define compat_100(func) __CONCAT(compat_100_,func) 132 1.156 rin #else 133 1.156 rin #define compat_100(func) sys_nosys 134 1.156 rin #endif 135 1.156 rin 136 1.161 christos #ifdef COMPAT_110 137 1.161 christos #define compat_110(func) __CONCAT(compat_110_,func) 138 1.161 christos #else 139 1.161 christos #define compat_110(func) sys_nosys 140 1.161 christos #endif 141 1.161 christos 142 1.1 mrg #define s(type) sizeof(type) 143 1.68 dsl #define n(type) (sizeof(type)/sizeof (register32_t)) 144 1.111 martin #define ns(type) .sy_narg = n(type), .sy_argsize = s(type) 145 1.1 mrg 146 1.8 mrg struct sysent netbsd32_sysent[] = { 147 1.111 martin { 148 1.111 martin ns(struct netbsd32_syscall_args), 149 1.111 martin .sy_flags = SYCALL_INDIRECT, 150 1.111 martin .sy_call = (sy_call_t *)netbsd32_syscall 151 1.111 martin }, /* 0 = netbsd32_syscall */ 152 1.111 martin { 153 1.111 martin ns(struct netbsd32_exit_args), 154 1.111 martin .sy_call = (sy_call_t *)netbsd32_exit 155 1.111 martin }, /* 1 = netbsd32_exit */ 156 1.111 martin { 157 1.111 martin .sy_call = (sy_call_t *)sys_fork 158 1.111 martin }, /* 2 = fork */ 159 1.111 martin { 160 1.111 martin ns(struct netbsd32_read_args), 161 1.111 martin .sy_call = (sy_call_t *)netbsd32_read 162 1.111 martin }, /* 3 = netbsd32_read */ 163 1.111 martin { 164 1.111 martin ns(struct netbsd32_write_args), 165 1.111 martin .sy_call = (sy_call_t *)netbsd32_write 166 1.111 martin }, /* 4 = netbsd32_write */ 167 1.111 martin { 168 1.111 martin ns(struct netbsd32_open_args), 169 1.111 martin .sy_call = (sy_call_t *)netbsd32_open 170 1.111 martin }, /* 5 = netbsd32_open */ 171 1.111 martin { 172 1.111 martin ns(struct netbsd32_close_args), 173 1.111 martin .sy_call = (sy_call_t *)netbsd32_close 174 1.111 martin }, /* 6 = netbsd32_close */ 175 1.111 martin { 176 1.111 martin ns(struct compat_50_netbsd32_wait4_args), 177 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 178 1.111 martin }, /* 7 = compat_50_netbsd32_wait4 */ 179 1.111 martin { 180 1.111 martin ns(struct compat_43_netbsd32_ocreat_args), 181 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 182 1.111 martin }, /* 8 = compat_43_netbsd32_ocreat */ 183 1.111 martin { 184 1.111 martin ns(struct netbsd32_link_args), 185 1.111 martin .sy_call = (sy_call_t *)netbsd32_link 186 1.111 martin }, /* 9 = netbsd32_link */ 187 1.111 martin { 188 1.111 martin ns(struct netbsd32_unlink_args), 189 1.111 martin .sy_call = (sy_call_t *)netbsd32_unlink 190 1.111 martin }, /* 10 = netbsd32_unlink */ 191 1.111 martin { 192 1.111 martin .sy_call = sys_nosys, 193 1.111 martin }, /* 11 = filler */ 194 1.111 martin { 195 1.111 martin ns(struct netbsd32_chdir_args), 196 1.111 martin .sy_call = (sy_call_t *)netbsd32_chdir 197 1.111 martin }, /* 12 = netbsd32_chdir */ 198 1.111 martin { 199 1.111 martin ns(struct netbsd32_fchdir_args), 200 1.111 martin .sy_call = (sy_call_t *)netbsd32_fchdir 201 1.111 martin }, /* 13 = netbsd32_fchdir */ 202 1.111 martin { 203 1.111 martin ns(struct compat_50_netbsd32_mknod_args), 204 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 205 1.111 martin }, /* 14 = compat_50_netbsd32_mknod */ 206 1.111 martin { 207 1.111 martin ns(struct netbsd32_chmod_args), 208 1.111 martin .sy_call = (sy_call_t *)netbsd32_chmod 209 1.111 martin }, /* 15 = netbsd32_chmod */ 210 1.111 martin { 211 1.111 martin ns(struct netbsd32_chown_args), 212 1.111 martin .sy_call = (sy_call_t *)netbsd32_chown 213 1.111 martin }, /* 16 = netbsd32_chown */ 214 1.111 martin { 215 1.111 martin ns(struct netbsd32_break_args), 216 1.111 martin .sy_call = (sy_call_t *)netbsd32_break 217 1.111 martin }, /* 17 = netbsd32_break */ 218 1.111 martin { 219 1.111 martin ns(struct compat_20_netbsd32_getfsstat_args), 220 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 221 1.111 martin }, /* 18 = compat_20_netbsd32_getfsstat */ 222 1.111 martin { 223 1.111 martin ns(struct compat_43_netbsd32_olseek_args), 224 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 225 1.111 martin }, /* 19 = compat_43_netbsd32_olseek */ 226 1.111 martin { 227 1.145 kamil .sy_call = (sy_call_t *)sys_getpid_with_ppid 228 1.111 martin }, /* 20 = getpid */ 229 1.111 martin { 230 1.136 mrg ns(struct compat_40_netbsd32_mount_args), 231 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 232 1.136 mrg }, /* 21 = compat_40_netbsd32_mount */ 233 1.111 martin { 234 1.111 martin ns(struct netbsd32_unmount_args), 235 1.111 martin .sy_call = (sy_call_t *)netbsd32_unmount 236 1.111 martin }, /* 22 = netbsd32_unmount */ 237 1.111 martin { 238 1.111 martin ns(struct netbsd32_setuid_args), 239 1.111 martin .sy_call = (sy_call_t *)netbsd32_setuid 240 1.111 martin }, /* 23 = netbsd32_setuid */ 241 1.111 martin { 242 1.145 kamil .sy_call = (sy_call_t *)sys_getuid_with_euid 243 1.111 martin }, /* 24 = getuid */ 244 1.111 martin { 245 1.111 martin .sy_call = (sy_call_t *)sys_geteuid 246 1.111 martin }, /* 25 = geteuid */ 247 1.111 martin { 248 1.111 martin ns(struct netbsd32_ptrace_args), 249 1.124 skrll .sy_call = (sy_call_t *)sys_nomodule 250 1.111 martin }, /* 26 = netbsd32_ptrace */ 251 1.111 martin { 252 1.111 martin ns(struct netbsd32_recvmsg_args), 253 1.111 martin .sy_call = (sy_call_t *)netbsd32_recvmsg 254 1.111 martin }, /* 27 = netbsd32_recvmsg */ 255 1.111 martin { 256 1.111 martin ns(struct netbsd32_sendmsg_args), 257 1.111 martin .sy_call = (sy_call_t *)netbsd32_sendmsg 258 1.111 martin }, /* 28 = netbsd32_sendmsg */ 259 1.111 martin { 260 1.111 martin ns(struct netbsd32_recvfrom_args), 261 1.111 martin .sy_call = (sy_call_t *)netbsd32_recvfrom 262 1.111 martin }, /* 29 = netbsd32_recvfrom */ 263 1.111 martin { 264 1.111 martin ns(struct netbsd32_accept_args), 265 1.111 martin .sy_call = (sy_call_t *)netbsd32_accept 266 1.111 martin }, /* 30 = netbsd32_accept */ 267 1.111 martin { 268 1.111 martin ns(struct netbsd32_getpeername_args), 269 1.111 martin .sy_call = (sy_call_t *)netbsd32_getpeername 270 1.111 martin }, /* 31 = netbsd32_getpeername */ 271 1.111 martin { 272 1.111 martin ns(struct netbsd32_getsockname_args), 273 1.111 martin .sy_call = (sy_call_t *)netbsd32_getsockname 274 1.111 martin }, /* 32 = netbsd32_getsockname */ 275 1.111 martin { 276 1.111 martin ns(struct netbsd32_access_args), 277 1.111 martin .sy_call = (sy_call_t *)netbsd32_access 278 1.111 martin }, /* 33 = netbsd32_access */ 279 1.111 martin { 280 1.111 martin ns(struct netbsd32_chflags_args), 281 1.111 martin .sy_call = (sy_call_t *)netbsd32_chflags 282 1.111 martin }, /* 34 = netbsd32_chflags */ 283 1.111 martin { 284 1.111 martin ns(struct netbsd32_fchflags_args), 285 1.111 martin .sy_call = (sy_call_t *)netbsd32_fchflags 286 1.111 martin }, /* 35 = netbsd32_fchflags */ 287 1.111 martin { 288 1.111 martin .sy_call = (sy_call_t *)sys_sync 289 1.111 martin }, /* 36 = sync */ 290 1.111 martin { 291 1.111 martin ns(struct netbsd32_kill_args), 292 1.111 martin .sy_call = (sy_call_t *)netbsd32_kill 293 1.111 martin }, /* 37 = netbsd32_kill */ 294 1.111 martin { 295 1.111 martin ns(struct compat_43_netbsd32_stat43_args), 296 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 297 1.111 martin }, /* 38 = compat_43_netbsd32_stat43 */ 298 1.111 martin { 299 1.111 martin .sy_call = (sy_call_t *)sys_getppid 300 1.111 martin }, /* 39 = getppid */ 301 1.111 martin { 302 1.111 martin ns(struct compat_43_netbsd32_lstat43_args), 303 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 304 1.111 martin }, /* 40 = compat_43_netbsd32_lstat43 */ 305 1.111 martin { 306 1.111 martin ns(struct netbsd32_dup_args), 307 1.111 martin .sy_call = (sy_call_t *)netbsd32_dup 308 1.111 martin }, /* 41 = netbsd32_dup */ 309 1.111 martin { 310 1.111 martin .sy_call = (sy_call_t *)sys_pipe 311 1.111 martin }, /* 42 = pipe */ 312 1.111 martin { 313 1.111 martin .sy_call = (sy_call_t *)sys_getegid 314 1.111 martin }, /* 43 = getegid */ 315 1.111 martin { 316 1.111 martin ns(struct netbsd32_profil_args), 317 1.111 martin .sy_call = (sy_call_t *)netbsd32_profil 318 1.111 martin }, /* 44 = netbsd32_profil */ 319 1.111 martin { 320 1.111 martin ns(struct netbsd32_ktrace_args), 321 1.111 martin .sy_call = (sy_call_t *)netbsd32_ktrace 322 1.111 martin }, /* 45 = netbsd32_ktrace */ 323 1.111 martin { 324 1.111 martin ns(struct netbsd32_sigaction_args), 325 1.111 martin .sy_call = (sy_call_t *)netbsd32_sigaction 326 1.111 martin }, /* 46 = netbsd32_sigaction */ 327 1.111 martin { 328 1.145 kamil .sy_call = (sy_call_t *)sys_getgid_with_egid 329 1.111 martin }, /* 47 = getgid */ 330 1.111 martin { 331 1.111 martin ns(struct compat_13_netbsd32_sigprocmask_args), 332 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 333 1.111 martin }, /* 48 = compat_13_sigprocmask13 */ 334 1.111 martin { 335 1.111 martin ns(struct netbsd32___getlogin_args), 336 1.111 martin .sy_call = (sy_call_t *)netbsd32___getlogin 337 1.111 martin }, /* 49 = netbsd32___getlogin */ 338 1.111 martin { 339 1.111 martin ns(struct netbsd32_setlogin_args), 340 1.111 martin .sy_call = (sy_call_t *)netbsd32_setlogin 341 1.111 martin }, /* 50 = netbsd32_setlogin */ 342 1.111 martin { 343 1.111 martin ns(struct netbsd32_acct_args), 344 1.111 martin .sy_call = (sy_call_t *)netbsd32_acct 345 1.111 martin }, /* 51 = netbsd32_acct */ 346 1.111 martin { 347 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 348 1.111 martin }, /* 52 = compat_13_sigpending13 */ 349 1.111 martin { 350 1.111 martin ns(struct compat_13_netbsd32_sigaltstack13_args), 351 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 352 1.111 martin }, /* 53 = compat_13_netbsd32_sigaltstack13 */ 353 1.111 martin { 354 1.111 martin ns(struct netbsd32_ioctl_args), 355 1.111 martin .sy_call = (sy_call_t *)netbsd32_ioctl 356 1.111 martin }, /* 54 = netbsd32_ioctl */ 357 1.111 martin { 358 1.111 martin ns(struct compat_12_netbsd32_reboot_args), 359 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 360 1.111 martin }, /* 55 = compat_12_netbsd32_reboot */ 361 1.111 martin { 362 1.111 martin ns(struct netbsd32_revoke_args), 363 1.111 martin .sy_call = (sy_call_t *)netbsd32_revoke 364 1.111 martin }, /* 56 = netbsd32_revoke */ 365 1.111 martin { 366 1.111 martin ns(struct netbsd32_symlink_args), 367 1.111 martin .sy_call = (sy_call_t *)netbsd32_symlink 368 1.111 martin }, /* 57 = netbsd32_symlink */ 369 1.111 martin { 370 1.111 martin ns(struct netbsd32_readlink_args), 371 1.111 martin .sy_call = (sy_call_t *)netbsd32_readlink 372 1.111 martin }, /* 58 = netbsd32_readlink */ 373 1.111 martin { 374 1.111 martin ns(struct netbsd32_execve_args), 375 1.111 martin .sy_call = (sy_call_t *)netbsd32_execve 376 1.111 martin }, /* 59 = netbsd32_execve */ 377 1.111 martin { 378 1.111 martin ns(struct netbsd32_umask_args), 379 1.111 martin .sy_call = (sy_call_t *)netbsd32_umask 380 1.111 martin }, /* 60 = netbsd32_umask */ 381 1.111 martin { 382 1.111 martin ns(struct netbsd32_chroot_args), 383 1.111 martin .sy_call = (sy_call_t *)netbsd32_chroot 384 1.111 martin }, /* 61 = netbsd32_chroot */ 385 1.111 martin { 386 1.111 martin ns(struct compat_43_netbsd32_fstat43_args), 387 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 388 1.111 martin }, /* 62 = compat_43_netbsd32_fstat43 */ 389 1.111 martin { 390 1.111 martin ns(struct compat_43_netbsd32_ogetkerninfo_args), 391 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 392 1.111 martin }, /* 63 = compat_43_netbsd32_ogetkerninfo */ 393 1.111 martin { 394 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 395 1.111 martin }, /* 64 = compat_43_ogetpagesize */ 396 1.111 martin { 397 1.111 martin ns(struct compat_12_netbsd32_msync_args), 398 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 399 1.111 martin }, /* 65 = compat_12_netbsd32_msync */ 400 1.111 martin { 401 1.111 martin .sy_call = (sy_call_t *)sys_vfork 402 1.111 martin }, /* 66 = vfork */ 403 1.111 martin { 404 1.111 martin .sy_call = sys_nosys, 405 1.111 martin }, /* 67 = filler */ 406 1.111 martin { 407 1.111 martin .sy_call = sys_nosys, 408 1.111 martin }, /* 68 = filler */ 409 1.111 martin { 410 1.130 kamil .sy_call = sys_nosys, 411 1.130 kamil }, /* 69 = filler */ 412 1.111 martin { 413 1.129 kamil .sy_call = sys_nosys, 414 1.129 kamil }, /* 70 = filler */ 415 1.111 martin { 416 1.111 martin ns(struct compat_43_netbsd32_ommap_args), 417 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 418 1.111 martin }, /* 71 = compat_43_netbsd32_ommap */ 419 1.111 martin { 420 1.132 kamil ns(struct netbsd32_ovadvise_args), 421 1.132 kamil .sy_call = (sy_call_t *)netbsd32_ovadvise 422 1.132 kamil }, /* 72 = vadvise */ 423 1.111 martin { 424 1.111 martin ns(struct netbsd32_munmap_args), 425 1.111 martin .sy_call = (sy_call_t *)netbsd32_munmap 426 1.111 martin }, /* 73 = netbsd32_munmap */ 427 1.111 martin { 428 1.111 martin ns(struct netbsd32_mprotect_args), 429 1.111 martin .sy_call = (sy_call_t *)netbsd32_mprotect 430 1.111 martin }, /* 74 = netbsd32_mprotect */ 431 1.111 martin { 432 1.111 martin ns(struct netbsd32_madvise_args), 433 1.111 martin .sy_call = (sy_call_t *)netbsd32_madvise 434 1.111 martin }, /* 75 = netbsd32_madvise */ 435 1.111 martin { 436 1.111 martin .sy_call = sys_nosys, 437 1.111 martin }, /* 76 = filler */ 438 1.111 martin { 439 1.111 martin .sy_call = sys_nosys, 440 1.111 martin }, /* 77 = filler */ 441 1.111 martin { 442 1.111 martin ns(struct netbsd32_mincore_args), 443 1.111 martin .sy_call = (sy_call_t *)netbsd32_mincore 444 1.111 martin }, /* 78 = netbsd32_mincore */ 445 1.111 martin { 446 1.111 martin ns(struct netbsd32_getgroups_args), 447 1.111 martin .sy_call = (sy_call_t *)netbsd32_getgroups 448 1.111 martin }, /* 79 = netbsd32_getgroups */ 449 1.111 martin { 450 1.111 martin ns(struct netbsd32_setgroups_args), 451 1.111 martin .sy_call = (sy_call_t *)netbsd32_setgroups 452 1.111 martin }, /* 80 = netbsd32_setgroups */ 453 1.111 martin { 454 1.111 martin .sy_call = (sy_call_t *)sys_getpgrp 455 1.111 martin }, /* 81 = getpgrp */ 456 1.111 martin { 457 1.111 martin ns(struct netbsd32_setpgid_args), 458 1.111 martin .sy_call = (sy_call_t *)netbsd32_setpgid 459 1.111 martin }, /* 82 = netbsd32_setpgid */ 460 1.111 martin { 461 1.111 martin ns(struct compat_50_netbsd32_setitimer_args), 462 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 463 1.111 martin }, /* 83 = compat_50_netbsd32_setitimer */ 464 1.111 martin { 465 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 466 1.111 martin }, /* 84 = compat_43_owait */ 467 1.111 martin { 468 1.111 martin ns(struct compat_12_netbsd32_oswapon_args), 469 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 470 1.111 martin }, /* 85 = compat_12_netbsd32_oswapon */ 471 1.111 martin { 472 1.111 martin ns(struct compat_50_netbsd32_getitimer_args), 473 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 474 1.111 martin }, /* 86 = compat_50_netbsd32_getitimer */ 475 1.111 martin { 476 1.111 martin ns(struct compat_43_netbsd32_ogethostname_args), 477 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 478 1.111 martin }, /* 87 = compat_43_netbsd32_ogethostname */ 479 1.111 martin { 480 1.111 martin ns(struct compat_43_netbsd32_osethostname_args), 481 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 482 1.111 martin }, /* 88 = compat_43_netbsd32_osethostname */ 483 1.111 martin { 484 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 485 1.111 martin }, /* 89 = compat_43_ogetdtablesize */ 486 1.111 martin { 487 1.111 martin ns(struct netbsd32_dup2_args), 488 1.111 martin .sy_call = (sy_call_t *)netbsd32_dup2 489 1.111 martin }, /* 90 = netbsd32_dup2 */ 490 1.111 martin { 491 1.153 rin ns(struct netbsd32_getrandom_args), 492 1.153 rin .sy_call = (sy_call_t *)netbsd32_getrandom 493 1.153 rin }, /* 91 = netbsd32_getrandom */ 494 1.111 martin { 495 1.111 martin ns(struct netbsd32_fcntl_args), 496 1.111 martin .sy_call = (sy_call_t *)netbsd32_fcntl 497 1.111 martin }, /* 92 = netbsd32_fcntl */ 498 1.111 martin { 499 1.111 martin ns(struct compat_50_netbsd32_select_args), 500 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 501 1.111 martin }, /* 93 = compat_50_netbsd32_select */ 502 1.111 martin { 503 1.111 martin .sy_call = sys_nosys, 504 1.111 martin }, /* 94 = filler */ 505 1.111 martin { 506 1.111 martin ns(struct netbsd32_fsync_args), 507 1.111 martin .sy_call = (sy_call_t *)netbsd32_fsync 508 1.111 martin }, /* 95 = netbsd32_fsync */ 509 1.111 martin { 510 1.111 martin ns(struct netbsd32_setpriority_args), 511 1.111 martin .sy_call = (sy_call_t *)netbsd32_setpriority 512 1.111 martin }, /* 96 = netbsd32_setpriority */ 513 1.111 martin { 514 1.111 martin ns(struct compat_30_netbsd32_socket_args), 515 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 516 1.111 martin }, /* 97 = compat_30_netbsd32_socket */ 517 1.111 martin { 518 1.111 martin ns(struct netbsd32_connect_args), 519 1.111 martin .sy_call = (sy_call_t *)netbsd32_connect 520 1.111 martin }, /* 98 = netbsd32_connect */ 521 1.111 martin { 522 1.111 martin ns(struct compat_43_netbsd32_oaccept_args), 523 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 524 1.111 martin }, /* 99 = compat_43_netbsd32_oaccept */ 525 1.111 martin { 526 1.111 martin ns(struct netbsd32_getpriority_args), 527 1.111 martin .sy_call = (sy_call_t *)netbsd32_getpriority 528 1.111 martin }, /* 100 = netbsd32_getpriority */ 529 1.111 martin { 530 1.111 martin ns(struct compat_43_netbsd32_osend_args), 531 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 532 1.111 martin }, /* 101 = compat_43_netbsd32_osend */ 533 1.111 martin { 534 1.111 martin ns(struct compat_43_netbsd32_orecv_args), 535 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 536 1.111 martin }, /* 102 = compat_43_netbsd32_orecv */ 537 1.111 martin { 538 1.111 martin ns(struct compat_13_netbsd32_sigreturn_args), 539 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 540 1.111 martin }, /* 103 = compat_13_sigreturn13 */ 541 1.111 martin { 542 1.111 martin ns(struct netbsd32_bind_args), 543 1.111 martin .sy_call = (sy_call_t *)netbsd32_bind 544 1.111 martin }, /* 104 = netbsd32_bind */ 545 1.111 martin { 546 1.111 martin ns(struct netbsd32_setsockopt_args), 547 1.111 martin .sy_call = (sy_call_t *)netbsd32_setsockopt 548 1.111 martin }, /* 105 = netbsd32_setsockopt */ 549 1.111 martin { 550 1.111 martin ns(struct netbsd32_listen_args), 551 1.111 martin .sy_call = (sy_call_t *)netbsd32_listen 552 1.111 martin }, /* 106 = netbsd32_listen */ 553 1.111 martin { 554 1.111 martin .sy_call = sys_nosys, 555 1.111 martin }, /* 107 = filler */ 556 1.111 martin { 557 1.111 martin ns(struct compat_43_netbsd32_osigvec_args), 558 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 559 1.111 martin }, /* 108 = compat_43_netbsd32_osigvec */ 560 1.111 martin { 561 1.111 martin ns(struct compat_43_netbsd32_sigblock_args), 562 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 563 1.111 martin }, /* 109 = compat_43_netbsd32_sigblock */ 564 1.111 martin { 565 1.111 martin ns(struct compat_43_netbsd32_sigsetmask_args), 566 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 567 1.111 martin }, /* 110 = compat_43_netbsd32_sigsetmask */ 568 1.111 martin { 569 1.111 martin ns(struct compat_13_netbsd32_sigsuspend_args), 570 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 571 1.111 martin }, /* 111 = compat_13_sigsuspend13 */ 572 1.111 martin { 573 1.111 martin ns(struct compat_43_netbsd32_osigstack_args), 574 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 575 1.111 martin }, /* 112 = compat_43_netbsd32_osigstack */ 576 1.111 martin { 577 1.111 martin ns(struct compat_43_netbsd32_orecvmsg_args), 578 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 579 1.111 martin }, /* 113 = compat_43_netbsd32_orecvmsg */ 580 1.111 martin { 581 1.111 martin ns(struct compat_43_netbsd32_osendmsg_args), 582 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 583 1.111 martin }, /* 114 = compat_43_netbsd32_osendmsg */ 584 1.111 martin { 585 1.111 martin .sy_call = sys_nosys, 586 1.111 martin }, /* 115 = filler */ 587 1.111 martin { 588 1.111 martin ns(struct compat_50_netbsd32_gettimeofday_args), 589 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 590 1.111 martin }, /* 116 = compat_50_netbsd32_gettimeofday */ 591 1.111 martin { 592 1.111 martin ns(struct compat_50_netbsd32_getrusage_args), 593 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 594 1.111 martin }, /* 117 = compat_50_netbsd32_getrusage */ 595 1.111 martin { 596 1.111 martin ns(struct netbsd32_getsockopt_args), 597 1.111 martin .sy_call = (sy_call_t *)netbsd32_getsockopt 598 1.111 martin }, /* 118 = netbsd32_getsockopt */ 599 1.111 martin { 600 1.111 martin .sy_call = sys_nosys, 601 1.111 martin }, /* 119 = filler */ 602 1.111 martin { 603 1.111 martin ns(struct netbsd32_readv_args), 604 1.111 martin .sy_call = (sy_call_t *)netbsd32_readv 605 1.111 martin }, /* 120 = netbsd32_readv */ 606 1.111 martin { 607 1.111 martin ns(struct netbsd32_writev_args), 608 1.111 martin .sy_call = (sy_call_t *)netbsd32_writev 609 1.111 martin }, /* 121 = netbsd32_writev */ 610 1.111 martin { 611 1.111 martin ns(struct compat_50_netbsd32_settimeofday_args), 612 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 613 1.111 martin }, /* 122 = compat_50_netbsd32_settimeofday */ 614 1.111 martin { 615 1.111 martin ns(struct netbsd32_fchown_args), 616 1.111 martin .sy_call = (sy_call_t *)netbsd32_fchown 617 1.111 martin }, /* 123 = netbsd32_fchown */ 618 1.111 martin { 619 1.111 martin ns(struct netbsd32_fchmod_args), 620 1.111 martin .sy_call = (sy_call_t *)netbsd32_fchmod 621 1.111 martin }, /* 124 = netbsd32_fchmod */ 622 1.111 martin { 623 1.111 martin ns(struct compat_43_netbsd32_orecvfrom_args), 624 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 625 1.111 martin }, /* 125 = compat_43_netbsd32_orecvfrom */ 626 1.111 martin { 627 1.111 martin ns(struct netbsd32_setreuid_args), 628 1.111 martin .sy_call = (sy_call_t *)netbsd32_setreuid 629 1.111 martin }, /* 126 = netbsd32_setreuid */ 630 1.111 martin { 631 1.111 martin ns(struct netbsd32_setregid_args), 632 1.111 martin .sy_call = (sy_call_t *)netbsd32_setregid 633 1.111 martin }, /* 127 = netbsd32_setregid */ 634 1.111 martin { 635 1.111 martin ns(struct netbsd32_rename_args), 636 1.111 martin .sy_call = (sy_call_t *)netbsd32_rename 637 1.111 martin }, /* 128 = netbsd32_rename */ 638 1.111 martin { 639 1.111 martin ns(struct compat_43_netbsd32_otruncate_args), 640 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 641 1.111 martin }, /* 129 = compat_43_netbsd32_otruncate */ 642 1.111 martin { 643 1.111 martin ns(struct compat_43_netbsd32_oftruncate_args), 644 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 645 1.111 martin }, /* 130 = compat_43_netbsd32_oftruncate */ 646 1.111 martin { 647 1.111 martin ns(struct netbsd32_flock_args), 648 1.111 martin .sy_call = (sy_call_t *)netbsd32_flock 649 1.111 martin }, /* 131 = netbsd32_flock */ 650 1.111 martin { 651 1.111 martin ns(struct netbsd32_mkfifo_args), 652 1.111 martin .sy_call = (sy_call_t *)netbsd32_mkfifo 653 1.111 martin }, /* 132 = netbsd32_mkfifo */ 654 1.111 martin { 655 1.111 martin ns(struct netbsd32_sendto_args), 656 1.111 martin .sy_call = (sy_call_t *)netbsd32_sendto 657 1.111 martin }, /* 133 = netbsd32_sendto */ 658 1.111 martin { 659 1.111 martin ns(struct netbsd32_shutdown_args), 660 1.111 martin .sy_call = (sy_call_t *)netbsd32_shutdown 661 1.111 martin }, /* 134 = netbsd32_shutdown */ 662 1.111 martin { 663 1.111 martin ns(struct netbsd32_socketpair_args), 664 1.111 martin .sy_call = (sy_call_t *)netbsd32_socketpair 665 1.111 martin }, /* 135 = netbsd32_socketpair */ 666 1.111 martin { 667 1.111 martin ns(struct netbsd32_mkdir_args), 668 1.111 martin .sy_call = (sy_call_t *)netbsd32_mkdir 669 1.111 martin }, /* 136 = netbsd32_mkdir */ 670 1.111 martin { 671 1.111 martin ns(struct netbsd32_rmdir_args), 672 1.111 martin .sy_call = (sy_call_t *)netbsd32_rmdir 673 1.111 martin }, /* 137 = netbsd32_rmdir */ 674 1.111 martin { 675 1.111 martin ns(struct compat_50_netbsd32_utimes_args), 676 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 677 1.111 martin }, /* 138 = compat_50_netbsd32_utimes */ 678 1.111 martin { 679 1.111 martin .sy_call = sys_nosys, 680 1.111 martin }, /* 139 = filler */ 681 1.111 martin { 682 1.111 martin ns(struct compat_50_netbsd32_adjtime_args), 683 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 684 1.111 martin }, /* 140 = compat_50_netbsd32_adjtime */ 685 1.111 martin { 686 1.111 martin ns(struct compat_43_netbsd32_ogetpeername_args), 687 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 688 1.111 martin }, /* 141 = compat_43_netbsd32_ogetpeername */ 689 1.111 martin { 690 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 691 1.111 martin }, /* 142 = compat_43_ogethostid */ 692 1.111 martin { 693 1.111 martin ns(struct compat_43_netbsd32_sethostid_args), 694 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 695 1.111 martin }, /* 143 = compat_43_netbsd32_sethostid */ 696 1.111 martin { 697 1.111 martin ns(struct compat_43_netbsd32_ogetrlimit_args), 698 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 699 1.111 martin }, /* 144 = compat_43_netbsd32_ogetrlimit */ 700 1.111 martin { 701 1.111 martin ns(struct compat_43_netbsd32_osetrlimit_args), 702 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 703 1.111 martin }, /* 145 = compat_43_netbsd32_osetrlimit */ 704 1.111 martin { 705 1.111 martin ns(struct compat_43_netbsd32_killpg_args), 706 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 707 1.111 martin }, /* 146 = compat_43_netbsd32_killpg */ 708 1.111 martin { 709 1.111 martin .sy_call = (sy_call_t *)sys_setsid 710 1.111 martin }, /* 147 = setsid */ 711 1.111 martin { 712 1.111 martin ns(struct compat_50_netbsd32_quotactl_args), 713 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 714 1.111 martin }, /* 148 = compat_50_netbsd32_quotactl */ 715 1.139 christos { 716 1.139 christos .sy_call = sys_nosys, 717 1.139 christos }, /* 149 = filler */ 718 1.111 martin { 719 1.111 martin ns(struct compat_43_netbsd32_ogetsockname_args), 720 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 721 1.111 martin }, /* 150 = compat_43_netbsd32_ogetsockname */ 722 1.111 martin { 723 1.111 martin .sy_call = sys_nosys, 724 1.111 martin }, /* 151 = filler */ 725 1.111 martin { 726 1.111 martin .sy_call = sys_nosys, 727 1.111 martin }, /* 152 = filler */ 728 1.111 martin { 729 1.111 martin .sy_call = sys_nosys, 730 1.111 martin }, /* 153 = filler */ 731 1.111 martin { 732 1.111 martin .sy_call = sys_nosys, 733 1.111 martin }, /* 154 = filler */ 734 1.111 martin { 735 1.115 mrg ns(struct netbsd32_nfssvc_args), 736 1.119 pgoyette .sy_call = (sy_call_t *)sys_nomodule 737 1.115 mrg }, /* 155 = netbsd32_nfssvc */ 738 1.111 martin { 739 1.111 martin ns(struct compat_43_netbsd32_ogetdirentries_args), 740 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 741 1.111 martin }, /* 156 = compat_43_netbsd32_ogetdirentries */ 742 1.111 martin { 743 1.111 martin ns(struct compat_20_netbsd32_statfs_args), 744 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 745 1.111 martin }, /* 157 = compat_20_netbsd32_statfs */ 746 1.111 martin { 747 1.111 martin ns(struct compat_20_netbsd32_fstatfs_args), 748 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 749 1.111 martin }, /* 158 = compat_20_netbsd32_fstatfs */ 750 1.111 martin { 751 1.111 martin .sy_call = sys_nosys, 752 1.111 martin }, /* 159 = filler */ 753 1.111 martin { 754 1.111 martin .sy_call = sys_nosys, 755 1.111 martin }, /* 160 = filler */ 756 1.111 martin { 757 1.111 martin ns(struct compat_30_netbsd32_getfh_args), 758 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 759 1.111 martin }, /* 161 = compat_30_netbsd32_getfh */ 760 1.111 martin { 761 1.111 martin ns(struct compat_09_netbsd32_ogetdomainname_args), 762 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 763 1.111 martin }, /* 162 = compat_09_netbsd32_ogetdomainname */ 764 1.111 martin { 765 1.111 martin ns(struct compat_09_netbsd32_osetdomainname_args), 766 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 767 1.111 martin }, /* 163 = compat_09_netbsd32_osetdomainname */ 768 1.111 martin { 769 1.111 martin ns(struct compat_09_netbsd32_uname_args), 770 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 771 1.111 martin }, /* 164 = compat_09_netbsd32_uname */ 772 1.111 martin { 773 1.111 martin ns(struct netbsd32_sysarch_args), 774 1.111 martin .sy_call = (sy_call_t *)netbsd32_sysarch 775 1.111 martin }, /* 165 = netbsd32_sysarch */ 776 1.111 martin { 777 1.151 thorpej ns(struct netbsd32___futex_args), 778 1.151 thorpej .sy_call = (sy_call_t *)netbsd32___futex 779 1.151 thorpej }, /* 166 = netbsd32___futex */ 780 1.151 thorpej { 781 1.151 thorpej ns(struct netbsd32___futex_set_robust_list_args), 782 1.151 thorpej .sy_call = (sy_call_t *)netbsd32___futex_set_robust_list 783 1.151 thorpej }, /* 167 = netbsd32___futex_set_robust_list */ 784 1.151 thorpej { 785 1.151 thorpej ns(struct netbsd32___futex_get_robust_list_args), 786 1.151 thorpej .sy_call = (sy_call_t *)netbsd32___futex_get_robust_list 787 1.151 thorpej }, /* 168 = netbsd32___futex_get_robust_list */ 788 1.111 martin { 789 1.111 martin ns(struct compat_10_netbsd32_semsys_args), 790 1.121 pgoyette .sy_call = (sy_call_t *)sys_nomodule 791 1.111 martin }, /* 169 = compat_10_osemsys */ 792 1.111 martin { 793 1.111 martin ns(struct compat_10_netbsd32_msgsys_args), 794 1.121 pgoyette .sy_call = (sy_call_t *)sys_nomodule 795 1.111 martin }, /* 170 = compat_10_omsgsys */ 796 1.111 martin { 797 1.111 martin ns(struct compat_10_netbsd32_shmsys_args), 798 1.121 pgoyette .sy_call = (sy_call_t *)sys_nomodule 799 1.111 martin }, /* 171 = compat_10_oshmsys */ 800 1.111 martin { 801 1.111 martin .sy_call = sys_nosys, 802 1.111 martin }, /* 172 = filler */ 803 1.111 martin { 804 1.111 martin ns(struct netbsd32_pread_args), 805 1.125 christos .sy_flags = SYCALL_NARGS64_VAL(1) | SYCALL_ARG4_64, 806 1.111 martin .sy_call = (sy_call_t *)netbsd32_pread 807 1.111 martin }, /* 173 = netbsd32_pread */ 808 1.111 martin { 809 1.111 martin ns(struct netbsd32_pwrite_args), 810 1.125 christos .sy_flags = SYCALL_NARGS64_VAL(1) | SYCALL_ARG4_64, 811 1.111 martin .sy_call = (sy_call_t *)netbsd32_pwrite 812 1.111 martin }, /* 174 = netbsd32_pwrite */ 813 1.111 martin { 814 1.111 martin ns(struct compat_30_netbsd32_ntp_gettime_args), 815 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 816 1.111 martin }, /* 175 = compat_30_netbsd32_ntp_gettime */ 817 1.138 pgoyette #if defined(NTP) || !defined(_KERNEL_OPT) 818 1.111 martin { 819 1.111 martin ns(struct netbsd32_ntp_adjtime_args), 820 1.111 martin .sy_call = (sy_call_t *)netbsd32_ntp_adjtime 821 1.111 martin }, /* 176 = netbsd32_ntp_adjtime */ 822 1.111 martin #else 823 1.111 martin { 824 1.111 martin .sy_call = sys_nosys, 825 1.111 martin }, /* 176 = filler */ 826 1.111 martin #endif 827 1.111 martin { 828 1.154 thorpej ns(struct netbsd32_timerfd_create_args), 829 1.154 thorpej .sy_call = (sy_call_t *)netbsd32_timerfd_create 830 1.154 thorpej }, /* 177 = netbsd32_timerfd_create */ 831 1.154 thorpej { 832 1.154 thorpej ns(struct netbsd32_timerfd_settime_args), 833 1.154 thorpej .sy_call = (sy_call_t *)netbsd32_timerfd_settime 834 1.154 thorpej }, /* 178 = netbsd32_timerfd_settime */ 835 1.154 thorpej { 836 1.154 thorpej ns(struct netbsd32_timerfd_gettime_args), 837 1.154 thorpej .sy_call = (sy_call_t *)netbsd32_timerfd_gettime 838 1.154 thorpej }, /* 179 = netbsd32_timerfd_gettime */ 839 1.111 martin { 840 1.111 martin .sy_call = sys_nosys, 841 1.111 martin }, /* 180 = filler */ 842 1.111 martin { 843 1.111 martin ns(struct netbsd32_setgid_args), 844 1.111 martin .sy_call = (sy_call_t *)netbsd32_setgid 845 1.111 martin }, /* 181 = netbsd32_setgid */ 846 1.111 martin { 847 1.111 martin ns(struct netbsd32_setegid_args), 848 1.111 martin .sy_call = (sy_call_t *)netbsd32_setegid 849 1.111 martin }, /* 182 = netbsd32_setegid */ 850 1.111 martin { 851 1.111 martin ns(struct netbsd32_seteuid_args), 852 1.111 martin .sy_call = (sy_call_t *)netbsd32_seteuid 853 1.111 martin }, /* 183 = netbsd32_seteuid */ 854 1.111 martin { 855 1.111 martin .sy_call = sys_nosys, 856 1.111 martin }, /* 184 = filler */ 857 1.111 martin { 858 1.111 martin .sy_call = sys_nosys, 859 1.111 martin }, /* 185 = filler */ 860 1.111 martin { 861 1.111 martin .sy_call = sys_nosys, 862 1.111 martin }, /* 186 = filler */ 863 1.111 martin { 864 1.111 martin .sy_call = sys_nosys, 865 1.111 martin }, /* 187 = filler */ 866 1.111 martin { 867 1.111 martin ns(struct compat_12_netbsd32_stat12_args), 868 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 869 1.111 martin }, /* 188 = compat_12_netbsd32_stat12 */ 870 1.111 martin { 871 1.111 martin ns(struct compat_12_netbsd32_fstat12_args), 872 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 873 1.111 martin }, /* 189 = compat_12_netbsd32_fstat12 */ 874 1.111 martin { 875 1.111 martin ns(struct compat_12_netbsd32_lstat12_args), 876 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 877 1.111 martin }, /* 190 = compat_12_netbsd32_lstat12 */ 878 1.111 martin { 879 1.111 martin ns(struct netbsd32_pathconf_args), 880 1.111 martin .sy_call = (sy_call_t *)netbsd32_pathconf 881 1.111 martin }, /* 191 = netbsd32_pathconf */ 882 1.111 martin { 883 1.111 martin ns(struct netbsd32_fpathconf_args), 884 1.111 martin .sy_call = (sy_call_t *)netbsd32_fpathconf 885 1.111 martin }, /* 192 = netbsd32_fpathconf */ 886 1.111 martin { 887 1.134 rjs ns(struct netbsd32_getsockopt2_args), 888 1.134 rjs .sy_call = (sy_call_t *)netbsd32_getsockopt2 889 1.134 rjs }, /* 193 = netbsd32_getsockopt2 */ 890 1.111 martin { 891 1.111 martin ns(struct netbsd32_getrlimit_args), 892 1.111 martin .sy_call = (sy_call_t *)netbsd32_getrlimit 893 1.111 martin }, /* 194 = netbsd32_getrlimit */ 894 1.111 martin { 895 1.111 martin ns(struct netbsd32_setrlimit_args), 896 1.111 martin .sy_call = (sy_call_t *)netbsd32_setrlimit 897 1.111 martin }, /* 195 = netbsd32_setrlimit */ 898 1.111 martin { 899 1.111 martin ns(struct compat_12_netbsd32_getdirentries_args), 900 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 901 1.111 martin }, /* 196 = compat_12_netbsd32_getdirentries */ 902 1.111 martin { 903 1.111 martin ns(struct netbsd32_mmap_args), 904 1.125 christos .sy_flags = SYCALL_NARGS64_VAL(1) | SYCALL_ARG6_64, 905 1.111 martin .sy_call = (sy_call_t *)netbsd32_mmap 906 1.111 martin }, /* 197 = netbsd32_mmap */ 907 1.111 martin { 908 1.111 martin ns(struct netbsd32____syscall_args), 909 1.111 martin .sy_flags = SYCALL_NARGS64_VAL(1) | SYCALL_ARG0_64 | SYCALL_RET_64 | SYCALL_INDIRECT, 910 1.111 martin .sy_call = (sy_call_t *)netbsd32____syscall 911 1.111 martin }, /* 198 = netbsd32____syscall */ 912 1.111 martin { 913 1.111 martin ns(struct netbsd32_lseek_args), 914 1.125 christos .sy_flags = SYCALL_NARGS64_VAL(1) | SYCALL_ARG2_64 | SYCALL_RET_64, 915 1.111 martin .sy_call = (sy_call_t *)netbsd32_lseek 916 1.111 martin }, /* 199 = netbsd32_lseek */ 917 1.111 martin { 918 1.111 martin ns(struct netbsd32_truncate_args), 919 1.125 christos .sy_flags = SYCALL_NARGS64_VAL(1) | SYCALL_ARG2_64, 920 1.111 martin .sy_call = (sy_call_t *)netbsd32_truncate 921 1.111 martin }, /* 200 = netbsd32_truncate */ 922 1.111 martin { 923 1.111 martin ns(struct netbsd32_ftruncate_args), 924 1.125 christos .sy_flags = SYCALL_NARGS64_VAL(1) | SYCALL_ARG2_64, 925 1.111 martin .sy_call = (sy_call_t *)netbsd32_ftruncate 926 1.111 martin }, /* 201 = netbsd32_ftruncate */ 927 1.111 martin { 928 1.111 martin ns(struct netbsd32___sysctl_args), 929 1.111 martin .sy_call = (sy_call_t *)netbsd32___sysctl 930 1.111 martin }, /* 202 = netbsd32___sysctl */ 931 1.111 martin { 932 1.111 martin ns(struct netbsd32_mlock_args), 933 1.111 martin .sy_call = (sy_call_t *)netbsd32_mlock 934 1.111 martin }, /* 203 = netbsd32_mlock */ 935 1.111 martin { 936 1.111 martin ns(struct netbsd32_munlock_args), 937 1.111 martin .sy_call = (sy_call_t *)netbsd32_munlock 938 1.111 martin }, /* 204 = netbsd32_munlock */ 939 1.111 martin { 940 1.111 martin ns(struct netbsd32_undelete_args), 941 1.111 martin .sy_call = (sy_call_t *)netbsd32_undelete 942 1.111 martin }, /* 205 = netbsd32_undelete */ 943 1.111 martin { 944 1.111 martin ns(struct compat_50_netbsd32_futimes_args), 945 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 946 1.111 martin }, /* 206 = compat_50_netbsd32_futimes */ 947 1.111 martin { 948 1.111 martin ns(struct netbsd32_getpgid_args), 949 1.111 martin .sy_call = (sy_call_t *)netbsd32_getpgid 950 1.111 martin }, /* 207 = netbsd32_getpgid */ 951 1.111 martin { 952 1.111 martin ns(struct netbsd32_reboot_args), 953 1.111 martin .sy_call = (sy_call_t *)netbsd32_reboot 954 1.111 martin }, /* 208 = netbsd32_reboot */ 955 1.111 martin { 956 1.111 martin ns(struct netbsd32_poll_args), 957 1.111 martin .sy_call = (sy_call_t *)netbsd32_poll 958 1.111 martin }, /* 209 = netbsd32_poll */ 959 1.111 martin { 960 1.111 martin .sy_call = sys_nosys, 961 1.111 martin }, /* 210 = filler */ 962 1.111 martin { 963 1.111 martin .sy_call = sys_nosys, 964 1.111 martin }, /* 211 = filler */ 965 1.111 martin { 966 1.111 martin .sy_call = sys_nosys, 967 1.111 martin }, /* 212 = filler */ 968 1.111 martin { 969 1.111 martin .sy_call = sys_nosys, 970 1.111 martin }, /* 213 = filler */ 971 1.111 martin { 972 1.111 martin .sy_call = sys_nosys, 973 1.111 martin }, /* 214 = filler */ 974 1.111 martin { 975 1.111 martin .sy_call = sys_nosys, 976 1.111 martin }, /* 215 = filler */ 977 1.111 martin { 978 1.111 martin .sy_call = sys_nosys, 979 1.111 martin }, /* 216 = filler */ 980 1.111 martin { 981 1.111 martin .sy_call = sys_nosys, 982 1.111 martin }, /* 217 = filler */ 983 1.111 martin { 984 1.111 martin .sy_call = sys_nosys, 985 1.111 martin }, /* 218 = filler */ 986 1.111 martin { 987 1.111 martin .sy_call = sys_nosys, 988 1.111 martin }, /* 219 = filler */ 989 1.111 martin { 990 1.111 martin ns(struct compat_14_netbsd32___semctl_args), 991 1.121 pgoyette .sy_call = (sy_call_t *)sys_nomodule 992 1.111 martin }, /* 220 = compat_14_netbsd32___semctl */ 993 1.111 martin { 994 1.111 martin ns(struct netbsd32_semget_args), 995 1.121 pgoyette .sy_call = (sy_call_t *)sys_nomodule 996 1.111 martin }, /* 221 = netbsd32_semget */ 997 1.111 martin { 998 1.111 martin ns(struct netbsd32_semop_args), 999 1.121 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1000 1.111 martin }, /* 222 = netbsd32_semop */ 1001 1.111 martin { 1002 1.111 martin ns(struct netbsd32_semconfig_args), 1003 1.121 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1004 1.111 martin }, /* 223 = netbsd32_semconfig */ 1005 1.111 martin { 1006 1.111 martin ns(struct compat_14_netbsd32_msgctl_args), 1007 1.121 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1008 1.111 martin }, /* 224 = compat_14_netbsd32_msgctl */ 1009 1.111 martin { 1010 1.111 martin ns(struct netbsd32_msgget_args), 1011 1.121 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1012 1.111 martin }, /* 225 = netbsd32_msgget */ 1013 1.111 martin { 1014 1.111 martin ns(struct netbsd32_msgsnd_args), 1015 1.121 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1016 1.111 martin }, /* 226 = netbsd32_msgsnd */ 1017 1.111 martin { 1018 1.111 martin ns(struct netbsd32_msgrcv_args), 1019 1.121 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1020 1.111 martin }, /* 227 = netbsd32_msgrcv */ 1021 1.111 martin { 1022 1.111 martin ns(struct netbsd32_shmat_args), 1023 1.121 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1024 1.111 martin }, /* 228 = netbsd32_shmat */ 1025 1.111 martin { 1026 1.111 martin ns(struct compat_14_netbsd32_shmctl_args), 1027 1.121 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1028 1.111 martin }, /* 229 = compat_14_netbsd32_shmctl */ 1029 1.111 martin { 1030 1.111 martin ns(struct netbsd32_shmdt_args), 1031 1.121 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1032 1.111 martin }, /* 230 = netbsd32_shmdt */ 1033 1.111 martin { 1034 1.111 martin ns(struct netbsd32_shmget_args), 1035 1.121 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1036 1.111 martin }, /* 231 = netbsd32_shmget */ 1037 1.111 martin { 1038 1.111 martin ns(struct compat_50_netbsd32_clock_gettime_args), 1039 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1040 1.111 martin }, /* 232 = compat_50_netbsd32_clock_gettime */ 1041 1.111 martin { 1042 1.111 martin ns(struct compat_50_netbsd32_clock_settime_args), 1043 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1044 1.111 martin }, /* 233 = compat_50_netbsd32_clock_settime */ 1045 1.111 martin { 1046 1.111 martin ns(struct compat_50_netbsd32_clock_getres_args), 1047 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1048 1.111 martin }, /* 234 = compat_50_netbsd32_clock_getres */ 1049 1.111 martin { 1050 1.111 martin ns(struct netbsd32_timer_create_args), 1051 1.111 martin .sy_call = (sy_call_t *)netbsd32_timer_create 1052 1.111 martin }, /* 235 = netbsd32_timer_create */ 1053 1.111 martin { 1054 1.111 martin ns(struct netbsd32_timer_delete_args), 1055 1.111 martin .sy_call = (sy_call_t *)netbsd32_timer_delete 1056 1.111 martin }, /* 236 = netbsd32_timer_delete */ 1057 1.111 martin { 1058 1.111 martin ns(struct compat_50_netbsd32_timer_settime_args), 1059 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1060 1.111 martin }, /* 237 = compat_50_netbsd32_timer_settime */ 1061 1.111 martin { 1062 1.111 martin ns(struct compat_50_netbsd32_timer_gettime_args), 1063 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1064 1.111 martin }, /* 238 = compat_50_netbsd32_timer_gettime */ 1065 1.111 martin { 1066 1.111 martin ns(struct netbsd32_timer_getoverrun_args), 1067 1.111 martin .sy_call = (sy_call_t *)netbsd32_timer_getoverrun 1068 1.111 martin }, /* 239 = netbsd32_timer_getoverrun */ 1069 1.111 martin { 1070 1.111 martin ns(struct compat_50_netbsd32_nanosleep_args), 1071 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1072 1.111 martin }, /* 240 = compat_50_netbsd32_nanosleep */ 1073 1.111 martin { 1074 1.111 martin ns(struct netbsd32_fdatasync_args), 1075 1.111 martin .sy_call = (sy_call_t *)netbsd32_fdatasync 1076 1.111 martin }, /* 241 = netbsd32_fdatasync */ 1077 1.111 martin { 1078 1.111 martin ns(struct netbsd32_mlockall_args), 1079 1.111 martin .sy_call = (sy_call_t *)netbsd32_mlockall 1080 1.111 martin }, /* 242 = netbsd32_mlockall */ 1081 1.111 martin { 1082 1.111 martin .sy_call = (sy_call_t *)sys_munlockall 1083 1.111 martin }, /* 243 = munlockall */ 1084 1.111 martin { 1085 1.111 martin ns(struct compat_50_netbsd32___sigtimedwait_args), 1086 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1087 1.111 martin }, /* 244 = compat_50_netbsd32___sigtimedwait */ 1088 1.111 martin { 1089 1.112 martin ns(struct netbsd32_sigqueueinfo_args), 1090 1.112 martin .sy_call = (sy_call_t *)netbsd32_sigqueueinfo 1091 1.112 martin }, /* 245 = netbsd32_sigqueueinfo */ 1092 1.112 martin { 1093 1.112 martin ns(struct netbsd32_modctl_args), 1094 1.112 martin .sy_call = (sy_call_t *)netbsd32_modctl 1095 1.112 martin }, /* 246 = netbsd32_modctl */ 1096 1.111 martin { 1097 1.111 martin ns(struct netbsd32__ksem_init_args), 1098 1.111 martin .sy_call = (sy_call_t *)netbsd32__ksem_init 1099 1.111 martin }, /* 247 = netbsd32__ksem_init */ 1100 1.111 martin { 1101 1.111 martin ns(struct netbsd32__ksem_open_args), 1102 1.111 martin .sy_call = (sy_call_t *)netbsd32__ksem_open 1103 1.111 martin }, /* 248 = netbsd32__ksem_open */ 1104 1.111 martin { 1105 1.111 martin ns(struct netbsd32__ksem_unlink_args), 1106 1.111 martin .sy_call = (sy_call_t *)netbsd32__ksem_unlink 1107 1.111 martin }, /* 249 = netbsd32__ksem_unlink */ 1108 1.111 martin { 1109 1.111 martin ns(struct netbsd32__ksem_close_args), 1110 1.111 martin .sy_call = (sy_call_t *)netbsd32__ksem_close 1111 1.111 martin }, /* 250 = netbsd32__ksem_close */ 1112 1.111 martin { 1113 1.111 martin ns(struct netbsd32__ksem_post_args), 1114 1.111 martin .sy_call = (sy_call_t *)netbsd32__ksem_post 1115 1.111 martin }, /* 251 = netbsd32__ksem_post */ 1116 1.111 martin { 1117 1.111 martin ns(struct netbsd32__ksem_wait_args), 1118 1.111 martin .sy_call = (sy_call_t *)netbsd32__ksem_wait 1119 1.111 martin }, /* 252 = netbsd32__ksem_wait */ 1120 1.111 martin { 1121 1.111 martin ns(struct netbsd32__ksem_trywait_args), 1122 1.111 martin .sy_call = (sy_call_t *)netbsd32__ksem_trywait 1123 1.111 martin }, /* 253 = netbsd32__ksem_trywait */ 1124 1.111 martin { 1125 1.111 martin ns(struct netbsd32__ksem_getvalue_args), 1126 1.111 martin .sy_call = (sy_call_t *)netbsd32__ksem_getvalue 1127 1.111 martin }, /* 254 = netbsd32__ksem_getvalue */ 1128 1.111 martin { 1129 1.111 martin ns(struct netbsd32__ksem_destroy_args), 1130 1.111 martin .sy_call = (sy_call_t *)netbsd32__ksem_destroy 1131 1.111 martin }, /* 255 = netbsd32__ksem_destroy */ 1132 1.111 martin { 1133 1.111 martin ns(struct netbsd32__ksem_timedwait_args), 1134 1.111 martin .sy_call = (sy_call_t *)netbsd32__ksem_timedwait 1135 1.111 martin }, /* 256 = netbsd32__ksem_timedwait */ 1136 1.111 martin { 1137 1.112 martin ns(struct netbsd32_mq_open_args), 1138 1.120 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1139 1.112 martin }, /* 257 = netbsd32_mq_open */ 1140 1.112 martin { 1141 1.112 martin ns(struct netbsd32_mq_close_args), 1142 1.120 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1143 1.112 martin }, /* 258 = netbsd32_mq_close */ 1144 1.112 martin { 1145 1.112 martin ns(struct netbsd32_mq_unlink_args), 1146 1.120 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1147 1.112 martin }, /* 259 = netbsd32_mq_unlink */ 1148 1.112 martin { 1149 1.112 martin ns(struct netbsd32_mq_getattr_args), 1150 1.120 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1151 1.112 martin }, /* 260 = netbsd32_mq_getattr */ 1152 1.112 martin { 1153 1.112 martin ns(struct netbsd32_mq_setattr_args), 1154 1.120 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1155 1.112 martin }, /* 261 = netbsd32_mq_setattr */ 1156 1.112 martin { 1157 1.112 martin ns(struct netbsd32_mq_notify_args), 1158 1.120 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1159 1.112 martin }, /* 262 = netbsd32_mq_notify */ 1160 1.112 martin { 1161 1.112 martin ns(struct netbsd32_mq_send_args), 1162 1.120 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1163 1.112 martin }, /* 263 = netbsd32_mq_send */ 1164 1.112 martin { 1165 1.112 martin ns(struct netbsd32_mq_receive_args), 1166 1.120 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1167 1.112 martin }, /* 264 = netbsd32_mq_receive */ 1168 1.112 martin { 1169 1.112 martin ns(struct compat_50_netbsd32_mq_timedsend_args), 1170 1.120 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1171 1.112 martin }, /* 265 = compat_50_netbsd32_mq_timedsend */ 1172 1.112 martin { 1173 1.112 martin ns(struct compat_50_netbsd32_mq_timedreceive_args), 1174 1.120 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1175 1.112 martin }, /* 266 = compat_50_netbsd32_mq_timedreceive */ 1176 1.111 martin { 1177 1.155 thorpej ns(struct netbsd32_eventfd_args), 1178 1.155 thorpej .sy_call = (sy_call_t *)netbsd32_eventfd 1179 1.155 thorpej }, /* 267 = netbsd32_eventfd */ 1180 1.111 martin { 1181 1.111 martin .sy_call = sys_nosys, 1182 1.111 martin }, /* 268 = filler */ 1183 1.111 martin { 1184 1.111 martin .sy_call = sys_nosys, 1185 1.111 martin }, /* 269 = filler */ 1186 1.111 martin { 1187 1.111 martin ns(struct netbsd32___posix_rename_args), 1188 1.111 martin .sy_call = (sy_call_t *)netbsd32___posix_rename 1189 1.111 martin }, /* 270 = netbsd32___posix_rename */ 1190 1.111 martin { 1191 1.111 martin ns(struct netbsd32_swapctl_args), 1192 1.111 martin .sy_call = (sy_call_t *)netbsd32_swapctl 1193 1.111 martin }, /* 271 = netbsd32_swapctl */ 1194 1.111 martin { 1195 1.111 martin ns(struct compat_30_netbsd32_getdents_args), 1196 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1197 1.111 martin }, /* 272 = compat_30_netbsd32_getdents */ 1198 1.111 martin { 1199 1.111 martin ns(struct netbsd32_minherit_args), 1200 1.111 martin .sy_call = (sy_call_t *)netbsd32_minherit 1201 1.111 martin }, /* 273 = netbsd32_minherit */ 1202 1.111 martin { 1203 1.111 martin ns(struct netbsd32_lchmod_args), 1204 1.111 martin .sy_call = (sy_call_t *)netbsd32_lchmod 1205 1.111 martin }, /* 274 = netbsd32_lchmod */ 1206 1.111 martin { 1207 1.111 martin ns(struct netbsd32_lchown_args), 1208 1.111 martin .sy_call = (sy_call_t *)netbsd32_lchown 1209 1.111 martin }, /* 275 = netbsd32_lchown */ 1210 1.111 martin { 1211 1.111 martin ns(struct compat_50_netbsd32_lutimes_args), 1212 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1213 1.111 martin }, /* 276 = compat_50_netbsd32_lutimes */ 1214 1.111 martin { 1215 1.111 martin ns(struct netbsd32___msync13_args), 1216 1.111 martin .sy_call = (sy_call_t *)netbsd32___msync13 1217 1.111 martin }, /* 277 = netbsd32___msync13 */ 1218 1.111 martin { 1219 1.111 martin ns(struct compat_30_netbsd32___stat13_args), 1220 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1221 1.111 martin }, /* 278 = compat_30_netbsd32___stat13 */ 1222 1.111 martin { 1223 1.111 martin ns(struct compat_30_netbsd32___fstat13_args), 1224 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1225 1.111 martin }, /* 279 = compat_30_netbsd32___fstat13 */ 1226 1.111 martin { 1227 1.111 martin ns(struct compat_30_netbsd32___lstat13_args), 1228 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1229 1.111 martin }, /* 280 = compat_30_netbsd32___lstat13 */ 1230 1.111 martin { 1231 1.111 martin ns(struct netbsd32___sigaltstack14_args), 1232 1.111 martin .sy_call = (sy_call_t *)netbsd32___sigaltstack14 1233 1.111 martin }, /* 281 = netbsd32___sigaltstack14 */ 1234 1.111 martin { 1235 1.111 martin .sy_call = (sy_call_t *)sys___vfork14 1236 1.111 martin }, /* 282 = __vfork14 */ 1237 1.111 martin { 1238 1.111 martin ns(struct netbsd32___posix_chown_args), 1239 1.111 martin .sy_call = (sy_call_t *)netbsd32___posix_chown 1240 1.111 martin }, /* 283 = netbsd32___posix_chown */ 1241 1.111 martin { 1242 1.111 martin ns(struct netbsd32___posix_fchown_args), 1243 1.111 martin .sy_call = (sy_call_t *)netbsd32___posix_fchown 1244 1.111 martin }, /* 284 = netbsd32___posix_fchown */ 1245 1.111 martin { 1246 1.111 martin ns(struct netbsd32___posix_lchown_args), 1247 1.111 martin .sy_call = (sy_call_t *)netbsd32___posix_lchown 1248 1.111 martin }, /* 285 = netbsd32___posix_lchown */ 1249 1.111 martin { 1250 1.111 martin ns(struct netbsd32_getsid_args), 1251 1.111 martin .sy_call = (sy_call_t *)netbsd32_getsid 1252 1.111 martin }, /* 286 = netbsd32_getsid */ 1253 1.111 martin { 1254 1.111 martin ns(struct netbsd32___clone_args), 1255 1.111 martin .sy_call = (sy_call_t *)netbsd32___clone 1256 1.111 martin }, /* 287 = netbsd32___clone */ 1257 1.111 martin { 1258 1.111 martin ns(struct netbsd32_fktrace_args), 1259 1.111 martin .sy_call = (sy_call_t *)netbsd32_fktrace 1260 1.111 martin }, /* 288 = netbsd32_fktrace */ 1261 1.111 martin { 1262 1.111 martin ns(struct netbsd32_preadv_args), 1263 1.125 christos .sy_flags = SYCALL_NARGS64_VAL(1) | SYCALL_ARG4_64, 1264 1.111 martin .sy_call = (sy_call_t *)netbsd32_preadv 1265 1.111 martin }, /* 289 = netbsd32_preadv */ 1266 1.111 martin { 1267 1.111 martin ns(struct netbsd32_pwritev_args), 1268 1.125 christos .sy_flags = SYCALL_NARGS64_VAL(1) | SYCALL_ARG4_64, 1269 1.111 martin .sy_call = (sy_call_t *)netbsd32_pwritev 1270 1.111 martin }, /* 290 = netbsd32_pwritev */ 1271 1.111 martin { 1272 1.111 martin ns(struct netbsd32___sigaction14_args), 1273 1.111 martin .sy_call = (sy_call_t *)netbsd32___sigaction14 1274 1.111 martin }, /* 291 = netbsd32___sigaction14 */ 1275 1.111 martin { 1276 1.111 martin ns(struct netbsd32___sigpending14_args), 1277 1.111 martin .sy_call = (sy_call_t *)netbsd32___sigpending14 1278 1.111 martin }, /* 292 = netbsd32___sigpending14 */ 1279 1.111 martin { 1280 1.111 martin ns(struct netbsd32___sigprocmask14_args), 1281 1.111 martin .sy_call = (sy_call_t *)netbsd32___sigprocmask14 1282 1.111 martin }, /* 293 = netbsd32___sigprocmask14 */ 1283 1.111 martin { 1284 1.111 martin ns(struct netbsd32___sigsuspend14_args), 1285 1.111 martin .sy_call = (sy_call_t *)netbsd32___sigsuspend14 1286 1.111 martin }, /* 294 = netbsd32___sigsuspend14 */ 1287 1.111 martin { 1288 1.111 martin ns(struct compat_16_netbsd32___sigreturn14_args), 1289 1.160 mlelstv .sy_call = (sy_call_t *)sys_nomodule 1290 1.111 martin }, /* 295 = compat_16_netbsd32___sigreturn14 */ 1291 1.111 martin { 1292 1.111 martin ns(struct netbsd32___getcwd_args), 1293 1.111 martin .sy_call = (sy_call_t *)netbsd32___getcwd 1294 1.111 martin }, /* 296 = netbsd32___getcwd */ 1295 1.111 martin { 1296 1.111 martin ns(struct netbsd32_fchroot_args), 1297 1.111 martin .sy_call = (sy_call_t *)netbsd32_fchroot 1298 1.111 martin }, /* 297 = netbsd32_fchroot */ 1299 1.111 martin { 1300 1.111 martin ns(struct compat_30_netbsd32_fhopen_args), 1301 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1302 1.111 martin }, /* 298 = compat_30_netbsd32_fhopen */ 1303 1.111 martin { 1304 1.111 martin ns(struct compat_30_netbsd32_fhstat_args), 1305 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1306 1.111 martin }, /* 299 = compat_30_netbsd32_fhstat */ 1307 1.111 martin { 1308 1.111 martin ns(struct compat_20_netbsd32_fhstatfs_args), 1309 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1310 1.111 martin }, /* 300 = compat_20_netbsd32_fhstatfs */ 1311 1.111 martin { 1312 1.111 martin ns(struct compat_50_netbsd32___semctl14_args), 1313 1.121 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1314 1.111 martin }, /* 301 = compat_50_netbsd32___semctl14 */ 1315 1.111 martin { 1316 1.111 martin ns(struct compat_50_netbsd32___msgctl13_args), 1317 1.121 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1318 1.111 martin }, /* 302 = compat_50_netbsd32___msgctl13 */ 1319 1.111 martin { 1320 1.111 martin ns(struct compat_50_netbsd32___shmctl13_args), 1321 1.121 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1322 1.111 martin }, /* 303 = compat_50_netbsd32___shmctl13 */ 1323 1.111 martin { 1324 1.111 martin ns(struct netbsd32_lchflags_args), 1325 1.111 martin .sy_call = (sy_call_t *)netbsd32_lchflags 1326 1.111 martin }, /* 304 = netbsd32_lchflags */ 1327 1.111 martin { 1328 1.111 martin .sy_call = (sy_call_t *)sys_issetugid 1329 1.111 martin }, /* 305 = issetugid */ 1330 1.111 martin { 1331 1.111 martin ns(struct netbsd32_utrace_args), 1332 1.111 martin .sy_call = (sy_call_t *)netbsd32_utrace 1333 1.111 martin }, /* 306 = netbsd32_utrace */ 1334 1.111 martin { 1335 1.111 martin ns(struct netbsd32_getcontext_args), 1336 1.111 martin .sy_call = (sy_call_t *)netbsd32_getcontext 1337 1.111 martin }, /* 307 = netbsd32_getcontext */ 1338 1.111 martin { 1339 1.111 martin ns(struct netbsd32_setcontext_args), 1340 1.111 martin .sy_call = (sy_call_t *)netbsd32_setcontext 1341 1.111 martin }, /* 308 = netbsd32_setcontext */ 1342 1.111 martin { 1343 1.111 martin ns(struct netbsd32__lwp_create_args), 1344 1.111 martin .sy_call = (sy_call_t *)netbsd32__lwp_create 1345 1.111 martin }, /* 309 = netbsd32__lwp_create */ 1346 1.111 martin { 1347 1.111 martin .sy_call = (sy_call_t *)sys__lwp_exit 1348 1.111 martin }, /* 310 = _lwp_exit */ 1349 1.111 martin { 1350 1.111 martin .sy_call = (sy_call_t *)sys__lwp_self 1351 1.111 martin }, /* 311 = _lwp_self */ 1352 1.111 martin { 1353 1.111 martin ns(struct netbsd32__lwp_wait_args), 1354 1.111 martin .sy_call = (sy_call_t *)netbsd32__lwp_wait 1355 1.111 martin }, /* 312 = netbsd32__lwp_wait */ 1356 1.111 martin { 1357 1.111 martin ns(struct netbsd32__lwp_suspend_args), 1358 1.111 martin .sy_call = (sy_call_t *)netbsd32__lwp_suspend 1359 1.111 martin }, /* 313 = netbsd32__lwp_suspend */ 1360 1.111 martin { 1361 1.111 martin ns(struct netbsd32__lwp_continue_args), 1362 1.111 martin .sy_call = (sy_call_t *)netbsd32__lwp_continue 1363 1.111 martin }, /* 314 = netbsd32__lwp_continue */ 1364 1.111 martin { 1365 1.111 martin ns(struct netbsd32__lwp_wakeup_args), 1366 1.111 martin .sy_call = (sy_call_t *)netbsd32__lwp_wakeup 1367 1.111 martin }, /* 315 = netbsd32__lwp_wakeup */ 1368 1.111 martin { 1369 1.111 martin .sy_call = (sy_call_t *)sys__lwp_getprivate 1370 1.111 martin }, /* 316 = _lwp_getprivate */ 1371 1.111 martin { 1372 1.111 martin ns(struct netbsd32__lwp_setprivate_args), 1373 1.111 martin .sy_call = (sy_call_t *)netbsd32__lwp_setprivate 1374 1.111 martin }, /* 317 = netbsd32__lwp_setprivate */ 1375 1.111 martin { 1376 1.111 martin ns(struct netbsd32__lwp_kill_args), 1377 1.111 martin .sy_call = (sy_call_t *)netbsd32__lwp_kill 1378 1.111 martin }, /* 318 = netbsd32__lwp_kill */ 1379 1.111 martin { 1380 1.111 martin ns(struct netbsd32__lwp_detach_args), 1381 1.111 martin .sy_call = (sy_call_t *)netbsd32__lwp_detach 1382 1.111 martin }, /* 319 = netbsd32__lwp_detach */ 1383 1.111 martin { 1384 1.111 martin ns(struct compat_50_netbsd32__lwp_park_args), 1385 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1386 1.111 martin }, /* 320 = compat_50_netbsd32__lwp_park */ 1387 1.111 martin { 1388 1.111 martin ns(struct netbsd32__lwp_unpark_args), 1389 1.111 martin .sy_call = (sy_call_t *)netbsd32__lwp_unpark 1390 1.111 martin }, /* 321 = netbsd32__lwp_unpark */ 1391 1.111 martin { 1392 1.111 martin ns(struct netbsd32__lwp_unpark_all_args), 1393 1.111 martin .sy_call = (sy_call_t *)netbsd32__lwp_unpark_all 1394 1.111 martin }, /* 322 = netbsd32__lwp_unpark_all */ 1395 1.111 martin { 1396 1.111 martin ns(struct netbsd32__lwp_setname_args), 1397 1.111 martin .sy_call = (sy_call_t *)netbsd32__lwp_setname 1398 1.111 martin }, /* 323 = netbsd32__lwp_setname */ 1399 1.111 martin { 1400 1.111 martin ns(struct netbsd32__lwp_getname_args), 1401 1.111 martin .sy_call = (sy_call_t *)netbsd32__lwp_getname 1402 1.111 martin }, /* 324 = netbsd32__lwp_getname */ 1403 1.111 martin { 1404 1.111 martin ns(struct netbsd32__lwp_ctl_args), 1405 1.111 martin .sy_call = (sy_call_t *)netbsd32__lwp_ctl 1406 1.111 martin }, /* 325 = netbsd32__lwp_ctl */ 1407 1.111 martin { 1408 1.150 thorpej .sy_call = sys_nosys, 1409 1.150 thorpej }, /* 326 = filler */ 1410 1.111 martin { 1411 1.111 martin .sy_call = sys_nosys, 1412 1.111 martin }, /* 327 = filler */ 1413 1.111 martin { 1414 1.111 martin .sy_call = sys_nosys, 1415 1.111 martin }, /* 328 = filler */ 1416 1.111 martin { 1417 1.111 martin .sy_call = sys_nosys, 1418 1.111 martin }, /* 329 = filler */ 1419 1.111 martin { 1420 1.111 martin .sy_call = sys_nosys, 1421 1.111 martin }, /* 330 = filler */ 1422 1.111 martin { 1423 1.111 martin .sy_call = sys_nosys, 1424 1.111 martin }, /* 331 = filler */ 1425 1.111 martin { 1426 1.111 martin .sy_call = sys_nosys, 1427 1.111 martin }, /* 332 = filler */ 1428 1.111 martin { 1429 1.111 martin .sy_call = sys_nosys, 1430 1.111 martin }, /* 333 = filler */ 1431 1.111 martin { 1432 1.111 martin .sy_call = sys_nosys, 1433 1.111 martin }, /* 334 = filler */ 1434 1.111 martin { 1435 1.111 martin .sy_call = sys_nosys, 1436 1.111 martin }, /* 335 = filler */ 1437 1.111 martin { 1438 1.111 martin .sy_call = sys_nosys, 1439 1.111 martin }, /* 336 = filler */ 1440 1.111 martin { 1441 1.111 martin .sy_call = sys_nosys, 1442 1.111 martin }, /* 337 = filler */ 1443 1.111 martin { 1444 1.111 martin .sy_call = sys_nosys, 1445 1.111 martin }, /* 338 = filler */ 1446 1.111 martin { 1447 1.111 martin .sy_call = sys_nosys, 1448 1.111 martin }, /* 339 = filler */ 1449 1.111 martin { 1450 1.111 martin ns(struct netbsd32___sigaction_sigtramp_args), 1451 1.111 martin .sy_call = (sy_call_t *)netbsd32___sigaction_sigtramp 1452 1.111 martin }, /* 340 = netbsd32___sigaction_sigtramp */ 1453 1.111 martin { 1454 1.111 martin .sy_call = sys_nosys, 1455 1.111 martin }, /* 341 = filler */ 1456 1.111 martin { 1457 1.111 martin .sy_call = sys_nosys, 1458 1.111 martin }, /* 342 = filler */ 1459 1.111 martin { 1460 1.111 martin ns(struct netbsd32_rasctl_args), 1461 1.111 martin .sy_call = (sy_call_t *)netbsd32_rasctl 1462 1.111 martin }, /* 343 = netbsd32_rasctl */ 1463 1.111 martin { 1464 1.111 martin .sy_call = (sy_call_t *)sys_kqueue 1465 1.111 martin }, /* 344 = kqueue */ 1466 1.111 martin { 1467 1.111 martin ns(struct compat_50_netbsd32_kevent_args), 1468 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1469 1.111 martin }, /* 345 = compat_50_netbsd32_kevent */ 1470 1.111 martin { 1471 1.111 martin ns(struct netbsd32__sched_setparam_args), 1472 1.111 martin .sy_call = (sy_call_t *)netbsd32__sched_setparam 1473 1.111 martin }, /* 346 = netbsd32__sched_setparam */ 1474 1.111 martin { 1475 1.111 martin ns(struct netbsd32__sched_getparam_args), 1476 1.111 martin .sy_call = (sy_call_t *)netbsd32__sched_getparam 1477 1.111 martin }, /* 347 = netbsd32__sched_getparam */ 1478 1.111 martin { 1479 1.111 martin ns(struct netbsd32__sched_setaffinity_args), 1480 1.111 martin .sy_call = (sy_call_t *)netbsd32__sched_setaffinity 1481 1.111 martin }, /* 348 = netbsd32__sched_setaffinity */ 1482 1.111 martin { 1483 1.111 martin ns(struct netbsd32__sched_getaffinity_args), 1484 1.111 martin .sy_call = (sy_call_t *)netbsd32__sched_getaffinity 1485 1.111 martin }, /* 349 = netbsd32__sched_getaffinity */ 1486 1.111 martin { 1487 1.111 martin .sy_call = (sy_call_t *)sys_sched_yield 1488 1.111 martin }, /* 350 = sched_yield */ 1489 1.111 martin { 1490 1.122 skrll ns(struct netbsd32__sched_protect_args), 1491 1.122 skrll .sy_call = (sy_call_t *)netbsd32__sched_protect 1492 1.122 skrll }, /* 351 = netbsd32__sched_protect */ 1493 1.111 martin { 1494 1.111 martin .sy_call = sys_nosys, 1495 1.111 martin }, /* 352 = filler */ 1496 1.111 martin { 1497 1.111 martin .sy_call = sys_nosys, 1498 1.111 martin }, /* 353 = filler */ 1499 1.111 martin { 1500 1.111 martin ns(struct netbsd32_fsync_range_args), 1501 1.125 christos .sy_flags = SYCALL_NARGS64_VAL(2) | SYCALL_ARG3_64 | SYCALL_ARG2_64, 1502 1.111 martin .sy_call = (sy_call_t *)netbsd32_fsync_range 1503 1.111 martin }, /* 354 = netbsd32_fsync_range */ 1504 1.111 martin { 1505 1.111 martin ns(struct netbsd32_uuidgen_args), 1506 1.111 martin .sy_call = (sy_call_t *)netbsd32_uuidgen 1507 1.111 martin }, /* 355 = netbsd32_uuidgen */ 1508 1.111 martin { 1509 1.141 christos ns(struct compat_90_netbsd32_getvfsstat_args), 1510 1.141 christos .sy_call = (sy_call_t *)sys_nomodule 1511 1.141 christos }, /* 356 = compat_90_netbsd32_getvfsstat */ 1512 1.141 christos { 1513 1.141 christos ns(struct compat_90_netbsd32_statvfs1_args), 1514 1.141 christos .sy_call = (sy_call_t *)sys_nomodule 1515 1.141 christos }, /* 357 = compat_90_netbsd32_statvfs1 */ 1516 1.141 christos { 1517 1.141 christos ns(struct compat_90_netbsd32_fstatvfs1_args), 1518 1.141 christos .sy_call = (sy_call_t *)sys_nomodule 1519 1.141 christos }, /* 358 = compat_90_netbsd32_fstatvfs1 */ 1520 1.111 martin { 1521 1.111 martin ns(struct compat_30_netbsd32_fhstatvfs1_args), 1522 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1523 1.111 martin }, /* 359 = compat_30_netbsd32_fhstatvfs1 */ 1524 1.111 martin { 1525 1.111 martin ns(struct netbsd32_extattrctl_args), 1526 1.111 martin .sy_call = (sy_call_t *)netbsd32_extattrctl 1527 1.111 martin }, /* 360 = netbsd32_extattrctl */ 1528 1.111 martin { 1529 1.111 martin ns(struct netbsd32_extattr_set_file_args), 1530 1.111 martin .sy_call = (sy_call_t *)netbsd32_extattr_set_file 1531 1.111 martin }, /* 361 = netbsd32_extattr_set_file */ 1532 1.111 martin { 1533 1.111 martin ns(struct netbsd32_extattr_get_file_args), 1534 1.111 martin .sy_call = (sy_call_t *)netbsd32_extattr_get_file 1535 1.111 martin }, /* 362 = netbsd32_extattr_get_file */ 1536 1.111 martin { 1537 1.111 martin ns(struct netbsd32_extattr_delete_file_args), 1538 1.111 martin .sy_call = (sy_call_t *)netbsd32_extattr_delete_file 1539 1.111 martin }, /* 363 = netbsd32_extattr_delete_file */ 1540 1.111 martin { 1541 1.111 martin ns(struct netbsd32_extattr_set_fd_args), 1542 1.111 martin .sy_call = (sy_call_t *)netbsd32_extattr_set_fd 1543 1.111 martin }, /* 364 = netbsd32_extattr_set_fd */ 1544 1.111 martin { 1545 1.111 martin ns(struct netbsd32_extattr_get_fd_args), 1546 1.111 martin .sy_call = (sy_call_t *)netbsd32_extattr_get_fd 1547 1.111 martin }, /* 365 = netbsd32_extattr_get_fd */ 1548 1.111 martin { 1549 1.111 martin ns(struct netbsd32_extattr_delete_fd_args), 1550 1.111 martin .sy_call = (sy_call_t *)netbsd32_extattr_delete_fd 1551 1.111 martin }, /* 366 = netbsd32_extattr_delete_fd */ 1552 1.111 martin { 1553 1.111 martin ns(struct netbsd32_extattr_set_link_args), 1554 1.111 martin .sy_call = (sy_call_t *)netbsd32_extattr_set_link 1555 1.111 martin }, /* 367 = netbsd32_extattr_set_link */ 1556 1.111 martin { 1557 1.111 martin ns(struct netbsd32_extattr_get_link_args), 1558 1.111 martin .sy_call = (sy_call_t *)netbsd32_extattr_get_link 1559 1.111 martin }, /* 368 = netbsd32_extattr_get_link */ 1560 1.111 martin { 1561 1.111 martin ns(struct netbsd32_extattr_delete_link_args), 1562 1.111 martin .sy_call = (sy_call_t *)netbsd32_extattr_delete_link 1563 1.111 martin }, /* 369 = netbsd32_extattr_delete_link */ 1564 1.111 martin { 1565 1.111 martin ns(struct netbsd32_extattr_list_fd_args), 1566 1.111 martin .sy_call = (sy_call_t *)netbsd32_extattr_list_fd 1567 1.111 martin }, /* 370 = netbsd32_extattr_list_fd */ 1568 1.111 martin { 1569 1.111 martin ns(struct netbsd32_extattr_list_file_args), 1570 1.111 martin .sy_call = (sy_call_t *)netbsd32_extattr_list_file 1571 1.111 martin }, /* 371 = netbsd32_extattr_list_file */ 1572 1.111 martin { 1573 1.111 martin ns(struct netbsd32_extattr_list_link_args), 1574 1.111 martin .sy_call = (sy_call_t *)netbsd32_extattr_list_link 1575 1.111 martin }, /* 372 = netbsd32_extattr_list_link */ 1576 1.111 martin { 1577 1.111 martin ns(struct compat_50_netbsd32_pselect_args), 1578 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1579 1.111 martin }, /* 373 = compat_50_netbsd32_pselect */ 1580 1.111 martin { 1581 1.111 martin ns(struct compat_50_netbsd32_pollts_args), 1582 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1583 1.111 martin }, /* 374 = compat_50_netbsd32_pollts */ 1584 1.111 martin { 1585 1.111 martin ns(struct netbsd32_setxattr_args), 1586 1.111 martin .sy_call = (sy_call_t *)netbsd32_setxattr 1587 1.111 martin }, /* 375 = netbsd32_setxattr */ 1588 1.111 martin { 1589 1.111 martin ns(struct netbsd32_lsetxattr_args), 1590 1.111 martin .sy_call = (sy_call_t *)netbsd32_lsetxattr 1591 1.111 martin }, /* 376 = netbsd32_lsetxattr */ 1592 1.111 martin { 1593 1.111 martin ns(struct netbsd32_fsetxattr_args), 1594 1.111 martin .sy_call = (sy_call_t *)netbsd32_fsetxattr 1595 1.111 martin }, /* 377 = netbsd32_fsetxattr */ 1596 1.111 martin { 1597 1.111 martin ns(struct netbsd32_getxattr_args), 1598 1.111 martin .sy_call = (sy_call_t *)netbsd32_getxattr 1599 1.111 martin }, /* 378 = netbsd32_getxattr */ 1600 1.111 martin { 1601 1.111 martin ns(struct netbsd32_lgetxattr_args), 1602 1.111 martin .sy_call = (sy_call_t *)netbsd32_lgetxattr 1603 1.111 martin }, /* 379 = netbsd32_lgetxattr */ 1604 1.111 martin { 1605 1.111 martin ns(struct netbsd32_fgetxattr_args), 1606 1.111 martin .sy_call = (sy_call_t *)netbsd32_fgetxattr 1607 1.111 martin }, /* 380 = netbsd32_fgetxattr */ 1608 1.111 martin { 1609 1.111 martin ns(struct netbsd32_listxattr_args), 1610 1.111 martin .sy_call = (sy_call_t *)netbsd32_listxattr 1611 1.111 martin }, /* 381 = netbsd32_listxattr */ 1612 1.111 martin { 1613 1.111 martin ns(struct netbsd32_llistxattr_args), 1614 1.111 martin .sy_call = (sy_call_t *)netbsd32_llistxattr 1615 1.111 martin }, /* 382 = netbsd32_llistxattr */ 1616 1.111 martin { 1617 1.111 martin ns(struct netbsd32_flistxattr_args), 1618 1.111 martin .sy_call = (sy_call_t *)netbsd32_flistxattr 1619 1.111 martin }, /* 383 = netbsd32_flistxattr */ 1620 1.111 martin { 1621 1.111 martin ns(struct netbsd32_removexattr_args), 1622 1.111 martin .sy_call = (sy_call_t *)netbsd32_removexattr 1623 1.111 martin }, /* 384 = netbsd32_removexattr */ 1624 1.111 martin { 1625 1.111 martin ns(struct netbsd32_lremovexattr_args), 1626 1.111 martin .sy_call = (sy_call_t *)netbsd32_lremovexattr 1627 1.111 martin }, /* 385 = netbsd32_lremovexattr */ 1628 1.111 martin { 1629 1.111 martin ns(struct netbsd32_fremovexattr_args), 1630 1.111 martin .sy_call = (sy_call_t *)netbsd32_fremovexattr 1631 1.111 martin }, /* 386 = netbsd32_fremovexattr */ 1632 1.111 martin { 1633 1.111 martin ns(struct compat_50_netbsd32___stat30_args), 1634 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1635 1.111 martin }, /* 387 = compat_50_netbsd32___stat30 */ 1636 1.111 martin { 1637 1.111 martin ns(struct compat_50_netbsd32___fstat30_args), 1638 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1639 1.111 martin }, /* 388 = compat_50_netbsd32___fstat30 */ 1640 1.111 martin { 1641 1.111 martin ns(struct compat_50_netbsd32___lstat30_args), 1642 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1643 1.111 martin }, /* 389 = compat_50_netbsd32___lstat30 */ 1644 1.111 martin { 1645 1.111 martin ns(struct netbsd32___getdents30_args), 1646 1.111 martin .sy_call = (sy_call_t *)netbsd32___getdents30 1647 1.111 martin }, /* 390 = netbsd32___getdents30 */ 1648 1.111 martin { 1649 1.142 christos .sy_call = (sy_call_t *)(void *)nullop, 1650 1.111 martin }, /* 391 = filler */ 1651 1.111 martin { 1652 1.111 martin ns(struct compat_30_netbsd32___fhstat30_args), 1653 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1654 1.111 martin }, /* 392 = compat_30_netbsd32___fhstat30 */ 1655 1.111 martin { 1656 1.111 martin ns(struct compat_50_netbsd32_ntp_gettime_args), 1657 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1658 1.111 martin }, /* 393 = compat_50_netbsd32_ntp_gettime */ 1659 1.111 martin { 1660 1.111 martin ns(struct netbsd32___socket30_args), 1661 1.111 martin .sy_call = (sy_call_t *)netbsd32___socket30 1662 1.111 martin }, /* 394 = netbsd32___socket30 */ 1663 1.111 martin { 1664 1.111 martin ns(struct netbsd32___getfh30_args), 1665 1.111 martin .sy_call = (sy_call_t *)netbsd32___getfh30 1666 1.111 martin }, /* 395 = netbsd32___getfh30 */ 1667 1.111 martin { 1668 1.111 martin ns(struct netbsd32___fhopen40_args), 1669 1.111 martin .sy_call = (sy_call_t *)netbsd32___fhopen40 1670 1.111 martin }, /* 396 = netbsd32___fhopen40 */ 1671 1.111 martin { 1672 1.141 christos ns(struct compat_90_netbsd32_fhstatvfs1_args), 1673 1.141 christos .sy_call = (sy_call_t *)sys_nomodule 1674 1.141 christos }, /* 397 = compat_90_netbsd32_fhstatvfs1 */ 1675 1.111 martin { 1676 1.111 martin ns(struct compat_50_netbsd32___fhstat40_args), 1677 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1678 1.111 martin }, /* 398 = compat_50_netbsd32___fhstat40 */ 1679 1.111 martin { 1680 1.111 martin .sy_call = sys_nosys, 1681 1.111 martin }, /* 399 = filler */ 1682 1.111 martin { 1683 1.111 martin .sy_call = sys_nosys, 1684 1.111 martin }, /* 400 = filler */ 1685 1.111 martin { 1686 1.111 martin .sy_call = sys_nosys, 1687 1.111 martin }, /* 401 = filler */ 1688 1.111 martin { 1689 1.111 martin .sy_call = sys_nosys, 1690 1.111 martin }, /* 402 = filler */ 1691 1.111 martin { 1692 1.111 martin .sy_call = sys_nosys, 1693 1.111 martin }, /* 403 = filler */ 1694 1.111 martin { 1695 1.111 martin .sy_call = sys_nosys, 1696 1.111 martin }, /* 404 = filler */ 1697 1.111 martin { 1698 1.111 martin .sy_call = sys_nosys, 1699 1.111 martin }, /* 405 = filler */ 1700 1.111 martin { 1701 1.111 martin .sy_call = sys_nosys, 1702 1.111 martin }, /* 406 = filler */ 1703 1.111 martin { 1704 1.111 martin .sy_call = sys_nosys, 1705 1.111 martin }, /* 407 = filler */ 1706 1.111 martin { 1707 1.111 martin .sy_call = sys_nosys, 1708 1.111 martin }, /* 408 = filler */ 1709 1.111 martin { 1710 1.111 martin .sy_call = sys_nosys, 1711 1.111 martin }, /* 409 = filler */ 1712 1.111 martin { 1713 1.111 martin ns(struct netbsd32___mount50_args), 1714 1.111 martin .sy_call = (sy_call_t *)netbsd32___mount50 1715 1.111 martin }, /* 410 = netbsd32___mount50 */ 1716 1.111 martin { 1717 1.111 martin ns(struct netbsd32_mremap_args), 1718 1.111 martin .sy_call = (sy_call_t *)netbsd32_mremap 1719 1.111 martin }, /* 411 = netbsd32_mremap */ 1720 1.111 martin { 1721 1.114 martin ns(struct netbsd32_pset_create_args), 1722 1.114 martin .sy_call = (sy_call_t *)netbsd32_pset_create 1723 1.114 martin }, /* 412 = netbsd32_pset_create */ 1724 1.114 martin { 1725 1.114 martin ns(struct netbsd32_pset_destroy_args), 1726 1.114 martin .sy_call = (sy_call_t *)netbsd32_pset_destroy 1727 1.114 martin }, /* 413 = netbsd32_pset_destroy */ 1728 1.114 martin { 1729 1.114 martin ns(struct netbsd32_pset_assign_args), 1730 1.114 martin .sy_call = (sy_call_t *)netbsd32_pset_assign 1731 1.114 martin }, /* 414 = netbsd32_pset_assign */ 1732 1.114 martin { 1733 1.114 martin ns(struct netbsd32__pset_bind_args), 1734 1.114 martin .sy_call = (sy_call_t *)netbsd32__pset_bind 1735 1.114 martin }, /* 415 = netbsd32__pset_bind */ 1736 1.111 martin { 1737 1.111 martin ns(struct netbsd32___posix_fadvise50_args), 1738 1.125 christos .sy_flags = SYCALL_NARGS64_VAL(2) | SYCALL_ARG3_64 | SYCALL_ARG2_64, 1739 1.111 martin .sy_call = (sy_call_t *)netbsd32___posix_fadvise50 1740 1.111 martin }, /* 416 = netbsd32___posix_fadvise50 */ 1741 1.111 martin { 1742 1.111 martin ns(struct netbsd32___select50_args), 1743 1.111 martin .sy_call = (sy_call_t *)netbsd32___select50 1744 1.111 martin }, /* 417 = netbsd32___select50 */ 1745 1.111 martin { 1746 1.111 martin ns(struct netbsd32___gettimeofday50_args), 1747 1.111 martin .sy_call = (sy_call_t *)netbsd32___gettimeofday50 1748 1.111 martin }, /* 418 = netbsd32___gettimeofday50 */ 1749 1.111 martin { 1750 1.111 martin ns(struct netbsd32___settimeofday50_args), 1751 1.111 martin .sy_call = (sy_call_t *)netbsd32___settimeofday50 1752 1.111 martin }, /* 419 = netbsd32___settimeofday50 */ 1753 1.111 martin { 1754 1.111 martin ns(struct netbsd32___utimes50_args), 1755 1.111 martin .sy_call = (sy_call_t *)netbsd32___utimes50 1756 1.111 martin }, /* 420 = netbsd32___utimes50 */ 1757 1.111 martin { 1758 1.111 martin ns(struct netbsd32___adjtime50_args), 1759 1.111 martin .sy_call = (sy_call_t *)netbsd32___adjtime50 1760 1.111 martin }, /* 421 = netbsd32___adjtime50 */ 1761 1.111 martin { 1762 1.111 martin .sy_call = sys_nosys, 1763 1.111 martin }, /* 422 = filler */ 1764 1.111 martin { 1765 1.111 martin ns(struct netbsd32___futimes50_args), 1766 1.111 martin .sy_call = (sy_call_t *)netbsd32___futimes50 1767 1.111 martin }, /* 423 = netbsd32___futimes50 */ 1768 1.111 martin { 1769 1.111 martin ns(struct netbsd32___lutimes50_args), 1770 1.111 martin .sy_call = (sy_call_t *)netbsd32___lutimes50 1771 1.111 martin }, /* 424 = netbsd32___lutimes50 */ 1772 1.111 martin { 1773 1.111 martin ns(struct netbsd32___setitimer50_args), 1774 1.111 martin .sy_call = (sy_call_t *)netbsd32___setitimer50 1775 1.111 martin }, /* 425 = netbsd32___setitimer50 */ 1776 1.111 martin { 1777 1.111 martin ns(struct netbsd32___getitimer50_args), 1778 1.111 martin .sy_call = (sy_call_t *)netbsd32___getitimer50 1779 1.111 martin }, /* 426 = netbsd32___getitimer50 */ 1780 1.111 martin { 1781 1.111 martin ns(struct netbsd32___clock_gettime50_args), 1782 1.111 martin .sy_call = (sy_call_t *)netbsd32___clock_gettime50 1783 1.111 martin }, /* 427 = netbsd32___clock_gettime50 */ 1784 1.111 martin { 1785 1.111 martin ns(struct netbsd32___clock_settime50_args), 1786 1.111 martin .sy_call = (sy_call_t *)netbsd32___clock_settime50 1787 1.111 martin }, /* 428 = netbsd32___clock_settime50 */ 1788 1.111 martin { 1789 1.111 martin ns(struct netbsd32___clock_getres50_args), 1790 1.111 martin .sy_call = (sy_call_t *)netbsd32___clock_getres50 1791 1.111 martin }, /* 429 = netbsd32___clock_getres50 */ 1792 1.111 martin { 1793 1.111 martin ns(struct netbsd32___nanosleep50_args), 1794 1.111 martin .sy_call = (sy_call_t *)netbsd32___nanosleep50 1795 1.111 martin }, /* 430 = netbsd32___nanosleep50 */ 1796 1.111 martin { 1797 1.111 martin ns(struct netbsd32_____sigtimedwait50_args), 1798 1.111 martin .sy_call = (sy_call_t *)netbsd32_____sigtimedwait50 1799 1.111 martin }, /* 431 = netbsd32_____sigtimedwait50 */ 1800 1.111 martin { 1801 1.113 martin ns(struct netbsd32___mq_timedsend50_args), 1802 1.120 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1803 1.113 martin }, /* 432 = netbsd32___mq_timedsend50 */ 1804 1.113 martin { 1805 1.113 martin ns(struct netbsd32___mq_timedreceive50_args), 1806 1.120 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1807 1.113 martin }, /* 433 = netbsd32___mq_timedreceive50 */ 1808 1.111 martin { 1809 1.111 martin ns(struct compat_60_netbsd32__lwp_park_args), 1810 1.138 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1811 1.111 martin }, /* 434 = compat_60_netbsd32__lwp_park */ 1812 1.111 martin { 1813 1.156 rin ns(struct compat_100_netbsd32___kevent50_args), 1814 1.156 rin .sy_call = (sy_call_t *)sys_nomodule 1815 1.156 rin }, /* 435 = compat_100_netbsd32___kevent50 */ 1816 1.111 martin { 1817 1.111 martin ns(struct netbsd32___pselect50_args), 1818 1.111 martin .sy_call = (sy_call_t *)netbsd32___pselect50 1819 1.111 martin }, /* 436 = netbsd32___pselect50 */ 1820 1.111 martin { 1821 1.111 martin ns(struct netbsd32___pollts50_args), 1822 1.111 martin .sy_call = (sy_call_t *)netbsd32___pollts50 1823 1.111 martin }, /* 437 = netbsd32___pollts50 */ 1824 1.111 martin { 1825 1.111 martin .sy_call = sys_nosys, 1826 1.111 martin }, /* 438 = filler */ 1827 1.111 martin { 1828 1.111 martin ns(struct netbsd32___stat50_args), 1829 1.111 martin .sy_call = (sy_call_t *)netbsd32___stat50 1830 1.111 martin }, /* 439 = netbsd32___stat50 */ 1831 1.111 martin { 1832 1.111 martin ns(struct netbsd32___fstat50_args), 1833 1.111 martin .sy_call = (sy_call_t *)netbsd32___fstat50 1834 1.111 martin }, /* 440 = netbsd32___fstat50 */ 1835 1.111 martin { 1836 1.111 martin ns(struct netbsd32___lstat50_args), 1837 1.111 martin .sy_call = (sy_call_t *)netbsd32___lstat50 1838 1.111 martin }, /* 441 = netbsd32___lstat50 */ 1839 1.111 martin { 1840 1.111 martin ns(struct netbsd32_____semctl50_args), 1841 1.121 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1842 1.111 martin }, /* 442 = netbsd32_____semctl50 */ 1843 1.111 martin { 1844 1.111 martin ns(struct netbsd32___shmctl50_args), 1845 1.121 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1846 1.111 martin }, /* 443 = netbsd32___shmctl50 */ 1847 1.111 martin { 1848 1.111 martin ns(struct netbsd32___msgctl50_args), 1849 1.121 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1850 1.111 martin }, /* 444 = netbsd32___msgctl50 */ 1851 1.111 martin { 1852 1.111 martin ns(struct netbsd32___getrusage50_args), 1853 1.111 martin .sy_call = (sy_call_t *)netbsd32___getrusage50 1854 1.111 martin }, /* 445 = netbsd32___getrusage50 */ 1855 1.111 martin { 1856 1.111 martin ns(struct netbsd32___timer_settime50_args), 1857 1.111 martin .sy_call = (sy_call_t *)netbsd32___timer_settime50 1858 1.111 martin }, /* 446 = netbsd32___timer_settime50 */ 1859 1.111 martin { 1860 1.111 martin ns(struct netbsd32___timer_gettime50_args), 1861 1.111 martin .sy_call = (sy_call_t *)netbsd32___timer_gettime50 1862 1.111 martin }, /* 447 = netbsd32___timer_gettime50 */ 1863 1.82 christos #if defined(NTP) || !defined(_KERNEL_OPT) 1864 1.111 martin { 1865 1.111 martin ns(struct netbsd32___ntp_gettime50_args), 1866 1.111 martin .sy_call = (sy_call_t *)netbsd32___ntp_gettime50 1867 1.111 martin }, /* 448 = netbsd32___ntp_gettime50 */ 1868 1.111 martin #else 1869 1.111 martin { 1870 1.111 martin .sy_call = sys_nosys, 1871 1.111 martin }, /* 448 = filler */ 1872 1.111 martin #endif 1873 1.111 martin { 1874 1.111 martin ns(struct netbsd32___wait450_args), 1875 1.111 martin .sy_call = (sy_call_t *)netbsd32___wait450 1876 1.111 martin }, /* 449 = netbsd32___wait450 */ 1877 1.111 martin { 1878 1.111 martin ns(struct netbsd32___mknod50_args), 1879 1.125 christos .sy_flags = SYCALL_NARGS64_VAL(1) | SYCALL_ARG2_64, 1880 1.111 martin .sy_call = (sy_call_t *)netbsd32___mknod50 1881 1.111 martin }, /* 450 = netbsd32___mknod50 */ 1882 1.111 martin { 1883 1.111 martin ns(struct netbsd32___fhstat50_args), 1884 1.111 martin .sy_call = (sy_call_t *)netbsd32___fhstat50 1885 1.111 martin }, /* 451 = netbsd32___fhstat50 */ 1886 1.111 martin { 1887 1.111 martin .sy_call = sys_nosys, 1888 1.111 martin }, /* 452 = filler */ 1889 1.111 martin { 1890 1.111 martin ns(struct netbsd32_pipe2_args), 1891 1.111 martin .sy_call = (sy_call_t *)netbsd32_pipe2 1892 1.111 martin }, /* 453 = netbsd32_pipe2 */ 1893 1.111 martin { 1894 1.162 christos ns(struct compat_100_netbsd32_dup3_args), 1895 1.161 christos .sy_call = (sy_call_t *)sys_nomodule 1896 1.162 christos }, /* 454 = compat_100_netbsd32_dup3 */ 1897 1.111 martin { 1898 1.111 martin ns(struct netbsd32_kqueue1_args), 1899 1.111 martin .sy_call = (sy_call_t *)netbsd32_kqueue1 1900 1.111 martin }, /* 455 = netbsd32_kqueue1 */ 1901 1.111 martin { 1902 1.111 martin ns(struct netbsd32_paccept_args), 1903 1.111 martin .sy_call = (sy_call_t *)netbsd32_paccept 1904 1.111 martin }, /* 456 = netbsd32_paccept */ 1905 1.111 martin { 1906 1.111 martin ns(struct netbsd32_linkat_args), 1907 1.111 martin .sy_call = (sy_call_t *)netbsd32_linkat 1908 1.111 martin }, /* 457 = netbsd32_linkat */ 1909 1.111 martin { 1910 1.111 martin ns(struct netbsd32_renameat_args), 1911 1.111 martin .sy_call = (sy_call_t *)netbsd32_renameat 1912 1.111 martin }, /* 458 = netbsd32_renameat */ 1913 1.111 martin { 1914 1.111 martin ns(struct netbsd32_mkfifoat_args), 1915 1.111 martin .sy_call = (sy_call_t *)netbsd32_mkfifoat 1916 1.111 martin }, /* 459 = netbsd32_mkfifoat */ 1917 1.111 martin { 1918 1.111 martin ns(struct netbsd32_mknodat_args), 1919 1.125 christos .sy_flags = SYCALL_NARGS64_VAL(1) | SYCALL_ARG4_64, 1920 1.111 martin .sy_call = (sy_call_t *)netbsd32_mknodat 1921 1.111 martin }, /* 460 = netbsd32_mknodat */ 1922 1.111 martin { 1923 1.111 martin ns(struct netbsd32_mkdirat_args), 1924 1.111 martin .sy_call = (sy_call_t *)netbsd32_mkdirat 1925 1.111 martin }, /* 461 = netbsd32_mkdirat */ 1926 1.111 martin { 1927 1.111 martin ns(struct netbsd32_faccessat_args), 1928 1.111 martin .sy_call = (sy_call_t *)netbsd32_faccessat 1929 1.111 martin }, /* 462 = netbsd32_faccessat */ 1930 1.111 martin { 1931 1.111 martin ns(struct netbsd32_fchmodat_args), 1932 1.111 martin .sy_call = (sy_call_t *)netbsd32_fchmodat 1933 1.111 martin }, /* 463 = netbsd32_fchmodat */ 1934 1.111 martin { 1935 1.111 martin ns(struct netbsd32_fchownat_args), 1936 1.111 martin .sy_call = (sy_call_t *)netbsd32_fchownat 1937 1.111 martin }, /* 464 = netbsd32_fchownat */ 1938 1.111 martin { 1939 1.111 martin ns(struct netbsd32_fexecve_args), 1940 1.111 martin .sy_call = (sy_call_t *)netbsd32_fexecve 1941 1.111 martin }, /* 465 = netbsd32_fexecve */ 1942 1.111 martin { 1943 1.111 martin ns(struct netbsd32_fstatat_args), 1944 1.111 martin .sy_call = (sy_call_t *)netbsd32_fstatat 1945 1.111 martin }, /* 466 = netbsd32_fstatat */ 1946 1.111 martin { 1947 1.111 martin ns(struct netbsd32_utimensat_args), 1948 1.111 martin .sy_call = (sy_call_t *)netbsd32_utimensat 1949 1.111 martin }, /* 467 = netbsd32_utimensat */ 1950 1.111 martin { 1951 1.111 martin ns(struct netbsd32_openat_args), 1952 1.111 martin .sy_call = (sy_call_t *)netbsd32_openat 1953 1.111 martin }, /* 468 = netbsd32_openat */ 1954 1.111 martin { 1955 1.111 martin ns(struct netbsd32_readlinkat_args), 1956 1.111 martin .sy_call = (sy_call_t *)netbsd32_readlinkat 1957 1.111 martin }, /* 469 = netbsd32_readlinkat */ 1958 1.111 martin { 1959 1.111 martin ns(struct netbsd32_symlinkat_args), 1960 1.111 martin .sy_call = (sy_call_t *)netbsd32_symlinkat 1961 1.111 martin }, /* 470 = netbsd32_symlinkat */ 1962 1.111 martin { 1963 1.111 martin ns(struct netbsd32_unlinkat_args), 1964 1.111 martin .sy_call = (sy_call_t *)netbsd32_unlinkat 1965 1.111 martin }, /* 471 = netbsd32_unlinkat */ 1966 1.111 martin { 1967 1.111 martin ns(struct netbsd32_futimens_args), 1968 1.111 martin .sy_call = (sy_call_t *)netbsd32_futimens 1969 1.111 martin }, /* 472 = netbsd32_futimens */ 1970 1.111 martin { 1971 1.111 martin ns(struct netbsd32___quotactl_args), 1972 1.148 pgoyette .sy_call = (sy_call_t *)sys_nomodule 1973 1.111 martin }, /* 473 = netbsd32___quotactl */ 1974 1.111 martin { 1975 1.111 martin ns(struct netbsd32_posix_spawn_args), 1976 1.111 martin .sy_call = (sy_call_t *)netbsd32_posix_spawn 1977 1.111 martin }, /* 474 = netbsd32_posix_spawn */ 1978 1.111 martin { 1979 1.133 christos ns(struct netbsd32_recvmmsg_args), 1980 1.133 christos .sy_call = (sy_call_t *)netbsd32_recvmmsg 1981 1.133 christos }, /* 475 = netbsd32_recvmmsg */ 1982 1.133 christos { 1983 1.133 christos ns(struct netbsd32_sendmmsg_args), 1984 1.133 christos .sy_call = (sy_call_t *)netbsd32_sendmmsg 1985 1.133 christos }, /* 476 = netbsd32_sendmmsg */ 1986 1.111 martin { 1987 1.111 martin ns(struct netbsd32_clock_nanosleep_args), 1988 1.111 martin .sy_call = (sy_call_t *)netbsd32_clock_nanosleep 1989 1.111 martin }, /* 477 = netbsd32_clock_nanosleep */ 1990 1.111 martin { 1991 1.111 martin ns(struct netbsd32____lwp_park60_args), 1992 1.111 martin .sy_call = (sy_call_t *)netbsd32____lwp_park60 1993 1.111 martin }, /* 478 = netbsd32____lwp_park60 */ 1994 1.111 martin { 1995 1.111 martin ns(struct netbsd32_posix_fallocate_args), 1996 1.125 christos .sy_flags = SYCALL_NARGS64_VAL(2) | SYCALL_ARG3_64 | SYCALL_ARG2_64, 1997 1.111 martin .sy_call = (sy_call_t *)netbsd32_posix_fallocate 1998 1.111 martin }, /* 479 = netbsd32_posix_fallocate */ 1999 1.111 martin { 2000 1.111 martin ns(struct netbsd32_fdiscard_args), 2001 1.125 christos .sy_flags = SYCALL_NARGS64_VAL(2) | SYCALL_ARG3_64 | SYCALL_ARG2_64, 2002 1.111 martin .sy_call = (sy_call_t *)netbsd32_fdiscard 2003 1.111 martin }, /* 480 = netbsd32_fdiscard */ 2004 1.111 martin { 2005 1.123 skrll ns(struct netbsd32_wait6_args), 2006 1.123 skrll .sy_call = (sy_call_t *)netbsd32_wait6 2007 1.123 skrll }, /* 481 = netbsd32_wait6 */ 2008 1.123 skrll { 2009 1.123 skrll ns(struct netbsd32_clock_getcpuclockid2_args), 2010 1.123 skrll .sy_call = (sy_call_t *)netbsd32_clock_getcpuclockid2 2011 1.123 skrll }, /* 482 = netbsd32_clock_getcpuclockid2 */ 2012 1.111 martin { 2013 1.141 christos ns(struct netbsd32___getvfsstat90_args), 2014 1.141 christos .sy_call = (sy_call_t *)netbsd32___getvfsstat90 2015 1.141 christos }, /* 483 = netbsd32___getvfsstat90 */ 2016 1.141 christos { 2017 1.141 christos ns(struct netbsd32___statvfs190_args), 2018 1.141 christos .sy_call = (sy_call_t *)netbsd32___statvfs190 2019 1.141 christos }, /* 484 = netbsd32___statvfs190 */ 2020 1.141 christos { 2021 1.141 christos ns(struct netbsd32___fstatvfs190_args), 2022 1.141 christos .sy_call = (sy_call_t *)netbsd32___fstatvfs190 2023 1.141 christos }, /* 485 = netbsd32___fstatvfs190 */ 2024 1.141 christos { 2025 1.141 christos ns(struct netbsd32___fhstatvfs190_args), 2026 1.141 christos .sy_call = (sy_call_t *)netbsd32___fhstatvfs190 2027 1.141 christos }, /* 486 = netbsd32___fhstatvfs190 */ 2028 1.111 martin { 2029 1.152 christos ns(struct netbsd32___acl_get_link_args), 2030 1.152 christos .sy_call = (sy_call_t *)netbsd32___acl_get_link 2031 1.152 christos }, /* 487 = netbsd32___acl_get_link */ 2032 1.152 christos { 2033 1.152 christos ns(struct netbsd32___acl_set_link_args), 2034 1.152 christos .sy_call = (sy_call_t *)netbsd32___acl_set_link 2035 1.152 christos }, /* 488 = netbsd32___acl_set_link */ 2036 1.152 christos { 2037 1.152 christos ns(struct netbsd32___acl_delete_link_args), 2038 1.152 christos .sy_call = (sy_call_t *)netbsd32___acl_delete_link 2039 1.152 christos }, /* 489 = netbsd32___acl_delete_link */ 2040 1.152 christos { 2041 1.152 christos ns(struct netbsd32___acl_aclcheck_link_args), 2042 1.152 christos .sy_call = (sy_call_t *)netbsd32___acl_aclcheck_link 2043 1.152 christos }, /* 490 = netbsd32___acl_aclcheck_link */ 2044 1.152 christos { 2045 1.152 christos ns(struct netbsd32___acl_get_file_args), 2046 1.152 christos .sy_call = (sy_call_t *)netbsd32___acl_get_file 2047 1.152 christos }, /* 491 = netbsd32___acl_get_file */ 2048 1.152 christos { 2049 1.152 christos ns(struct netbsd32___acl_set_file_args), 2050 1.152 christos .sy_call = (sy_call_t *)netbsd32___acl_set_file 2051 1.152 christos }, /* 492 = netbsd32___acl_set_file */ 2052 1.152 christos { 2053 1.152 christos ns(struct netbsd32___acl_get_fd_args), 2054 1.152 christos .sy_call = (sy_call_t *)netbsd32___acl_get_fd 2055 1.152 christos }, /* 493 = netbsd32___acl_get_fd */ 2056 1.152 christos { 2057 1.152 christos ns(struct netbsd32___acl_set_fd_args), 2058 1.152 christos .sy_call = (sy_call_t *)netbsd32___acl_set_fd 2059 1.152 christos }, /* 494 = netbsd32___acl_set_fd */ 2060 1.152 christos { 2061 1.152 christos ns(struct netbsd32___acl_delete_file_args), 2062 1.152 christos .sy_call = (sy_call_t *)netbsd32___acl_delete_file 2063 1.152 christos }, /* 495 = netbsd32___acl_delete_file */ 2064 1.152 christos { 2065 1.152 christos ns(struct netbsd32___acl_delete_fd_args), 2066 1.152 christos .sy_call = (sy_call_t *)netbsd32___acl_delete_fd 2067 1.152 christos }, /* 496 = netbsd32___acl_delete_fd */ 2068 1.152 christos { 2069 1.152 christos ns(struct netbsd32___acl_aclcheck_file_args), 2070 1.152 christos .sy_call = (sy_call_t *)netbsd32___acl_aclcheck_file 2071 1.152 christos }, /* 497 = netbsd32___acl_aclcheck_file */ 2072 1.152 christos { 2073 1.152 christos ns(struct netbsd32___acl_aclcheck_fd_args), 2074 1.152 christos .sy_call = (sy_call_t *)netbsd32___acl_aclcheck_fd 2075 1.152 christos }, /* 498 = netbsd32___acl_aclcheck_fd */ 2076 1.152 christos { 2077 1.152 christos ns(struct netbsd32_lpathconf_args), 2078 1.152 christos .sy_call = (sy_call_t *)netbsd32_lpathconf 2079 1.152 christos }, /* 499 = netbsd32_lpathconf */ 2080 1.111 martin { 2081 1.157 rin ns(struct netbsd32_memfd_create_args), 2082 1.157 rin .sy_call = (sy_call_t *)netbsd32_memfd_create 2083 1.157 rin }, /* 500 = netbsd32_memfd_create */ 2084 1.111 martin { 2085 1.156 rin ns(struct netbsd32___kevent100_args), 2086 1.156 rin .sy_call = (sy_call_t *)netbsd32___kevent100 2087 1.156 rin }, /* 501 = netbsd32___kevent100 */ 2088 1.111 martin { 2089 1.158 rin ns(struct netbsd32_epoll_create1_args), 2090 1.158 rin .sy_call = (sy_call_t *)netbsd32_epoll_create1 2091 1.158 rin }, /* 502 = netbsd32_epoll_create1 */ 2092 1.158 rin { 2093 1.158 rin ns(struct netbsd32_epoll_ctl_args), 2094 1.158 rin .sy_call = (sy_call_t *)netbsd32_epoll_ctl 2095 1.158 rin }, /* 503 = netbsd32_epoll_ctl */ 2096 1.158 rin { 2097 1.158 rin ns(struct netbsd32_epoll_pwait2_args), 2098 1.158 rin .sy_call = (sy_call_t *)netbsd32_epoll_pwait2 2099 1.158 rin }, /* 504 = netbsd32_epoll_pwait2 */ 2100 1.111 martin { 2101 1.162 christos ns(struct netbsd32___dup3100_args), 2102 1.162 christos .sy_call = (sy_call_t *)netbsd32___dup3100 2103 1.162 christos }, /* 505 = netbsd32___dup3100 */ 2104 1.111 martin { 2105 1.163 martin ns(struct netbsd32_semtimedop_args), 2106 1.163 martin .sy_call = (sy_call_t *)sys_nomodule 2107 1.163 martin }, /* 506 = netbsd32_semtimedop */ 2108 1.111 martin { 2109 1.111 martin .sy_call = sys_nosys, 2110 1.111 martin }, /* 507 = filler */ 2111 1.111 martin { 2112 1.111 martin .sy_call = sys_nosys, 2113 1.111 martin }, /* 508 = filler */ 2114 1.111 martin { 2115 1.111 martin .sy_call = sys_nosys, 2116 1.111 martin }, /* 509 = filler */ 2117 1.111 martin { 2118 1.111 martin .sy_call = sys_nosys, 2119 1.111 martin }, /* 510 = filler */ 2120 1.111 martin { 2121 1.111 martin .sy_call = sys_nosys, 2122 1.111 martin }, /* 511 = filler */ 2123 1.1 mrg }; 2124 1.135 pgoyette 2125 1.135 pgoyette const uint32_t netbsd32_sysent_nomodbits[] = { 2126 1.138 pgoyette 0x042c4180, /* syscalls 0- 31 */ 2127 1.138 pgoyette 0xc0b10140, /* syscalls 32- 63 */ 2128 1.138 pgoyette 0x23f80083, /* syscalls 64- 95 */ 2129 1.138 pgoyette 0x2437f0ea, /* syscalls 96-127 */ 2130 1.147 pgoyette 0x7857f406, /* syscalls 128-159 */ 2131 1.138 pgoyette 0x70008e1e, /* syscalls 160-191 */ 2132 1.138 pgoyette 0xf0004010, /* syscalls 192-223 */ 2133 1.138 pgoyette 0x001167ff, /* syscalls 224-255 */ 2134 1.138 pgoyette 0x01d107fe, /* syscalls 256-287 */ 2135 1.138 pgoyette 0x0000fc80, /* syscalls 288-319 */ 2136 1.138 pgoyette 0x02000001, /* syscalls 320-351 */ 2137 1.141 christos 0x006000f0, /* syscalls 352-383 */ 2138 1.141 christos 0x00006338, /* syscalls 384-415 */ 2139 1.156 rin 0x1c0f0000, /* syscalls 416-447 */ 2140 1.161 christos 0x02000040, /* syscalls 448-479 */ 2141 1.163 martin 0x04000000, /* syscalls 480-511 */ 2142 1.135 pgoyette }; 2143