Home | History | Annotate | Line # | Download | only in netbsd32
netbsd32_syscalls.c revision 1.48.2.7
      1  1.48.2.7  yamt /* $NetBSD: netbsd32_syscalls.c,v 1.48.2.7 2006/09/03 15:23:46 yamt Exp $ */
      2  1.48.2.2  yamt 
      3  1.48.2.2  yamt /*
      4  1.48.2.2  yamt  * System call names.
      5  1.48.2.2  yamt  *
      6  1.48.2.2  yamt  * DO NOT EDIT-- this file is automatically generated.
      7  1.48.2.7  yamt  * created from	NetBSD: syscalls.master,v 1.53 2006/09/01 20:58:18 matt Exp
      8  1.48.2.2  yamt  */
      9  1.48.2.2  yamt 
     10  1.48.2.2  yamt #include <sys/cdefs.h>
     11  1.48.2.7  yamt __KERNEL_RCSID(0, "$NetBSD: netbsd32_syscalls.c,v 1.48.2.7 2006/09/03 15:23:46 yamt Exp $");
     12  1.48.2.2  yamt 
     13  1.48.2.2  yamt #if defined(_KERNEL_OPT)
     14  1.48.2.2  yamt #if defined(_KERNEL_OPT)
     15  1.48.2.2  yamt #include "opt_ktrace.h"
     16  1.48.2.2  yamt #include "opt_nfsserver.h"
     17  1.48.2.2  yamt #include "opt_compat_netbsd.h"
     18  1.48.2.2  yamt #include "opt_ntp.h"
     19  1.48.2.2  yamt #include "opt_sysv.h"
     20  1.48.2.2  yamt #include "opt_compat_43.h"
     21  1.48.2.2  yamt #include "opt_posix.h"
     22  1.48.2.2  yamt #include "fs_lfs.h"
     23  1.48.2.2  yamt #include "fs_nfs.h"
     24  1.48.2.2  yamt #endif
     25  1.48.2.2  yamt #include <sys/param.h>
     26  1.48.2.2  yamt #include <sys/systm.h>
     27  1.48.2.2  yamt #include <sys/signal.h>
     28  1.48.2.2  yamt #include <sys/mount.h>
     29  1.48.2.2  yamt #include <sys/sa.h>
     30  1.48.2.2  yamt #include <sys/syscallargs.h>
     31  1.48.2.2  yamt #include <compat/netbsd32/netbsd32.h>
     32  1.48.2.2  yamt #include <compat/netbsd32/netbsd32_syscallargs.h>
     33  1.48.2.2  yamt #endif /* _KERNEL_OPT */
     34  1.48.2.2  yamt 
     35  1.48.2.2  yamt const char *const netbsd32_syscallnames[] = {
     36  1.48.2.2  yamt 	"syscall",			/* 0 = syscall */
     37  1.48.2.2  yamt 	"netbsd32_exit",			/* 1 = netbsd32_exit */
     38  1.48.2.2  yamt 	"fork",			/* 2 = fork */
     39  1.48.2.2  yamt 	"netbsd32_read",			/* 3 = netbsd32_read */
     40  1.48.2.2  yamt 	"netbsd32_write",			/* 4 = netbsd32_write */
     41  1.48.2.2  yamt 	"netbsd32_open",			/* 5 = netbsd32_open */
     42  1.48.2.2  yamt 	"netbsd32_close",			/* 6 = netbsd32_close */
     43  1.48.2.2  yamt 	"netbsd32_wait4",			/* 7 = netbsd32_wait4 */
     44  1.48.2.2  yamt 	"compat_43_netbsd32_ocreat",	/* 8 = compat_43 netbsd32_ocreat */
     45  1.48.2.2  yamt 	"netbsd32_link",			/* 9 = netbsd32_link */
     46  1.48.2.2  yamt 	"netbsd32_unlink",			/* 10 = netbsd32_unlink */
     47  1.48.2.2  yamt 	"#11 (obsolete execv)",		/* 11 = obsolete execv */
     48  1.48.2.2  yamt 	"netbsd32_chdir",			/* 12 = netbsd32_chdir */
     49  1.48.2.2  yamt 	"netbsd32_fchdir",			/* 13 = netbsd32_fchdir */
     50  1.48.2.2  yamt 	"netbsd32_mknod",			/* 14 = netbsd32_mknod */
     51  1.48.2.2  yamt 	"netbsd32_chmod",			/* 15 = netbsd32_chmod */
     52  1.48.2.2  yamt 	"netbsd32_chown",			/* 16 = netbsd32_chown */
     53  1.48.2.2  yamt 	"netbsd32_break",			/* 17 = netbsd32_break */
     54  1.48.2.2  yamt 	"compat_20_netbsd32_getfsstat",	/* 18 = compat_20 netbsd32_getfsstat */
     55  1.48.2.2  yamt 	"compat_43_netbsd32_olseek",	/* 19 = compat_43 netbsd32_olseek */
     56  1.48.2.2  yamt 	"getpid",			/* 20 = getpid */
     57  1.48.2.2  yamt 	"netbsd32_mount",			/* 21 = netbsd32_mount */
     58  1.48.2.2  yamt 	"netbsd32_unmount",			/* 22 = netbsd32_unmount */
     59  1.48.2.2  yamt 	"netbsd32_setuid",			/* 23 = netbsd32_setuid */
     60  1.48.2.2  yamt 	"getuid",			/* 24 = getuid */
     61  1.48.2.2  yamt 	"geteuid",			/* 25 = geteuid */
     62  1.48.2.2  yamt 	"netbsd32_ptrace",			/* 26 = netbsd32_ptrace */
     63  1.48.2.2  yamt 	"netbsd32_recvmsg",			/* 27 = netbsd32_recvmsg */
     64  1.48.2.2  yamt 	"netbsd32_sendmsg",			/* 28 = netbsd32_sendmsg */
     65  1.48.2.2  yamt 	"netbsd32_recvfrom",			/* 29 = netbsd32_recvfrom */
     66  1.48.2.2  yamt 	"netbsd32_accept",			/* 30 = netbsd32_accept */
     67  1.48.2.2  yamt 	"netbsd32_getpeername",			/* 31 = netbsd32_getpeername */
     68  1.48.2.2  yamt 	"netbsd32_getsockname",			/* 32 = netbsd32_getsockname */
     69  1.48.2.2  yamt 	"netbsd32_access",			/* 33 = netbsd32_access */
     70  1.48.2.2  yamt 	"netbsd32_chflags",			/* 34 = netbsd32_chflags */
     71  1.48.2.2  yamt 	"netbsd32_fchflags",			/* 35 = netbsd32_fchflags */
     72  1.48.2.2  yamt 	"sync",			/* 36 = sync */
     73  1.48.2.2  yamt 	"netbsd32_kill",			/* 37 = netbsd32_kill */
     74  1.48.2.2  yamt 	"compat_43_netbsd32_stat43",	/* 38 = compat_43 netbsd32_stat43 */
     75  1.48.2.2  yamt 	"getppid",			/* 39 = getppid */
     76  1.48.2.2  yamt 	"compat_43_netbsd32_lstat43",	/* 40 = compat_43 netbsd32_lstat43 */
     77  1.48.2.2  yamt 	"netbsd32_dup",			/* 41 = netbsd32_dup */
     78  1.48.2.2  yamt 	"pipe",			/* 42 = pipe */
     79  1.48.2.2  yamt 	"getegid",			/* 43 = getegid */
     80  1.48.2.2  yamt 	"netbsd32_profil",			/* 44 = netbsd32_profil */
     81  1.48.2.2  yamt #if defined(KTRACE) || !defined(_KERNEL)
     82  1.48.2.2  yamt 	"netbsd32_ktrace",			/* 45 = netbsd32_ktrace */
     83  1.48.2.2  yamt #else
     84  1.48.2.2  yamt 	"#45 (excluded netbsd32_ktrace)",		/* 45 = excluded netbsd32_ktrace */
     85  1.48.2.2  yamt #endif
     86  1.48.2.2  yamt 	"netbsd32_sigaction",			/* 46 = netbsd32_sigaction */
     87  1.48.2.2  yamt 	"getgid",			/* 47 = getgid */
     88  1.48.2.2  yamt 	"compat_13_sigprocmask13",	/* 48 = compat_13 sigprocmask13 */
     89  1.48.2.2  yamt 	"netbsd32___getlogin",			/* 49 = netbsd32___getlogin */
     90  1.48.2.2  yamt 	"netbsd32_setlogin",			/* 50 = netbsd32_setlogin */
     91  1.48.2.2  yamt 	"netbsd32_acct",			/* 51 = netbsd32_acct */
     92  1.48.2.2  yamt 	"compat_13_sigpending13",	/* 52 = compat_13 sigpending13 */
     93  1.48.2.2  yamt 	"compat_13_netbsd32_sigaltstack13",	/* 53 = compat_13 netbsd32_sigaltstack13 */
     94  1.48.2.2  yamt 	"netbsd32_ioctl",			/* 54 = netbsd32_ioctl */
     95  1.48.2.2  yamt 	"compat_12_netbsd32_reboot",	/* 55 = compat_12 netbsd32_reboot */
     96  1.48.2.2  yamt 	"netbsd32_revoke",			/* 56 = netbsd32_revoke */
     97  1.48.2.2  yamt 	"netbsd32_symlink",			/* 57 = netbsd32_symlink */
     98  1.48.2.2  yamt 	"netbsd32_readlink",			/* 58 = netbsd32_readlink */
     99  1.48.2.2  yamt 	"netbsd32_execve",			/* 59 = netbsd32_execve */
    100  1.48.2.2  yamt 	"netbsd32_umask",			/* 60 = netbsd32_umask */
    101  1.48.2.2  yamt 	"netbsd32_chroot",			/* 61 = netbsd32_chroot */
    102  1.48.2.2  yamt 	"compat_43_netbsd32_fstat43",	/* 62 = compat_43 netbsd32_fstat43 */
    103  1.48.2.2  yamt 	"compat_43_netbsd32_ogetkerninfo",	/* 63 = compat_43 netbsd32_ogetkerninfo */
    104  1.48.2.2  yamt 	"compat_43_ogetpagesize",	/* 64 = compat_43 ogetpagesize */
    105  1.48.2.2  yamt 	"compat_12_netbsd32_msync",	/* 65 = compat_12 netbsd32_msync */
    106  1.48.2.2  yamt 	"vfork",			/* 66 = vfork */
    107  1.48.2.2  yamt 	"#67 (obsolete vread)",		/* 67 = obsolete vread */
    108  1.48.2.2  yamt 	"#68 (obsolete vwrite)",		/* 68 = obsolete vwrite */
    109  1.48.2.2  yamt 	"netbsd32_sbrk",			/* 69 = netbsd32_sbrk */
    110  1.48.2.2  yamt 	"netbsd32_sstk",			/* 70 = netbsd32_sstk */
    111  1.48.2.2  yamt 	"compat_43_netbsd32_ommap",	/* 71 = compat_43 netbsd32_ommap */
    112  1.48.2.2  yamt 	"vadvise",			/* 72 = vadvise */
    113  1.48.2.2  yamt 	"netbsd32_munmap",			/* 73 = netbsd32_munmap */
    114  1.48.2.2  yamt 	"netbsd32_mprotect",			/* 74 = netbsd32_mprotect */
    115  1.48.2.2  yamt 	"netbsd32_madvise",			/* 75 = netbsd32_madvise */
    116  1.48.2.2  yamt 	"#76 (obsolete vhangup)",		/* 76 = obsolete vhangup */
    117  1.48.2.2  yamt 	"#77 (obsolete vlimit)",		/* 77 = obsolete vlimit */
    118  1.48.2.2  yamt 	"netbsd32_mincore",			/* 78 = netbsd32_mincore */
    119  1.48.2.2  yamt 	"netbsd32_getgroups",			/* 79 = netbsd32_getgroups */
    120  1.48.2.2  yamt 	"netbsd32_setgroups",			/* 80 = netbsd32_setgroups */
    121  1.48.2.2  yamt 	"getpgrp",			/* 81 = getpgrp */
    122  1.48.2.2  yamt 	"netbsd32_setpgid",			/* 82 = netbsd32_setpgid */
    123  1.48.2.2  yamt 	"netbsd32_setitimer",			/* 83 = netbsd32_setitimer */
    124  1.48.2.2  yamt 	"compat_43_owait",	/* 84 = compat_43 owait */
    125  1.48.2.2  yamt 	"compat_12_netbsd32_oswapon",	/* 85 = compat_12 netbsd32_oswapon */
    126  1.48.2.2  yamt 	"netbsd32_getitimer",			/* 86 = netbsd32_getitimer */
    127  1.48.2.2  yamt 	"compat_43_netbsd32_ogethostname",	/* 87 = compat_43 netbsd32_ogethostname */
    128  1.48.2.2  yamt 	"compat_43_netbsd32_osethostname",	/* 88 = compat_43 netbsd32_osethostname */
    129  1.48.2.2  yamt 	"compat_43_ogetdtablesize",	/* 89 = compat_43 ogetdtablesize */
    130  1.48.2.2  yamt 	"netbsd32_dup2",			/* 90 = netbsd32_dup2 */
    131  1.48.2.2  yamt 	"#91 (unimplemented getdopt)",		/* 91 = unimplemented getdopt */
    132  1.48.2.2  yamt 	"netbsd32_fcntl",			/* 92 = netbsd32_fcntl */
    133  1.48.2.2  yamt 	"netbsd32_select",			/* 93 = netbsd32_select */
    134  1.48.2.2  yamt 	"#94 (unimplemented setdopt)",		/* 94 = unimplemented setdopt */
    135  1.48.2.2  yamt 	"netbsd32_fsync",			/* 95 = netbsd32_fsync */
    136  1.48.2.2  yamt 	"netbsd32_setpriority",			/* 96 = netbsd32_setpriority */
    137  1.48.2.6  yamt 	"compat_30_netbsd32_socket",	/* 97 = compat_30 netbsd32_socket */
    138  1.48.2.2  yamt 	"netbsd32_connect",			/* 98 = netbsd32_connect */
    139  1.48.2.2  yamt 	"compat_43_netbsd32_oaccept",	/* 99 = compat_43 netbsd32_oaccept */
    140  1.48.2.2  yamt 	"netbsd32_getpriority",			/* 100 = netbsd32_getpriority */
    141  1.48.2.2  yamt 	"compat_43_netbsd32_osend",	/* 101 = compat_43 netbsd32_osend */
    142  1.48.2.2  yamt 	"compat_43_netbsd32_orecv",	/* 102 = compat_43 netbsd32_orecv */
    143  1.48.2.2  yamt 	"compat_13_sigreturn13",	/* 103 = compat_13 sigreturn13 */
    144  1.48.2.2  yamt 	"netbsd32_bind",			/* 104 = netbsd32_bind */
    145  1.48.2.2  yamt 	"netbsd32_setsockopt",			/* 105 = netbsd32_setsockopt */
    146  1.48.2.2  yamt 	"netbsd32_listen",			/* 106 = netbsd32_listen */
    147  1.48.2.2  yamt 	"#107 (obsolete vtimes)",		/* 107 = obsolete vtimes */
    148  1.48.2.2  yamt 	"compat_43_netbsd32_osigvec",	/* 108 = compat_43 netbsd32_osigvec */
    149  1.48.2.2  yamt #if defined(COMPAT_43) || defined(COMPAT_SUNOS)
    150  1.48.2.2  yamt 	"compat_43_netbsd32_sigblock",	/* 109 = compat_43 netbsd32_sigblock */
    151  1.48.2.2  yamt 	"compat_43_netbsd32_sigsetmask",	/* 110 = compat_43 netbsd32_sigsetmask */
    152  1.48.2.2  yamt #else
    153  1.48.2.2  yamt 	"#109 (obsolete sigblock)",		/* 109 = obsolete sigblock */
    154  1.48.2.2  yamt 	"#110 (obsolete sigsetmask)",		/* 110 = obsolete sigsetmask */
    155  1.48.2.2  yamt #endif
    156  1.48.2.2  yamt 	"compat_13_sigsuspend13",	/* 111 = compat_13 sigsuspend13 */
    157  1.48.2.2  yamt 	"compat_43_netbsd32_osigstack",	/* 112 = compat_43 netbsd32_osigstack */
    158  1.48.2.2  yamt 	"compat_43_netbsd32_orecvmsg",	/* 113 = compat_43 netbsd32_orecvmsg */
    159  1.48.2.2  yamt 	"compat_43_netbsd32_osendmsg",	/* 114 = compat_43 netbsd32_osendmsg */
    160  1.48.2.2  yamt 	"#115 (obsolete vtrace)",		/* 115 = obsolete vtrace */
    161  1.48.2.2  yamt 	"netbsd32_gettimeofday",			/* 116 = netbsd32_gettimeofday */
    162  1.48.2.2  yamt 	"netbsd32_getrusage",			/* 117 = netbsd32_getrusage */
    163  1.48.2.2  yamt 	"netbsd32_getsockopt",			/* 118 = netbsd32_getsockopt */
    164  1.48.2.2  yamt 	"#119 (obsolete resuba)",		/* 119 = obsolete resuba */
    165  1.48.2.2  yamt 	"netbsd32_readv",			/* 120 = netbsd32_readv */
    166  1.48.2.2  yamt 	"netbsd32_writev",			/* 121 = netbsd32_writev */
    167  1.48.2.2  yamt 	"netbsd32_settimeofday",			/* 122 = netbsd32_settimeofday */
    168  1.48.2.2  yamt 	"netbsd32_fchown",			/* 123 = netbsd32_fchown */
    169  1.48.2.2  yamt 	"netbsd32_fchmod",			/* 124 = netbsd32_fchmod */
    170  1.48.2.2  yamt 	"compat_43_netbsd32_orecvfrom",	/* 125 = compat_43 netbsd32_orecvfrom */
    171  1.48.2.2  yamt 	"netbsd32_setreuid",			/* 126 = netbsd32_setreuid */
    172  1.48.2.2  yamt 	"netbsd32_setregid",			/* 127 = netbsd32_setregid */
    173  1.48.2.2  yamt 	"netbsd32_rename",			/* 128 = netbsd32_rename */
    174  1.48.2.2  yamt 	"compat_43_netbsd32_otruncate",	/* 129 = compat_43 netbsd32_otruncate */
    175  1.48.2.2  yamt 	"compat_43_netbsd32_oftruncate",	/* 130 = compat_43 netbsd32_oftruncate */
    176  1.48.2.2  yamt 	"netbsd32_flock",			/* 131 = netbsd32_flock */
    177  1.48.2.2  yamt 	"netbsd32_mkfifo",			/* 132 = netbsd32_mkfifo */
    178  1.48.2.2  yamt 	"netbsd32_sendto",			/* 133 = netbsd32_sendto */
    179  1.48.2.2  yamt 	"netbsd32_shutdown",			/* 134 = netbsd32_shutdown */
    180  1.48.2.2  yamt 	"netbsd32_socketpair",			/* 135 = netbsd32_socketpair */
    181  1.48.2.2  yamt 	"netbsd32_mkdir",			/* 136 = netbsd32_mkdir */
    182  1.48.2.2  yamt 	"netbsd32_rmdir",			/* 137 = netbsd32_rmdir */
    183  1.48.2.2  yamt 	"netbsd32_utimes",			/* 138 = netbsd32_utimes */
    184  1.48.2.2  yamt 	"#139 (obsolete 4.2 sigreturn)",		/* 139 = obsolete 4.2 sigreturn */
    185  1.48.2.2  yamt 	"netbsd32_adjtime",			/* 140 = netbsd32_adjtime */
    186  1.48.2.2  yamt 	"compat_43_netbsd32_ogetpeername",	/* 141 = compat_43 netbsd32_ogetpeername */
    187  1.48.2.2  yamt 	"compat_43_ogethostid",	/* 142 = compat_43 ogethostid */
    188  1.48.2.2  yamt #if defined(COMPAT_43) || defined(COMPAT_SUNOS)
    189  1.48.2.2  yamt 	"compat_43_netbsd32_sethostid",	/* 143 = compat_43 netbsd32_sethostid */
    190  1.48.2.2  yamt #else
    191  1.48.2.2  yamt 	"#143 (obsolete sethostid)",		/* 143 = obsolete sethostid */
    192  1.48.2.2  yamt #endif
    193  1.48.2.2  yamt 	"compat_43_netbsd32_ogetrlimit",	/* 144 = compat_43 netbsd32_ogetrlimit */
    194  1.48.2.2  yamt 	"compat_43_netbsd32_osetrlimit",	/* 145 = compat_43 netbsd32_osetrlimit */
    195  1.48.2.2  yamt #if defined(COMPAT_43) || defined(COMPAT_SUNOS)
    196  1.48.2.2  yamt 	"compat_43_netbsd32_killpg",	/* 146 = compat_43 netbsd32_killpg */
    197  1.48.2.2  yamt #else
    198  1.48.2.2  yamt 	"#146 (obsolete killpg)",		/* 146 = obsolete killpg */
    199  1.48.2.2  yamt #endif
    200  1.48.2.2  yamt 	"setsid",			/* 147 = setsid */
    201  1.48.2.2  yamt 	"netbsd32_quotactl",			/* 148 = netbsd32_quotactl */
    202  1.48.2.2  yamt 	"compat_43_oquota",	/* 149 = compat_43 oquota */
    203  1.48.2.2  yamt 	"compat_43_netbsd32_ogetsockname",	/* 150 = compat_43 netbsd32_ogetsockname */
    204  1.48.2.2  yamt 	"#151 (unimplemented)",		/* 151 = unimplemented */
    205  1.48.2.2  yamt 	"#152 (unimplemented)",		/* 152 = unimplemented */
    206  1.48.2.2  yamt 	"#153 (unimplemented)",		/* 153 = unimplemented */
    207  1.48.2.2  yamt 	"#154 (unimplemented)",		/* 154 = unimplemented */
    208  1.48.2.2  yamt #if defined(NFS) || defined(NFSSERVER) || !defined(_KERNEL)
    209  1.48.2.2  yamt 	"netbsd32_nfssvc",			/* 155 = netbsd32_nfssvc */
    210  1.48.2.2  yamt #else
    211  1.48.2.2  yamt 	"#155 (excluded netbsd32_nfssvc)",		/* 155 = excluded netbsd32_nfssvc */
    212  1.48.2.2  yamt #endif
    213  1.48.2.2  yamt 	"compat_43_netbsd32_ogetdirentries",	/* 156 = compat_43 netbsd32_ogetdirentries */
    214  1.48.2.2  yamt 	"compat_20_netbsd32_statfs",	/* 157 = compat_20 netbsd32_statfs */
    215  1.48.2.2  yamt 	"compat_20_netbsd32_fstatfs",	/* 158 = compat_20 netbsd32_fstatfs */
    216  1.48.2.2  yamt 	"#159 (unimplemented)",		/* 159 = unimplemented */
    217  1.48.2.2  yamt 	"#160 (unimplemented)",		/* 160 = unimplemented */
    218  1.48.2.6  yamt 	"compat_30_netbsd32_getfh",	/* 161 = compat_30 netbsd32_getfh */
    219  1.48.2.2  yamt 	"compat_09_netbsd32_ogetdomainname",	/* 162 = compat_09 netbsd32_ogetdomainname */
    220  1.48.2.2  yamt 	"compat_09_netbsd32_osetdomainname",	/* 163 = compat_09 netbsd32_osetdomainname */
    221  1.48.2.2  yamt 	"compat_09_netbsd32_uname",	/* 164 = compat_09 netbsd32_uname */
    222  1.48.2.2  yamt 	"netbsd32_sysarch",			/* 165 = netbsd32_sysarch */
    223  1.48.2.2  yamt 	"#166 (unimplemented)",		/* 166 = unimplemented */
    224  1.48.2.2  yamt 	"#167 (unimplemented)",		/* 167 = unimplemented */
    225  1.48.2.2  yamt 	"#168 (unimplemented)",		/* 168 = unimplemented */
    226  1.48.2.2  yamt #if defined(SYSVSEM) || !defined(_KERNEL)
    227  1.48.2.2  yamt 	"compat_10_osemsys",	/* 169 = compat_10 osemsys */
    228  1.48.2.2  yamt #else
    229  1.48.2.2  yamt 	"#169 (excluded netbsd32_sys_semsys)",		/* 169 = excluded netbsd32_sys_semsys */
    230  1.48.2.2  yamt #endif
    231  1.48.2.2  yamt #if defined(SYSVMSG) || !defined(_KERNEL)
    232  1.48.2.2  yamt 	"compat_10_omsgsys",	/* 170 = compat_10 omsgsys */
    233  1.48.2.2  yamt #else
    234  1.48.2.2  yamt 	"#170 (excluded netbsd32_sys_msgsys)",		/* 170 = excluded netbsd32_sys_msgsys */
    235  1.48.2.2  yamt #endif
    236  1.48.2.2  yamt #if defined(SYSVSHM) || !defined(_KERNEL)
    237  1.48.2.2  yamt 	"compat_10_oshmsys",	/* 171 = compat_10 oshmsys */
    238  1.48.2.2  yamt #else
    239  1.48.2.2  yamt 	"#171 (excluded netbsd32_sys_shmsys)",		/* 171 = excluded netbsd32_sys_shmsys */
    240  1.48.2.2  yamt #endif
    241  1.48.2.2  yamt 	"#172 (unimplemented)",		/* 172 = unimplemented */
    242  1.48.2.2  yamt 	"netbsd32_pread",			/* 173 = netbsd32_pread */
    243  1.48.2.2  yamt 	"netbsd32_pwrite",			/* 174 = netbsd32_pwrite */
    244  1.48.2.5  yamt 	"compat_30_netbsd32_ntp_gettime",	/* 175 = compat_30 netbsd32_ntp_gettime */
    245  1.48.2.2  yamt 	"netbsd32_ntp_adjtime",			/* 176 = netbsd32_ntp_adjtime */
    246  1.48.2.2  yamt 	"#177 (unimplemented)",		/* 177 = unimplemented */
    247  1.48.2.2  yamt 	"#178 (unimplemented)",		/* 178 = unimplemented */
    248  1.48.2.2  yamt 	"#179 (unimplemented)",		/* 179 = unimplemented */
    249  1.48.2.2  yamt 	"#180 (unimplemented)",		/* 180 = unimplemented */
    250  1.48.2.2  yamt 	"netbsd32_setgid",			/* 181 = netbsd32_setgid */
    251  1.48.2.2  yamt 	"netbsd32_setegid",			/* 182 = netbsd32_setegid */
    252  1.48.2.2  yamt 	"netbsd32_seteuid",			/* 183 = netbsd32_seteuid */
    253  1.48.2.2  yamt #if defined(LFS) || !defined(_KERNEL)
    254  1.48.2.2  yamt 	"lfs_bmapv",			/* 184 = lfs_bmapv */
    255  1.48.2.2  yamt 	"lfs_markv",			/* 185 = lfs_markv */
    256  1.48.2.2  yamt 	"lfs_segclean",			/* 186 = lfs_segclean */
    257  1.48.2.2  yamt 	"lfs_segwait",			/* 187 = lfs_segwait */
    258  1.48.2.2  yamt #else
    259  1.48.2.2  yamt 	"#184 (excluded netbsd32_sys_lfs_bmapv)",		/* 184 = excluded netbsd32_sys_lfs_bmapv */
    260  1.48.2.2  yamt 	"#185 (excluded netbsd32_sys_lfs_markv)",		/* 185 = excluded netbsd32_sys_lfs_markv */
    261  1.48.2.2  yamt 	"#186 (excluded netbsd32_sys_lfs_segclean)",		/* 186 = excluded netbsd32_sys_lfs_segclean */
    262  1.48.2.2  yamt 	"#187 (excluded netbsd32_sys_lfs_segwait)",		/* 187 = excluded netbsd32_sys_lfs_segwait */
    263  1.48.2.2  yamt #endif
    264  1.48.2.2  yamt 	"compat_12_netbsd32_stat12",	/* 188 = compat_12 netbsd32_stat12 */
    265  1.48.2.2  yamt 	"compat_12_netbsd32_fstat12",	/* 189 = compat_12 netbsd32_fstat12 */
    266  1.48.2.2  yamt 	"compat_12_netbsd32_lstat12",	/* 190 = compat_12 netbsd32_lstat12 */
    267  1.48.2.2  yamt 	"netbsd32_pathconf",			/* 191 = netbsd32_pathconf */
    268  1.48.2.2  yamt 	"netbsd32_fpathconf",			/* 192 = netbsd32_fpathconf */
    269  1.48.2.2  yamt 	"#193 (unimplemented)",		/* 193 = unimplemented */
    270  1.48.2.2  yamt 	"netbsd32_getrlimit",			/* 194 = netbsd32_getrlimit */
    271  1.48.2.2  yamt 	"netbsd32_setrlimit",			/* 195 = netbsd32_setrlimit */
    272  1.48.2.2  yamt 	"compat_12_netbsd32_getdirentries",	/* 196 = compat_12 netbsd32_getdirentries */
    273  1.48.2.2  yamt 	"netbsd32_mmap",			/* 197 = netbsd32_mmap */
    274  1.48.2.2  yamt 	"__syscall",			/* 198 = __syscall */
    275  1.48.2.2  yamt 	"netbsd32_lseek",			/* 199 = netbsd32_lseek */
    276  1.48.2.2  yamt 	"netbsd32_truncate",			/* 200 = netbsd32_truncate */
    277  1.48.2.2  yamt 	"netbsd32_ftruncate",			/* 201 = netbsd32_ftruncate */
    278  1.48.2.2  yamt 	"netbsd32___sysctl",			/* 202 = netbsd32___sysctl */
    279  1.48.2.2  yamt 	"netbsd32_mlock",			/* 203 = netbsd32_mlock */
    280  1.48.2.2  yamt 	"netbsd32_munlock",			/* 204 = netbsd32_munlock */
    281  1.48.2.2  yamt 	"netbsd32_undelete",			/* 205 = netbsd32_undelete */
    282  1.48.2.2  yamt 	"netbsd32_futimes",			/* 206 = netbsd32_futimes */
    283  1.48.2.2  yamt 	"netbsd32_getpgid",			/* 207 = netbsd32_getpgid */
    284  1.48.2.2  yamt 	"netbsd32_reboot",			/* 208 = netbsd32_reboot */
    285  1.48.2.2  yamt 	"netbsd32_poll",			/* 209 = netbsd32_poll */
    286  1.48.2.2  yamt #if defined(LKM) || !defined(_KERNEL)
    287  1.48.2.2  yamt 	"lkmnosys",			/* 210 = lkmnosys */
    288  1.48.2.2  yamt 	"lkmnosys",			/* 211 = lkmnosys */
    289  1.48.2.2  yamt 	"lkmnosys",			/* 212 = lkmnosys */
    290  1.48.2.2  yamt 	"lkmnosys",			/* 213 = lkmnosys */
    291  1.48.2.2  yamt 	"lkmnosys",			/* 214 = lkmnosys */
    292  1.48.2.2  yamt 	"lkmnosys",			/* 215 = lkmnosys */
    293  1.48.2.2  yamt 	"lkmnosys",			/* 216 = lkmnosys */
    294  1.48.2.2  yamt 	"lkmnosys",			/* 217 = lkmnosys */
    295  1.48.2.2  yamt 	"lkmnosys",			/* 218 = lkmnosys */
    296  1.48.2.2  yamt 	"lkmnosys",			/* 219 = lkmnosys */
    297  1.48.2.2  yamt #else	/* !LKM || !_KERNEL */
    298  1.48.2.2  yamt 	"#210 (excluded lkmnosys)",		/* 210 = excluded lkmnosys */
    299  1.48.2.2  yamt 	"#211 (excluded lkmnosys)",		/* 211 = excluded lkmnosys */
    300  1.48.2.2  yamt 	"#212 (excluded lkmnosys)",		/* 212 = excluded lkmnosys */
    301  1.48.2.2  yamt 	"#213 (excluded lkmnosys)",		/* 213 = excluded lkmnosys */
    302  1.48.2.2  yamt 	"#214 (excluded lkmnosys)",		/* 214 = excluded lkmnosys */
    303  1.48.2.2  yamt 	"#215 (excluded lkmnosys)",		/* 215 = excluded lkmnosys */
    304  1.48.2.2  yamt 	"#216 (excluded lkmnosys)",		/* 216 = excluded lkmnosys */
    305  1.48.2.2  yamt 	"#217 (excluded lkmnosys)",		/* 217 = excluded lkmnosys */
    306  1.48.2.2  yamt 	"#218 (excluded lkmnosys)",		/* 218 = excluded lkmnosys */
    307  1.48.2.2  yamt 	"#219 (excluded lkmnosys)",		/* 219 = excluded lkmnosys */
    308  1.48.2.2  yamt #endif	/* !LKM || !_KERNEL */
    309  1.48.2.2  yamt #if defined(SYSVSEM) || !defined(_KERNEL)
    310  1.48.2.2  yamt 	"compat_14_netbsd32___semctl",	/* 220 = compat_14 netbsd32___semctl */
    311  1.48.2.2  yamt 	"netbsd32_semget",			/* 221 = netbsd32_semget */
    312  1.48.2.2  yamt 	"netbsd32_semop",			/* 222 = netbsd32_semop */
    313  1.48.2.2  yamt 	"netbsd32_semconfig",			/* 223 = netbsd32_semconfig */
    314  1.48.2.2  yamt #else
    315  1.48.2.2  yamt 	"#220 (excluded compat_14_netbsd32_semctl)",		/* 220 = excluded compat_14_netbsd32_semctl */
    316  1.48.2.2  yamt 	"#221 (excluded netbsd32_semget)",		/* 221 = excluded netbsd32_semget */
    317  1.48.2.2  yamt 	"#222 (excluded netbsd32_semop)",		/* 222 = excluded netbsd32_semop */
    318  1.48.2.2  yamt 	"#223 (excluded netbsd32_semconfig)",		/* 223 = excluded netbsd32_semconfig */
    319  1.48.2.2  yamt #endif
    320  1.48.2.2  yamt #if defined(SYSVMSG) || !defined(_KERNEL)
    321  1.48.2.2  yamt 	"compat_14_netbsd32_msgctl",	/* 224 = compat_14 netbsd32_msgctl */
    322  1.48.2.2  yamt 	"netbsd32_msgget",			/* 225 = netbsd32_msgget */
    323  1.48.2.2  yamt 	"netbsd32_msgsnd",			/* 226 = netbsd32_msgsnd */
    324  1.48.2.2  yamt 	"netbsd32_msgrcv",			/* 227 = netbsd32_msgrcv */
    325  1.48.2.2  yamt #else
    326  1.48.2.2  yamt 	"#224 (excluded compat_14_netbsd32_msgctl)",		/* 224 = excluded compat_14_netbsd32_msgctl */
    327  1.48.2.2  yamt 	"#225 (excluded netbsd32_msgget)",		/* 225 = excluded netbsd32_msgget */
    328  1.48.2.2  yamt 	"#226 (excluded netbsd32_msgsnd)",		/* 226 = excluded netbsd32_msgsnd */
    329  1.48.2.2  yamt 	"#227 (excluded netbsd32_msgrcv)",		/* 227 = excluded netbsd32_msgrcv */
    330  1.48.2.2  yamt #endif
    331  1.48.2.2  yamt #if defined(SYSVSHM) || !defined(_KERNEL)
    332  1.48.2.2  yamt 	"netbsd32_shmat",			/* 228 = netbsd32_shmat */
    333  1.48.2.2  yamt 	"compat_14_netbsd32_shmctl",	/* 229 = compat_14 netbsd32_shmctl */
    334  1.48.2.2  yamt 	"netbsd32_shmdt",			/* 230 = netbsd32_shmdt */
    335  1.48.2.2  yamt 	"netbsd32_shmget",			/* 231 = netbsd32_shmget */
    336  1.48.2.2  yamt #else
    337  1.48.2.2  yamt 	"#228 (excluded netbsd32_shmat)",		/* 228 = excluded netbsd32_shmat */
    338  1.48.2.2  yamt 	"#229 (excluded compat_14_netbsd32_shmctl)",		/* 229 = excluded compat_14_netbsd32_shmctl */
    339  1.48.2.2  yamt 	"#230 (excluded netbsd32_shmdt)",		/* 230 = excluded netbsd32_shmdt */
    340  1.48.2.2  yamt 	"#231 (excluded netbsd32_shmget)",		/* 231 = excluded netbsd32_shmget */
    341  1.48.2.2  yamt #endif
    342  1.48.2.2  yamt 	"netbsd32_clock_gettime",			/* 232 = netbsd32_clock_gettime */
    343  1.48.2.2  yamt 	"netbsd32_clock_settime",			/* 233 = netbsd32_clock_settime */
    344  1.48.2.2  yamt 	"netbsd32_clock_getres",			/* 234 = netbsd32_clock_getres */
    345  1.48.2.2  yamt 	"netbsd32_timer_create",			/* 235 = netbsd32_timer_create */
    346  1.48.2.2  yamt 	"netbsd32_timer_delete",			/* 236 = netbsd32_timer_delete */
    347  1.48.2.2  yamt 	"netbsd32_timer_settime",			/* 237 = netbsd32_timer_settime */
    348  1.48.2.2  yamt 	"netbsd32_timer_gettime",			/* 238 = netbsd32_timer_gettime */
    349  1.48.2.2  yamt 	"netbsd32_timer_getoverrun",			/* 239 = netbsd32_timer_getoverrun */
    350  1.48.2.2  yamt 	"netbsd32_nanosleep",			/* 240 = netbsd32_nanosleep */
    351  1.48.2.2  yamt 	"netbsd32_fdatasync",			/* 241 = netbsd32_fdatasync */
    352  1.48.2.2  yamt 	"netbsd32_mlockall",			/* 242 = netbsd32_mlockall */
    353  1.48.2.2  yamt 	"munlockall",			/* 243 = munlockall */
    354  1.48.2.2  yamt 	"netbsd32___sigtimedwait",			/* 244 = netbsd32___sigtimedwait */
    355  1.48.2.2  yamt 	"#245 (unimplemented)",		/* 245 = unimplemented */
    356  1.48.2.2  yamt 	"#246 (unimplemented)",		/* 246 = unimplemented */
    357  1.48.2.2  yamt #if defined(P1003_1B_SEMAPHORE) || (!defined(_KERNEL) && defined(_LIBC))
    358  1.48.2.2  yamt 	"netbsd32__ksem_init",			/* 247 = netbsd32__ksem_init */
    359  1.48.2.2  yamt 	"netbsd32__ksem_open",			/* 248 = netbsd32__ksem_open */
    360  1.48.2.2  yamt 	"netbsd32__ksem_unlink",			/* 249 = netbsd32__ksem_unlink */
    361  1.48.2.2  yamt 	"netbsd32__ksem_close",			/* 250 = netbsd32__ksem_close */
    362  1.48.2.2  yamt 	"netbsd32__ksem_post",			/* 251 = netbsd32__ksem_post */
    363  1.48.2.2  yamt 	"netbsd32__ksem_wait",			/* 252 = netbsd32__ksem_wait */
    364  1.48.2.2  yamt 	"netbsd32__ksem_trywait",			/* 253 = netbsd32__ksem_trywait */
    365  1.48.2.2  yamt 	"netbsd32__ksem_getvalue",			/* 254 = netbsd32__ksem_getvalue */
    366  1.48.2.2  yamt 	"netbsd32__ksem_destroy",			/* 255 = netbsd32__ksem_destroy */
    367  1.48.2.2  yamt 	"#256 (unimplemented sys__ksem_timedwait)",		/* 256 = unimplemented sys__ksem_timedwait */
    368  1.48.2.2  yamt #else
    369  1.48.2.2  yamt 	"#247 (excluded sys__ksem_init)",		/* 247 = excluded sys__ksem_init */
    370  1.48.2.2  yamt 	"#248 (excluded sys__ksem_open)",		/* 248 = excluded sys__ksem_open */
    371  1.48.2.2  yamt 	"#249 (excluded sys__ksem_unlink)",		/* 249 = excluded sys__ksem_unlink */
    372  1.48.2.2  yamt 	"#250 (excluded sys__ksem_close)",		/* 250 = excluded sys__ksem_close */
    373  1.48.2.2  yamt 	"#251 (excluded sys__ksem_post)",		/* 251 = excluded sys__ksem_post */
    374  1.48.2.2  yamt 	"#252 (excluded sys__ksem_wait)",		/* 252 = excluded sys__ksem_wait */
    375  1.48.2.2  yamt 	"#253 (excluded sys__ksem_trywait)",		/* 253 = excluded sys__ksem_trywait */
    376  1.48.2.2  yamt 	"#254 (excluded sys__ksem_getvalue)",		/* 254 = excluded sys__ksem_getvalue */
    377  1.48.2.2  yamt 	"#255 (excluded sys__ksem_destroy)",		/* 255 = excluded sys__ksem_destroy */
    378  1.48.2.2  yamt 	"#256 (unimplemented sys__ksem_timedwait)",		/* 256 = unimplemented sys__ksem_timedwait */
    379  1.48.2.2  yamt #endif
    380  1.48.2.2  yamt 	"#257 (unimplemented)",		/* 257 = unimplemented */
    381  1.48.2.2  yamt 	"#258 (unimplemented)",		/* 258 = unimplemented */
    382  1.48.2.2  yamt 	"#259 (unimplemented)",		/* 259 = unimplemented */
    383  1.48.2.2  yamt 	"#260 (unimplemented)",		/* 260 = unimplemented */
    384  1.48.2.2  yamt 	"#261 (unimplemented)",		/* 261 = unimplemented */
    385  1.48.2.2  yamt 	"#262 (unimplemented)",		/* 262 = unimplemented */
    386  1.48.2.2  yamt 	"#263 (unimplemented)",		/* 263 = unimplemented */
    387  1.48.2.2  yamt 	"#264 (unimplemented)",		/* 264 = unimplemented */
    388  1.48.2.2  yamt 	"#265 (unimplemented)",		/* 265 = unimplemented */
    389  1.48.2.2  yamt 	"#266 (unimplemented)",		/* 266 = unimplemented */
    390  1.48.2.2  yamt 	"#267 (unimplemented)",		/* 267 = unimplemented */
    391  1.48.2.2  yamt 	"#268 (unimplemented)",		/* 268 = unimplemented */
    392  1.48.2.2  yamt 	"#269 (unimplemented)",		/* 269 = unimplemented */
    393  1.48.2.2  yamt 	"netbsd32___posix_rename",			/* 270 = netbsd32___posix_rename */
    394  1.48.2.2  yamt 	"netbsd32_swapctl",			/* 271 = netbsd32_swapctl */
    395  1.48.2.2  yamt 	"netbsd32_getdents",			/* 272 = netbsd32_getdents */
    396  1.48.2.2  yamt 	"netbsd32_minherit",			/* 273 = netbsd32_minherit */
    397  1.48.2.2  yamt 	"netbsd32_lchmod",			/* 274 = netbsd32_lchmod */
    398  1.48.2.2  yamt 	"netbsd32_lchown",			/* 275 = netbsd32_lchown */
    399  1.48.2.2  yamt 	"netbsd32_lutimes",			/* 276 = netbsd32_lutimes */
    400  1.48.2.2  yamt 	"netbsd32___msync13",			/* 277 = netbsd32___msync13 */
    401  1.48.2.2  yamt 	"netbsd32___stat13",			/* 278 = netbsd32___stat13 */
    402  1.48.2.2  yamt 	"netbsd32___fstat13",			/* 279 = netbsd32___fstat13 */
    403  1.48.2.2  yamt 	"netbsd32___lstat13",			/* 280 = netbsd32___lstat13 */
    404  1.48.2.2  yamt 	"netbsd32___sigaltstack14",			/* 281 = netbsd32___sigaltstack14 */
    405  1.48.2.2  yamt 	"__vfork14",			/* 282 = __vfork14 */
    406  1.48.2.2  yamt 	"netbsd32___posix_chown",			/* 283 = netbsd32___posix_chown */
    407  1.48.2.2  yamt 	"netbsd32___posix_fchown",			/* 284 = netbsd32___posix_fchown */
    408  1.48.2.2  yamt 	"netbsd32___posix_lchown",			/* 285 = netbsd32___posix_lchown */
    409  1.48.2.2  yamt 	"netbsd32_getsid",			/* 286 = netbsd32_getsid */
    410  1.48.2.2  yamt 	"netbsd32___clone",			/* 287 = netbsd32___clone */
    411  1.48.2.2  yamt #if defined(KTRACE) || !defined(_KERNEL)
    412  1.48.2.2  yamt 	"netbsd32_fktrace",			/* 288 = netbsd32_fktrace */
    413  1.48.2.2  yamt #else
    414  1.48.2.2  yamt 	"#288 (excluded netbsd32_fktrace)",		/* 288 = excluded netbsd32_fktrace */
    415  1.48.2.2  yamt #endif
    416  1.48.2.2  yamt 	"netbsd32_preadv",			/* 289 = netbsd32_preadv */
    417  1.48.2.2  yamt 	"netbsd32_pwritev",			/* 290 = netbsd32_pwritev */
    418  1.48.2.2  yamt 	"netbsd32___sigaction14",			/* 291 = netbsd32___sigaction14 */
    419  1.48.2.2  yamt 	"netbsd32___sigpending14",			/* 292 = netbsd32___sigpending14 */
    420  1.48.2.2  yamt 	"netbsd32___sigprocmask14",			/* 293 = netbsd32___sigprocmask14 */
    421  1.48.2.2  yamt 	"netbsd32___sigsuspend14",			/* 294 = netbsd32___sigsuspend14 */
    422  1.48.2.2  yamt 	"compat_16_netbsd32___sigreturn14",	/* 295 = compat_16 netbsd32___sigreturn14 */
    423  1.48.2.2  yamt 	"netbsd32___getcwd",			/* 296 = netbsd32___getcwd */
    424  1.48.2.2  yamt 	"netbsd32_fchroot",			/* 297 = netbsd32_fchroot */
    425  1.48.2.6  yamt 	"compat_30_netbsd32_fhopen",	/* 298 = compat_30 netbsd32_fhopen */
    426  1.48.2.4  yamt 	"compat_30_netbsd32_fhstat",	/* 299 = compat_30 netbsd32_fhstat */
    427  1.48.2.2  yamt 	"compat_20_netbsd32_fhstatfs",	/* 300 = compat_20 netbsd32_fhstatfs */
    428  1.48.2.2  yamt #if defined(SYSVSEM) || !defined(_KERNEL)
    429  1.48.2.2  yamt 	"netbsd32___semctl14",			/* 301 = netbsd32___semctl14 */
    430  1.48.2.2  yamt #else
    431  1.48.2.2  yamt 	"#301 (excluded __semctl14)",		/* 301 = excluded __semctl14 */
    432  1.48.2.2  yamt #endif
    433  1.48.2.2  yamt #if defined(SYSVMSG) || !defined(_KERNEL)
    434  1.48.2.2  yamt 	"netbsd32___msgctl13",			/* 302 = netbsd32___msgctl13 */
    435  1.48.2.2  yamt #else
    436  1.48.2.2  yamt 	"#302 (excluded __msgctl13)",		/* 302 = excluded __msgctl13 */
    437  1.48.2.2  yamt #endif
    438  1.48.2.2  yamt #if defined(SYSVSHM) || !defined(_KERNEL)
    439  1.48.2.2  yamt 	"netbsd32___shmctl13",			/* 303 = netbsd32___shmctl13 */
    440  1.48.2.2  yamt #else
    441  1.48.2.2  yamt 	"#303 (excluded __shmctl13)",		/* 303 = excluded __shmctl13 */
    442  1.48.2.2  yamt #endif
    443  1.48.2.2  yamt 	"netbsd32_lchflags",			/* 304 = netbsd32_lchflags */
    444  1.48.2.2  yamt 	"issetugid",			/* 305 = issetugid */
    445  1.48.2.2  yamt 	"netbsd32_utrace",			/* 306 = netbsd32_utrace */
    446  1.48.2.2  yamt 	"netbsd32_getcontext",			/* 307 = netbsd32_getcontext */
    447  1.48.2.2  yamt 	"netbsd32_setcontext",			/* 308 = netbsd32_setcontext */
    448  1.48.2.3  yamt 	"netbsd32__lwp_create",			/* 309 = netbsd32__lwp_create */
    449  1.48.2.3  yamt 	"_lwp_exit",			/* 310 = _lwp_exit */
    450  1.48.2.3  yamt 	"_lwp_self",			/* 311 = _lwp_self */
    451  1.48.2.3  yamt 	"netbsd32__lwp_wait",			/* 312 = netbsd32__lwp_wait */
    452  1.48.2.3  yamt 	"netbsd32__lwp_suspend",			/* 313 = netbsd32__lwp_suspend */
    453  1.48.2.3  yamt 	"netbsd32__lwp_continue",			/* 314 = netbsd32__lwp_continue */
    454  1.48.2.3  yamt 	"netbsd32__lwp_wakeup",			/* 315 = netbsd32__lwp_wakeup */
    455  1.48.2.3  yamt 	"_lwp_getprivate",			/* 316 = _lwp_getprivate */
    456  1.48.2.3  yamt 	"netbsd32__lwp_setprivate",			/* 317 = netbsd32__lwp_setprivate */
    457  1.48.2.2  yamt 	"#318 (unimplemented)",		/* 318 = unimplemented */
    458  1.48.2.2  yamt 	"#319 (unimplemented)",		/* 319 = unimplemented */
    459  1.48.2.2  yamt 	"#320 (unimplemented)",		/* 320 = unimplemented */
    460  1.48.2.2  yamt 	"#321 (unimplemented)",		/* 321 = unimplemented */
    461  1.48.2.2  yamt 	"#322 (unimplemented)",		/* 322 = unimplemented */
    462  1.48.2.2  yamt 	"#323 (unimplemented)",		/* 323 = unimplemented */
    463  1.48.2.2  yamt 	"#324 (unimplemented)",		/* 324 = unimplemented */
    464  1.48.2.2  yamt 	"#325 (unimplemented)",		/* 325 = unimplemented */
    465  1.48.2.2  yamt 	"#326 (unimplemented)",		/* 326 = unimplemented */
    466  1.48.2.2  yamt 	"#327 (unimplemented)",		/* 327 = unimplemented */
    467  1.48.2.2  yamt 	"#328 (unimplemented)",		/* 328 = unimplemented */
    468  1.48.2.2  yamt 	"#329 (unimplemented)",		/* 329 = unimplemented */
    469  1.48.2.3  yamt 	"netbsd32_sa_register",			/* 330 = netbsd32_sa_register */
    470  1.48.2.3  yamt 	"netbsd32_sa_stacks",			/* 331 = netbsd32_sa_stacks */
    471  1.48.2.3  yamt 	"sa_enable",			/* 332 = sa_enable */
    472  1.48.2.3  yamt 	"netbsd32_sa_setconcurrency",			/* 333 = netbsd32_sa_setconcurrency */
    473  1.48.2.3  yamt 	"sa_yield",			/* 334 = sa_yield */
    474  1.48.2.3  yamt 	"netbsd32_sa_preempt",			/* 335 = netbsd32_sa_preempt */
    475  1.48.2.3  yamt 	"#336 (obsolete sys_sa_unblockyield)",		/* 336 = obsolete sys_sa_unblockyield */
    476  1.48.2.2  yamt 	"#337 (unimplemented)",		/* 337 = unimplemented */
    477  1.48.2.2  yamt 	"#338 (unimplemented)",		/* 338 = unimplemented */
    478  1.48.2.2  yamt 	"#339 (unimplemented)",		/* 339 = unimplemented */
    479  1.48.2.2  yamt 	"netbsd32___sigaction_sigtramp",			/* 340 = netbsd32___sigaction_sigtramp */
    480  1.48.2.2  yamt 	"#341 (unimplemented)",		/* 341 = unimplemented */
    481  1.48.2.2  yamt 	"#342 (unimplemented)",		/* 342 = unimplemented */
    482  1.48.2.2  yamt 	"netbsd32_rasctl",			/* 343 = netbsd32_rasctl */
    483  1.48.2.2  yamt 	"kqueue",			/* 344 = kqueue */
    484  1.48.2.2  yamt 	"netbsd32_kevent",			/* 345 = netbsd32_kevent */
    485  1.48.2.2  yamt 	"#346 (unimplemented)",		/* 346 = unimplemented */
    486  1.48.2.2  yamt 	"#347 (unimplemented)",		/* 347 = unimplemented */
    487  1.48.2.2  yamt 	"#348 (unimplemented)",		/* 348 = unimplemented */
    488  1.48.2.2  yamt 	"#349 (unimplemented)",		/* 349 = unimplemented */
    489  1.48.2.2  yamt 	"#350 (unimplemented)",		/* 350 = unimplemented */
    490  1.48.2.2  yamt 	"#351 (unimplemented)",		/* 351 = unimplemented */
    491  1.48.2.2  yamt 	"#352 (unimplemented)",		/* 352 = unimplemented */
    492  1.48.2.2  yamt 	"#353 (unimplemented)",		/* 353 = unimplemented */
    493  1.48.2.2  yamt 	"netbsd32_fsync_range",			/* 354 = netbsd32_fsync_range */
    494  1.48.2.2  yamt 	"netbsd32_uuidgen",			/* 355 = netbsd32_uuidgen */
    495  1.48.2.2  yamt 	"netbsd32_getvfsstat",			/* 356 = netbsd32_getvfsstat */
    496  1.48.2.2  yamt 	"netbsd32_statvfs1",			/* 357 = netbsd32_statvfs1 */
    497  1.48.2.2  yamt 	"netbsd32_fstatvfs1",			/* 358 = netbsd32_fstatvfs1 */
    498  1.48.2.6  yamt 	"compat_30_netbsd32_fhstatvfs1",	/* 359 = compat_30 netbsd32_fhstatvfs1 */
    499  1.48.2.2  yamt 	"netbsd32_extattrctl",			/* 360 = netbsd32_extattrctl */
    500  1.48.2.2  yamt 	"netbsd32_extattr_set_file",			/* 361 = netbsd32_extattr_set_file */
    501  1.48.2.2  yamt 	"netbsd32_extattr_get_file",			/* 362 = netbsd32_extattr_get_file */
    502  1.48.2.2  yamt 	"netbsd32_extattr_delete_file",			/* 363 = netbsd32_extattr_delete_file */
    503  1.48.2.2  yamt 	"netbsd32_extattr_set_fd",			/* 364 = netbsd32_extattr_set_fd */
    504  1.48.2.2  yamt 	"netbsd32_extattr_get_fd",			/* 365 = netbsd32_extattr_get_fd */
    505  1.48.2.2  yamt 	"netbsd32_extattr_delete_fd",			/* 366 = netbsd32_extattr_delete_fd */
    506  1.48.2.2  yamt 	"netbsd32_extattr_set_link",			/* 367 = netbsd32_extattr_set_link */
    507  1.48.2.2  yamt 	"netbsd32_extattr_get_link",			/* 368 = netbsd32_extattr_get_link */
    508  1.48.2.2  yamt 	"netbsd32_extattr_delete_link",			/* 369 = netbsd32_extattr_delete_link */
    509  1.48.2.2  yamt 	"netbsd32_extattr_list_fd",			/* 370 = netbsd32_extattr_list_fd */
    510  1.48.2.2  yamt 	"netbsd32_extattr_list_file",			/* 371 = netbsd32_extattr_list_file */
    511  1.48.2.2  yamt 	"netbsd32_extattr_list_link",			/* 372 = netbsd32_extattr_list_link */
    512  1.48.2.2  yamt 	"netbsd32_pselect",			/* 373 = netbsd32_pselect */
    513  1.48.2.2  yamt 	"netbsd32_pollts",			/* 374 = netbsd32_pollts */
    514  1.48.2.2  yamt 	"netbsd32_setxattr",			/* 375 = netbsd32_setxattr */
    515  1.48.2.2  yamt 	"netbsd32_lsetxattr",			/* 376 = netbsd32_lsetxattr */
    516  1.48.2.2  yamt 	"netbsd32_fsetxattr",			/* 377 = netbsd32_fsetxattr */
    517  1.48.2.2  yamt 	"netbsd32_getxattr",			/* 378 = netbsd32_getxattr */
    518  1.48.2.2  yamt 	"netbsd32_lgetxattr",			/* 379 = netbsd32_lgetxattr */
    519  1.48.2.2  yamt 	"netbsd32_fgetxattr",			/* 380 = netbsd32_fgetxattr */
    520  1.48.2.2  yamt 	"netbsd32_listxattr",			/* 381 = netbsd32_listxattr */
    521  1.48.2.2  yamt 	"netbsd32_llistxattr",			/* 382 = netbsd32_llistxattr */
    522  1.48.2.2  yamt 	"netbsd32_flistxattr",			/* 383 = netbsd32_flistxattr */
    523  1.48.2.2  yamt 	"netbsd32_removexattr",			/* 384 = netbsd32_removexattr */
    524  1.48.2.2  yamt 	"netbsd32_lremovexattr",			/* 385 = netbsd32_lremovexattr */
    525  1.48.2.2  yamt 	"netbsd32_fremovexattr",			/* 386 = netbsd32_fremovexattr */
    526  1.48.2.2  yamt 	"__stat30",			/* 387 = __stat30 */
    527  1.48.2.2  yamt 	"__fstat30",			/* 388 = __fstat30 */
    528  1.48.2.2  yamt 	"__lstat30",			/* 389 = __lstat30 */
    529  1.48.2.2  yamt 	"__getdents30",			/* 390 = __getdents30 */
    530  1.48.2.4  yamt 	"posix_fadvise",			/* 391 = posix_fadvise */
    531  1.48.2.6  yamt 	"compat_30___fhstat30",	/* 392 = compat_30 __fhstat30 */
    532  1.48.2.5  yamt 	"netbsd32_ntp_gettime",			/* 393 = netbsd32_ntp_gettime */
    533  1.48.2.6  yamt 	"__socket30",			/* 394 = __socket30 */
    534  1.48.2.6  yamt 	"netbsd32___getfh30",			/* 395 = netbsd32___getfh30 */
    535  1.48.2.6  yamt 	"netbsd32___fhopen40",			/* 396 = netbsd32___fhopen40 */
    536  1.48.2.6  yamt 	"netbsd32___fhstatvfs140",			/* 397 = netbsd32___fhstatvfs140 */
    537  1.48.2.6  yamt 	"netbsd32___fhstat40",			/* 398 = netbsd32___fhstat40 */
    538  1.48.2.2  yamt };
    539