[BACK]Return to netbsd32_sysent.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / compat / netbsd32

Annotation of src/sys/compat/netbsd32/netbsd32_sysent.c, Revision 1.38

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

CVSweb <webmaster@jp.NetBSD.org>