The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/compat/freebsd32/freebsd32_sysent.c

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /*
    2  * System call switch table.
    3  *
    4  * DO NOT EDIT-- this file is automatically generated.
    5  * $FreeBSD$
    6  * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.91.2.2 2007/12/19 20:43:41 jhb Exp 
    7  */
    8 
    9 #include "opt_compat.h"
   10 
   11 #include <bsm/audit_kevents.h>
   12 #include <sys/param.h>
   13 #include <sys/sysent.h>
   14 #include <sys/sysproto.h>
   15 #include <sys/mount.h>
   16 #include <sys/socket.h>
   17 #include <compat/freebsd32/freebsd32.h>
   18 #include <compat/freebsd32/freebsd32_proto.h>
   19 
   20 #define AS(name) (sizeof(struct name) / sizeof(register_t))
   21 
   22 #ifdef COMPAT_43
   23 #define compat(n, name) n, (sy_call_t *)__CONCAT(o,name)
   24 #else
   25 #define compat(n, name) 0, (sy_call_t *)nosys
   26 #endif
   27 
   28 #ifdef COMPAT_FREEBSD4
   29 #define compat4(n, name) n, (sy_call_t *)__CONCAT(freebsd4_,name)
   30 #else
   31 #define compat4(n, name) 0, (sy_call_t *)nosys
   32 #endif
   33 
   34 #ifdef COMPAT_FREEBSD6
   35 #define compat6(n, name) n, (sy_call_t *)__CONCAT(freebsd6_,name)
   36 #else
   37 #define compat6(n, name) 0, (sy_call_t *)nosys
   38 #endif
   39 
   40 /* The casts are bogus but will do for now. */
   41 struct sysent freebsd32_sysent[] = {
   42         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                /* 0 = syscall */
   43         { AS(sys_exit_args), (sy_call_t *)sys_exit, AUE_EXIT, NULL, 0, 0 },     /* 1 = exit */
   44         { 0, (sy_call_t *)fork, AUE_FORK, NULL, 0, 0 },         /* 2 = fork */
   45         { AS(read_args), (sy_call_t *)read, AUE_READ, NULL, 0, 0 },     /* 3 = read */
   46         { AS(write_args), (sy_call_t *)write, AUE_WRITE, NULL, 0, 0 },  /* 4 = write */
   47         { AS(open_args), (sy_call_t *)open, AUE_OPEN_RWTC, NULL, 0, 0 },        /* 5 = open */
   48         { AS(close_args), (sy_call_t *)close, AUE_CLOSE, NULL, 0, 0 },  /* 6 = close */
   49         { AS(freebsd32_wait4_args), (sy_call_t *)freebsd32_wait4, AUE_WAIT4, NULL, 0, 0 },      /* 7 = freebsd32_wait4 */
   50         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 8 = obsolete old creat */
   51         { AS(link_args), (sy_call_t *)link, AUE_LINK, NULL, 0, 0 },     /* 9 = link */
   52         { AS(unlink_args), (sy_call_t *)unlink, AUE_UNLINK, NULL, 0, 0 },       /* 10 = unlink */
   53         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 11 = obsolete execv */
   54         { AS(chdir_args), (sy_call_t *)chdir, AUE_CHDIR, NULL, 0, 0 },  /* 12 = chdir */
   55         { AS(fchdir_args), (sy_call_t *)fchdir, AUE_FCHDIR, NULL, 0, 0 },       /* 13 = fchdir */
   56         { AS(mknod_args), (sy_call_t *)mknod, AUE_MKNOD, NULL, 0, 0 },  /* 14 = mknod */
   57         { AS(chmod_args), (sy_call_t *)chmod, AUE_CHMOD, NULL, 0, 0 },  /* 15 = chmod */
   58         { AS(chown_args), (sy_call_t *)chown, AUE_CHOWN, NULL, 0, 0 },  /* 16 = chown */
   59         { AS(obreak_args), (sy_call_t *)obreak, AUE_NULL, NULL, 0, 0 }, /* 17 = break */
   60         { compat4(AS(freebsd4_freebsd32_getfsstat_args),freebsd32_getfsstat), AUE_GETFSSTAT, NULL, 0, 0 },      /* 18 = old freebsd32_getfsstat */
   61         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 19 = obsolete olseek */
   62         { 0, (sy_call_t *)getpid, AUE_GETPID, NULL, 0, 0 },             /* 20 = getpid */
   63         { AS(mount_args), (sy_call_t *)mount, AUE_MOUNT, NULL, 0, 0 },  /* 21 = mount */
   64         { AS(unmount_args), (sy_call_t *)unmount, AUE_UMOUNT, NULL, 0, 0 },     /* 22 = unmount */
   65         { AS(setuid_args), (sy_call_t *)setuid, AUE_SETUID, NULL, 0, 0 },       /* 23 = setuid */
   66         { 0, (sy_call_t *)getuid, AUE_GETUID, NULL, 0, 0 },             /* 24 = getuid */
   67         { 0, (sy_call_t *)geteuid, AUE_GETEUID, NULL, 0, 0 },           /* 25 = geteuid */
   68         { AS(ptrace_args), (sy_call_t *)ptrace, AUE_PTRACE, NULL, 0, 0 },       /* 26 = ptrace */
   69         { AS(freebsd32_recvmsg_args), (sy_call_t *)freebsd32_recvmsg, AUE_RECVMSG, NULL, 0, 0 },        /* 27 = freebsd32_recvmsg */
   70         { AS(freebsd32_sendmsg_args), (sy_call_t *)freebsd32_sendmsg, AUE_SENDMSG, NULL, 0, 0 },        /* 28 = freebsd32_sendmsg */
   71         { AS(freebsd32_recvfrom_args), (sy_call_t *)freebsd32_recvfrom, AUE_RECVFROM, NULL, 0, 0 },     /* 29 = freebsd32_recvfrom */
   72         { AS(accept_args), (sy_call_t *)accept, AUE_ACCEPT, NULL, 0, 0 },       /* 30 = accept */
   73         { AS(getpeername_args), (sy_call_t *)getpeername, AUE_GETPEERNAME, NULL, 0, 0 },        /* 31 = getpeername */
   74         { AS(getsockname_args), (sy_call_t *)getsockname, AUE_GETSOCKNAME, NULL, 0, 0 },        /* 32 = getsockname */
   75         { AS(access_args), (sy_call_t *)access, AUE_ACCESS, NULL, 0, 0 },       /* 33 = access */
   76         { AS(chflags_args), (sy_call_t *)chflags, AUE_CHFLAGS, NULL, 0, 0 },    /* 34 = chflags */
   77         { AS(fchflags_args), (sy_call_t *)fchflags, AUE_FCHFLAGS, NULL, 0, 0 }, /* 35 = fchflags */
   78         { 0, (sy_call_t *)sync, AUE_SYNC, NULL, 0, 0 },         /* 36 = sync */
   79         { AS(kill_args), (sy_call_t *)kill, AUE_KILL, NULL, 0, 0 },     /* 37 = kill */
   80         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 38 = ostat */
   81         { 0, (sy_call_t *)getppid, AUE_GETPPID, NULL, 0, 0 },           /* 39 = getppid */
   82         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 40 = olstat */
   83         { AS(dup_args), (sy_call_t *)dup, AUE_DUP, NULL, 0, 0 },        /* 41 = dup */
   84         { 0, (sy_call_t *)pipe, AUE_PIPE, NULL, 0, 0 },         /* 42 = pipe */
   85         { 0, (sy_call_t *)getegid, AUE_GETEGID, NULL, 0, 0 },           /* 43 = getegid */
   86         { AS(profil_args), (sy_call_t *)profil, AUE_PROFILE, NULL, 0, 0 },      /* 44 = profil */
   87         { AS(ktrace_args), (sy_call_t *)ktrace, AUE_KTRACE, NULL, 0, 0 },       /* 45 = ktrace */
   88         { compat(AS(ofreebsd32_sigaction_args),freebsd32_sigaction), AUE_SIGACTION, NULL, 0, 0 },       /* 46 = old freebsd32_sigaction */
   89         { 0, (sy_call_t *)getgid, AUE_GETGID, NULL, 0, 0 },             /* 47 = getgid */
   90         { compat(AS(ofreebsd32_sigprocmask_args),freebsd32_sigprocmask), AUE_SIGPROCMASK, NULL, 0, 0 }, /* 48 = old freebsd32_sigprocmask */
   91         { AS(getlogin_args), (sy_call_t *)getlogin, AUE_GETLOGIN, NULL, 0, 0 }, /* 49 = getlogin */
   92         { AS(setlogin_args), (sy_call_t *)setlogin, AUE_SETLOGIN, NULL, 0, 0 }, /* 50 = setlogin */
   93         { AS(acct_args), (sy_call_t *)acct, AUE_ACCT, NULL, 0, 0 },     /* 51 = acct */
   94         { compat(0,freebsd32_sigpending), AUE_SIGPENDING, NULL, 0, 0 }, /* 52 = old freebsd32_sigpending */
   95         { AS(freebsd32_sigaltstack_args), (sy_call_t *)freebsd32_sigaltstack, AUE_SIGALTSTACK, NULL, 0, 0 },    /* 53 = freebsd32_sigaltstack */
   96         { AS(ioctl_args), (sy_call_t *)ioctl, AUE_IOCTL, NULL, 0, 0 },  /* 54 = ioctl */
   97         { AS(reboot_args), (sy_call_t *)reboot, AUE_REBOOT, NULL, 0, 0 },       /* 55 = reboot */
   98         { AS(revoke_args), (sy_call_t *)revoke, AUE_REVOKE, NULL, 0, 0 },       /* 56 = revoke */
   99         { AS(symlink_args), (sy_call_t *)symlink, AUE_SYMLINK, NULL, 0, 0 },    /* 57 = symlink */
  100         { AS(readlink_args), (sy_call_t *)readlink, AUE_READLINK, NULL, 0, 0 }, /* 58 = readlink */
  101         { AS(freebsd32_execve_args), (sy_call_t *)freebsd32_execve, AUE_EXECVE, NULL, 0, 0 },   /* 59 = freebsd32_execve */
  102         { AS(umask_args), (sy_call_t *)umask, AUE_UMASK, NULL, 0, 0 },  /* 60 = umask */
  103         { AS(chroot_args), (sy_call_t *)chroot, AUE_CHROOT, NULL, 0, 0 },       /* 61 = chroot */
  104         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 62 = obsolete ofstat */
  105         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 63 = obsolete ogetkerninfo */
  106         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 64 = obsolete ogetpagesize */
  107         { AS(msync_args), (sy_call_t *)msync, AUE_MSYNC, NULL, 0, 0 },  /* 65 = msync */
  108         { 0, (sy_call_t *)vfork, AUE_VFORK, NULL, 0, 0 },               /* 66 = vfork */
  109         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 67 = obsolete vread */
  110         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 68 = obsolete vwrite */
  111         { AS(sbrk_args), (sy_call_t *)sbrk, AUE_SBRK, NULL, 0, 0 },     /* 69 = sbrk */
  112         { AS(sstk_args), (sy_call_t *)sstk, AUE_SSTK, NULL, 0, 0 },     /* 70 = sstk */
  113         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 71 = obsolete ommap */
  114         { AS(ovadvise_args), (sy_call_t *)ovadvise, AUE_O_VADVISE, NULL, 0, 0 },        /* 72 = vadvise */
  115         { AS(munmap_args), (sy_call_t *)munmap, AUE_MUNMAP, NULL, 0, 0 },       /* 73 = munmap */
  116         { AS(mprotect_args), (sy_call_t *)mprotect, AUE_MPROTECT, NULL, 0, 0 }, /* 74 = mprotect */
  117         { AS(madvise_args), (sy_call_t *)madvise, AUE_MADVISE, NULL, 0, 0 },    /* 75 = madvise */
  118         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 76 = obsolete vhangup */
  119         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 77 = obsolete vlimit */
  120         { AS(mincore_args), (sy_call_t *)mincore, AUE_MINCORE, NULL, 0, 0 },    /* 78 = mincore */
  121         { AS(getgroups_args), (sy_call_t *)getgroups, AUE_GETGROUPS, NULL, 0, 0 },      /* 79 = getgroups */
  122         { AS(setgroups_args), (sy_call_t *)setgroups, AUE_SETGROUPS, NULL, 0, 0 },      /* 80 = setgroups */
  123         { 0, (sy_call_t *)getpgrp, AUE_GETPGRP, NULL, 0, 0 },           /* 81 = getpgrp */
  124         { AS(setpgid_args), (sy_call_t *)setpgid, AUE_SETPGRP, NULL, 0, 0 },    /* 82 = setpgid */
  125         { AS(freebsd32_setitimer_args), (sy_call_t *)freebsd32_setitimer, AUE_SETITIMER, NULL, 0, 0 },  /* 83 = freebsd32_setitimer */
  126         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 84 = obsolete owait */
  127         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 85 = obsolete oswapon */
  128         { AS(freebsd32_getitimer_args), (sy_call_t *)freebsd32_getitimer, AUE_GETITIMER, NULL, 0, 0 },  /* 86 = freebsd32_getitimer */
  129         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 87 = obsolete ogethostname */
  130         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 88 = obsolete osethostname */
  131         { 0, (sy_call_t *)getdtablesize, AUE_GETDTABLESIZE, NULL, 0, 0 },       /* 89 = getdtablesize */
  132         { AS(dup2_args), (sy_call_t *)dup2, AUE_DUP2, NULL, 0, 0 },     /* 90 = dup2 */
  133         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 91 = getdopt */
  134         { AS(fcntl_args), (sy_call_t *)fcntl, AUE_FCNTL, NULL, 0, 0 },  /* 92 = fcntl */
  135         { AS(freebsd32_select_args), (sy_call_t *)freebsd32_select, AUE_SELECT, NULL, 0, 0 },   /* 93 = freebsd32_select */
  136         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 94 = setdopt */
  137         { AS(fsync_args), (sy_call_t *)fsync, AUE_FSYNC, NULL, 0, 0 },  /* 95 = fsync */
  138         { AS(setpriority_args), (sy_call_t *)setpriority, AUE_SETPRIORITY, NULL, 0, 0 },        /* 96 = setpriority */
  139         { AS(socket_args), (sy_call_t *)socket, AUE_SOCKET, NULL, 0, 0 },       /* 97 = socket */
  140         { AS(connect_args), (sy_call_t *)connect, AUE_CONNECT, NULL, 0, 0 },    /* 98 = connect */
  141         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 99 = obsolete oaccept */
  142         { AS(getpriority_args), (sy_call_t *)getpriority, AUE_GETPRIORITY, NULL, 0, 0 },        /* 100 = getpriority */
  143         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 101 = obsolete osend */
  144         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 102 = obsolete orecv */
  145         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 103 = obsolete osigreturn */
  146         { AS(bind_args), (sy_call_t *)bind, AUE_BIND, NULL, 0, 0 },     /* 104 = bind */
  147         { AS(setsockopt_args), (sy_call_t *)setsockopt, AUE_SETSOCKOPT, NULL, 0, 0 },   /* 105 = setsockopt */
  148         { AS(listen_args), (sy_call_t *)listen, AUE_LISTEN, NULL, 0, 0 },       /* 106 = listen */
  149         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 107 = obsolete vtimes */
  150         { compat(AS(ofreebsd32_sigvec_args),freebsd32_sigvec), AUE_O_SIGVEC, NULL, 0, 0 },      /* 108 = old freebsd32_sigvec */
  151         { compat(AS(ofreebsd32_sigblock_args),freebsd32_sigblock), AUE_O_SIGBLOCK, NULL, 0, 0 },        /* 109 = old freebsd32_sigblock */
  152         { compat(AS(ofreebsd32_sigsetmask_args),freebsd32_sigsetmask), AUE_O_SIGSETMASK, NULL, 0, 0 },  /* 110 = old freebsd32_sigsetmask */
  153         { compat(AS(ofreebsd32_sigsuspend_args),freebsd32_sigsuspend), AUE_SIGSUSPEND, NULL, 0, 0 },    /* 111 = old freebsd32_sigsuspend */
  154         { compat(AS(ofreebsd32_sigstack_args),freebsd32_sigstack), AUE_O_SIGSTACK, NULL, 0, 0 },        /* 112 = old freebsd32_sigstack */
  155         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 113 = obsolete orecvmsg */
  156         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 114 = obsolete osendmsg */
  157         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 115 = obsolete vtrace */
  158         { AS(freebsd32_gettimeofday_args), (sy_call_t *)freebsd32_gettimeofday, AUE_GETTIMEOFDAY, NULL, 0, 0 }, /* 116 = freebsd32_gettimeofday */
  159         { AS(freebsd32_getrusage_args), (sy_call_t *)freebsd32_getrusage, AUE_GETRUSAGE, NULL, 0, 0 },  /* 117 = freebsd32_getrusage */
  160         { AS(getsockopt_args), (sy_call_t *)getsockopt, AUE_GETSOCKOPT, NULL, 0, 0 },   /* 118 = getsockopt */
  161         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 119 = resuba */
  162         { AS(freebsd32_readv_args), (sy_call_t *)freebsd32_readv, AUE_READV, NULL, 0, 0 },      /* 120 = freebsd32_readv */
  163         { AS(freebsd32_writev_args), (sy_call_t *)freebsd32_writev, AUE_WRITEV, NULL, 0, 0 },   /* 121 = freebsd32_writev */
  164         { AS(freebsd32_settimeofday_args), (sy_call_t *)freebsd32_settimeofday, AUE_SETTIMEOFDAY, NULL, 0, 0 }, /* 122 = freebsd32_settimeofday */
  165         { AS(fchown_args), (sy_call_t *)fchown, AUE_FCHOWN, NULL, 0, 0 },       /* 123 = fchown */
  166         { AS(fchmod_args), (sy_call_t *)fchmod, AUE_FCHMOD, NULL, 0, 0 },       /* 124 = fchmod */
  167         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 125 = obsolete orecvfrom */
  168         { AS(setreuid_args), (sy_call_t *)setreuid, AUE_SETREUID, NULL, 0, 0 }, /* 126 = setreuid */
  169         { AS(setregid_args), (sy_call_t *)setregid, AUE_SETREGID, NULL, 0, 0 }, /* 127 = setregid */
  170         { AS(rename_args), (sy_call_t *)rename, AUE_RENAME, NULL, 0, 0 },       /* 128 = rename */
  171         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 129 = obsolete otruncate */
  172         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 130 = obsolete ftruncate */
  173         { AS(flock_args), (sy_call_t *)flock, AUE_FLOCK, NULL, 0, 0 },  /* 131 = flock */
  174         { AS(mkfifo_args), (sy_call_t *)mkfifo, AUE_MKFIFO, NULL, 0, 0 },       /* 132 = mkfifo */
  175         { AS(sendto_args), (sy_call_t *)sendto, AUE_SENDTO, NULL, 0, 0 },       /* 133 = sendto */
  176         { AS(shutdown_args), (sy_call_t *)shutdown, AUE_SHUTDOWN, NULL, 0, 0 }, /* 134 = shutdown */
  177         { AS(socketpair_args), (sy_call_t *)socketpair, AUE_SOCKETPAIR, NULL, 0, 0 },   /* 135 = socketpair */
  178         { AS(mkdir_args), (sy_call_t *)mkdir, AUE_MKDIR, NULL, 0, 0 },  /* 136 = mkdir */
  179         { AS(rmdir_args), (sy_call_t *)rmdir, AUE_RMDIR, NULL, 0, 0 },  /* 137 = rmdir */
  180         { AS(freebsd32_utimes_args), (sy_call_t *)freebsd32_utimes, AUE_UTIMES, NULL, 0, 0 },   /* 138 = freebsd32_utimes */
  181         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 139 = obsolete 4.2 sigreturn */
  182         { AS(freebsd32_adjtime_args), (sy_call_t *)freebsd32_adjtime, AUE_ADJTIME, NULL, 0, 0 },        /* 140 = freebsd32_adjtime */
  183         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 141 = obsolete ogetpeername */
  184         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 142 = obsolete ogethostid */
  185         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 143 = obsolete sethostid */
  186         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 144 = obsolete getrlimit */
  187         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 145 = obsolete setrlimit */
  188         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 146 = obsolete killpg */
  189         { 0, (sy_call_t *)setsid, AUE_SETSID, NULL, 0, 0 },             /* 147 = setsid */
  190         { AS(quotactl_args), (sy_call_t *)quotactl, AUE_QUOTACTL, NULL, 0, 0 }, /* 148 = quotactl */
  191         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 149 = obsolete oquota */
  192         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 150 = obsolete ogetsockname */
  193         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 151 = sem_lock */
  194         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 152 = sem_wakeup */
  195         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 153 = asyncdaemon */
  196         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 154 = nosys */
  197         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 155 = nfssvc */
  198         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 156 = obsolete ogetdirentries */
  199         { compat4(AS(freebsd4_freebsd32_statfs_args),freebsd32_statfs), AUE_STATFS, NULL, 0, 0 },       /* 157 = old freebsd32_statfs */
  200         { compat4(AS(freebsd4_freebsd32_fstatfs_args),freebsd32_fstatfs), AUE_FSTATFS, NULL, 0, 0 },    /* 158 = old freebsd32_fstatfs */
  201         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 159 = nosys */
  202         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 160 = lgetfh */
  203         { AS(getfh_args), (sy_call_t *)getfh, AUE_NFS_GETFH, NULL, 0, 0 },      /* 161 = getfh */
  204         { AS(getdomainname_args), (sy_call_t *)getdomainname, AUE_SYSCTL, NULL, 0, 0 }, /* 162 = getdomainname */
  205         { AS(setdomainname_args), (sy_call_t *)setdomainname, AUE_SYSCTL, NULL, 0, 0 }, /* 163 = setdomainname */
  206         { AS(uname_args), (sy_call_t *)uname, AUE_NULL, NULL, 0, 0 },   /* 164 = uname */
  207         { AS(sysarch_args), (sy_call_t *)sysarch, AUE_SYSARCH, NULL, 0, 0 },    /* 165 = sysarch */
  208         { AS(rtprio_args), (sy_call_t *)rtprio, AUE_RTPRIO, NULL, 0, 0 },       /* 166 = rtprio */
  209         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 167 = nosys */
  210         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 168 = nosys */
  211         { AS(freebsd32_semsys_args), (sy_call_t *)freebsd32_semsys, AUE_SEMSYS, NULL, 0, 0 },   /* 169 = freebsd32_semsys */
  212         { AS(freebsd32_msgsys_args), (sy_call_t *)freebsd32_msgsys, AUE_MSGSYS, NULL, 0, 0 },   /* 170 = freebsd32_msgsys */
  213         { AS(freebsd32_shmsys_args), (sy_call_t *)freebsd32_shmsys, AUE_SHMSYS, NULL, 0, 0 },   /* 171 = freebsd32_shmsys */
  214         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 172 = nosys */
  215         { compat6(AS(freebsd6_freebsd32_pread_args),freebsd32_pread), AUE_PREAD, NULL, 0, 0 },  /* 173 = old freebsd32_pread */
  216         { compat6(AS(freebsd6_freebsd32_pwrite_args),freebsd32_pwrite), AUE_PWRITE, NULL, 0, 0 },       /* 174 = old freebsd32_pwrite */
  217         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 175 = nosys */
  218         { AS(ntp_adjtime_args), (sy_call_t *)ntp_adjtime, AUE_NTP_ADJTIME, NULL, 0, 0 },        /* 176 = ntp_adjtime */
  219         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 177 = sfork */
  220         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 178 = getdescriptor */
  221         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 179 = setdescriptor */
  222         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 180 = nosys */
  223         { AS(setgid_args), (sy_call_t *)setgid, AUE_SETGID, NULL, 0, 0 },       /* 181 = setgid */
  224         { AS(setegid_args), (sy_call_t *)setegid, AUE_SETEGID, NULL, 0, 0 },    /* 182 = setegid */
  225         { AS(seteuid_args), (sy_call_t *)seteuid, AUE_SETEUID, NULL, 0, 0 },    /* 183 = seteuid */
  226         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 184 = lfs_bmapv */
  227         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 185 = lfs_markv */
  228         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 186 = lfs_segclean */
  229         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 187 = lfs_segwait */
  230         { AS(freebsd32_stat_args), (sy_call_t *)freebsd32_stat, AUE_STAT, NULL, 0, 0 }, /* 188 = freebsd32_stat */
  231         { AS(freebsd32_fstat_args), (sy_call_t *)freebsd32_fstat, AUE_FSTAT, NULL, 0, 0 },      /* 189 = freebsd32_fstat */
  232         { AS(freebsd32_lstat_args), (sy_call_t *)freebsd32_lstat, AUE_LSTAT, NULL, 0, 0 },      /* 190 = freebsd32_lstat */
  233         { AS(pathconf_args), (sy_call_t *)pathconf, AUE_PATHCONF, NULL, 0, 0 }, /* 191 = pathconf */
  234         { AS(fpathconf_args), (sy_call_t *)fpathconf, AUE_FPATHCONF, NULL, 0, 0 },      /* 192 = fpathconf */
  235         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 193 = nosys */
  236         { AS(__getrlimit_args), (sy_call_t *)getrlimit, AUE_GETRLIMIT, NULL, 0, 0 },    /* 194 = getrlimit */
  237         { AS(__setrlimit_args), (sy_call_t *)setrlimit, AUE_SETRLIMIT, NULL, 0, 0 },    /* 195 = setrlimit */
  238         { AS(getdirentries_args), (sy_call_t *)getdirentries, AUE_GETDIRENTRIES, NULL, 0, 0 },  /* 196 = getdirentries */
  239         { compat6(AS(freebsd6_freebsd32_mmap_args),freebsd32_mmap), AUE_MMAP, NULL, 0, 0 },     /* 197 = old freebsd32_mmap */
  240         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                /* 198 = __syscall */
  241         { compat6(AS(freebsd6_freebsd32_lseek_args),freebsd32_lseek), AUE_LSEEK, NULL, 0, 0 },  /* 199 = old freebsd32_lseek */
  242         { compat6(AS(freebsd6_freebsd32_truncate_args),freebsd32_truncate), AUE_TRUNCATE, NULL, 0, 0 }, /* 200 = old freebsd32_truncate */
  243         { compat6(AS(freebsd6_freebsd32_ftruncate_args),freebsd32_ftruncate), AUE_FTRUNCATE, NULL, 0, 0 },      /* 201 = old freebsd32_ftruncate */
  244         { AS(freebsd32_sysctl_args), (sy_call_t *)freebsd32_sysctl, AUE_SYSCTL, NULL, 0, 0 },   /* 202 = freebsd32_sysctl */
  245         { AS(mlock_args), (sy_call_t *)mlock, AUE_MLOCK, NULL, 0, 0 },  /* 203 = mlock */
  246         { AS(munlock_args), (sy_call_t *)munlock, AUE_MUNLOCK, NULL, 0, 0 },    /* 204 = munlock */
  247         { AS(undelete_args), (sy_call_t *)undelete, AUE_UNDELETE, NULL, 0, 0 }, /* 205 = undelete */
  248         { AS(freebsd32_futimes_args), (sy_call_t *)freebsd32_futimes, AUE_FUTIMES, NULL, 0, 0 },        /* 206 = freebsd32_futimes */
  249         { AS(getpgid_args), (sy_call_t *)getpgid, AUE_GETPGID, NULL, 0, 0 },    /* 207 = getpgid */
  250         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 208 = newreboot */
  251         { AS(poll_args), (sy_call_t *)poll, AUE_POLL, NULL, 0, 0 },     /* 209 = poll */
  252         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 210 =  */
  253         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 211 =  */
  254         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 212 =  */
  255         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 213 =  */
  256         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 214 =  */
  257         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 215 =  */
  258         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 216 =  */
  259         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 217 =  */
  260         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 218 =  */
  261         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 219 =  */
  262         { AS(freebsd32_semctl_args), (sy_call_t *)freebsd32_semctl, AUE_SEMCTL, NULL, 0, 0 },   /* 220 = freebsd32_semctl */
  263         { AS(semget_args), (sy_call_t *)semget, AUE_SEMGET, NULL, 0, 0 },       /* 221 = semget */
  264         { AS(semop_args), (sy_call_t *)semop, AUE_SEMOP, NULL, 0, 0 },  /* 222 = semop */
  265         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 223 = semconfig */
  266         { AS(freebsd32_msgctl_args), (sy_call_t *)freebsd32_msgctl, AUE_MSGCTL, NULL, 0, 0 },   /* 224 = freebsd32_msgctl */
  267         { AS(msgget_args), (sy_call_t *)msgget, AUE_MSGGET, NULL, 0, 0 },       /* 225 = msgget */
  268         { AS(freebsd32_msgsnd_args), (sy_call_t *)freebsd32_msgsnd, AUE_MSGSND, NULL, 0, 0 },   /* 226 = freebsd32_msgsnd */
  269         { AS(freebsd32_msgrcv_args), (sy_call_t *)freebsd32_msgrcv, AUE_MSGRCV, NULL, 0, 0 },   /* 227 = freebsd32_msgrcv */
  270         { AS(shmat_args), (sy_call_t *)shmat, AUE_SHMAT, NULL, 0, 0 },  /* 228 = shmat */
  271         { AS(freebsd32_shmctl_args), (sy_call_t *)freebsd32_shmctl, AUE_SHMCTL, NULL, 0, 0 },   /* 229 = freebsd32_shmctl */
  272         { AS(shmdt_args), (sy_call_t *)shmdt, AUE_SHMDT, NULL, 0, 0 },  /* 230 = shmdt */
  273         { AS(shmget_args), (sy_call_t *)shmget, AUE_SHMGET, NULL, 0, 0 },       /* 231 = shmget */
  274         { AS(freebsd32_clock_gettime_args), (sy_call_t *)freebsd32_clock_gettime, AUE_NULL, NULL, 0, 0 },       /* 232 = freebsd32_clock_gettime */
  275         { AS(freebsd32_clock_settime_args), (sy_call_t *)freebsd32_clock_settime, AUE_CLOCK_SETTIME, NULL, 0, 0 },      /* 233 = freebsd32_clock_settime */
  276         { AS(freebsd32_clock_getres_args), (sy_call_t *)freebsd32_clock_getres, AUE_NULL, NULL, 0, 0 }, /* 234 = freebsd32_clock_getres */
  277         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 235 = timer_create */
  278         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 236 = timer_delete */
  279         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 237 = timer_settime */
  280         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 238 = timer_gettime */
  281         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 239 = timer_getoverrun */
  282         { AS(freebsd32_nanosleep_args), (sy_call_t *)freebsd32_nanosleep, AUE_NULL, NULL, 0, 0 },       /* 240 = freebsd32_nanosleep */
  283         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 241 = nosys */
  284         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 242 = nosys */
  285         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 243 = nosys */
  286         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 244 = nosys */
  287         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 245 = nosys */
  288         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 246 = nosys */
  289         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 247 = nosys */
  290         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 248 = ntp_gettime */
  291         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 249 = nosys */
  292         { AS(minherit_args), (sy_call_t *)minherit, AUE_MINHERIT, NULL, 0, 0 }, /* 250 = minherit */
  293         { AS(rfork_args), (sy_call_t *)rfork, AUE_RFORK, NULL, 0, 0 },  /* 251 = rfork */
  294         { AS(openbsd_poll_args), (sy_call_t *)openbsd_poll, AUE_POLL, NULL, 0, 0 },     /* 252 = openbsd_poll */
  295         { 0, (sy_call_t *)issetugid, AUE_ISSETUGID, NULL, 0, 0 },       /* 253 = issetugid */
  296         { AS(lchown_args), (sy_call_t *)lchown, AUE_LCHOWN, NULL, 0, 0 },       /* 254 = lchown */
  297         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 255 = nosys */
  298         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 256 = nosys */
  299         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 257 = nosys */
  300         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 258 = nosys */
  301         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 259 = nosys */
  302         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 260 = nosys */
  303         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 261 = nosys */
  304         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 262 = nosys */
  305         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 263 = nosys */
  306         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 264 = nosys */
  307         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 265 = nosys */
  308         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 266 = nosys */
  309         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 267 = nosys */
  310         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 268 = nosys */
  311         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 269 = nosys */
  312         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 270 = nosys */
  313         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 271 = nosys */
  314         { AS(getdents_args), (sy_call_t *)getdents, AUE_O_GETDENTS, NULL, 0, 0 },       /* 272 = getdents */
  315         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 273 = nosys */
  316         { AS(lchmod_args), (sy_call_t *)lchmod, AUE_LCHMOD, NULL, 0, 0 },       /* 274 = lchmod */
  317         { AS(lchown_args), (sy_call_t *)lchown, AUE_LCHOWN, NULL, 0, 0 },       /* 275 = netbsd_lchown */
  318         { AS(freebsd32_lutimes_args), (sy_call_t *)freebsd32_lutimes, AUE_LUTIMES, NULL, 0, 0 },        /* 276 = freebsd32_lutimes */
  319         { AS(msync_args), (sy_call_t *)msync, AUE_MSYNC, NULL, 0, 0 },  /* 277 = netbsd_msync */
  320         { AS(nstat_args), (sy_call_t *)nstat, AUE_STAT, NULL, 0, 0 },   /* 278 = nstat */
  321         { AS(nfstat_args), (sy_call_t *)nfstat, AUE_FSTAT, NULL, 0, 0 },        /* 279 = nfstat */
  322         { AS(nlstat_args), (sy_call_t *)nlstat, AUE_LSTAT, NULL, 0, 0 },        /* 280 = nlstat */
  323         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 281 = nosys */
  324         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 282 = nosys */
  325         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 283 = nosys */
  326         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 284 = nosys */
  327         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 285 = nosys */
  328         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 286 = nosys */
  329         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 287 = nosys */
  330         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 288 = nosys */
  331         { AS(freebsd32_preadv_args), (sy_call_t *)freebsd32_preadv, AUE_PREADV, NULL, 0, 0 },   /* 289 = freebsd32_preadv */
  332         { AS(freebsd32_pwritev_args), (sy_call_t *)freebsd32_pwritev, AUE_PWRITEV, NULL, 0, 0 },        /* 290 = freebsd32_pwritev */
  333         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 291 = nosys */
  334         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 292 = nosys */
  335         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 293 = nosys */
  336         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 294 = nosys */
  337         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 295 = nosys */
  338         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 296 = nosys */
  339         { compat4(AS(freebsd4_freebsd32_fhstatfs_args),freebsd32_fhstatfs), AUE_FHSTATFS, NULL, 0, 0 }, /* 297 = old freebsd32_fhstatfs */
  340         { AS(fhopen_args), (sy_call_t *)fhopen, AUE_FHOPEN, NULL, 0, 0 },       /* 298 = fhopen */
  341         { AS(fhstat_args), (sy_call_t *)fhstat, AUE_FHSTAT, NULL, 0, 0 },       /* 299 = fhstat */
  342         { AS(modnext_args), (sy_call_t *)modnext, AUE_NULL, NULL, 0, 0 },       /* 300 = modnext */
  343         { AS(freebsd32_modstat_args), (sy_call_t *)freebsd32_modstat, AUE_NULL, NULL, 0, 0 },   /* 301 = freebsd32_modstat */
  344         { AS(modfnext_args), (sy_call_t *)modfnext, AUE_NULL, NULL, 0, 0 },     /* 302 = modfnext */
  345         { AS(modfind_args), (sy_call_t *)modfind, AUE_NULL, NULL, 0, 0 },       /* 303 = modfind */
  346         { AS(kldload_args), (sy_call_t *)kldload, AUE_MODLOAD, NULL, 0, 0 },    /* 304 = kldload */
  347         { AS(kldunload_args), (sy_call_t *)kldunload, AUE_MODUNLOAD, NULL, 0, 0 },      /* 305 = kldunload */
  348         { AS(kldfind_args), (sy_call_t *)kldfind, AUE_NULL, NULL, 0, 0 },       /* 306 = kldfind */
  349         { AS(kldnext_args), (sy_call_t *)kldnext, AUE_NULL, NULL, 0, 0 },       /* 307 = kldnext */
  350         { AS(kldstat_args), (sy_call_t *)kldstat, AUE_NULL, NULL, 0, 0 },       /* 308 = kldstat */
  351         { AS(kldfirstmod_args), (sy_call_t *)kldfirstmod, AUE_NULL, NULL, 0, 0 },       /* 309 = kldfirstmod */
  352         { AS(getsid_args), (sy_call_t *)getsid, AUE_GETSID, NULL, 0, 0 },       /* 310 = getsid */
  353         { AS(setresuid_args), (sy_call_t *)setresuid, AUE_SETRESUID, NULL, 0, 0 },      /* 311 = setresuid */
  354         { AS(setresgid_args), (sy_call_t *)setresgid, AUE_SETRESGID, NULL, 0, 0 },      /* 312 = setresgid */
  355         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 313 = obsolete signanosleep */
  356         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 314 = aio_return */
  357         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 315 = aio_suspend */
  358         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 316 = aio_cancel */
  359         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 317 = aio_error */
  360         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 318 = aio_read */
  361         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 319 = aio_write */
  362         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 320 = lio_listio */
  363         { 0, (sy_call_t *)yield, AUE_NULL, NULL, 0, 0 },                /* 321 = yield */
  364         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 322 = obsolete thr_sleep */
  365         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 323 = obsolete thr_wakeup */
  366         { AS(mlockall_args), (sy_call_t *)mlockall, AUE_MLOCKALL, NULL, 0, 0 }, /* 324 = mlockall */
  367         { 0, (sy_call_t *)munlockall, AUE_MUNLOCKALL, NULL, 0, 0 },     /* 325 = munlockall */
  368         { AS(__getcwd_args), (sy_call_t *)__getcwd, AUE_GETCWD, NULL, 0, 0 },   /* 326 = __getcwd */
  369         { AS(sched_setparam_args), (sy_call_t *)sched_setparam, AUE_NULL, NULL, 0, 0 }, /* 327 = sched_setparam */
  370         { AS(sched_getparam_args), (sy_call_t *)sched_getparam, AUE_NULL, NULL, 0, 0 }, /* 328 = sched_getparam */
  371         { AS(sched_setscheduler_args), (sy_call_t *)sched_setscheduler, AUE_NULL, NULL, 0, 0 }, /* 329 = sched_setscheduler */
  372         { AS(sched_getscheduler_args), (sy_call_t *)sched_getscheduler, AUE_NULL, NULL, 0, 0 }, /* 330 = sched_getscheduler */
  373         { 0, (sy_call_t *)sched_yield, AUE_NULL, NULL, 0, 0 },  /* 331 = sched_yield */
  374         { AS(sched_get_priority_max_args), (sy_call_t *)sched_get_priority_max, AUE_NULL, NULL, 0, 0 }, /* 332 = sched_get_priority_max */
  375         { AS(sched_get_priority_min_args), (sy_call_t *)sched_get_priority_min, AUE_NULL, NULL, 0, 0 }, /* 333 = sched_get_priority_min */
  376         { AS(sched_rr_get_interval_args), (sy_call_t *)sched_rr_get_interval, AUE_NULL, NULL, 0, 0 },   /* 334 = sched_rr_get_interval */
  377         { AS(utrace_args), (sy_call_t *)utrace, AUE_NULL, NULL, 0, 0 }, /* 335 = utrace */
  378         { compat4(AS(freebsd4_freebsd32_sendfile_args),freebsd32_sendfile), AUE_SENDFILE, NULL, 0, 0 }, /* 336 = old freebsd32_sendfile */
  379         { AS(kldsym_args), (sy_call_t *)kldsym, AUE_NULL, NULL, 0, 0 }, /* 337 = kldsym */
  380         { AS(jail_args), (sy_call_t *)jail, AUE_JAIL, NULL, 0, 0 },     /* 338 = jail */
  381         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 339 = pioctl */
  382         { AS(sigprocmask_args), (sy_call_t *)sigprocmask, AUE_SIGPROCMASK, NULL, 0, 0 },        /* 340 = sigprocmask */
  383         { AS(sigsuspend_args), (sy_call_t *)sigsuspend, AUE_SIGSUSPEND, NULL, 0, 0 },   /* 341 = sigsuspend */
  384         { compat4(AS(freebsd4_freebsd32_sigaction_args),freebsd32_sigaction), AUE_SIGACTION, NULL, 0, 0 },      /* 342 = old freebsd32_sigaction */
  385         { AS(sigpending_args), (sy_call_t *)sigpending, AUE_SIGPENDING, NULL, 0, 0 },   /* 343 = sigpending */
  386         { compat4(AS(freebsd4_freebsd32_sigreturn_args),freebsd32_sigreturn), AUE_SIGRETURN, NULL, 0, 0 },      /* 344 = old freebsd32_sigreturn */
  387         { AS(freebsd32_sigtimedwait_args), (sy_call_t *)freebsd32_sigtimedwait, AUE_SIGWAIT, NULL, 0, 0 },      /* 345 = freebsd32_sigtimedwait */
  388         { AS(freebsd32_sigwaitinfo_args), (sy_call_t *)freebsd32_sigwaitinfo, AUE_NULL, NULL, 0, 0 },   /* 346 = freebsd32_sigwaitinfo */
  389         { AS(__acl_get_file_args), (sy_call_t *)__acl_get_file, AUE_NULL, NULL, 0, 0 }, /* 347 = __acl_get_file */
  390         { AS(__acl_set_file_args), (sy_call_t *)__acl_set_file, AUE_NULL, NULL, 0, 0 }, /* 348 = __acl_set_file */
  391         { AS(__acl_get_fd_args), (sy_call_t *)__acl_get_fd, AUE_NULL, NULL, 0, 0 },     /* 349 = __acl_get_fd */
  392         { AS(__acl_set_fd_args), (sy_call_t *)__acl_set_fd, AUE_NULL, NULL, 0, 0 },     /* 350 = __acl_set_fd */
  393         { AS(__acl_delete_file_args), (sy_call_t *)__acl_delete_file, AUE_NULL, NULL, 0, 0 },   /* 351 = __acl_delete_file */
  394         { AS(__acl_delete_fd_args), (sy_call_t *)__acl_delete_fd, AUE_NULL, NULL, 0, 0 },       /* 352 = __acl_delete_fd */
  395         { AS(__acl_aclcheck_file_args), (sy_call_t *)__acl_aclcheck_file, AUE_NULL, NULL, 0, 0 },       /* 353 = __acl_aclcheck_file */
  396         { AS(__acl_aclcheck_fd_args), (sy_call_t *)__acl_aclcheck_fd, AUE_NULL, NULL, 0, 0 },   /* 354 = __acl_aclcheck_fd */
  397         { AS(extattrctl_args), (sy_call_t *)extattrctl, AUE_EXTATTRCTL, NULL, 0, 0 },   /* 355 = extattrctl */
  398         { AS(extattr_set_file_args), (sy_call_t *)extattr_set_file, AUE_EXTATTR_SET_FILE, NULL, 0, 0 }, /* 356 = extattr_set_file */
  399         { AS(extattr_get_file_args), (sy_call_t *)extattr_get_file, AUE_EXTATTR_GET_FILE, NULL, 0, 0 }, /* 357 = extattr_get_file */
  400         { AS(extattr_delete_file_args), (sy_call_t *)extattr_delete_file, AUE_EXTATTR_DELETE_FILE, NULL, 0, 0 },        /* 358 = extattr_delete_file */
  401         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 359 = aio_waitcomplete */
  402         { AS(getresuid_args), (sy_call_t *)getresuid, AUE_GETRESUID, NULL, 0, 0 },      /* 360 = getresuid */
  403         { AS(getresgid_args), (sy_call_t *)getresgid, AUE_GETRESGID, NULL, 0, 0 },      /* 361 = getresgid */
  404         { 0, (sy_call_t *)kqueue, AUE_KQUEUE, NULL, 0, 0 },             /* 362 = kqueue */
  405         { AS(freebsd32_kevent_args), (sy_call_t *)freebsd32_kevent, AUE_NULL, NULL, 0, 0 },     /* 363 = freebsd32_kevent */
  406         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 364 = __cap_get_proc */
  407         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 365 = __cap_set_proc */
  408         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 366 = __cap_get_fd */
  409         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 367 = __cap_get_file */
  410         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 368 = __cap_set_fd */
  411         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 369 = __cap_set_file */
  412         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 370 = lkmressys */
  413         { AS(extattr_set_fd_args), (sy_call_t *)extattr_set_fd, AUE_EXTATTR_SET_FD, NULL, 0, 0 },       /* 371 = extattr_set_fd */
  414         { AS(extattr_get_fd_args), (sy_call_t *)extattr_get_fd, AUE_EXTATTR_GET_FD, NULL, 0, 0 },       /* 372 = extattr_get_fd */
  415         { AS(extattr_delete_fd_args), (sy_call_t *)extattr_delete_fd, AUE_EXTATTR_DELETE_FD, NULL, 0, 0 },      /* 373 = extattr_delete_fd */
  416         { AS(__setugid_args), (sy_call_t *)__setugid, AUE_NULL, NULL, 0, 0 },   /* 374 = __setugid */
  417         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 375 = nfsclnt */
  418         { AS(eaccess_args), (sy_call_t *)eaccess, AUE_EACCESS, NULL, 0, 0 },    /* 376 = eaccess */
  419         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 377 = afs_syscall */
  420         { AS(nmount_args), (sy_call_t *)nmount, AUE_NMOUNT, NULL, 0, 0 },       /* 378 = nmount */
  421         { 0, (sy_call_t *)kse_exit, AUE_NULL, NULL, 0, 0 },             /* 379 = kse_exit */
  422         { AS(kse_wakeup_args), (sy_call_t *)kse_wakeup, AUE_NULL, NULL, 0, 0 }, /* 380 = kse_wakeup */
  423         { AS(kse_create_args), (sy_call_t *)kse_create, AUE_NULL, NULL, 0, 0 }, /* 381 = kse_create */
  424         { AS(kse_thr_interrupt_args), (sy_call_t *)kse_thr_interrupt, AUE_NULL, NULL, 0, 0 },   /* 382 = kse_thr_interrupt */
  425         { 0, (sy_call_t *)kse_release, AUE_NULL, NULL, 0, 0 },  /* 383 = kse_release */
  426         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 384 = __mac_get_proc */
  427         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 385 = __mac_set_proc */
  428         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 386 = __mac_get_fd */
  429         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 387 = __mac_get_file */
  430         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 388 = __mac_set_fd */
  431         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 389 = __mac_set_file */
  432         { AS(kenv_args), (sy_call_t *)kenv, AUE_NULL, NULL, 0, 0 },     /* 390 = kenv */
  433         { AS(lchflags_args), (sy_call_t *)lchflags, AUE_LCHFLAGS, NULL, 0, 0 }, /* 391 = lchflags */
  434         { AS(uuidgen_args), (sy_call_t *)uuidgen, AUE_NULL, NULL, 0, 0 },       /* 392 = uuidgen */
  435         { AS(freebsd32_sendfile_args), (sy_call_t *)freebsd32_sendfile, AUE_SENDFILE, NULL, 0, 0 },     /* 393 = freebsd32_sendfile */
  436         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 394 = mac_syscall */
  437         { AS(getfsstat_args), (sy_call_t *)getfsstat, AUE_GETFSSTAT, NULL, 0, 0 },      /* 395 = getfsstat */
  438         { AS(statfs_args), (sy_call_t *)statfs, AUE_STATFS, NULL, 0, 0 },       /* 396 = statfs */
  439         { AS(fstatfs_args), (sy_call_t *)fstatfs, AUE_FSTATFS, NULL, 0, 0 },    /* 397 = fstatfs */
  440         { AS(fhstatfs_args), (sy_call_t *)fhstatfs, AUE_FHSTATFS, NULL, 0, 0 }, /* 398 = fhstatfs */
  441         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 399 = nosys */
  442         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 400 = ksem_close */
  443         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 401 = ksem_post */
  444         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 402 = ksem_wait */
  445         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 403 = ksem_trywait */
  446         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 404 = ksem_init */
  447         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 405 = ksem_open */
  448         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 406 = ksem_unlink */
  449         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 407 = ksem_getvalue */
  450         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 408 = ksem_destroy */
  451         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 409 = __mac_get_pid */
  452         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 410 = __mac_get_link */
  453         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 411 = __mac_set_link */
  454         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 412 = extattr_set_link */
  455         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 413 = extattr_get_link */
  456         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 414 = extattr_delete_link */
  457         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 415 = __mac_execve */
  458         { AS(freebsd32_sigaction_args), (sy_call_t *)freebsd32_sigaction, AUE_SIGACTION, NULL, 0, 0 },  /* 416 = freebsd32_sigaction */
  459         { AS(freebsd32_sigreturn_args), (sy_call_t *)freebsd32_sigreturn, AUE_SIGRETURN, NULL, 0, 0 },  /* 417 = freebsd32_sigreturn */
  460         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 418 = __xstat */
  461         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 419 = __xfstat */
  462         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 420 = __xlstat */
  463         { AS(freebsd32_getcontext_args), (sy_call_t *)freebsd32_getcontext, AUE_NULL, NULL, 0, 0 },     /* 421 = freebsd32_getcontext */
  464         { AS(freebsd32_setcontext_args), (sy_call_t *)freebsd32_setcontext, AUE_NULL, NULL, 0, 0 },     /* 422 = freebsd32_setcontext */
  465         { AS(freebsd32_swapcontext_args), (sy_call_t *)freebsd32_swapcontext, AUE_NULL, NULL, 0, 0 },   /* 423 = freebsd32_swapcontext */
  466         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 424 = swapoff */
  467         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 425 = __acl_get_link */
  468         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 426 = __acl_set_link */
  469         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 427 = __acl_delete_link */
  470         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 428 = __acl_aclcheck_link */
  471         { AS(sigwait_args), (sy_call_t *)sigwait, AUE_SIGWAIT, NULL, 0, 0 },    /* 429 = sigwait */
  472         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 430 = thr_create; */
  473         { AS(thr_exit_args), (sy_call_t *)thr_exit, AUE_NULL, NULL, 0, 0 },     /* 431 = thr_exit */
  474         { AS(thr_self_args), (sy_call_t *)thr_self, AUE_NULL, NULL, 0, 0 },     /* 432 = thr_self */
  475         { AS(thr_kill_args), (sy_call_t *)thr_kill, AUE_NULL, NULL, 0, 0 },     /* 433 = thr_kill */
  476         { AS(freebsd32_umtx_lock_args), (sy_call_t *)freebsd32_umtx_lock, AUE_NULL, NULL, 0, 0 },       /* 434 = freebsd32_umtx_lock */
  477         { AS(freebsd32_umtx_unlock_args), (sy_call_t *)freebsd32_umtx_unlock, AUE_NULL, NULL, 0, 0 },   /* 435 = freebsd32_umtx_unlock */
  478         { AS(jail_attach_args), (sy_call_t *)jail_attach, AUE_NULL, NULL, 0, 0 },       /* 436 = jail_attach */
  479         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 437 = extattr_list_fd */
  480         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 438 = extattr_list_file */
  481         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 439 = extattr_list_link */
  482         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 440 = kse_switchin */
  483         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 441 = ksem_timedwait */
  484         { AS(freebsd32_thr_suspend_args), (sy_call_t *)freebsd32_thr_suspend, AUE_NULL, NULL, 0, 0 },   /* 442 = freebsd32_thr_suspend */
  485         { AS(thr_wake_args), (sy_call_t *)thr_wake, AUE_NULL, NULL, 0, 0 },     /* 443 = thr_wake */
  486         { AS(kldunloadf_args), (sy_call_t *)kldunloadf, AUE_MODUNLOAD, NULL, 0, 0 },    /* 444 = kldunloadf */
  487         { AS(audit_args), (sy_call_t *)audit, AUE_AUDIT, NULL, 0, 0 },  /* 445 = audit */
  488         { AS(auditon_args), (sy_call_t *)auditon, AUE_AUDITON, NULL, 0, 0 },    /* 446 = auditon */
  489         { AS(getauid_args), (sy_call_t *)getauid, AUE_GETAUID, NULL, 0, 0 },    /* 447 = getauid */
  490         { AS(setauid_args), (sy_call_t *)setauid, AUE_SETAUID, NULL, 0, 0 },    /* 448 = setauid */
  491         { AS(getaudit_args), (sy_call_t *)getaudit, AUE_GETAUDIT, NULL, 0, 0 }, /* 449 = getaudit */
  492         { AS(setaudit_args), (sy_call_t *)setaudit, AUE_SETAUDIT, NULL, 0, 0 }, /* 450 = setaudit */
  493         { AS(getaudit_addr_args), (sy_call_t *)getaudit_addr, AUE_GETAUDIT_ADDR, NULL, 0, 0 },  /* 451 = getaudit_addr */
  494         { AS(setaudit_addr_args), (sy_call_t *)setaudit_addr, AUE_SETAUDIT_ADDR, NULL, 0, 0 },  /* 452 = setaudit_addr */
  495         { AS(auditctl_args), (sy_call_t *)auditctl, AUE_AUDITCTL, NULL, 0, 0 }, /* 453 = auditctl */
  496         { AS(freebsd32_umtx_op_args), (sy_call_t *)freebsd32_umtx_op, AUE_NULL, NULL, 0, 0 },   /* 454 = freebsd32_umtx_op */
  497         { AS(freebsd32_thr_new_args), (sy_call_t *)freebsd32_thr_new, AUE_NULL, NULL, 0, 0 },   /* 455 = freebsd32_thr_new */
  498         { AS(sigqueue_args), (sy_call_t *)sigqueue, AUE_NULL, NULL, 0, 0 },     /* 456 = sigqueue */
  499         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 457 = kmq_open */
  500         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 458 = kmq_setattr */
  501         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 459 = kmq_timedreceive */
  502         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 460 = kmq_timedsend */
  503         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 461 = kmq_notify */
  504         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 462 = kmq_unlink */
  505         { AS(abort2_args), (sy_call_t *)abort2, AUE_NULL, NULL, 0, 0 }, /* 463 = abort2 */
  506         { AS(thr_set_name_args), (sy_call_t *)thr_set_name, AUE_NULL, NULL, 0, 0 },     /* 464 = thr_set_name */
  507         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 465 = aio_fsync */
  508         { AS(rtprio_thread_args), (sy_call_t *)rtprio_thread, AUE_RTPRIO, NULL, 0, 0 }, /* 466 = rtprio_thread */
  509         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 467 = nosys */
  510         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 468 = nosys */
  511         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 469 = __getpath_fromfd */
  512         { 0, (sy_call_t *)nosys, AUE_NULL, NULL, 0, 0 },                        /* 470 = __getpath_fromaddr */
  513         { AS(sctp_peeloff_args), (sy_call_t *)sctp_peeloff, AUE_NULL, NULL, 0, 0 },     /* 471 = sctp_peeloff */
  514         { AS(sctp_generic_sendmsg_args), (sy_call_t *)sctp_generic_sendmsg, AUE_NULL, NULL, 0, 0 },     /* 472 = sctp_generic_sendmsg */
  515         { AS(sctp_generic_sendmsg_iov_args), (sy_call_t *)sctp_generic_sendmsg_iov, AUE_NULL, NULL, 0, 0 },     /* 473 = sctp_generic_sendmsg_iov */
  516         { AS(sctp_generic_recvmsg_args), (sy_call_t *)sctp_generic_recvmsg, AUE_NULL, NULL, 0, 0 },     /* 474 = sctp_generic_recvmsg */
  517         { AS(freebsd32_pread_args), (sy_call_t *)freebsd32_pread, AUE_PREAD, NULL, 0, 0 },      /* 475 = freebsd32_pread */
  518         { AS(freebsd32_pwrite_args), (sy_call_t *)freebsd32_pwrite, AUE_PWRITE, NULL, 0, 0 },   /* 476 = freebsd32_pwrite */
  519         { AS(freebsd32_mmap_args), (sy_call_t *)freebsd32_mmap, AUE_MMAP, NULL, 0, 0 }, /* 477 = freebsd32_mmap */
  520         { AS(freebsd32_lseek_args), (sy_call_t *)freebsd32_lseek, AUE_LSEEK, NULL, 0, 0 },      /* 478 = freebsd32_lseek */
  521         { AS(freebsd32_truncate_args), (sy_call_t *)freebsd32_truncate, AUE_TRUNCATE, NULL, 0, 0 },     /* 479 = freebsd32_truncate */
  522         { AS(freebsd32_ftruncate_args), (sy_call_t *)freebsd32_ftruncate, AUE_FTRUNCATE, NULL, 0, 0 },  /* 480 = freebsd32_ftruncate */
  523         { AS(thr_kill2_args), (sy_call_t *)thr_kill2, AUE_KILL, NULL, 0, 0 },   /* 481 = thr_kill2 */
  524 };

Cache object: 0636720b550652b84d921e410cfd90c8


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.