Home | History | Annotate | Line # | Download | only in netbsd32
netbsd32_sysent.c revision 1.65.14.2
      1  1.65.14.2  jmcneill /* $NetBSD: netbsd32_sysent.c,v 1.65.14.2 2007/08/16 11:02:59 jmcneill 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.65.14.2  jmcneill  * created from	NetBSD: syscalls.master,v 1.61 2007/08/15 12:07:31 ad Exp
      8        1.1       mrg  */
      9       1.24     lukem 
     10       1.24     lukem #include <sys/cdefs.h>
     11  1.65.14.2  jmcneill __KERNEL_RCSID(0, "$NetBSD: netbsd32_sysent.c,v 1.65.14.2 2007/08/16 11:02:59 jmcneill Exp $");
     12        1.1       mrg 
     13       1.23       mrg #if defined(_KERNEL_OPT)
     14        1.1       mrg #include "opt_nfsserver.h"
     15        1.1       mrg #include "opt_compat_netbsd.h"
     16        1.4       eeh #include "opt_ntp.h"
     17        1.5      tron #include "opt_sysv.h"
     18        1.6  christos #include "opt_compat_43.h"
     19       1.48      cube #include "opt_posix.h"
     20        1.1       mrg #include "fs_lfs.h"
     21        1.1       mrg #include "fs_nfs.h"
     22       1.17  jdolecek #endif
     23        1.1       mrg #include <sys/param.h>
     24        1.1       mrg #include <sys/systm.h>
     25        1.1       mrg #include <sys/signal.h>
     26        1.1       mrg #include <sys/mount.h>
     27        1.1       mrg #include <sys/syscallargs.h>
     28        1.8       mrg #include <compat/netbsd32/netbsd32.h>
     29        1.8       mrg #include <compat/netbsd32/netbsd32_syscallargs.h>
     30        1.1       mrg 
     31        1.1       mrg #ifdef COMPAT_43
     32       1.23       mrg #define	compat_43(func) __CONCAT(compat_43_,func)
     33        1.1       mrg #else
     34       1.23       mrg #define	compat_43(func) sys_nosys
     35        1.1       mrg #endif
     36        1.1       mrg 
     37        1.1       mrg #ifdef COMPAT_09
     38       1.23       mrg #define	compat_09(func) __CONCAT(compat_09_,func)
     39        1.1       mrg #else
     40       1.23       mrg #define	compat_09(func) sys_nosys
     41        1.1       mrg #endif
     42        1.1       mrg 
     43        1.1       mrg #ifdef COMPAT_10
     44       1.23       mrg #define	compat_10(func) __CONCAT(compat_10_,func)
     45        1.1       mrg #else
     46       1.23       mrg #define	compat_10(func) sys_nosys
     47        1.1       mrg #endif
     48        1.1       mrg 
     49        1.1       mrg #ifdef COMPAT_11
     50       1.23       mrg #define	compat_11(func) __CONCAT(compat_11_,func)
     51        1.1       mrg #else
     52       1.23       mrg #define	compat_11(func) sys_nosys
     53        1.1       mrg #endif
     54        1.1       mrg 
     55        1.1       mrg #ifdef COMPAT_12
     56       1.23       mrg #define	compat_12(func) __CONCAT(compat_12_,func)
     57        1.1       mrg #else
     58       1.23       mrg #define	compat_12(func) sys_nosys
     59        1.1       mrg #endif
     60        1.1       mrg 
     61        1.1       mrg #ifdef COMPAT_13
     62       1.23       mrg #define	compat_13(func) __CONCAT(compat_13_,func)
     63        1.1       mrg #else
     64       1.23       mrg #define	compat_13(func) sys_nosys
     65        1.1       mrg #endif
     66        1.1       mrg 
     67       1.11       eeh #ifdef COMPAT_14
     68       1.23       mrg #define	compat_14(func) __CONCAT(compat_14_,func)
     69       1.11       eeh #else
     70       1.23       mrg #define	compat_14(func) sys_nosys
     71       1.11       eeh #endif
     72       1.11       eeh 
     73       1.30      fvdl #ifdef COMPAT_15
     74       1.30      fvdl #define	compat_15(func) __CONCAT(compat_15_,func)
     75       1.30      fvdl #else
     76       1.30      fvdl #define	compat_15(func) sys_nosys
     77       1.30      fvdl #endif
     78       1.30      fvdl 
     79       1.30      fvdl #ifdef COMPAT_16
     80       1.30      fvdl #define	compat_16(func) __CONCAT(compat_16_,func)
     81       1.30      fvdl #else
     82       1.30      fvdl #define	compat_16(func) sys_nosys
     83       1.30      fvdl #endif
     84       1.30      fvdl 
     85       1.32      cube #ifdef COMPAT_20
     86       1.32      cube #define	compat_20(func) __CONCAT(compat_20_,func)
     87       1.32      cube #else
     88       1.32      cube #define	compat_20(func) sys_nosys
     89       1.32      cube #endif
     90       1.32      cube 
     91       1.51      cube #ifdef COMPAT_30
     92       1.51      cube #define	compat_30(func) __CONCAT(compat_30_,func)
     93       1.51      cube #else
     94       1.51      cube #define	compat_30(func) sys_nosys
     95       1.51      cube #endif
     96       1.51      cube 
     97        1.1       mrg #define	s(type)	sizeof(type)
     98        1.1       mrg 
     99        1.8       mrg struct sysent netbsd32_sysent[] = {
    100       1.19   thorpej 	{ 0, 0, 0,
    101        1.1       mrg 	    sys_nosys },			/* 0 = syscall (indir) */
    102       1.19   thorpej 	{ 1, s(struct netbsd32_exit_args), 0,
    103       1.11       eeh 	    netbsd32_exit },			/* 1 = netbsd32_exit */
    104       1.19   thorpej 	{ 0, 0, 0,
    105        1.1       mrg 	    sys_fork },				/* 2 = fork */
    106       1.19   thorpej 	{ 3, s(struct netbsd32_read_args), 0,
    107       1.11       eeh 	    netbsd32_read },			/* 3 = netbsd32_read */
    108       1.19   thorpej 	{ 3, s(struct netbsd32_write_args), 0,
    109       1.11       eeh 	    netbsd32_write },			/* 4 = netbsd32_write */
    110       1.19   thorpej 	{ 3, s(struct netbsd32_open_args), 0,
    111       1.11       eeh 	    netbsd32_open },			/* 5 = netbsd32_open */
    112       1.19   thorpej 	{ 1, s(struct netbsd32_close_args), 0,
    113       1.11       eeh 	    netbsd32_close },			/* 6 = netbsd32_close */
    114       1.19   thorpej 	{ 4, s(struct netbsd32_wait4_args), 0,
    115       1.11       eeh 	    netbsd32_wait4 },			/* 7 = netbsd32_wait4 */
    116       1.19   thorpej 	{ 2, s(struct compat_43_netbsd32_ocreat_args), 0,
    117       1.11       eeh 	    compat_43(netbsd32_ocreat) },	/* 8 = compat_43 netbsd32_ocreat */
    118       1.19   thorpej 	{ 2, s(struct netbsd32_link_args), 0,
    119       1.11       eeh 	    netbsd32_link },			/* 9 = netbsd32_link */
    120       1.19   thorpej 	{ 1, s(struct netbsd32_unlink_args), 0,
    121       1.11       eeh 	    netbsd32_unlink },			/* 10 = netbsd32_unlink */
    122       1.19   thorpej 	{ 0, 0, 0,
    123        1.1       mrg 	    sys_nosys },			/* 11 = obsolete execv */
    124       1.19   thorpej 	{ 1, s(struct netbsd32_chdir_args), 0,
    125       1.11       eeh 	    netbsd32_chdir },			/* 12 = netbsd32_chdir */
    126       1.19   thorpej 	{ 1, s(struct netbsd32_fchdir_args), 0,
    127       1.11       eeh 	    netbsd32_fchdir },			/* 13 = netbsd32_fchdir */
    128       1.19   thorpej 	{ 3, s(struct netbsd32_mknod_args), 0,
    129       1.11       eeh 	    netbsd32_mknod },			/* 14 = netbsd32_mknod */
    130       1.19   thorpej 	{ 2, s(struct netbsd32_chmod_args), 0,
    131       1.11       eeh 	    netbsd32_chmod },			/* 15 = netbsd32_chmod */
    132       1.19   thorpej 	{ 3, s(struct netbsd32_chown_args), 0,
    133       1.11       eeh 	    netbsd32_chown },			/* 16 = netbsd32_chown */
    134       1.19   thorpej 	{ 1, s(struct netbsd32_break_args), 0,
    135       1.11       eeh 	    netbsd32_break },			/* 17 = netbsd32_break */
    136       1.32      cube 	{ 3, s(struct compat_20_netbsd32_getfsstat_args), 0,
    137       1.32      cube 	    compat_20(netbsd32_getfsstat) },	/* 18 = compat_20 netbsd32_getfsstat */
    138       1.19   thorpej 	{ 3, s(struct compat_43_netbsd32_olseek_args), 0,
    139       1.11       eeh 	    compat_43(netbsd32_olseek) },	/* 19 = compat_43 netbsd32_olseek */
    140       1.20   thorpej 	{ 0, 0, SYCALL_MPSAFE | 0,
    141        1.1       mrg 	    sys_getpid },			/* 20 = getpid */
    142       1.19   thorpej 	{ 4, s(struct netbsd32_mount_args), 0,
    143       1.11       eeh 	    netbsd32_mount },			/* 21 = netbsd32_mount */
    144       1.19   thorpej 	{ 2, s(struct netbsd32_unmount_args), 0,
    145       1.11       eeh 	    netbsd32_unmount },			/* 22 = netbsd32_unmount */
    146       1.19   thorpej 	{ 1, s(struct netbsd32_setuid_args), 0,
    147       1.11       eeh 	    netbsd32_setuid },			/* 23 = netbsd32_setuid */
    148       1.64      cube 	{ 0, 0, SYCALL_MPSAFE | 0,
    149        1.1       mrg 	    sys_getuid },			/* 24 = getuid */
    150       1.64      cube 	{ 0, 0, SYCALL_MPSAFE | 0,
    151        1.1       mrg 	    sys_geteuid },			/* 25 = geteuid */
    152       1.19   thorpej 	{ 4, s(struct netbsd32_ptrace_args), 0,
    153       1.11       eeh 	    netbsd32_ptrace },			/* 26 = netbsd32_ptrace */
    154       1.19   thorpej 	{ 3, s(struct netbsd32_recvmsg_args), 0,
    155       1.11       eeh 	    netbsd32_recvmsg },			/* 27 = netbsd32_recvmsg */
    156       1.19   thorpej 	{ 3, s(struct netbsd32_sendmsg_args), 0,
    157       1.11       eeh 	    netbsd32_sendmsg },			/* 28 = netbsd32_sendmsg */
    158       1.19   thorpej 	{ 6, s(struct netbsd32_recvfrom_args), 0,
    159       1.11       eeh 	    netbsd32_recvfrom },		/* 29 = netbsd32_recvfrom */
    160       1.19   thorpej 	{ 3, s(struct netbsd32_accept_args), 0,
    161       1.11       eeh 	    netbsd32_accept },			/* 30 = netbsd32_accept */
    162       1.19   thorpej 	{ 3, s(struct netbsd32_getpeername_args), 0,
    163       1.11       eeh 	    netbsd32_getpeername },		/* 31 = netbsd32_getpeername */
    164       1.19   thorpej 	{ 3, s(struct netbsd32_getsockname_args), 0,
    165       1.11       eeh 	    netbsd32_getsockname },		/* 32 = netbsd32_getsockname */
    166       1.19   thorpej 	{ 2, s(struct netbsd32_access_args), 0,
    167       1.11       eeh 	    netbsd32_access },			/* 33 = netbsd32_access */
    168       1.19   thorpej 	{ 2, s(struct netbsd32_chflags_args), 0,
    169       1.11       eeh 	    netbsd32_chflags },			/* 34 = netbsd32_chflags */
    170       1.19   thorpej 	{ 2, s(struct netbsd32_fchflags_args), 0,
    171       1.11       eeh 	    netbsd32_fchflags },		/* 35 = netbsd32_fchflags */
    172       1.19   thorpej 	{ 0, 0, 0,
    173        1.1       mrg 	    sys_sync },				/* 36 = sync */
    174       1.19   thorpej 	{ 2, s(struct netbsd32_kill_args), 0,
    175       1.11       eeh 	    netbsd32_kill },			/* 37 = netbsd32_kill */
    176       1.19   thorpej 	{ 2, s(struct compat_43_netbsd32_stat43_args), 0,
    177       1.11       eeh 	    compat_43(netbsd32_stat43) },	/* 38 = compat_43 netbsd32_stat43 */
    178       1.64      cube 	{ 0, 0, SYCALL_MPSAFE | 0,
    179        1.1       mrg 	    sys_getppid },			/* 39 = getppid */
    180       1.19   thorpej 	{ 2, s(struct compat_43_netbsd32_lstat43_args), 0,
    181       1.11       eeh 	    compat_43(netbsd32_lstat43) },	/* 40 = compat_43 netbsd32_lstat43 */
    182       1.19   thorpej 	{ 1, s(struct netbsd32_dup_args), 0,
    183       1.11       eeh 	    netbsd32_dup },			/* 41 = netbsd32_dup */
    184       1.19   thorpej 	{ 0, 0, 0,
    185        1.1       mrg 	    sys_pipe },				/* 42 = pipe */
    186       1.64      cube 	{ 0, 0, SYCALL_MPSAFE | 0,
    187        1.1       mrg 	    sys_getegid },			/* 43 = getegid */
    188       1.19   thorpej 	{ 4, s(struct netbsd32_profil_args), 0,
    189       1.11       eeh 	    netbsd32_profil },			/* 44 = netbsd32_profil */
    190       1.19   thorpej 	{ 4, s(struct netbsd32_ktrace_args), 0,
    191       1.11       eeh 	    netbsd32_ktrace },			/* 45 = netbsd32_ktrace */
    192       1.19   thorpej 	{ 3, s(struct netbsd32_sigaction_args), 0,
    193       1.11       eeh 	    netbsd32_sigaction },		/* 46 = netbsd32_sigaction */
    194       1.64      cube 	{ 0, 0, SYCALL_MPSAFE | 0,
    195        1.1       mrg 	    sys_getgid },			/* 47 = getgid */
    196       1.19   thorpej 	{ 2, s(struct compat_13_netbsd32_sigprocmask_args), 0,
    197       1.11       eeh 	    compat_13(netbsd32_sigprocmask) },	/* 48 = compat_13 sigprocmask13 */
    198       1.19   thorpej 	{ 2, s(struct netbsd32___getlogin_args), 0,
    199       1.11       eeh 	    netbsd32___getlogin },		/* 49 = netbsd32___getlogin */
    200       1.19   thorpej 	{ 1, s(struct netbsd32_setlogin_args), 0,
    201       1.11       eeh 	    netbsd32_setlogin },		/* 50 = netbsd32_setlogin */
    202       1.19   thorpej 	{ 1, s(struct netbsd32_acct_args), 0,
    203       1.11       eeh 	    netbsd32_acct },			/* 51 = netbsd32_acct */
    204       1.64      cube 	{ 0, 0, SYCALL_MPSAFE | 0,
    205        1.4       eeh 	    compat_13(sys_sigpending) },	/* 52 = compat_13 sigpending13 */
    206       1.19   thorpej 	{ 2, s(struct compat_13_netbsd32_sigaltstack13_args), 0,
    207       1.11       eeh 	    compat_13(netbsd32_sigaltstack13) },/* 53 = compat_13 netbsd32_sigaltstack13 */
    208       1.19   thorpej 	{ 3, s(struct netbsd32_ioctl_args), 0,
    209       1.11       eeh 	    netbsd32_ioctl },			/* 54 = netbsd32_ioctl */
    210       1.19   thorpej 	{ 1, s(struct compat_12_netbsd32_reboot_args), 0,
    211       1.11       eeh 	    compat_12(netbsd32_reboot) },	/* 55 = compat_12 netbsd32_reboot */
    212       1.19   thorpej 	{ 1, s(struct netbsd32_revoke_args), 0,
    213       1.11       eeh 	    netbsd32_revoke },			/* 56 = netbsd32_revoke */
    214       1.19   thorpej 	{ 2, s(struct netbsd32_symlink_args), 0,
    215       1.11       eeh 	    netbsd32_symlink },			/* 57 = netbsd32_symlink */
    216       1.19   thorpej 	{ 3, s(struct netbsd32_readlink_args), 0,
    217       1.11       eeh 	    netbsd32_readlink },		/* 58 = netbsd32_readlink */
    218       1.19   thorpej 	{ 3, s(struct netbsd32_execve_args), 0,
    219       1.11       eeh 	    netbsd32_execve },			/* 59 = netbsd32_execve */
    220       1.19   thorpej 	{ 1, s(struct netbsd32_umask_args), 0,
    221       1.11       eeh 	    netbsd32_umask },			/* 60 = netbsd32_umask */
    222       1.19   thorpej 	{ 1, s(struct netbsd32_chroot_args), 0,
    223       1.11       eeh 	    netbsd32_chroot },			/* 61 = netbsd32_chroot */
    224       1.19   thorpej 	{ 2, s(struct compat_43_netbsd32_fstat43_args), 0,
    225       1.11       eeh 	    compat_43(netbsd32_fstat43) },	/* 62 = compat_43 netbsd32_fstat43 */
    226       1.19   thorpej 	{ 4, s(struct compat_43_netbsd32_ogetkerninfo_args), 0,
    227       1.11       eeh 	    compat_43(netbsd32_ogetkerninfo) },	/* 63 = compat_43 netbsd32_ogetkerninfo */
    228       1.19   thorpej 	{ 0, 0, 0,
    229        1.1       mrg 	    compat_43(sys_getpagesize) },	/* 64 = compat_43 ogetpagesize */
    230       1.19   thorpej 	{ 2, s(struct compat_12_netbsd32_msync_args), 0,
    231       1.11       eeh 	    compat_12(netbsd32_msync) },	/* 65 = compat_12 netbsd32_msync */
    232       1.19   thorpej 	{ 0, 0, 0,
    233        1.1       mrg 	    sys_vfork },			/* 66 = vfork */
    234       1.19   thorpej 	{ 0, 0, 0,
    235        1.1       mrg 	    sys_nosys },			/* 67 = obsolete vread */
    236       1.19   thorpej 	{ 0, 0, 0,
    237        1.1       mrg 	    sys_nosys },			/* 68 = obsolete vwrite */
    238       1.19   thorpej 	{ 1, s(struct netbsd32_sbrk_args), 0,
    239       1.11       eeh 	    netbsd32_sbrk },			/* 69 = netbsd32_sbrk */
    240       1.19   thorpej 	{ 1, s(struct netbsd32_sstk_args), 0,
    241       1.11       eeh 	    netbsd32_sstk },			/* 70 = netbsd32_sstk */
    242       1.19   thorpej 	{ 6, s(struct compat_43_netbsd32_ommap_args), 0,
    243       1.11       eeh 	    compat_43(netbsd32_ommap) },	/* 71 = compat_43 netbsd32_ommap */
    244       1.19   thorpej 	{ 1, s(struct netbsd32_ovadvise_args), 0,
    245       1.11       eeh 	    netbsd32_ovadvise },		/* 72 = vadvise */
    246       1.19   thorpej 	{ 2, s(struct netbsd32_munmap_args), 0,
    247       1.11       eeh 	    netbsd32_munmap },			/* 73 = netbsd32_munmap */
    248       1.19   thorpej 	{ 3, s(struct netbsd32_mprotect_args), 0,
    249       1.11       eeh 	    netbsd32_mprotect },		/* 74 = netbsd32_mprotect */
    250       1.19   thorpej 	{ 3, s(struct netbsd32_madvise_args), 0,
    251       1.11       eeh 	    netbsd32_madvise },			/* 75 = netbsd32_madvise */
    252       1.19   thorpej 	{ 0, 0, 0,
    253        1.1       mrg 	    sys_nosys },			/* 76 = obsolete vhangup */
    254       1.19   thorpej 	{ 0, 0, 0,
    255        1.1       mrg 	    sys_nosys },			/* 77 = obsolete vlimit */
    256       1.19   thorpej 	{ 3, s(struct netbsd32_mincore_args), 0,
    257       1.11       eeh 	    netbsd32_mincore },			/* 78 = netbsd32_mincore */
    258       1.19   thorpej 	{ 2, s(struct netbsd32_getgroups_args), 0,
    259       1.11       eeh 	    netbsd32_getgroups },		/* 79 = netbsd32_getgroups */
    260       1.19   thorpej 	{ 2, s(struct netbsd32_setgroups_args), 0,
    261       1.11       eeh 	    netbsd32_setgroups },		/* 80 = netbsd32_setgroups */
    262       1.64      cube 	{ 0, 0, SYCALL_MPSAFE | 0,
    263        1.1       mrg 	    sys_getpgrp },			/* 81 = getpgrp */
    264       1.19   thorpej 	{ 2, s(struct netbsd32_setpgid_args), 0,
    265       1.11       eeh 	    netbsd32_setpgid },			/* 82 = netbsd32_setpgid */
    266       1.19   thorpej 	{ 3, s(struct netbsd32_setitimer_args), 0,
    267       1.11       eeh 	    netbsd32_setitimer },		/* 83 = netbsd32_setitimer */
    268       1.19   thorpej 	{ 0, 0, 0,
    269        1.1       mrg 	    compat_43(sys_wait) },		/* 84 = compat_43 owait */
    270       1.19   thorpej 	{ 1, s(struct compat_12_netbsd32_oswapon_args), 0,
    271       1.11       eeh 	    compat_12(netbsd32_oswapon) },	/* 85 = compat_12 netbsd32_oswapon */
    272       1.19   thorpej 	{ 2, s(struct netbsd32_getitimer_args), 0,
    273       1.11       eeh 	    netbsd32_getitimer },		/* 86 = netbsd32_getitimer */
    274       1.19   thorpej 	{ 2, s(struct compat_43_netbsd32_ogethostname_args), 0,
    275       1.11       eeh 	    compat_43(netbsd32_ogethostname) },	/* 87 = compat_43 netbsd32_ogethostname */
    276       1.19   thorpej 	{ 2, s(struct compat_43_netbsd32_osethostname_args), 0,
    277       1.11       eeh 	    compat_43(netbsd32_osethostname) },	/* 88 = compat_43 netbsd32_osethostname */
    278       1.19   thorpej 	{ 0, 0, 0,
    279        1.1       mrg 	    compat_43(sys_getdtablesize) },	/* 89 = compat_43 ogetdtablesize */
    280       1.19   thorpej 	{ 2, s(struct netbsd32_dup2_args), 0,
    281       1.11       eeh 	    netbsd32_dup2 },			/* 90 = netbsd32_dup2 */
    282       1.19   thorpej 	{ 0, 0, 0,
    283        1.1       mrg 	    sys_nosys },			/* 91 = unimplemented getdopt */
    284       1.19   thorpej 	{ 3, s(struct netbsd32_fcntl_args), 0,
    285       1.11       eeh 	    netbsd32_fcntl },			/* 92 = netbsd32_fcntl */
    286       1.19   thorpej 	{ 5, s(struct netbsd32_select_args), 0,
    287       1.11       eeh 	    netbsd32_select },			/* 93 = netbsd32_select */
    288       1.19   thorpej 	{ 0, 0, 0,
    289        1.1       mrg 	    sys_nosys },			/* 94 = unimplemented setdopt */
    290       1.19   thorpej 	{ 1, s(struct netbsd32_fsync_args), 0,
    291       1.11       eeh 	    netbsd32_fsync },			/* 95 = netbsd32_fsync */
    292       1.19   thorpej 	{ 3, s(struct netbsd32_setpriority_args), 0,
    293       1.11       eeh 	    netbsd32_setpriority },		/* 96 = netbsd32_setpriority */
    294       1.54       mrg 	{ 3, s(struct compat_30_netbsd32_socket_args), 0,
    295       1.54       mrg 	    compat_30(netbsd32_socket) },	/* 97 = compat_30 netbsd32_socket */
    296       1.19   thorpej 	{ 3, s(struct netbsd32_connect_args), 0,
    297       1.11       eeh 	    netbsd32_connect },			/* 98 = netbsd32_connect */
    298       1.19   thorpej 	{ 3, s(struct compat_43_netbsd32_oaccept_args), 0,
    299       1.11       eeh 	    compat_43(netbsd32_oaccept) },	/* 99 = compat_43 netbsd32_oaccept */
    300       1.19   thorpej 	{ 2, s(struct netbsd32_getpriority_args), 0,
    301       1.11       eeh 	    netbsd32_getpriority },		/* 100 = netbsd32_getpriority */
    302       1.19   thorpej 	{ 4, s(struct compat_43_netbsd32_osend_args), 0,
    303       1.11       eeh 	    compat_43(netbsd32_osend) },	/* 101 = compat_43 netbsd32_osend */
    304       1.19   thorpej 	{ 4, s(struct compat_43_netbsd32_orecv_args), 0,
    305       1.11       eeh 	    compat_43(netbsd32_orecv) },	/* 102 = compat_43 netbsd32_orecv */
    306       1.19   thorpej 	{ 1, s(struct compat_13_netbsd32_sigreturn_args), 0,
    307       1.12       eeh 	    compat_13(netbsd32_sigreturn) },	/* 103 = compat_13 sigreturn13 */
    308       1.19   thorpej 	{ 3, s(struct netbsd32_bind_args), 0,
    309       1.11       eeh 	    netbsd32_bind },			/* 104 = netbsd32_bind */
    310       1.19   thorpej 	{ 5, s(struct netbsd32_setsockopt_args), 0,
    311       1.11       eeh 	    netbsd32_setsockopt },		/* 105 = netbsd32_setsockopt */
    312       1.19   thorpej 	{ 2, s(struct netbsd32_listen_args), 0,
    313       1.11       eeh 	    netbsd32_listen },			/* 106 = netbsd32_listen */
    314       1.19   thorpej 	{ 0, 0, 0,
    315        1.1       mrg 	    sys_nosys },			/* 107 = obsolete vtimes */
    316       1.19   thorpej 	{ 3, s(struct compat_43_netbsd32_osigvec_args), 0,
    317       1.11       eeh 	    compat_43(netbsd32_osigvec) },	/* 108 = compat_43 netbsd32_osigvec */
    318       1.19   thorpej 	{ 1, s(struct compat_43_netbsd32_sigblock_args), 0,
    319       1.11       eeh 	    compat_43(netbsd32_sigblock) },	/* 109 = compat_43 netbsd32_sigblock */
    320       1.19   thorpej 	{ 1, s(struct compat_43_netbsd32_sigsetmask_args), 0,
    321       1.11       eeh 	    compat_43(netbsd32_sigsetmask) },	/* 110 = compat_43 netbsd32_sigsetmask */
    322       1.19   thorpej 	{ 1, s(struct compat_13_netbsd32_sigsuspend_args), 0,
    323       1.11       eeh 	    compat_13(netbsd32_sigsuspend) },	/* 111 = compat_13 sigsuspend13 */
    324       1.19   thorpej 	{ 2, s(struct compat_43_netbsd32_osigstack_args), 0,
    325       1.11       eeh 	    compat_43(netbsd32_osigstack) },	/* 112 = compat_43 netbsd32_osigstack */
    326       1.19   thorpej 	{ 3, s(struct compat_43_netbsd32_orecvmsg_args), 0,
    327       1.11       eeh 	    compat_43(netbsd32_orecvmsg) },	/* 113 = compat_43 netbsd32_orecvmsg */
    328       1.19   thorpej 	{ 3, s(struct compat_43_netbsd32_osendmsg_args), 0,
    329       1.11       eeh 	    compat_43(netbsd32_osendmsg) },	/* 114 = compat_43 netbsd32_osendmsg */
    330       1.19   thorpej 	{ 0, 0, 0,
    331        1.1       mrg 	    sys_nosys },			/* 115 = obsolete vtrace */
    332       1.19   thorpej 	{ 2, s(struct netbsd32_gettimeofday_args), 0,
    333       1.11       eeh 	    netbsd32_gettimeofday },		/* 116 = netbsd32_gettimeofday */
    334       1.19   thorpej 	{ 2, s(struct netbsd32_getrusage_args), 0,
    335       1.11       eeh 	    netbsd32_getrusage },		/* 117 = netbsd32_getrusage */
    336       1.19   thorpej 	{ 5, s(struct netbsd32_getsockopt_args), 0,
    337       1.11       eeh 	    netbsd32_getsockopt },		/* 118 = netbsd32_getsockopt */
    338       1.19   thorpej 	{ 0, 0, 0,
    339        1.1       mrg 	    sys_nosys },			/* 119 = obsolete resuba */
    340       1.19   thorpej 	{ 3, s(struct netbsd32_readv_args), 0,
    341       1.11       eeh 	    netbsd32_readv },			/* 120 = netbsd32_readv */
    342       1.19   thorpej 	{ 3, s(struct netbsd32_writev_args), 0,
    343       1.11       eeh 	    netbsd32_writev },			/* 121 = netbsd32_writev */
    344       1.19   thorpej 	{ 2, s(struct netbsd32_settimeofday_args), 0,
    345       1.11       eeh 	    netbsd32_settimeofday },		/* 122 = netbsd32_settimeofday */
    346       1.19   thorpej 	{ 3, s(struct netbsd32_fchown_args), 0,
    347       1.11       eeh 	    netbsd32_fchown },			/* 123 = netbsd32_fchown */
    348       1.19   thorpej 	{ 2, s(struct netbsd32_fchmod_args), 0,
    349       1.11       eeh 	    netbsd32_fchmod },			/* 124 = netbsd32_fchmod */
    350       1.19   thorpej 	{ 6, s(struct compat_43_netbsd32_orecvfrom_args), 0,
    351       1.11       eeh 	    compat_43(netbsd32_orecvfrom) },	/* 125 = compat_43 netbsd32_orecvfrom */
    352       1.19   thorpej 	{ 2, s(struct netbsd32_setreuid_args), 0,
    353       1.11       eeh 	    netbsd32_setreuid },		/* 126 = netbsd32_setreuid */
    354       1.19   thorpej 	{ 2, s(struct netbsd32_setregid_args), 0,
    355       1.11       eeh 	    netbsd32_setregid },		/* 127 = netbsd32_setregid */
    356       1.19   thorpej 	{ 2, s(struct netbsd32_rename_args), 0,
    357       1.11       eeh 	    netbsd32_rename },			/* 128 = netbsd32_rename */
    358       1.19   thorpej 	{ 2, s(struct compat_43_netbsd32_otruncate_args), 0,
    359       1.11       eeh 	    compat_43(netbsd32_otruncate) },	/* 129 = compat_43 netbsd32_otruncate */
    360       1.19   thorpej 	{ 2, s(struct compat_43_netbsd32_oftruncate_args), 0,
    361       1.11       eeh 	    compat_43(netbsd32_oftruncate) },	/* 130 = compat_43 netbsd32_oftruncate */
    362       1.19   thorpej 	{ 2, s(struct netbsd32_flock_args), 0,
    363       1.11       eeh 	    netbsd32_flock },			/* 131 = netbsd32_flock */
    364       1.19   thorpej 	{ 2, s(struct netbsd32_mkfifo_args), 0,
    365       1.11       eeh 	    netbsd32_mkfifo },			/* 132 = netbsd32_mkfifo */
    366       1.19   thorpej 	{ 6, s(struct netbsd32_sendto_args), 0,
    367       1.11       eeh 	    netbsd32_sendto },			/* 133 = netbsd32_sendto */
    368       1.19   thorpej 	{ 2, s(struct netbsd32_shutdown_args), 0,
    369       1.11       eeh 	    netbsd32_shutdown },		/* 134 = netbsd32_shutdown */
    370       1.19   thorpej 	{ 4, s(struct netbsd32_socketpair_args), 0,
    371       1.11       eeh 	    netbsd32_socketpair },		/* 135 = netbsd32_socketpair */
    372       1.19   thorpej 	{ 2, s(struct netbsd32_mkdir_args), 0,
    373       1.11       eeh 	    netbsd32_mkdir },			/* 136 = netbsd32_mkdir */
    374       1.19   thorpej 	{ 1, s(struct netbsd32_rmdir_args), 0,
    375       1.11       eeh 	    netbsd32_rmdir },			/* 137 = netbsd32_rmdir */
    376       1.19   thorpej 	{ 2, s(struct netbsd32_utimes_args), 0,
    377       1.11       eeh 	    netbsd32_utimes },			/* 138 = netbsd32_utimes */
    378       1.19   thorpej 	{ 0, 0, 0,
    379        1.1       mrg 	    sys_nosys },			/* 139 = obsolete 4.2 sigreturn */
    380       1.19   thorpej 	{ 2, s(struct netbsd32_adjtime_args), 0,
    381       1.11       eeh 	    netbsd32_adjtime },			/* 140 = netbsd32_adjtime */
    382       1.19   thorpej 	{ 3, s(struct compat_43_netbsd32_ogetpeername_args), 0,
    383       1.11       eeh 	    compat_43(netbsd32_ogetpeername) },	/* 141 = compat_43 netbsd32_ogetpeername */
    384       1.19   thorpej 	{ 0, 0, 0,
    385        1.1       mrg 	    compat_43(sys_gethostid) },		/* 142 = compat_43 ogethostid */
    386       1.19   thorpej 	{ 1, s(struct compat_43_netbsd32_sethostid_args), 0,
    387       1.11       eeh 	    compat_43(netbsd32_sethostid) },	/* 143 = compat_43 netbsd32_sethostid */
    388       1.19   thorpej 	{ 2, s(struct compat_43_netbsd32_ogetrlimit_args), 0,
    389       1.11       eeh 	    compat_43(netbsd32_ogetrlimit) },	/* 144 = compat_43 netbsd32_ogetrlimit */
    390       1.19   thorpej 	{ 2, s(struct compat_43_netbsd32_osetrlimit_args), 0,
    391       1.11       eeh 	    compat_43(netbsd32_osetrlimit) },	/* 145 = compat_43 netbsd32_osetrlimit */
    392       1.19   thorpej 	{ 2, s(struct compat_43_netbsd32_killpg_args), 0,
    393       1.11       eeh 	    compat_43(netbsd32_killpg) },	/* 146 = compat_43 netbsd32_killpg */
    394       1.19   thorpej 	{ 0, 0, 0,
    395        1.1       mrg 	    sys_setsid },			/* 147 = setsid */
    396       1.19   thorpej 	{ 4, s(struct netbsd32_quotactl_args), 0,
    397       1.11       eeh 	    netbsd32_quotactl },		/* 148 = netbsd32_quotactl */
    398       1.19   thorpej 	{ 0, 0, 0,
    399        1.1       mrg 	    compat_43(sys_quota) },		/* 149 = compat_43 oquota */
    400       1.19   thorpej 	{ 3, s(struct compat_43_netbsd32_ogetsockname_args), 0,
    401       1.11       eeh 	    compat_43(netbsd32_ogetsockname) },	/* 150 = compat_43 netbsd32_ogetsockname */
    402       1.19   thorpej 	{ 0, 0, 0,
    403        1.1       mrg 	    sys_nosys },			/* 151 = unimplemented */
    404       1.19   thorpej 	{ 0, 0, 0,
    405        1.1       mrg 	    sys_nosys },			/* 152 = unimplemented */
    406       1.19   thorpej 	{ 0, 0, 0,
    407        1.1       mrg 	    sys_nosys },			/* 153 = unimplemented */
    408       1.19   thorpej 	{ 0, 0, 0,
    409        1.1       mrg 	    sys_nosys },			/* 154 = unimplemented */
    410       1.10  christos #if defined(NFS) || defined(NFSSERVER) || !defined(_KERNEL)
    411       1.19   thorpej 	{ 2, s(struct netbsd32_nfssvc_args), 0,
    412       1.11       eeh 	    netbsd32_nfssvc },			/* 155 = netbsd32_nfssvc */
    413        1.1       mrg #else
    414       1.19   thorpej 	{ 0, 0, 0,
    415       1.11       eeh 	    sys_nosys },			/* 155 = excluded netbsd32_nfssvc */
    416        1.1       mrg #endif
    417       1.19   thorpej 	{ 4, s(struct compat_43_netbsd32_ogetdirentries_args), 0,
    418       1.11       eeh 	    compat_43(netbsd32_ogetdirentries) },/* 156 = compat_43 netbsd32_ogetdirentries */
    419       1.32      cube 	{ 2, s(struct compat_20_netbsd32_statfs_args), 0,
    420       1.32      cube 	    compat_20(netbsd32_statfs) },	/* 157 = compat_20 netbsd32_statfs */
    421       1.32      cube 	{ 2, s(struct compat_20_netbsd32_fstatfs_args), 0,
    422       1.32      cube 	    compat_20(netbsd32_fstatfs) },	/* 158 = compat_20 netbsd32_fstatfs */
    423       1.19   thorpej 	{ 0, 0, 0,
    424        1.1       mrg 	    sys_nosys },			/* 159 = unimplemented */
    425       1.19   thorpej 	{ 0, 0, 0,
    426        1.1       mrg 	    sys_nosys },			/* 160 = unimplemented */
    427       1.55    martin 	{ 2, s(struct compat_30_netbsd32_getfh_args), 0,
    428       1.55    martin 	    compat_30(netbsd32_getfh) },	/* 161 = compat_30 netbsd32_getfh */
    429       1.19   thorpej 	{ 2, s(struct compat_09_netbsd32_ogetdomainname_args), 0,
    430       1.11       eeh 	    compat_09(netbsd32_ogetdomainname) },/* 162 = compat_09 netbsd32_ogetdomainname */
    431       1.19   thorpej 	{ 2, s(struct compat_09_netbsd32_osetdomainname_args), 0,
    432       1.11       eeh 	    compat_09(netbsd32_osetdomainname) },/* 163 = compat_09 netbsd32_osetdomainname */
    433       1.19   thorpej 	{ 1, s(struct compat_09_netbsd32_uname_args), 0,
    434       1.11       eeh 	    compat_09(netbsd32_uname) },	/* 164 = compat_09 netbsd32_uname */
    435       1.19   thorpej 	{ 2, s(struct netbsd32_sysarch_args), 0,
    436       1.11       eeh 	    netbsd32_sysarch },			/* 165 = netbsd32_sysarch */
    437       1.19   thorpej 	{ 0, 0, 0,
    438        1.1       mrg 	    sys_nosys },			/* 166 = unimplemented */
    439       1.19   thorpej 	{ 0, 0, 0,
    440        1.1       mrg 	    sys_nosys },			/* 167 = unimplemented */
    441       1.19   thorpej 	{ 0, 0, 0,
    442        1.1       mrg 	    sys_nosys },			/* 168 = unimplemented */
    443       1.25       mrg #if defined(SYSVSEM) || !defined(_KERNEL)
    444       1.25       mrg 	{ 5, s(struct compat_10_netbsd32_sys_semsys_args), 0,
    445       1.25       mrg 	    compat_10(netbsd32_sys_semsys) },	/* 169 = compat_10 osemsys */
    446        1.1       mrg #else
    447       1.19   thorpej 	{ 0, 0, 0,
    448       1.25       mrg 	    sys_nosys },			/* 169 = excluded netbsd32_sys_semsys */
    449        1.1       mrg #endif
    450       1.25       mrg #if defined(SYSVMSG) || !defined(_KERNEL)
    451       1.25       mrg 	{ 6, s(struct compat_10_netbsd32_sys_msgsys_args), 0,
    452       1.25       mrg 	    compat_10(netbsd32_sys_msgsys) },	/* 170 = compat_10 omsgsys */
    453        1.1       mrg #else
    454       1.19   thorpej 	{ 0, 0, 0,
    455       1.25       mrg 	    sys_nosys },			/* 170 = excluded netbsd32_sys_msgsys */
    456        1.1       mrg #endif
    457       1.25       mrg #if defined(SYSVSHM) || !defined(_KERNEL)
    458       1.25       mrg 	{ 4, s(struct compat_10_netbsd32_sys_shmsys_args), 0,
    459       1.25       mrg 	    compat_10(netbsd32_sys_shmsys) },	/* 171 = compat_10 oshmsys */
    460        1.1       mrg #else
    461       1.19   thorpej 	{ 0, 0, 0,
    462       1.25       mrg 	    sys_nosys },			/* 171 = excluded netbsd32_sys_shmsys */
    463        1.1       mrg #endif
    464       1.19   thorpej 	{ 0, 0, 0,
    465        1.1       mrg 	    sys_nosys },			/* 172 = unimplemented */
    466       1.19   thorpej 	{ 5, s(struct netbsd32_pread_args), 0,
    467       1.11       eeh 	    netbsd32_pread },			/* 173 = netbsd32_pread */
    468       1.19   thorpej 	{ 5, s(struct netbsd32_pwrite_args), 0,
    469       1.11       eeh 	    netbsd32_pwrite },			/* 174 = netbsd32_pwrite */
    470       1.53  drochner 	{ 1, s(struct compat_30_netbsd32_ntp_gettime_args), 0,
    471       1.53  drochner 	    compat_30(netbsd32_ntp_gettime) },	/* 175 = compat_30 netbsd32_ntp_gettime */
    472       1.19   thorpej 	{ 1, s(struct netbsd32_ntp_adjtime_args), 0,
    473       1.11       eeh 	    netbsd32_ntp_adjtime },		/* 176 = netbsd32_ntp_adjtime */
    474       1.19   thorpej 	{ 0, 0, 0,
    475        1.1       mrg 	    sys_nosys },			/* 177 = unimplemented */
    476       1.19   thorpej 	{ 0, 0, 0,
    477        1.1       mrg 	    sys_nosys },			/* 178 = unimplemented */
    478       1.19   thorpej 	{ 0, 0, 0,
    479        1.1       mrg 	    sys_nosys },			/* 179 = unimplemented */
    480       1.19   thorpej 	{ 0, 0, 0,
    481        1.1       mrg 	    sys_nosys },			/* 180 = unimplemented */
    482       1.19   thorpej 	{ 1, s(struct netbsd32_setgid_args), 0,
    483       1.11       eeh 	    netbsd32_setgid },			/* 181 = netbsd32_setgid */
    484       1.19   thorpej 	{ 1, s(struct netbsd32_setegid_args), 0,
    485       1.11       eeh 	    netbsd32_setegid },			/* 182 = netbsd32_setegid */
    486       1.19   thorpej 	{ 1, s(struct netbsd32_seteuid_args), 0,
    487       1.11       eeh 	    netbsd32_seteuid },			/* 183 = netbsd32_seteuid */
    488       1.10  christos #if defined(LFS) || !defined(_KERNEL)
    489       1.19   thorpej 	{ 3, s(struct netbsd32_sys_lfs_bmapv_args), 0,
    490       1.11       eeh 	    netbsd32_sys_lfs_bmapv },		/* 184 = lfs_bmapv */
    491       1.19   thorpej 	{ 3, s(struct netbsd32_sys_lfs_markv_args), 0,
    492       1.11       eeh 	    netbsd32_sys_lfs_markv },		/* 185 = lfs_markv */
    493       1.19   thorpej 	{ 2, s(struct netbsd32_sys_lfs_segclean_args), 0,
    494       1.11       eeh 	    netbsd32_sys_lfs_segclean },	/* 186 = lfs_segclean */
    495       1.19   thorpej 	{ 2, s(struct netbsd32_sys_lfs_segwait_args), 0,
    496       1.11       eeh 	    netbsd32_sys_lfs_segwait },		/* 187 = lfs_segwait */
    497       1.11       eeh #else
    498       1.19   thorpej 	{ 0, 0, 0,
    499       1.11       eeh 	    sys_nosys },			/* 184 = excluded netbsd32_sys_lfs_bmapv */
    500       1.19   thorpej 	{ 0, 0, 0,
    501       1.11       eeh 	    sys_nosys },			/* 185 = excluded netbsd32_sys_lfs_markv */
    502       1.19   thorpej 	{ 0, 0, 0,
    503       1.11       eeh 	    sys_nosys },			/* 186 = excluded netbsd32_sys_lfs_segclean */
    504       1.19   thorpej 	{ 0, 0, 0,
    505       1.11       eeh 	    sys_nosys },			/* 187 = excluded netbsd32_sys_lfs_segwait */
    506       1.11       eeh #endif
    507       1.19   thorpej 	{ 2, s(struct compat_12_netbsd32_stat12_args), 0,
    508       1.11       eeh 	    compat_12(netbsd32_stat12) },	/* 188 = compat_12 netbsd32_stat12 */
    509       1.19   thorpej 	{ 2, s(struct compat_12_netbsd32_fstat12_args), 0,
    510       1.11       eeh 	    compat_12(netbsd32_fstat12) },	/* 189 = compat_12 netbsd32_fstat12 */
    511       1.19   thorpej 	{ 2, s(struct compat_12_netbsd32_lstat12_args), 0,
    512       1.11       eeh 	    compat_12(netbsd32_lstat12) },	/* 190 = compat_12 netbsd32_lstat12 */
    513       1.19   thorpej 	{ 2, s(struct netbsd32_pathconf_args), 0,
    514       1.11       eeh 	    netbsd32_pathconf },		/* 191 = netbsd32_pathconf */
    515       1.19   thorpej 	{ 2, s(struct netbsd32_fpathconf_args), 0,
    516       1.11       eeh 	    netbsd32_fpathconf },		/* 192 = netbsd32_fpathconf */
    517       1.19   thorpej 	{ 0, 0, 0,
    518        1.1       mrg 	    sys_nosys },			/* 193 = unimplemented */
    519       1.19   thorpej 	{ 2, s(struct netbsd32_getrlimit_args), 0,
    520       1.11       eeh 	    netbsd32_getrlimit },		/* 194 = netbsd32_getrlimit */
    521       1.19   thorpej 	{ 2, s(struct netbsd32_setrlimit_args), 0,
    522       1.11       eeh 	    netbsd32_setrlimit },		/* 195 = netbsd32_setrlimit */
    523       1.19   thorpej 	{ 4, s(struct compat_12_netbsd32_getdirentries_args), 0,
    524       1.11       eeh 	    compat_12(netbsd32_getdirentries) },/* 196 = compat_12 netbsd32_getdirentries */
    525       1.19   thorpej 	{ 7, s(struct netbsd32_mmap_args), 0,
    526       1.11       eeh 	    netbsd32_mmap },			/* 197 = netbsd32_mmap */
    527       1.19   thorpej 	{ 0, 0, 0,
    528        1.1       mrg 	    sys_nosys },			/* 198 = __syscall (indir) */
    529       1.19   thorpej 	{ 4, s(struct netbsd32_lseek_args), 0,
    530       1.11       eeh 	    netbsd32_lseek },			/* 199 = netbsd32_lseek */
    531       1.19   thorpej 	{ 3, s(struct netbsd32_truncate_args), 0,
    532       1.11       eeh 	    netbsd32_truncate },		/* 200 = netbsd32_truncate */
    533       1.19   thorpej 	{ 3, s(struct netbsd32_ftruncate_args), 0,
    534       1.11       eeh 	    netbsd32_ftruncate },		/* 201 = netbsd32_ftruncate */
    535       1.19   thorpej 	{ 6, s(struct netbsd32___sysctl_args), 0,
    536       1.11       eeh 	    netbsd32___sysctl },		/* 202 = netbsd32___sysctl */
    537       1.19   thorpej 	{ 2, s(struct netbsd32_mlock_args), 0,
    538       1.11       eeh 	    netbsd32_mlock },			/* 203 = netbsd32_mlock */
    539       1.19   thorpej 	{ 2, s(struct netbsd32_munlock_args), 0,
    540       1.11       eeh 	    netbsd32_munlock },			/* 204 = netbsd32_munlock */
    541       1.19   thorpej 	{ 1, s(struct netbsd32_undelete_args), 0,
    542       1.11       eeh 	    netbsd32_undelete },		/* 205 = netbsd32_undelete */
    543       1.19   thorpej 	{ 2, s(struct netbsd32_futimes_args), 0,
    544       1.11       eeh 	    netbsd32_futimes },			/* 206 = netbsd32_futimes */
    545       1.19   thorpej 	{ 1, s(struct netbsd32_getpgid_args), 0,
    546       1.11       eeh 	    netbsd32_getpgid },			/* 207 = netbsd32_getpgid */
    547       1.19   thorpej 	{ 2, s(struct netbsd32_reboot_args), 0,
    548       1.11       eeh 	    netbsd32_reboot },			/* 208 = netbsd32_reboot */
    549       1.19   thorpej 	{ 3, s(struct netbsd32_poll_args), 0,
    550       1.11       eeh 	    netbsd32_poll },			/* 209 = netbsd32_poll */
    551       1.10  christos #if defined(LKM) || !defined(_KERNEL)
    552       1.19   thorpej 	{ 0, 0, 0,
    553        1.1       mrg 	    sys_lkmnosys },			/* 210 = lkmnosys */
    554       1.19   thorpej 	{ 0, 0, 0,
    555        1.1       mrg 	    sys_lkmnosys },			/* 211 = lkmnosys */
    556       1.19   thorpej 	{ 0, 0, 0,
    557        1.1       mrg 	    sys_lkmnosys },			/* 212 = lkmnosys */
    558       1.19   thorpej 	{ 0, 0, 0,
    559        1.1       mrg 	    sys_lkmnosys },			/* 213 = lkmnosys */
    560       1.19   thorpej 	{ 0, 0, 0,
    561        1.1       mrg 	    sys_lkmnosys },			/* 214 = lkmnosys */
    562       1.19   thorpej 	{ 0, 0, 0,
    563        1.1       mrg 	    sys_lkmnosys },			/* 215 = lkmnosys */
    564       1.19   thorpej 	{ 0, 0, 0,
    565        1.1       mrg 	    sys_lkmnosys },			/* 216 = lkmnosys */
    566       1.19   thorpej 	{ 0, 0, 0,
    567        1.1       mrg 	    sys_lkmnosys },			/* 217 = lkmnosys */
    568       1.19   thorpej 	{ 0, 0, 0,
    569        1.1       mrg 	    sys_lkmnosys },			/* 218 = lkmnosys */
    570       1.19   thorpej 	{ 0, 0, 0,
    571        1.1       mrg 	    sys_lkmnosys },			/* 219 = lkmnosys */
    572       1.10  christos #else	/* !LKM || !_KERNEL */
    573       1.19   thorpej 	{ 0, 0, 0,
    574       1.10  christos 	    sys_nosys },			/* 210 = excluded lkmnosys */
    575       1.19   thorpej 	{ 0, 0, 0,
    576       1.10  christos 	    sys_nosys },			/* 211 = excluded lkmnosys */
    577       1.19   thorpej 	{ 0, 0, 0,
    578       1.10  christos 	    sys_nosys },			/* 212 = excluded lkmnosys */
    579       1.19   thorpej 	{ 0, 0, 0,
    580       1.10  christos 	    sys_nosys },			/* 213 = excluded lkmnosys */
    581       1.19   thorpej 	{ 0, 0, 0,
    582       1.10  christos 	    sys_nosys },			/* 214 = excluded lkmnosys */
    583       1.19   thorpej 	{ 0, 0, 0,
    584       1.10  christos 	    sys_nosys },			/* 215 = excluded lkmnosys */
    585       1.19   thorpej 	{ 0, 0, 0,
    586       1.10  christos 	    sys_nosys },			/* 216 = excluded lkmnosys */
    587       1.19   thorpej 	{ 0, 0, 0,
    588       1.10  christos 	    sys_nosys },			/* 217 = excluded lkmnosys */
    589       1.19   thorpej 	{ 0, 0, 0,
    590       1.10  christos 	    sys_nosys },			/* 218 = excluded lkmnosys */
    591       1.19   thorpej 	{ 0, 0, 0,
    592       1.10  christos 	    sys_nosys },			/* 219 = excluded lkmnosys */
    593       1.10  christos #endif	/* !LKM || !_KERNEL */
    594       1.10  christos #if defined(SYSVSEM) || !defined(_KERNEL)
    595       1.19   thorpej 	{ 4, s(struct compat_14_netbsd32___semctl_args), 0,
    596       1.11       eeh 	    compat_14(netbsd32___semctl) },	/* 220 = compat_14 netbsd32___semctl */
    597       1.19   thorpej 	{ 3, s(struct netbsd32_semget_args), 0,
    598       1.11       eeh 	    netbsd32_semget },			/* 221 = netbsd32_semget */
    599       1.19   thorpej 	{ 3, s(struct netbsd32_semop_args), 0,
    600       1.11       eeh 	    netbsd32_semop },			/* 222 = netbsd32_semop */
    601       1.19   thorpej 	{ 1, s(struct netbsd32_semconfig_args), 0,
    602       1.11       eeh 	    netbsd32_semconfig },		/* 223 = netbsd32_semconfig */
    603        1.1       mrg #else
    604       1.19   thorpej 	{ 0, 0, 0,
    605       1.12       eeh 	    sys_nosys },			/* 220 = excluded compat_14_netbsd32_semctl */
    606       1.19   thorpej 	{ 0, 0, 0,
    607       1.11       eeh 	    sys_nosys },			/* 221 = excluded netbsd32_semget */
    608       1.19   thorpej 	{ 0, 0, 0,
    609       1.11       eeh 	    sys_nosys },			/* 222 = excluded netbsd32_semop */
    610       1.19   thorpej 	{ 0, 0, 0,
    611       1.11       eeh 	    sys_nosys },			/* 223 = excluded netbsd32_semconfig */
    612        1.1       mrg #endif
    613       1.10  christos #if defined(SYSVMSG) || !defined(_KERNEL)
    614       1.19   thorpej 	{ 3, s(struct compat_14_netbsd32_msgctl_args), 0,
    615       1.11       eeh 	    compat_14(netbsd32_msgctl) },	/* 224 = compat_14 netbsd32_msgctl */
    616       1.19   thorpej 	{ 2, s(struct netbsd32_msgget_args), 0,
    617       1.11       eeh 	    netbsd32_msgget },			/* 225 = netbsd32_msgget */
    618       1.19   thorpej 	{ 4, s(struct netbsd32_msgsnd_args), 0,
    619       1.11       eeh 	    netbsd32_msgsnd },			/* 226 = netbsd32_msgsnd */
    620       1.19   thorpej 	{ 5, s(struct netbsd32_msgrcv_args), 0,
    621       1.11       eeh 	    netbsd32_msgrcv },			/* 227 = netbsd32_msgrcv */
    622        1.1       mrg #else
    623       1.19   thorpej 	{ 0, 0, 0,
    624       1.12       eeh 	    sys_nosys },			/* 224 = excluded compat_14_netbsd32_msgctl */
    625       1.19   thorpej 	{ 0, 0, 0,
    626       1.11       eeh 	    sys_nosys },			/* 225 = excluded netbsd32_msgget */
    627       1.19   thorpej 	{ 0, 0, 0,
    628       1.11       eeh 	    sys_nosys },			/* 226 = excluded netbsd32_msgsnd */
    629       1.19   thorpej 	{ 0, 0, 0,
    630       1.11       eeh 	    sys_nosys },			/* 227 = excluded netbsd32_msgrcv */
    631        1.1       mrg #endif
    632       1.10  christos #if defined(SYSVSHM) || !defined(_KERNEL)
    633       1.19   thorpej 	{ 3, s(struct netbsd32_shmat_args), 0,
    634       1.11       eeh 	    netbsd32_shmat },			/* 228 = netbsd32_shmat */
    635       1.19   thorpej 	{ 3, s(struct compat_14_netbsd32_shmctl_args), 0,
    636       1.11       eeh 	    compat_14(netbsd32_shmctl) },	/* 229 = compat_14 netbsd32_shmctl */
    637       1.19   thorpej 	{ 1, s(struct netbsd32_shmdt_args), 0,
    638       1.11       eeh 	    netbsd32_shmdt },			/* 230 = netbsd32_shmdt */
    639       1.19   thorpej 	{ 3, s(struct netbsd32_shmget_args), 0,
    640       1.11       eeh 	    netbsd32_shmget },			/* 231 = netbsd32_shmget */
    641       1.11       eeh #else
    642       1.19   thorpej 	{ 0, 0, 0,
    643       1.11       eeh 	    sys_nosys },			/* 228 = excluded netbsd32_shmat */
    644       1.19   thorpej 	{ 0, 0, 0,
    645       1.12       eeh 	    sys_nosys },			/* 229 = excluded compat_14_netbsd32_shmctl */
    646       1.19   thorpej 	{ 0, 0, 0,
    647       1.11       eeh 	    sys_nosys },			/* 230 = excluded netbsd32_shmdt */
    648       1.19   thorpej 	{ 0, 0, 0,
    649       1.11       eeh 	    sys_nosys },			/* 231 = excluded netbsd32_shmget */
    650       1.11       eeh #endif
    651       1.19   thorpej 	{ 2, s(struct netbsd32_clock_gettime_args), 0,
    652       1.11       eeh 	    netbsd32_clock_gettime },		/* 232 = netbsd32_clock_gettime */
    653       1.19   thorpej 	{ 2, s(struct netbsd32_clock_settime_args), 0,
    654       1.11       eeh 	    netbsd32_clock_settime },		/* 233 = netbsd32_clock_settime */
    655       1.19   thorpej 	{ 2, s(struct netbsd32_clock_getres_args), 0,
    656       1.11       eeh 	    netbsd32_clock_getres },		/* 234 = netbsd32_clock_getres */
    657       1.43      cube 	{ 3, s(struct netbsd32_timer_create_args), 0,
    658       1.43      cube 	    netbsd32_timer_create },		/* 235 = netbsd32_timer_create */
    659       1.43      cube 	{ 1, s(struct netbsd32_timer_delete_args), 0,
    660       1.43      cube 	    netbsd32_timer_delete },		/* 236 = netbsd32_timer_delete */
    661       1.43      cube 	{ 4, s(struct netbsd32_timer_settime_args), 0,
    662       1.43      cube 	    netbsd32_timer_settime },		/* 237 = netbsd32_timer_settime */
    663       1.43      cube 	{ 2, s(struct netbsd32_timer_gettime_args), 0,
    664       1.43      cube 	    netbsd32_timer_gettime },		/* 238 = netbsd32_timer_gettime */
    665       1.43      cube 	{ 1, s(struct netbsd32_timer_getoverrun_args), 0,
    666       1.43      cube 	    netbsd32_timer_getoverrun },	/* 239 = netbsd32_timer_getoverrun */
    667       1.19   thorpej 	{ 2, s(struct netbsd32_nanosleep_args), 0,
    668       1.11       eeh 	    netbsd32_nanosleep },		/* 240 = netbsd32_nanosleep */
    669       1.19   thorpej 	{ 1, s(struct netbsd32_fdatasync_args), 0,
    670       1.11       eeh 	    netbsd32_fdatasync },		/* 241 = netbsd32_fdatasync */
    671       1.37      cube 	{ 1, s(struct netbsd32_mlockall_args), 0,
    672       1.37      cube 	    netbsd32_mlockall },		/* 242 = netbsd32_mlockall */
    673       1.19   thorpej 	{ 0, 0, 0,
    674       1.37      cube 	    sys_munlockall },			/* 243 = munlockall */
    675       1.44      cube 	{ 3, s(struct netbsd32___sigtimedwait_args), 0,
    676       1.44      cube 	    netbsd32___sigtimedwait },		/* 244 = netbsd32___sigtimedwait */
    677       1.19   thorpej 	{ 0, 0, 0,
    678        1.1       mrg 	    sys_nosys },			/* 245 = unimplemented */
    679       1.19   thorpej 	{ 0, 0, 0,
    680        1.1       mrg 	    sys_nosys },			/* 246 = unimplemented */
    681       1.48      cube #if defined(P1003_1B_SEMAPHORE) || (!defined(_KERNEL) && defined(_LIBC))
    682       1.48      cube 	{ 2, s(struct netbsd32__ksem_init_args), 0,
    683       1.48      cube 	    netbsd32__ksem_init },		/* 247 = netbsd32__ksem_init */
    684       1.48      cube 	{ 5, s(struct netbsd32__ksem_open_args), 0,
    685       1.48      cube 	    netbsd32__ksem_open },		/* 248 = netbsd32__ksem_open */
    686       1.48      cube 	{ 1, s(struct netbsd32__ksem_unlink_args), 0,
    687       1.48      cube 	    netbsd32__ksem_unlink },		/* 249 = netbsd32__ksem_unlink */
    688       1.48      cube 	{ 1, s(struct netbsd32__ksem_close_args), 0,
    689       1.48      cube 	    netbsd32__ksem_close },		/* 250 = netbsd32__ksem_close */
    690       1.48      cube 	{ 1, s(struct netbsd32__ksem_post_args), 0,
    691       1.48      cube 	    netbsd32__ksem_post },		/* 251 = netbsd32__ksem_post */
    692       1.48      cube 	{ 1, s(struct netbsd32__ksem_wait_args), 0,
    693       1.48      cube 	    netbsd32__ksem_wait },		/* 252 = netbsd32__ksem_wait */
    694       1.48      cube 	{ 1, s(struct netbsd32__ksem_trywait_args), 0,
    695       1.48      cube 	    netbsd32__ksem_trywait },		/* 253 = netbsd32__ksem_trywait */
    696       1.48      cube 	{ 2, s(struct netbsd32__ksem_getvalue_args), 0,
    697       1.48      cube 	    netbsd32__ksem_getvalue },		/* 254 = netbsd32__ksem_getvalue */
    698       1.48      cube 	{ 1, s(struct netbsd32__ksem_destroy_args), 0,
    699       1.48      cube 	    netbsd32__ksem_destroy },		/* 255 = netbsd32__ksem_destroy */
    700       1.19   thorpej 	{ 0, 0, 0,
    701       1.48      cube 	    sys_nosys },			/* 256 = unimplemented sys__ksem_timedwait */
    702       1.48      cube #else
    703       1.48      cube 	{ 0, 0, 0,
    704       1.48      cube 	    sys_nosys },			/* 247 = excluded sys__ksem_init */
    705       1.19   thorpej 	{ 0, 0, 0,
    706       1.48      cube 	    sys_nosys },			/* 248 = excluded sys__ksem_open */
    707       1.19   thorpej 	{ 0, 0, 0,
    708       1.48      cube 	    sys_nosys },			/* 249 = excluded sys__ksem_unlink */
    709       1.19   thorpej 	{ 0, 0, 0,
    710       1.48      cube 	    sys_nosys },			/* 250 = excluded sys__ksem_close */
    711       1.19   thorpej 	{ 0, 0, 0,
    712       1.48      cube 	    sys_nosys },			/* 251 = excluded sys__ksem_post */
    713       1.19   thorpej 	{ 0, 0, 0,
    714       1.48      cube 	    sys_nosys },			/* 252 = excluded sys__ksem_wait */
    715       1.19   thorpej 	{ 0, 0, 0,
    716       1.48      cube 	    sys_nosys },			/* 253 = excluded sys__ksem_trywait */
    717       1.19   thorpej 	{ 0, 0, 0,
    718       1.48      cube 	    sys_nosys },			/* 254 = excluded sys__ksem_getvalue */
    719       1.19   thorpej 	{ 0, 0, 0,
    720       1.48      cube 	    sys_nosys },			/* 255 = excluded sys__ksem_destroy */
    721       1.19   thorpej 	{ 0, 0, 0,
    722       1.48      cube 	    sys_nosys },			/* 256 = unimplemented sys__ksem_timedwait */
    723       1.48      cube #endif
    724       1.19   thorpej 	{ 0, 0, 0,
    725        1.1       mrg 	    sys_nosys },			/* 257 = unimplemented */
    726       1.19   thorpej 	{ 0, 0, 0,
    727        1.1       mrg 	    sys_nosys },			/* 258 = unimplemented */
    728       1.19   thorpej 	{ 0, 0, 0,
    729        1.1       mrg 	    sys_nosys },			/* 259 = unimplemented */
    730       1.19   thorpej 	{ 0, 0, 0,
    731        1.1       mrg 	    sys_nosys },			/* 260 = unimplemented */
    732       1.19   thorpej 	{ 0, 0, 0,
    733        1.1       mrg 	    sys_nosys },			/* 261 = unimplemented */
    734       1.19   thorpej 	{ 0, 0, 0,
    735        1.1       mrg 	    sys_nosys },			/* 262 = unimplemented */
    736       1.19   thorpej 	{ 0, 0, 0,
    737        1.1       mrg 	    sys_nosys },			/* 263 = unimplemented */
    738       1.19   thorpej 	{ 0, 0, 0,
    739        1.1       mrg 	    sys_nosys },			/* 264 = unimplemented */
    740       1.19   thorpej 	{ 0, 0, 0,
    741        1.1       mrg 	    sys_nosys },			/* 265 = unimplemented */
    742       1.19   thorpej 	{ 0, 0, 0,
    743        1.1       mrg 	    sys_nosys },			/* 266 = unimplemented */
    744       1.19   thorpej 	{ 0, 0, 0,
    745        1.1       mrg 	    sys_nosys },			/* 267 = unimplemented */
    746       1.19   thorpej 	{ 0, 0, 0,
    747        1.1       mrg 	    sys_nosys },			/* 268 = unimplemented */
    748       1.19   thorpej 	{ 0, 0, 0,
    749        1.1       mrg 	    sys_nosys },			/* 269 = unimplemented */
    750       1.19   thorpej 	{ 2, s(struct netbsd32___posix_rename_args), 0,
    751       1.11       eeh 	    netbsd32___posix_rename },		/* 270 = netbsd32___posix_rename */
    752       1.19   thorpej 	{ 3, s(struct netbsd32_swapctl_args), 0,
    753       1.11       eeh 	    netbsd32_swapctl },			/* 271 = netbsd32_swapctl */
    754       1.61      cube 	{ 3, s(struct compat_30_netbsd32_getdents_args), 0,
    755       1.61      cube 	    compat_30(netbsd32_getdents) },	/* 272 = compat_30 netbsd32_getdents */
    756       1.19   thorpej 	{ 3, s(struct netbsd32_minherit_args), 0,
    757       1.11       eeh 	    netbsd32_minherit },		/* 273 = netbsd32_minherit */
    758       1.19   thorpej 	{ 2, s(struct netbsd32_lchmod_args), 0,
    759       1.11       eeh 	    netbsd32_lchmod },			/* 274 = netbsd32_lchmod */
    760       1.19   thorpej 	{ 3, s(struct netbsd32_lchown_args), 0,
    761       1.11       eeh 	    netbsd32_lchown },			/* 275 = netbsd32_lchown */
    762       1.19   thorpej 	{ 2, s(struct netbsd32_lutimes_args), 0,
    763       1.11       eeh 	    netbsd32_lutimes },			/* 276 = netbsd32_lutimes */
    764       1.19   thorpej 	{ 3, s(struct netbsd32___msync13_args), 0,
    765       1.11       eeh 	    netbsd32___msync13 },		/* 277 = netbsd32___msync13 */
    766       1.61      cube 	{ 2, s(struct compat_30_netbsd32___stat13_args), 0,
    767       1.61      cube 	    compat_30(netbsd32___stat13) },	/* 278 = compat_30 netbsd32___stat13 */
    768       1.61      cube 	{ 2, s(struct compat_30_netbsd32___fstat13_args), 0,
    769       1.61      cube 	    compat_30(netbsd32___fstat13) },	/* 279 = compat_30 netbsd32___fstat13 */
    770       1.61      cube 	{ 2, s(struct compat_30_netbsd32___lstat13_args), 0,
    771       1.61      cube 	    compat_30(netbsd32___lstat13) },	/* 280 = compat_30 netbsd32___lstat13 */
    772       1.19   thorpej 	{ 2, s(struct netbsd32___sigaltstack14_args), 0,
    773       1.11       eeh 	    netbsd32___sigaltstack14 },		/* 281 = netbsd32___sigaltstack14 */
    774       1.19   thorpej 	{ 0, 0, 0,
    775        1.1       mrg 	    sys___vfork14 },			/* 282 = __vfork14 */
    776       1.19   thorpej 	{ 3, s(struct netbsd32___posix_chown_args), 0,
    777       1.11       eeh 	    netbsd32___posix_chown },		/* 283 = netbsd32___posix_chown */
    778       1.19   thorpej 	{ 3, s(struct netbsd32___posix_fchown_args), 0,
    779       1.11       eeh 	    netbsd32___posix_fchown },		/* 284 = netbsd32___posix_fchown */
    780       1.19   thorpej 	{ 3, s(struct netbsd32___posix_lchown_args), 0,
    781       1.11       eeh 	    netbsd32___posix_lchown },		/* 285 = netbsd32___posix_lchown */
    782       1.19   thorpej 	{ 1, s(struct netbsd32_getsid_args), 0,
    783       1.11       eeh 	    netbsd32_getsid },			/* 286 = netbsd32_getsid */
    784       1.39      cube 	{ 2, s(struct netbsd32___clone_args), 0,
    785       1.39      cube 	    netbsd32___clone },			/* 287 = netbsd32___clone */
    786       1.19   thorpej 	{ 4, s(struct netbsd32_fktrace_args), 0,
    787       1.11       eeh 	    netbsd32_fktrace },			/* 288 = netbsd32_fktrace */
    788       1.19   thorpej 	{ 5, s(struct netbsd32_preadv_args), 0,
    789       1.11       eeh 	    netbsd32_preadv },			/* 289 = netbsd32_preadv */
    790       1.19   thorpej 	{ 5, s(struct netbsd32_pwritev_args), 0,
    791       1.11       eeh 	    netbsd32_pwritev },			/* 290 = netbsd32_pwritev */
    792       1.19   thorpej 	{ 3, s(struct netbsd32___sigaction14_args), 0,
    793       1.12       eeh 	    netbsd32___sigaction14 },		/* 291 = netbsd32___sigaction14 */
    794       1.19   thorpej 	{ 1, s(struct netbsd32___sigpending14_args), 0,
    795       1.12       eeh 	    netbsd32___sigpending14 },		/* 292 = netbsd32___sigpending14 */
    796       1.19   thorpej 	{ 3, s(struct netbsd32___sigprocmask14_args), 0,
    797       1.12       eeh 	    netbsd32___sigprocmask14 },		/* 293 = netbsd32___sigprocmask14 */
    798       1.19   thorpej 	{ 1, s(struct netbsd32___sigsuspend14_args), 0,
    799       1.12       eeh 	    netbsd32___sigsuspend14 },		/* 294 = netbsd32___sigsuspend14 */
    800       1.30      fvdl 	{ 1, s(struct compat_16_netbsd32___sigreturn14_args), 0,
    801       1.30      fvdl 	    compat_16(netbsd32___sigreturn14) },/* 295 = compat_16 netbsd32___sigreturn14 */
    802       1.19   thorpej 	{ 2, s(struct netbsd32___getcwd_args), 0,
    803       1.12       eeh 	    netbsd32___getcwd },		/* 296 = netbsd32___getcwd */
    804       1.19   thorpej 	{ 1, s(struct netbsd32_fchroot_args), 0,
    805       1.12       eeh 	    netbsd32_fchroot },			/* 297 = netbsd32_fchroot */
    806       1.58    martin 	{ 2, s(struct compat_30_netbsd32_fhopen_args), 0,
    807       1.58    martin 	    compat_30(netbsd32_fhopen) },	/* 298 = compat_30 netbsd32_fhopen */
    808       1.51      cube 	{ 2, s(struct compat_30_netbsd32_fhstat_args), 0,
    809       1.51      cube 	    compat_30(netbsd32_fhstat) },	/* 299 = compat_30 netbsd32_fhstat */
    810       1.32      cube 	{ 2, s(struct compat_20_netbsd32_fhstatfs_args), 0,
    811       1.32      cube 	    compat_20(netbsd32_fhstatfs) },	/* 300 = compat_20 netbsd32_fhstatfs */
    812       1.12       eeh #if defined(SYSVSEM) || !defined(_KERNEL)
    813       1.19   thorpej 	{ 4, s(struct netbsd32___semctl14_args), 0,
    814       1.13  christos 	    netbsd32___semctl14 },		/* 301 = netbsd32___semctl14 */
    815       1.12       eeh #else
    816       1.19   thorpej 	{ 0, 0, 0,
    817       1.13  christos 	    sys_nosys },			/* 301 = excluded __semctl14 */
    818       1.12       eeh #endif
    819       1.12       eeh #if defined(SYSVMSG) || !defined(_KERNEL)
    820       1.19   thorpej 	{ 3, s(struct netbsd32___msgctl13_args), 0,
    821       1.12       eeh 	    netbsd32___msgctl13 },		/* 302 = netbsd32___msgctl13 */
    822       1.12       eeh #else
    823       1.19   thorpej 	{ 0, 0, 0,
    824       1.12       eeh 	    sys_nosys },			/* 302 = excluded __msgctl13 */
    825       1.12       eeh #endif
    826       1.12       eeh #if defined(SYSVSHM) || !defined(_KERNEL)
    827       1.19   thorpej 	{ 3, s(struct netbsd32___shmctl13_args), 0,
    828       1.12       eeh 	    netbsd32___shmctl13 },		/* 303 = netbsd32___shmctl13 */
    829       1.12       eeh #else
    830       1.19   thorpej 	{ 0, 0, 0,
    831       1.12       eeh 	    sys_nosys },			/* 303 = excluded __shmctl13 */
    832       1.12       eeh #endif
    833       1.21       mrg 	{ 2, s(struct netbsd32_lchflags_args), 0,
    834       1.21       mrg 	    netbsd32_lchflags },		/* 304 = netbsd32_lchflags */
    835       1.64      cube 	{ 0, 0, SYCALL_MPSAFE | 0,
    836       1.21       mrg 	    sys_issetugid },			/* 305 = issetugid */
    837       1.21       mrg 	{ 3, s(struct netbsd32_utrace_args), 0,
    838       1.21       mrg 	    netbsd32_utrace },			/* 306 = netbsd32_utrace */
    839       1.30      fvdl 	{ 1, s(struct netbsd32_getcontext_args), 0,
    840       1.30      fvdl 	    netbsd32_getcontext },		/* 307 = netbsd32_getcontext */
    841       1.30      fvdl 	{ 3, s(struct netbsd32_setcontext_args), 0,
    842       1.30      fvdl 	    netbsd32_setcontext },		/* 308 = netbsd32_setcontext */
    843       1.50      cube 	{ 3, s(struct netbsd32__lwp_create_args), 0,
    844       1.50      cube 	    netbsd32__lwp_create },		/* 309 = netbsd32__lwp_create */
    845       1.21       mrg 	{ 0, 0, 0,
    846       1.50      cube 	    sys__lwp_exit },			/* 310 = _lwp_exit */
    847       1.64      cube 	{ 0, 0, SYCALL_MPSAFE | 0,
    848       1.50      cube 	    sys__lwp_self },			/* 311 = _lwp_self */
    849  1.65.14.1  jmcneill 	{ 2, s(struct netbsd32__lwp_wait_args), SYCALL_MPSAFE | 0,
    850       1.50      cube 	    netbsd32__lwp_wait },		/* 312 = netbsd32__lwp_wait */
    851  1.65.14.1  jmcneill 	{ 1, s(struct netbsd32__lwp_suspend_args), SYCALL_MPSAFE | 0,
    852       1.50      cube 	    netbsd32__lwp_suspend },		/* 313 = netbsd32__lwp_suspend */
    853  1.65.14.1  jmcneill 	{ 1, s(struct netbsd32__lwp_continue_args), SYCALL_MPSAFE | 0,
    854       1.50      cube 	    netbsd32__lwp_continue },		/* 314 = netbsd32__lwp_continue */
    855  1.65.14.1  jmcneill 	{ 1, s(struct netbsd32__lwp_wakeup_args), SYCALL_MPSAFE | 0,
    856       1.50      cube 	    netbsd32__lwp_wakeup },		/* 315 = netbsd32__lwp_wakeup */
    857       1.64      cube 	{ 0, 0, SYCALL_MPSAFE | 0,
    858       1.50      cube 	    sys__lwp_getprivate },		/* 316 = _lwp_getprivate */
    859  1.65.14.1  jmcneill 	{ 1, s(struct netbsd32__lwp_setprivate_args), SYCALL_MPSAFE | 0,
    860       1.50      cube 	    netbsd32__lwp_setprivate },		/* 317 = netbsd32__lwp_setprivate */
    861       1.63      cube 	{ 2, s(struct netbsd32__lwp_kill_args), 0,
    862       1.63      cube 	    netbsd32__lwp_kill },		/* 318 = netbsd32__lwp_kill */
    863  1.65.14.1  jmcneill 	{ 1, s(struct netbsd32__lwp_detach_args), SYCALL_MPSAFE | 0,
    864       1.63      cube 	    netbsd32__lwp_detach },		/* 319 = netbsd32__lwp_detach */
    865  1.65.14.1  jmcneill 	{ 4, s(struct netbsd32__lwp_park_args), SYCALL_MPSAFE | 0,
    866       1.63      cube 	    netbsd32__lwp_park },		/* 320 = netbsd32__lwp_park */
    867  1.65.14.1  jmcneill 	{ 2, s(struct netbsd32__lwp_unpark_args), SYCALL_MPSAFE | 0,
    868       1.63      cube 	    netbsd32__lwp_unpark },		/* 321 = netbsd32__lwp_unpark */
    869  1.65.14.1  jmcneill 	{ 3, s(struct netbsd32__lwp_unpark_all_args), SYCALL_MPSAFE | 0,
    870       1.63      cube 	    netbsd32__lwp_unpark_all },		/* 322 = netbsd32__lwp_unpark_all */
    871       1.21       mrg 	{ 0, 0, 0,
    872       1.21       mrg 	    sys_nosys },			/* 323 = unimplemented */
    873       1.21       mrg 	{ 0, 0, 0,
    874       1.21       mrg 	    sys_nosys },			/* 324 = unimplemented */
    875       1.21       mrg 	{ 0, 0, 0,
    876       1.21       mrg 	    sys_nosys },			/* 325 = unimplemented */
    877       1.21       mrg 	{ 0, 0, 0,
    878       1.21       mrg 	    sys_nosys },			/* 326 = unimplemented */
    879       1.21       mrg 	{ 0, 0, 0,
    880       1.21       mrg 	    sys_nosys },			/* 327 = unimplemented */
    881       1.21       mrg 	{ 0, 0, 0,
    882       1.21       mrg 	    sys_nosys },			/* 328 = unimplemented */
    883       1.21       mrg 	{ 0, 0, 0,
    884       1.21       mrg 	    sys_nosys },			/* 329 = unimplemented */
    885       1.62        ad 	{ 0, 0, 0,
    886       1.62        ad 	    sys_nosys },			/* 330 = obsolete netbsd32_sa_register */
    887       1.62        ad 	{ 0, 0, 0,
    888       1.62        ad 	    sys_nosys },			/* 331 = obsolete netbsd32_sa_stacks */
    889       1.62        ad 	{ 0, 0, 0,
    890       1.62        ad 	    sys_nosys },			/* 332 = obsolete sys_sa_enable */
    891       1.62        ad 	{ 0, 0, 0,
    892       1.62        ad 	    sys_nosys },			/* 333 = obsolete netbsd32_sa_setconcurrency */
    893       1.62        ad 	{ 0, 0, 0,
    894       1.62        ad 	    sys_nosys },			/* 334 = obsolete sys_sa_yield */
    895       1.62        ad 	{ 0, 0, 0,
    896       1.62        ad 	    sys_nosys },			/* 335 = obsolete netbsd32_sa_preempt */
    897       1.21       mrg 	{ 0, 0, 0,
    898       1.50      cube 	    sys_nosys },			/* 336 = obsolete sys_sa_unblockyield */
    899       1.21       mrg 	{ 0, 0, 0,
    900       1.21       mrg 	    sys_nosys },			/* 337 = unimplemented */
    901       1.21       mrg 	{ 0, 0, 0,
    902       1.21       mrg 	    sys_nosys },			/* 338 = unimplemented */
    903       1.21       mrg 	{ 0, 0, 0,
    904       1.21       mrg 	    sys_nosys },			/* 339 = unimplemented */
    905       1.26       scw 	{ 5, s(struct netbsd32___sigaction_sigtramp_args), 0,
    906       1.26       scw 	    netbsd32___sigaction_sigtramp },	/* 340 = netbsd32___sigaction_sigtramp */
    907       1.27  jdolecek 	{ 0, 0, 0,
    908       1.32      cube 	    sys_nosys },			/* 341 = unimplemented */
    909       1.27  jdolecek 	{ 0, 0, 0,
    910       1.32      cube 	    sys_nosys },			/* 342 = unimplemented */
    911       1.41      cube 	{ 3, s(struct netbsd32_rasctl_args), 0,
    912       1.41      cube 	    netbsd32_rasctl },			/* 343 = netbsd32_rasctl */
    913       1.27  jdolecek 	{ 0, 0, 0,
    914       1.46      cube 	    sys_kqueue },			/* 344 = kqueue */
    915       1.46      cube 	{ 6, s(struct netbsd32_kevent_args), 0,
    916       1.46      cube 	    netbsd32_kevent },			/* 345 = netbsd32_kevent */
    917       1.27  jdolecek 	{ 0, 0, 0,
    918       1.32      cube 	    sys_nosys },			/* 346 = unimplemented */
    919       1.27  jdolecek 	{ 0, 0, 0,
    920       1.32      cube 	    sys_nosys },			/* 347 = unimplemented */
    921       1.27  jdolecek 	{ 0, 0, 0,
    922       1.32      cube 	    sys_nosys },			/* 348 = unimplemented */
    923       1.27  jdolecek 	{ 0, 0, 0,
    924       1.32      cube 	    sys_nosys },			/* 349 = unimplemented */
    925       1.63      cube 	{ 0, 0, SYCALL_MPSAFE | 0,
    926       1.63      cube 	    sys_sched_yield },			/* 350 = sched_yield */
    927       1.27  jdolecek 	{ 0, 0, 0,
    928       1.32      cube 	    sys_nosys },			/* 351 = unimplemented */
    929       1.27  jdolecek 	{ 0, 0, 0,
    930       1.32      cube 	    sys_nosys },			/* 352 = unimplemented */
    931       1.27  jdolecek 	{ 0, 0, 0,
    932       1.32      cube 	    sys_nosys },			/* 353 = unimplemented */
    933       1.40      cube 	{ 4, s(struct netbsd32_fsync_range_args), 0,
    934       1.40      cube 	    netbsd32_fsync_range },		/* 354 = netbsd32_fsync_range */
    935       1.35      cube 	{ 2, s(struct netbsd32_uuidgen_args), 0,
    936       1.35      cube 	    netbsd32_uuidgen },			/* 355 = netbsd32_uuidgen */
    937       1.32      cube 	{ 3, s(struct netbsd32_getvfsstat_args), 0,
    938       1.32      cube 	    netbsd32_getvfsstat },		/* 356 = netbsd32_getvfsstat */
    939       1.32      cube 	{ 3, s(struct netbsd32_statvfs1_args), 0,
    940       1.32      cube 	    netbsd32_statvfs1 },		/* 357 = netbsd32_statvfs1 */
    941       1.32      cube 	{ 3, s(struct netbsd32_fstatvfs1_args), 0,
    942       1.32      cube 	    netbsd32_fstatvfs1 },		/* 358 = netbsd32_fstatvfs1 */
    943       1.58    martin 	{ 3, s(struct compat_30_netbsd32_fhstatvfs1_args), 0,
    944       1.58    martin 	    compat_30(netbsd32_fhstatvfs1) },	/* 359 = compat_30 netbsd32_fhstatvfs1 */
    945       1.36      cube 	{ 5, s(struct netbsd32_extattrctl_args), 0,
    946       1.36      cube 	    netbsd32_extattrctl },		/* 360 = netbsd32_extattrctl */
    947       1.36      cube 	{ 5, s(struct netbsd32_extattr_set_file_args), 0,
    948       1.36      cube 	    netbsd32_extattr_set_file },	/* 361 = netbsd32_extattr_set_file */
    949       1.36      cube 	{ 5, s(struct netbsd32_extattr_get_file_args), 0,
    950       1.36      cube 	    netbsd32_extattr_get_file },	/* 362 = netbsd32_extattr_get_file */
    951       1.36      cube 	{ 3, s(struct netbsd32_extattr_delete_file_args), 0,
    952       1.36      cube 	    netbsd32_extattr_delete_file },	/* 363 = netbsd32_extattr_delete_file */
    953       1.36      cube 	{ 5, s(struct netbsd32_extattr_set_fd_args), 0,
    954       1.36      cube 	    netbsd32_extattr_set_fd },		/* 364 = netbsd32_extattr_set_fd */
    955       1.36      cube 	{ 5, s(struct netbsd32_extattr_get_fd_args), 0,
    956       1.36      cube 	    netbsd32_extattr_get_fd },		/* 365 = netbsd32_extattr_get_fd */
    957       1.36      cube 	{ 3, s(struct netbsd32_extattr_delete_fd_args), 0,
    958       1.36      cube 	    netbsd32_extattr_delete_fd },	/* 366 = netbsd32_extattr_delete_fd */
    959       1.36      cube 	{ 5, s(struct netbsd32_extattr_set_link_args), 0,
    960       1.36      cube 	    netbsd32_extattr_set_link },	/* 367 = netbsd32_extattr_set_link */
    961       1.36      cube 	{ 5, s(struct netbsd32_extattr_get_link_args), 0,
    962       1.36      cube 	    netbsd32_extattr_get_link },	/* 368 = netbsd32_extattr_get_link */
    963       1.36      cube 	{ 3, s(struct netbsd32_extattr_delete_link_args), 0,
    964       1.36      cube 	    netbsd32_extattr_delete_link },	/* 369 = netbsd32_extattr_delete_link */
    965       1.36      cube 	{ 4, s(struct netbsd32_extattr_list_fd_args), 0,
    966       1.36      cube 	    netbsd32_extattr_list_fd },		/* 370 = netbsd32_extattr_list_fd */
    967       1.36      cube 	{ 4, s(struct netbsd32_extattr_list_file_args), 0,
    968       1.36      cube 	    netbsd32_extattr_list_file },	/* 371 = netbsd32_extattr_list_file */
    969       1.36      cube 	{ 4, s(struct netbsd32_extattr_list_link_args), 0,
    970       1.36      cube 	    netbsd32_extattr_list_link },	/* 372 = netbsd32_extattr_list_link */
    971       1.38      cube 	{ 6, s(struct netbsd32_pselect_args), 0,
    972       1.38      cube 	    netbsd32_pselect },			/* 373 = netbsd32_pselect */
    973       1.38      cube 	{ 4, s(struct netbsd32_pollts_args), 0,
    974       1.38      cube 	    netbsd32_pollts },			/* 374 = netbsd32_pollts */
    975       1.42      cube 	{ 5, s(struct netbsd32_setxattr_args), 0,
    976       1.42      cube 	    netbsd32_setxattr },		/* 375 = netbsd32_setxattr */
    977       1.42      cube 	{ 5, s(struct netbsd32_lsetxattr_args), 0,
    978       1.42      cube 	    netbsd32_lsetxattr },		/* 376 = netbsd32_lsetxattr */
    979       1.42      cube 	{ 5, s(struct netbsd32_fsetxattr_args), 0,
    980       1.42      cube 	    netbsd32_fsetxattr },		/* 377 = netbsd32_fsetxattr */
    981       1.42      cube 	{ 4, s(struct netbsd32_getxattr_args), 0,
    982       1.42      cube 	    netbsd32_getxattr },		/* 378 = netbsd32_getxattr */
    983       1.42      cube 	{ 4, s(struct netbsd32_lgetxattr_args), 0,
    984       1.42      cube 	    netbsd32_lgetxattr },		/* 379 = netbsd32_lgetxattr */
    985       1.42      cube 	{ 4, s(struct netbsd32_fgetxattr_args), 0,
    986       1.42      cube 	    netbsd32_fgetxattr },		/* 380 = netbsd32_fgetxattr */
    987       1.42      cube 	{ 3, s(struct netbsd32_listxattr_args), 0,
    988       1.42      cube 	    netbsd32_listxattr },		/* 381 = netbsd32_listxattr */
    989       1.42      cube 	{ 3, s(struct netbsd32_llistxattr_args), 0,
    990       1.42      cube 	    netbsd32_llistxattr },		/* 382 = netbsd32_llistxattr */
    991       1.42      cube 	{ 3, s(struct netbsd32_flistxattr_args), 0,
    992       1.42      cube 	    netbsd32_flistxattr },		/* 383 = netbsd32_flistxattr */
    993       1.42      cube 	{ 2, s(struct netbsd32_removexattr_args), 0,
    994       1.42      cube 	    netbsd32_removexattr },		/* 384 = netbsd32_removexattr */
    995       1.42      cube 	{ 2, s(struct netbsd32_lremovexattr_args), 0,
    996       1.42      cube 	    netbsd32_lremovexattr },		/* 385 = netbsd32_lremovexattr */
    997       1.42      cube 	{ 2, s(struct netbsd32_fremovexattr_args), 0,
    998       1.42      cube 	    netbsd32_fremovexattr },		/* 386 = netbsd32_fremovexattr */
    999       1.45  christos 	{ 2, s(struct netbsd32_sys___stat30_args), 0,
   1000       1.45  christos 	    netbsd32_sys___stat30 },		/* 387 = __stat30 */
   1001       1.45  christos 	{ 2, s(struct netbsd32_sys___fstat30_args), 0,
   1002       1.45  christos 	    netbsd32_sys___fstat30 },		/* 388 = __fstat30 */
   1003       1.45  christos 	{ 2, s(struct netbsd32_sys___lstat30_args), 0,
   1004       1.45  christos 	    netbsd32_sys___lstat30 },		/* 389 = __lstat30 */
   1005       1.45  christos 	{ 3, s(struct netbsd32_sys___getdents30_args), 0,
   1006       1.45  christos 	    netbsd32_sys___getdents30 },	/* 390 = __getdents30 */
   1007       1.51      cube 	{ 4, s(struct sys_posix_fadvise_args), 0,
   1008       1.51      cube 	    sys_posix_fadvise },		/* 391 = posix_fadvise */
   1009       1.58    martin 	{ 2, s(struct compat_30_netbsd32_sys___fhstat30_args), 0,
   1010       1.58    martin 	    compat_30(netbsd32_sys___fhstat30) },/* 392 = compat_30 __fhstat30 */
   1011       1.53  drochner 	{ 1, s(struct netbsd32_ntp_gettime_args), 0,
   1012       1.53  drochner 	    netbsd32_ntp_gettime },		/* 393 = netbsd32_ntp_gettime */
   1013       1.54       mrg 	{ 3, s(struct netbsd32_sys___socket30_args), 0,
   1014       1.54       mrg 	    netbsd32_sys___socket30 },		/* 394 = __socket30 */
   1015       1.55    martin 	{ 3, s(struct netbsd32___getfh30_args), 0,
   1016       1.55    martin 	    netbsd32___getfh30 },		/* 395 = netbsd32___getfh30 */
   1017       1.58    martin 	{ 3, s(struct netbsd32___fhopen40_args), 0,
   1018       1.58    martin 	    netbsd32___fhopen40 },		/* 396 = netbsd32___fhopen40 */
   1019       1.58    martin 	{ 4, s(struct netbsd32___fhstatvfs140_args), 0,
   1020       1.58    martin 	    netbsd32___fhstatvfs140 },		/* 397 = netbsd32___fhstatvfs140 */
   1021       1.58    martin 	{ 3, s(struct netbsd32___fhstat40_args), 0,
   1022       1.58    martin 	    netbsd32___fhstat40 },		/* 398 = netbsd32___fhstat40 */
   1023       1.27  jdolecek 	{ 0, 0, 0,
   1024       1.27  jdolecek 	    sys_nosys },			/* 399 = filler */
   1025       1.27  jdolecek 	{ 0, 0, 0,
   1026       1.27  jdolecek 	    sys_nosys },			/* 400 = filler */
   1027       1.27  jdolecek 	{ 0, 0, 0,
   1028       1.27  jdolecek 	    sys_nosys },			/* 401 = filler */
   1029       1.27  jdolecek 	{ 0, 0, 0,
   1030       1.27  jdolecek 	    sys_nosys },			/* 402 = filler */
   1031       1.27  jdolecek 	{ 0, 0, 0,
   1032       1.27  jdolecek 	    sys_nosys },			/* 403 = filler */
   1033       1.27  jdolecek 	{ 0, 0, 0,
   1034       1.27  jdolecek 	    sys_nosys },			/* 404 = filler */
   1035       1.27  jdolecek 	{ 0, 0, 0,
   1036       1.27  jdolecek 	    sys_nosys },			/* 405 = filler */
   1037       1.27  jdolecek 	{ 0, 0, 0,
   1038       1.27  jdolecek 	    sys_nosys },			/* 406 = filler */
   1039       1.27  jdolecek 	{ 0, 0, 0,
   1040       1.27  jdolecek 	    sys_nosys },			/* 407 = filler */
   1041       1.27  jdolecek 	{ 0, 0, 0,
   1042       1.27  jdolecek 	    sys_nosys },			/* 408 = filler */
   1043       1.27  jdolecek 	{ 0, 0, 0,
   1044       1.27  jdolecek 	    sys_nosys },			/* 409 = filler */
   1045       1.27  jdolecek 	{ 0, 0, 0,
   1046       1.27  jdolecek 	    sys_nosys },			/* 410 = filler */
   1047       1.27  jdolecek 	{ 0, 0, 0,
   1048       1.27  jdolecek 	    sys_nosys },			/* 411 = filler */
   1049       1.27  jdolecek 	{ 0, 0, 0,
   1050       1.27  jdolecek 	    sys_nosys },			/* 412 = filler */
   1051       1.27  jdolecek 	{ 0, 0, 0,
   1052       1.27  jdolecek 	    sys_nosys },			/* 413 = filler */
   1053       1.27  jdolecek 	{ 0, 0, 0,
   1054       1.27  jdolecek 	    sys_nosys },			/* 414 = filler */
   1055       1.27  jdolecek 	{ 0, 0, 0,
   1056       1.27  jdolecek 	    sys_nosys },			/* 415 = filler */
   1057       1.27  jdolecek 	{ 0, 0, 0,
   1058       1.27  jdolecek 	    sys_nosys },			/* 416 = filler */
   1059       1.27  jdolecek 	{ 0, 0, 0,
   1060       1.27  jdolecek 	    sys_nosys },			/* 417 = filler */
   1061       1.27  jdolecek 	{ 0, 0, 0,
   1062       1.27  jdolecek 	    sys_nosys },			/* 418 = filler */
   1063       1.27  jdolecek 	{ 0, 0, 0,
   1064       1.27  jdolecek 	    sys_nosys },			/* 419 = filler */
   1065       1.27  jdolecek 	{ 0, 0, 0,
   1066       1.27  jdolecek 	    sys_nosys },			/* 420 = filler */
   1067       1.27  jdolecek 	{ 0, 0, 0,
   1068       1.27  jdolecek 	    sys_nosys },			/* 421 = filler */
   1069       1.27  jdolecek 	{ 0, 0, 0,
   1070       1.27  jdolecek 	    sys_nosys },			/* 422 = filler */
   1071       1.27  jdolecek 	{ 0, 0, 0,
   1072       1.27  jdolecek 	    sys_nosys },			/* 423 = filler */
   1073       1.27  jdolecek 	{ 0, 0, 0,
   1074       1.27  jdolecek 	    sys_nosys },			/* 424 = filler */
   1075       1.27  jdolecek 	{ 0, 0, 0,
   1076       1.27  jdolecek 	    sys_nosys },			/* 425 = filler */
   1077       1.27  jdolecek 	{ 0, 0, 0,
   1078       1.27  jdolecek 	    sys_nosys },			/* 426 = filler */
   1079       1.27  jdolecek 	{ 0, 0, 0,
   1080       1.27  jdolecek 	    sys_nosys },			/* 427 = filler */
   1081       1.27  jdolecek 	{ 0, 0, 0,
   1082       1.27  jdolecek 	    sys_nosys },			/* 428 = filler */
   1083       1.27  jdolecek 	{ 0, 0, 0,
   1084       1.27  jdolecek 	    sys_nosys },			/* 429 = filler */
   1085       1.27  jdolecek 	{ 0, 0, 0,
   1086       1.27  jdolecek 	    sys_nosys },			/* 430 = filler */
   1087       1.27  jdolecek 	{ 0, 0, 0,
   1088       1.27  jdolecek 	    sys_nosys },			/* 431 = filler */
   1089       1.27  jdolecek 	{ 0, 0, 0,
   1090       1.27  jdolecek 	    sys_nosys },			/* 432 = filler */
   1091       1.27  jdolecek 	{ 0, 0, 0,
   1092       1.27  jdolecek 	    sys_nosys },			/* 433 = filler */
   1093       1.27  jdolecek 	{ 0, 0, 0,
   1094       1.27  jdolecek 	    sys_nosys },			/* 434 = filler */
   1095       1.27  jdolecek 	{ 0, 0, 0,
   1096       1.27  jdolecek 	    sys_nosys },			/* 435 = filler */
   1097       1.27  jdolecek 	{ 0, 0, 0,
   1098       1.27  jdolecek 	    sys_nosys },			/* 436 = filler */
   1099       1.27  jdolecek 	{ 0, 0, 0,
   1100       1.27  jdolecek 	    sys_nosys },			/* 437 = filler */
   1101       1.27  jdolecek 	{ 0, 0, 0,
   1102       1.27  jdolecek 	    sys_nosys },			/* 438 = filler */
   1103       1.27  jdolecek 	{ 0, 0, 0,
   1104       1.27  jdolecek 	    sys_nosys },			/* 439 = filler */
   1105       1.27  jdolecek 	{ 0, 0, 0,
   1106       1.27  jdolecek 	    sys_nosys },			/* 440 = filler */
   1107       1.27  jdolecek 	{ 0, 0, 0,
   1108       1.27  jdolecek 	    sys_nosys },			/* 441 = filler */
   1109       1.27  jdolecek 	{ 0, 0, 0,
   1110       1.27  jdolecek 	    sys_nosys },			/* 442 = filler */
   1111       1.27  jdolecek 	{ 0, 0, 0,
   1112       1.27  jdolecek 	    sys_nosys },			/* 443 = filler */
   1113       1.27  jdolecek 	{ 0, 0, 0,
   1114       1.27  jdolecek 	    sys_nosys },			/* 444 = filler */
   1115       1.27  jdolecek 	{ 0, 0, 0,
   1116       1.27  jdolecek 	    sys_nosys },			/* 445 = filler */
   1117       1.27  jdolecek 	{ 0, 0, 0,
   1118       1.27  jdolecek 	    sys_nosys },			/* 446 = filler */
   1119       1.27  jdolecek 	{ 0, 0, 0,
   1120       1.27  jdolecek 	    sys_nosys },			/* 447 = filler */
   1121       1.27  jdolecek 	{ 0, 0, 0,
   1122       1.27  jdolecek 	    sys_nosys },			/* 448 = filler */
   1123       1.27  jdolecek 	{ 0, 0, 0,
   1124       1.27  jdolecek 	    sys_nosys },			/* 449 = filler */
   1125       1.27  jdolecek 	{ 0, 0, 0,
   1126       1.27  jdolecek 	    sys_nosys },			/* 450 = filler */
   1127       1.27  jdolecek 	{ 0, 0, 0,
   1128       1.27  jdolecek 	    sys_nosys },			/* 451 = filler */
   1129       1.27  jdolecek 	{ 0, 0, 0,
   1130       1.27  jdolecek 	    sys_nosys },			/* 452 = filler */
   1131       1.27  jdolecek 	{ 0, 0, 0,
   1132       1.27  jdolecek 	    sys_nosys },			/* 453 = filler */
   1133       1.27  jdolecek 	{ 0, 0, 0,
   1134       1.27  jdolecek 	    sys_nosys },			/* 454 = filler */
   1135       1.27  jdolecek 	{ 0, 0, 0,
   1136       1.27  jdolecek 	    sys_nosys },			/* 455 = filler */
   1137       1.27  jdolecek 	{ 0, 0, 0,
   1138       1.27  jdolecek 	    sys_nosys },			/* 456 = filler */
   1139       1.27  jdolecek 	{ 0, 0, 0,
   1140       1.27  jdolecek 	    sys_nosys },			/* 457 = filler */
   1141       1.27  jdolecek 	{ 0, 0, 0,
   1142       1.27  jdolecek 	    sys_nosys },			/* 458 = filler */
   1143       1.27  jdolecek 	{ 0, 0, 0,
   1144       1.27  jdolecek 	    sys_nosys },			/* 459 = filler */
   1145       1.27  jdolecek 	{ 0, 0, 0,
   1146       1.27  jdolecek 	    sys_nosys },			/* 460 = filler */
   1147       1.27  jdolecek 	{ 0, 0, 0,
   1148       1.27  jdolecek 	    sys_nosys },			/* 461 = filler */
   1149       1.27  jdolecek 	{ 0, 0, 0,
   1150       1.27  jdolecek 	    sys_nosys },			/* 462 = filler */
   1151       1.27  jdolecek 	{ 0, 0, 0,
   1152       1.27  jdolecek 	    sys_nosys },			/* 463 = filler */
   1153       1.27  jdolecek 	{ 0, 0, 0,
   1154       1.27  jdolecek 	    sys_nosys },			/* 464 = filler */
   1155       1.27  jdolecek 	{ 0, 0, 0,
   1156       1.27  jdolecek 	    sys_nosys },			/* 465 = filler */
   1157       1.27  jdolecek 	{ 0, 0, 0,
   1158       1.27  jdolecek 	    sys_nosys },			/* 466 = filler */
   1159       1.27  jdolecek 	{ 0, 0, 0,
   1160       1.27  jdolecek 	    sys_nosys },			/* 467 = filler */
   1161       1.27  jdolecek 	{ 0, 0, 0,
   1162       1.27  jdolecek 	    sys_nosys },			/* 468 = filler */
   1163       1.27  jdolecek 	{ 0, 0, 0,
   1164       1.27  jdolecek 	    sys_nosys },			/* 469 = filler */
   1165       1.27  jdolecek 	{ 0, 0, 0,
   1166       1.27  jdolecek 	    sys_nosys },			/* 470 = filler */
   1167       1.27  jdolecek 	{ 0, 0, 0,
   1168       1.27  jdolecek 	    sys_nosys },			/* 471 = filler */
   1169       1.27  jdolecek 	{ 0, 0, 0,
   1170       1.27  jdolecek 	    sys_nosys },			/* 472 = filler */
   1171       1.27  jdolecek 	{ 0, 0, 0,
   1172       1.27  jdolecek 	    sys_nosys },			/* 473 = filler */
   1173       1.27  jdolecek 	{ 0, 0, 0,
   1174       1.27  jdolecek 	    sys_nosys },			/* 474 = filler */
   1175       1.27  jdolecek 	{ 0, 0, 0,
   1176       1.27  jdolecek 	    sys_nosys },			/* 475 = filler */
   1177       1.27  jdolecek 	{ 0, 0, 0,
   1178       1.27  jdolecek 	    sys_nosys },			/* 476 = filler */
   1179       1.27  jdolecek 	{ 0, 0, 0,
   1180       1.27  jdolecek 	    sys_nosys },			/* 477 = filler */
   1181       1.27  jdolecek 	{ 0, 0, 0,
   1182       1.27  jdolecek 	    sys_nosys },			/* 478 = filler */
   1183       1.27  jdolecek 	{ 0, 0, 0,
   1184       1.27  jdolecek 	    sys_nosys },			/* 479 = filler */
   1185       1.27  jdolecek 	{ 0, 0, 0,
   1186       1.27  jdolecek 	    sys_nosys },			/* 480 = filler */
   1187       1.27  jdolecek 	{ 0, 0, 0,
   1188       1.27  jdolecek 	    sys_nosys },			/* 481 = filler */
   1189       1.27  jdolecek 	{ 0, 0, 0,
   1190       1.27  jdolecek 	    sys_nosys },			/* 482 = filler */
   1191       1.27  jdolecek 	{ 0, 0, 0,
   1192       1.27  jdolecek 	    sys_nosys },			/* 483 = filler */
   1193       1.27  jdolecek 	{ 0, 0, 0,
   1194       1.27  jdolecek 	    sys_nosys },			/* 484 = filler */
   1195       1.27  jdolecek 	{ 0, 0, 0,
   1196       1.27  jdolecek 	    sys_nosys },			/* 485 = filler */
   1197       1.27  jdolecek 	{ 0, 0, 0,
   1198       1.27  jdolecek 	    sys_nosys },			/* 486 = filler */
   1199       1.27  jdolecek 	{ 0, 0, 0,
   1200       1.27  jdolecek 	    sys_nosys },			/* 487 = filler */
   1201       1.27  jdolecek 	{ 0, 0, 0,
   1202       1.27  jdolecek 	    sys_nosys },			/* 488 = filler */
   1203       1.27  jdolecek 	{ 0, 0, 0,
   1204       1.27  jdolecek 	    sys_nosys },			/* 489 = filler */
   1205       1.27  jdolecek 	{ 0, 0, 0,
   1206       1.27  jdolecek 	    sys_nosys },			/* 490 = filler */
   1207       1.27  jdolecek 	{ 0, 0, 0,
   1208       1.27  jdolecek 	    sys_nosys },			/* 491 = filler */
   1209       1.27  jdolecek 	{ 0, 0, 0,
   1210       1.27  jdolecek 	    sys_nosys },			/* 492 = filler */
   1211       1.27  jdolecek 	{ 0, 0, 0,
   1212       1.27  jdolecek 	    sys_nosys },			/* 493 = filler */
   1213       1.27  jdolecek 	{ 0, 0, 0,
   1214       1.27  jdolecek 	    sys_nosys },			/* 494 = filler */
   1215       1.27  jdolecek 	{ 0, 0, 0,
   1216       1.27  jdolecek 	    sys_nosys },			/* 495 = filler */
   1217       1.27  jdolecek 	{ 0, 0, 0,
   1218       1.27  jdolecek 	    sys_nosys },			/* 496 = filler */
   1219       1.27  jdolecek 	{ 0, 0, 0,
   1220       1.27  jdolecek 	    sys_nosys },			/* 497 = filler */
   1221       1.27  jdolecek 	{ 0, 0, 0,
   1222       1.27  jdolecek 	    sys_nosys },			/* 498 = filler */
   1223       1.27  jdolecek 	{ 0, 0, 0,
   1224       1.27  jdolecek 	    sys_nosys },			/* 499 = filler */
   1225       1.27  jdolecek 	{ 0, 0, 0,
   1226       1.27  jdolecek 	    sys_nosys },			/* 500 = filler */
   1227       1.27  jdolecek 	{ 0, 0, 0,
   1228       1.27  jdolecek 	    sys_nosys },			/* 501 = filler */
   1229       1.27  jdolecek 	{ 0, 0, 0,
   1230       1.27  jdolecek 	    sys_nosys },			/* 502 = filler */
   1231       1.27  jdolecek 	{ 0, 0, 0,
   1232       1.27  jdolecek 	    sys_nosys },			/* 503 = filler */
   1233       1.27  jdolecek 	{ 0, 0, 0,
   1234       1.27  jdolecek 	    sys_nosys },			/* 504 = filler */
   1235       1.27  jdolecek 	{ 0, 0, 0,
   1236       1.27  jdolecek 	    sys_nosys },			/* 505 = filler */
   1237       1.27  jdolecek 	{ 0, 0, 0,
   1238       1.27  jdolecek 	    sys_nosys },			/* 506 = filler */
   1239       1.27  jdolecek 	{ 0, 0, 0,
   1240       1.27  jdolecek 	    sys_nosys },			/* 507 = filler */
   1241       1.27  jdolecek 	{ 0, 0, 0,
   1242       1.27  jdolecek 	    sys_nosys },			/* 508 = filler */
   1243       1.27  jdolecek 	{ 0, 0, 0,
   1244       1.27  jdolecek 	    sys_nosys },			/* 509 = filler */
   1245       1.27  jdolecek 	{ 0, 0, 0,
   1246       1.27  jdolecek 	    sys_nosys },			/* 510 = filler */
   1247       1.27  jdolecek 	{ 0, 0, 0,
   1248       1.27  jdolecek 	    sys_nosys },			/* 511 = filler */
   1249        1.1       mrg };
   1250        1.1       mrg 
   1251