vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go
changeset 260 445e01aede7e
parent 256 6d9efbef00a9
equal deleted inserted replaced
259:db4911b0c721 260:445e01aede7e
     1 // go run mksysnum.go https://svn.freebsd.org/base/stable/11/sys/kern/syscalls.master
     1 // go run mksysnum.go https://cgit.freebsd.org/src/plain/sys/kern/syscalls.master?h=stable/12
     2 // Code generated by the command above; see README.md. DO NOT EDIT.
     2 // Code generated by the command above; see README.md. DO NOT EDIT.
     3 
     3 
     4 //go:build arm64 && freebsd
     4 //go:build arm64 && freebsd
     5 // +build arm64,freebsd
     5 // +build arm64,freebsd
     6 
     6 
    17 	SYS_WAIT4                    = 7   // { int wait4(int pid, int *status, int options, struct rusage *rusage); }
    17 	SYS_WAIT4                    = 7   // { int wait4(int pid, int *status, int options, struct rusage *rusage); }
    18 	SYS_LINK                     = 9   // { int link(char *path, char *link); }
    18 	SYS_LINK                     = 9   // { int link(char *path, char *link); }
    19 	SYS_UNLINK                   = 10  // { int unlink(char *path); }
    19 	SYS_UNLINK                   = 10  // { int unlink(char *path); }
    20 	SYS_CHDIR                    = 12  // { int chdir(char *path); }
    20 	SYS_CHDIR                    = 12  // { int chdir(char *path); }
    21 	SYS_FCHDIR                   = 13  // { int fchdir(int fd); }
    21 	SYS_FCHDIR                   = 13  // { int fchdir(int fd); }
    22 	SYS_MKNOD                    = 14  // { int mknod(char *path, int mode, int dev); }
       
    23 	SYS_CHMOD                    = 15  // { int chmod(char *path, int mode); }
    22 	SYS_CHMOD                    = 15  // { int chmod(char *path, int mode); }
    24 	SYS_CHOWN                    = 16  // { int chown(char *path, int uid, int gid); }
    23 	SYS_CHOWN                    = 16  // { int chown(char *path, int uid, int gid); }
    25 	SYS_OBREAK                   = 17  // { int obreak(char *nsize); } break obreak_args int
    24 	SYS_BREAK                    = 17  // { caddr_t break(char *nsize); }
    26 	SYS_GETPID                   = 20  // { pid_t getpid(void); }
    25 	SYS_GETPID                   = 20  // { pid_t getpid(void); }
    27 	SYS_MOUNT                    = 21  // { int mount(char *type, char *path, int flags, caddr_t data); }
    26 	SYS_MOUNT                    = 21  // { int mount(char *type, char *path, int flags, caddr_t data); }
    28 	SYS_UNMOUNT                  = 22  // { int unmount(char *path, int flags); }
    27 	SYS_UNMOUNT                  = 22  // { int unmount(char *path, int flags); }
    29 	SYS_SETUID                   = 23  // { int setuid(uid_t uid); }
    28 	SYS_SETUID                   = 23  // { int setuid(uid_t uid); }
    30 	SYS_GETUID                   = 24  // { uid_t getuid(void); }
    29 	SYS_GETUID                   = 24  // { uid_t getuid(void); }
    41 	SYS_FCHFLAGS                 = 35  // { int fchflags(int fd, u_long flags); }
    40 	SYS_FCHFLAGS                 = 35  // { int fchflags(int fd, u_long flags); }
    42 	SYS_SYNC                     = 36  // { int sync(void); }
    41 	SYS_SYNC                     = 36  // { int sync(void); }
    43 	SYS_KILL                     = 37  // { int kill(int pid, int signum); }
    42 	SYS_KILL                     = 37  // { int kill(int pid, int signum); }
    44 	SYS_GETPPID                  = 39  // { pid_t getppid(void); }
    43 	SYS_GETPPID                  = 39  // { pid_t getppid(void); }
    45 	SYS_DUP                      = 41  // { int dup(u_int fd); }
    44 	SYS_DUP                      = 41  // { int dup(u_int fd); }
    46 	SYS_PIPE                     = 42  // { int pipe(void); }
       
    47 	SYS_GETEGID                  = 43  // { gid_t getegid(void); }
    45 	SYS_GETEGID                  = 43  // { gid_t getegid(void); }
    48 	SYS_PROFIL                   = 44  // { int profil(caddr_t samples, size_t size, size_t offset, u_int scale); }
    46 	SYS_PROFIL                   = 44  // { int profil(caddr_t samples, size_t size, size_t offset, u_int scale); }
    49 	SYS_KTRACE                   = 45  // { int ktrace(const char *fname, int ops, int facs, int pid); }
    47 	SYS_KTRACE                   = 45  // { int ktrace(const char *fname, int ops, int facs, int pid); }
    50 	SYS_GETGID                   = 47  // { gid_t getgid(void); }
    48 	SYS_GETGID                   = 47  // { gid_t getgid(void); }
    51 	SYS_GETLOGIN                 = 49  // { int getlogin(char *namebuf, u_int namelen); }
    49 	SYS_GETLOGIN                 = 49  // { int getlogin(char *namebuf, u_int namelen); }
    56 	SYS_REBOOT                   = 55  // { int reboot(int opt); }
    54 	SYS_REBOOT                   = 55  // { int reboot(int opt); }
    57 	SYS_REVOKE                   = 56  // { int revoke(char *path); }
    55 	SYS_REVOKE                   = 56  // { int revoke(char *path); }
    58 	SYS_SYMLINK                  = 57  // { int symlink(char *path, char *link); }
    56 	SYS_SYMLINK                  = 57  // { int symlink(char *path, char *link); }
    59 	SYS_READLINK                 = 58  // { ssize_t readlink(char *path, char *buf, size_t count); }
    57 	SYS_READLINK                 = 58  // { ssize_t readlink(char *path, char *buf, size_t count); }
    60 	SYS_EXECVE                   = 59  // { int execve(char *fname, char **argv, char **envv); }
    58 	SYS_EXECVE                   = 59  // { int execve(char *fname, char **argv, char **envv); }
    61 	SYS_UMASK                    = 60  // { int umask(int newmask); } umask umask_args int
    59 	SYS_UMASK                    = 60  // { int umask(int newmask); }
    62 	SYS_CHROOT                   = 61  // { int chroot(char *path); }
    60 	SYS_CHROOT                   = 61  // { int chroot(char *path); }
    63 	SYS_MSYNC                    = 65  // { int msync(void *addr, size_t len, int flags); }
    61 	SYS_MSYNC                    = 65  // { int msync(void *addr, size_t len, int flags); }
    64 	SYS_VFORK                    = 66  // { int vfork(void); }
    62 	SYS_VFORK                    = 66  // { int vfork(void); }
    65 	SYS_SBRK                     = 69  // { int sbrk(int incr); }
    63 	SYS_SBRK                     = 69  // { int sbrk(int incr); }
    66 	SYS_SSTK                     = 70  // { int sstk(int incr); }
    64 	SYS_SSTK                     = 70  // { int sstk(int incr); }
    67 	SYS_OVADVISE                 = 72  // { int ovadvise(int anom); } vadvise ovadvise_args int
       
    68 	SYS_MUNMAP                   = 73  // { int munmap(void *addr, size_t len); }
    65 	SYS_MUNMAP                   = 73  // { int munmap(void *addr, size_t len); }
    69 	SYS_MPROTECT                 = 74  // { int mprotect(const void *addr, size_t len, int prot); }
    66 	SYS_MPROTECT                 = 74  // { int mprotect(void *addr, size_t len, int prot); }
    70 	SYS_MADVISE                  = 75  // { int madvise(void *addr, size_t len, int behav); }
    67 	SYS_MADVISE                  = 75  // { int madvise(void *addr, size_t len, int behav); }
    71 	SYS_MINCORE                  = 78  // { int mincore(const void *addr, size_t len, char *vec); }
    68 	SYS_MINCORE                  = 78  // { int mincore(const void *addr, size_t len, char *vec); }
    72 	SYS_GETGROUPS                = 79  // { int getgroups(u_int gidsetsize, gid_t *gidset); }
    69 	SYS_GETGROUPS                = 79  // { int getgroups(u_int gidsetsize, gid_t *gidset); }
    73 	SYS_SETGROUPS                = 80  // { int setgroups(u_int gidsetsize, gid_t *gidset); }
    70 	SYS_SETGROUPS                = 80  // { int setgroups(u_int gidsetsize, gid_t *gidset); }
    74 	SYS_GETPGRP                  = 81  // { int getpgrp(void); }
    71 	SYS_GETPGRP                  = 81  // { int getpgrp(void); }
   122 	SYS_SETFIB                   = 175 // { int setfib(int fibnum); }
   119 	SYS_SETFIB                   = 175 // { int setfib(int fibnum); }
   123 	SYS_NTP_ADJTIME              = 176 // { int ntp_adjtime(struct timex *tp); }
   120 	SYS_NTP_ADJTIME              = 176 // { int ntp_adjtime(struct timex *tp); }
   124 	SYS_SETGID                   = 181 // { int setgid(gid_t gid); }
   121 	SYS_SETGID                   = 181 // { int setgid(gid_t gid); }
   125 	SYS_SETEGID                  = 182 // { int setegid(gid_t egid); }
   122 	SYS_SETEGID                  = 182 // { int setegid(gid_t egid); }
   126 	SYS_SETEUID                  = 183 // { int seteuid(uid_t euid); }
   123 	SYS_SETEUID                  = 183 // { int seteuid(uid_t euid); }
   127 	SYS_STAT                     = 188 // { int stat(char *path, struct stat *ub); }
       
   128 	SYS_FSTAT                    = 189 // { int fstat(int fd, struct stat *sb); }
       
   129 	SYS_LSTAT                    = 190 // { int lstat(char *path, struct stat *ub); }
       
   130 	SYS_PATHCONF                 = 191 // { int pathconf(char *path, int name); }
   124 	SYS_PATHCONF                 = 191 // { int pathconf(char *path, int name); }
   131 	SYS_FPATHCONF                = 192 // { int fpathconf(int fd, int name); }
   125 	SYS_FPATHCONF                = 192 // { int fpathconf(int fd, int name); }
   132 	SYS_GETRLIMIT                = 194 // { int getrlimit(u_int which, struct rlimit *rlp); } getrlimit __getrlimit_args int
   126 	SYS_GETRLIMIT                = 194 // { int getrlimit(u_int which, struct rlimit *rlp); } getrlimit __getrlimit_args int
   133 	SYS_SETRLIMIT                = 195 // { int setrlimit(u_int which, struct rlimit *rlp); } setrlimit __setrlimit_args int
   127 	SYS_SETRLIMIT                = 195 // { int setrlimit(u_int which, struct rlimit *rlp); } setrlimit __setrlimit_args int
   134 	SYS_GETDIRENTRIES            = 196 // { int getdirentries(int fd, char *buf, u_int count, long *basep); }
       
   135 	SYS___SYSCTL                 = 202 // { int __sysctl(int *name, u_int namelen, void *old, size_t *oldlenp, void *new, size_t newlen); } __sysctl sysctl_args int
   128 	SYS___SYSCTL                 = 202 // { int __sysctl(int *name, u_int namelen, void *old, size_t *oldlenp, void *new, size_t newlen); } __sysctl sysctl_args int
   136 	SYS_MLOCK                    = 203 // { int mlock(const void *addr, size_t len); }
   129 	SYS_MLOCK                    = 203 // { int mlock(const void *addr, size_t len); }
   137 	SYS_MUNLOCK                  = 204 // { int munlock(const void *addr, size_t len); }
   130 	SYS_MUNLOCK                  = 204 // { int munlock(const void *addr, size_t len); }
   138 	SYS_UNDELETE                 = 205 // { int undelete(char *path); }
   131 	SYS_UNDELETE                 = 205 // { int undelete(char *path); }
   139 	SYS_FUTIMES                  = 206 // { int futimes(int fd, struct timeval *tptr); }
   132 	SYS_FUTIMES                  = 206 // { int futimes(int fd, struct timeval *tptr); }
   141 	SYS_POLL                     = 209 // { int poll(struct pollfd *fds, u_int nfds, int timeout); }
   134 	SYS_POLL                     = 209 // { int poll(struct pollfd *fds, u_int nfds, int timeout); }
   142 	SYS_SEMGET                   = 221 // { int semget(key_t key, int nsems, int semflg); }
   135 	SYS_SEMGET                   = 221 // { int semget(key_t key, int nsems, int semflg); }
   143 	SYS_SEMOP                    = 222 // { int semop(int semid, struct sembuf *sops, size_t nsops); }
   136 	SYS_SEMOP                    = 222 // { int semop(int semid, struct sembuf *sops, size_t nsops); }
   144 	SYS_MSGGET                   = 225 // { int msgget(key_t key, int msgflg); }
   137 	SYS_MSGGET                   = 225 // { int msgget(key_t key, int msgflg); }
   145 	SYS_MSGSND                   = 226 // { int msgsnd(int msqid, const void *msgp, size_t msgsz, int msgflg); }
   138 	SYS_MSGSND                   = 226 // { int msgsnd(int msqid, const void *msgp, size_t msgsz, int msgflg); }
   146 	SYS_MSGRCV                   = 227 // { int msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg); }
   139 	SYS_MSGRCV                   = 227 // { ssize_t msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg); }
   147 	SYS_SHMAT                    = 228 // { int shmat(int shmid, const void *shmaddr, int shmflg); }
   140 	SYS_SHMAT                    = 228 // { int shmat(int shmid, const void *shmaddr, int shmflg); }
   148 	SYS_SHMDT                    = 230 // { int shmdt(const void *shmaddr); }
   141 	SYS_SHMDT                    = 230 // { int shmdt(const void *shmaddr); }
   149 	SYS_SHMGET                   = 231 // { int shmget(key_t key, size_t size, int shmflg); }
   142 	SYS_SHMGET                   = 231 // { int shmget(key_t key, size_t size, int shmflg); }
   150 	SYS_CLOCK_GETTIME            = 232 // { int clock_gettime(clockid_t clock_id, struct timespec *tp); }
   143 	SYS_CLOCK_GETTIME            = 232 // { int clock_gettime(clockid_t clock_id, struct timespec *tp); }
   151 	SYS_CLOCK_SETTIME            = 233 // { int clock_settime( clockid_t clock_id, const struct timespec *tp); }
   144 	SYS_CLOCK_SETTIME            = 233 // { int clock_settime(clockid_t clock_id, const struct timespec *tp); }
   152 	SYS_CLOCK_GETRES             = 234 // { int clock_getres(clockid_t clock_id, struct timespec *tp); }
   145 	SYS_CLOCK_GETRES             = 234 // { int clock_getres(clockid_t clock_id, struct timespec *tp); }
   153 	SYS_KTIMER_CREATE            = 235 // { int ktimer_create(clockid_t clock_id, struct sigevent *evp, int *timerid); }
   146 	SYS_KTIMER_CREATE            = 235 // { int ktimer_create(clockid_t clock_id, struct sigevent *evp, int *timerid); }
   154 	SYS_KTIMER_DELETE            = 236 // { int ktimer_delete(int timerid); }
   147 	SYS_KTIMER_DELETE            = 236 // { int ktimer_delete(int timerid); }
   155 	SYS_KTIMER_SETTIME           = 237 // { int ktimer_settime(int timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue); }
   148 	SYS_KTIMER_SETTIME           = 237 // { int ktimer_settime(int timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue); }
   156 	SYS_KTIMER_GETTIME           = 238 // { int ktimer_gettime(int timerid, struct itimerspec *value); }
   149 	SYS_KTIMER_GETTIME           = 238 // { int ktimer_gettime(int timerid, struct itimerspec *value); }
   157 	SYS_KTIMER_GETOVERRUN        = 239 // { int ktimer_getoverrun(int timerid); }
   150 	SYS_KTIMER_GETOVERRUN        = 239 // { int ktimer_getoverrun(int timerid); }
   158 	SYS_NANOSLEEP                = 240 // { int nanosleep(const struct timespec *rqtp, struct timespec *rmtp); }
   151 	SYS_NANOSLEEP                = 240 // { int nanosleep(const struct timespec *rqtp, struct timespec *rmtp); }
   159 	SYS_FFCLOCK_GETCOUNTER       = 241 // { int ffclock_getcounter(ffcounter *ffcount); }
   152 	SYS_FFCLOCK_GETCOUNTER       = 241 // { int ffclock_getcounter(ffcounter *ffcount); }
   160 	SYS_FFCLOCK_SETESTIMATE      = 242 // { int ffclock_setestimate( struct ffclock_estimate *cest); }
   153 	SYS_FFCLOCK_SETESTIMATE      = 242 // { int ffclock_setestimate(struct ffclock_estimate *cest); }
   161 	SYS_FFCLOCK_GETESTIMATE      = 243 // { int ffclock_getestimate( struct ffclock_estimate *cest); }
   154 	SYS_FFCLOCK_GETESTIMATE      = 243 // { int ffclock_getestimate(struct ffclock_estimate *cest); }
   162 	SYS_CLOCK_NANOSLEEP          = 244 // { int clock_nanosleep(clockid_t clock_id, int flags, const struct timespec *rqtp, struct timespec *rmtp); }
   155 	SYS_CLOCK_NANOSLEEP          = 244 // { int clock_nanosleep(clockid_t clock_id, int flags, const struct timespec *rqtp, struct timespec *rmtp); }
   163 	SYS_CLOCK_GETCPUCLOCKID2     = 247 // { int clock_getcpuclockid2(id_t id,int which, clockid_t *clock_id); }
   156 	SYS_CLOCK_GETCPUCLOCKID2     = 247 // { int clock_getcpuclockid2(id_t id, int which, clockid_t *clock_id); }
   164 	SYS_NTP_GETTIME              = 248 // { int ntp_gettime(struct ntptimeval *ntvp); }
   157 	SYS_NTP_GETTIME              = 248 // { int ntp_gettime(struct ntptimeval *ntvp); }
   165 	SYS_MINHERIT                 = 250 // { int minherit(void *addr, size_t len, int inherit); }
   158 	SYS_MINHERIT                 = 250 // { int minherit(void *addr, size_t len, int inherit); }
   166 	SYS_RFORK                    = 251 // { int rfork(int flags); }
   159 	SYS_RFORK                    = 251 // { int rfork(int flags); }
   167 	SYS_OPENBSD_POLL             = 252 // { int openbsd_poll(struct pollfd *fds, u_int nfds, int timeout); }
       
   168 	SYS_ISSETUGID                = 253 // { int issetugid(void); }
   160 	SYS_ISSETUGID                = 253 // { int issetugid(void); }
   169 	SYS_LCHOWN                   = 254 // { int lchown(char *path, int uid, int gid); }
   161 	SYS_LCHOWN                   = 254 // { int lchown(char *path, int uid, int gid); }
   170 	SYS_AIO_READ                 = 255 // { int aio_read(struct aiocb *aiocbp); }
   162 	SYS_AIO_READ                 = 255 // { int aio_read(struct aiocb *aiocbp); }
   171 	SYS_AIO_WRITE                = 256 // { int aio_write(struct aiocb *aiocbp); }
   163 	SYS_AIO_WRITE                = 256 // { int aio_write(struct aiocb *aiocbp); }
   172 	SYS_LIO_LISTIO               = 257 // { int lio_listio(int mode, struct aiocb * const *acb_list, int nent, struct sigevent *sig); }
   164 	SYS_LIO_LISTIO               = 257 // { int lio_listio(int mode, struct aiocb* const *acb_list, int nent, struct sigevent *sig); }
   173 	SYS_GETDENTS                 = 272 // { int getdents(int fd, char *buf, size_t count); }
       
   174 	SYS_LCHMOD                   = 274 // { int lchmod(char *path, mode_t mode); }
   165 	SYS_LCHMOD                   = 274 // { int lchmod(char *path, mode_t mode); }
   175 	SYS_LUTIMES                  = 276 // { int lutimes(char *path, struct timeval *tptr); }
   166 	SYS_LUTIMES                  = 276 // { int lutimes(char *path, struct timeval *tptr); }
   176 	SYS_NSTAT                    = 278 // { int nstat(char *path, struct nstat *ub); }
       
   177 	SYS_NFSTAT                   = 279 // { int nfstat(int fd, struct nstat *sb); }
       
   178 	SYS_NLSTAT                   = 280 // { int nlstat(char *path, struct nstat *ub); }
       
   179 	SYS_PREADV                   = 289 // { ssize_t preadv(int fd, struct iovec *iovp, u_int iovcnt, off_t offset); }
   167 	SYS_PREADV                   = 289 // { ssize_t preadv(int fd, struct iovec *iovp, u_int iovcnt, off_t offset); }
   180 	SYS_PWRITEV                  = 290 // { ssize_t pwritev(int fd, struct iovec *iovp, u_int iovcnt, off_t offset); }
   168 	SYS_PWRITEV                  = 290 // { ssize_t pwritev(int fd, struct iovec *iovp, u_int iovcnt, off_t offset); }
   181 	SYS_FHOPEN                   = 298 // { int fhopen(const struct fhandle *u_fhp, int flags); }
   169 	SYS_FHOPEN                   = 298 // { int fhopen(const struct fhandle *u_fhp, int flags); }
   182 	SYS_FHSTAT                   = 299 // { int fhstat(const struct fhandle *u_fhp, struct stat *sb); }
       
   183 	SYS_MODNEXT                  = 300 // { int modnext(int modid); }
   170 	SYS_MODNEXT                  = 300 // { int modnext(int modid); }
   184 	SYS_MODSTAT                  = 301 // { int modstat(int modid, struct module_stat *stat); }
   171 	SYS_MODSTAT                  = 301 // { int modstat(int modid, struct module_stat* stat); }
   185 	SYS_MODFNEXT                 = 302 // { int modfnext(int modid); }
   172 	SYS_MODFNEXT                 = 302 // { int modfnext(int modid); }
   186 	SYS_MODFIND                  = 303 // { int modfind(const char *name); }
   173 	SYS_MODFIND                  = 303 // { int modfind(const char *name); }
   187 	SYS_KLDLOAD                  = 304 // { int kldload(const char *file); }
   174 	SYS_KLDLOAD                  = 304 // { int kldload(const char *file); }
   188 	SYS_KLDUNLOAD                = 305 // { int kldunload(int fileid); }
   175 	SYS_KLDUNLOAD                = 305 // { int kldunload(int fileid); }
   189 	SYS_KLDFIND                  = 306 // { int kldfind(const char *file); }
   176 	SYS_KLDFIND                  = 306 // { int kldfind(const char *file); }
   190 	SYS_KLDNEXT                  = 307 // { int kldnext(int fileid); }
   177 	SYS_KLDNEXT                  = 307 // { int kldnext(int fileid); }
   191 	SYS_KLDSTAT                  = 308 // { int kldstat(int fileid, struct kld_file_stat* stat); }
   178 	SYS_KLDSTAT                  = 308 // { int kldstat(int fileid, struct kld_file_stat *stat); }
   192 	SYS_KLDFIRSTMOD              = 309 // { int kldfirstmod(int fileid); }
   179 	SYS_KLDFIRSTMOD              = 309 // { int kldfirstmod(int fileid); }
   193 	SYS_GETSID                   = 310 // { int getsid(pid_t pid); }
   180 	SYS_GETSID                   = 310 // { int getsid(pid_t pid); }
   194 	SYS_SETRESUID                = 311 // { int setresuid(uid_t ruid, uid_t euid, uid_t suid); }
   181 	SYS_SETRESUID                = 311 // { int setresuid(uid_t ruid, uid_t euid, uid_t suid); }
   195 	SYS_SETRESGID                = 312 // { int setresgid(gid_t rgid, gid_t egid, gid_t sgid); }
   182 	SYS_SETRESGID                = 312 // { int setresgid(gid_t rgid, gid_t egid, gid_t sgid); }
   196 	SYS_AIO_RETURN               = 314 // { ssize_t aio_return(struct aiocb *aiocbp); }
   183 	SYS_AIO_RETURN               = 314 // { ssize_t aio_return(struct aiocb *aiocbp); }
   197 	SYS_AIO_SUSPEND              = 315 // { int aio_suspend( struct aiocb * const * aiocbp, int nent, const struct timespec *timeout); }
   184 	SYS_AIO_SUSPEND              = 315 // { int aio_suspend(struct aiocb * const * aiocbp, int nent, const struct timespec *timeout); }
   198 	SYS_AIO_CANCEL               = 316 // { int aio_cancel(int fd, struct aiocb *aiocbp); }
   185 	SYS_AIO_CANCEL               = 316 // { int aio_cancel(int fd, struct aiocb *aiocbp); }
   199 	SYS_AIO_ERROR                = 317 // { int aio_error(struct aiocb *aiocbp); }
   186 	SYS_AIO_ERROR                = 317 // { int aio_error(struct aiocb *aiocbp); }
   200 	SYS_YIELD                    = 321 // { int yield(void); }
   187 	SYS_YIELD                    = 321 // { int yield(void); }
   201 	SYS_MLOCKALL                 = 324 // { int mlockall(int how); }
   188 	SYS_MLOCKALL                 = 324 // { int mlockall(int how); }
   202 	SYS_MUNLOCKALL               = 325 // { int munlockall(void); }
   189 	SYS_MUNLOCKALL               = 325 // { int munlockall(void); }
   203 	SYS___GETCWD                 = 326 // { int __getcwd(char *buf, u_int buflen); }
   190 	SYS___GETCWD                 = 326 // { int __getcwd(char *buf, size_t buflen); }
   204 	SYS_SCHED_SETPARAM           = 327 // { int sched_setparam (pid_t pid, const struct sched_param *param); }
   191 	SYS_SCHED_SETPARAM           = 327 // { int sched_setparam (pid_t pid, const struct sched_param *param); }
   205 	SYS_SCHED_GETPARAM           = 328 // { int sched_getparam (pid_t pid, struct sched_param *param); }
   192 	SYS_SCHED_GETPARAM           = 328 // { int sched_getparam (pid_t pid, struct sched_param *param); }
   206 	SYS_SCHED_SETSCHEDULER       = 329 // { int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param); }
   193 	SYS_SCHED_SETSCHEDULER       = 329 // { int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param); }
   207 	SYS_SCHED_GETSCHEDULER       = 330 // { int sched_getscheduler (pid_t pid); }
   194 	SYS_SCHED_GETSCHEDULER       = 330 // { int sched_getscheduler (pid_t pid); }
   208 	SYS_SCHED_YIELD              = 331 // { int sched_yield (void); }
   195 	SYS_SCHED_YIELD              = 331 // { int sched_yield (void); }
   224 	SYS___ACL_DELETE_FILE        = 351 // { int __acl_delete_file(const char *path, acl_type_t type); }
   211 	SYS___ACL_DELETE_FILE        = 351 // { int __acl_delete_file(const char *path, acl_type_t type); }
   225 	SYS___ACL_DELETE_FD          = 352 // { int __acl_delete_fd(int filedes, acl_type_t type); }
   212 	SYS___ACL_DELETE_FD          = 352 // { int __acl_delete_fd(int filedes, acl_type_t type); }
   226 	SYS___ACL_ACLCHECK_FILE      = 353 // { int __acl_aclcheck_file(const char *path, acl_type_t type, struct acl *aclp); }
   213 	SYS___ACL_ACLCHECK_FILE      = 353 // { int __acl_aclcheck_file(const char *path, acl_type_t type, struct acl *aclp); }
   227 	SYS___ACL_ACLCHECK_FD        = 354 // { int __acl_aclcheck_fd(int filedes, acl_type_t type, struct acl *aclp); }
   214 	SYS___ACL_ACLCHECK_FD        = 354 // { int __acl_aclcheck_fd(int filedes, acl_type_t type, struct acl *aclp); }
   228 	SYS_EXTATTRCTL               = 355 // { int extattrctl(const char *path, int cmd, const char *filename, int attrnamespace, const char *attrname); }
   215 	SYS_EXTATTRCTL               = 355 // { int extattrctl(const char *path, int cmd, const char *filename, int attrnamespace, const char *attrname); }
   229 	SYS_EXTATTR_SET_FILE         = 356 // { ssize_t extattr_set_file( const char *path, int attrnamespace, const char *attrname, void *data, size_t nbytes); }
   216 	SYS_EXTATTR_SET_FILE         = 356 // { ssize_t extattr_set_file(const char *path, int attrnamespace, const char *attrname, void *data, size_t nbytes); }
   230 	SYS_EXTATTR_GET_FILE         = 357 // { ssize_t extattr_get_file( const char *path, int attrnamespace, const char *attrname, void *data, size_t nbytes); }
   217 	SYS_EXTATTR_GET_FILE         = 357 // { ssize_t extattr_get_file(const char *path, int attrnamespace, const char *attrname, void *data, size_t nbytes); }
   231 	SYS_EXTATTR_DELETE_FILE      = 358 // { int extattr_delete_file(const char *path, int attrnamespace, const char *attrname); }
   218 	SYS_EXTATTR_DELETE_FILE      = 358 // { int extattr_delete_file(const char *path, int attrnamespace, const char *attrname); }
   232 	SYS_AIO_WAITCOMPLETE         = 359 // { ssize_t aio_waitcomplete( struct aiocb **aiocbp, struct timespec *timeout); }
   219 	SYS_AIO_WAITCOMPLETE         = 359 // { ssize_t aio_waitcomplete(struct aiocb **aiocbp, struct timespec *timeout); }
   233 	SYS_GETRESUID                = 360 // { int getresuid(uid_t *ruid, uid_t *euid, uid_t *suid); }
   220 	SYS_GETRESUID                = 360 // { int getresuid(uid_t *ruid, uid_t *euid, uid_t *suid); }
   234 	SYS_GETRESGID                = 361 // { int getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid); }
   221 	SYS_GETRESGID                = 361 // { int getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid); }
   235 	SYS_KQUEUE                   = 362 // { int kqueue(void); }
   222 	SYS_KQUEUE                   = 362 // { int kqueue(void); }
   236 	SYS_KEVENT                   = 363 // { int kevent(int fd, struct kevent *changelist, int nchanges, struct kevent *eventlist, int nevents, const struct timespec *timeout); }
       
   237 	SYS_EXTATTR_SET_FD           = 371 // { ssize_t extattr_set_fd(int fd, int attrnamespace, const char *attrname, void *data, size_t nbytes); }
   223 	SYS_EXTATTR_SET_FD           = 371 // { ssize_t extattr_set_fd(int fd, int attrnamespace, const char *attrname, void *data, size_t nbytes); }
   238 	SYS_EXTATTR_GET_FD           = 372 // { ssize_t extattr_get_fd(int fd, int attrnamespace, const char *attrname, void *data, size_t nbytes); }
   224 	SYS_EXTATTR_GET_FD           = 372 // { ssize_t extattr_get_fd(int fd, int attrnamespace, const char *attrname, void *data, size_t nbytes); }
   239 	SYS_EXTATTR_DELETE_FD        = 373 // { int extattr_delete_fd(int fd, int attrnamespace, const char *attrname); }
   225 	SYS_EXTATTR_DELETE_FD        = 373 // { int extattr_delete_fd(int fd, int attrnamespace, const char *attrname); }
   240 	SYS___SETUGID                = 374 // { int __setugid(int flag); }
   226 	SYS___SETUGID                = 374 // { int __setugid(int flag); }
   241 	SYS_EACCESS                  = 376 // { int eaccess(char *path, int amode); }
   227 	SYS_EACCESS                  = 376 // { int eaccess(char *path, int amode); }
   249 	SYS_KENV                     = 390 // { int kenv(int what, const char *name, char *value, int len); }
   235 	SYS_KENV                     = 390 // { int kenv(int what, const char *name, char *value, int len); }
   250 	SYS_LCHFLAGS                 = 391 // { int lchflags(const char *path, u_long flags); }
   236 	SYS_LCHFLAGS                 = 391 // { int lchflags(const char *path, u_long flags); }
   251 	SYS_UUIDGEN                  = 392 // { int uuidgen(struct uuid *store, int count); }
   237 	SYS_UUIDGEN                  = 392 // { int uuidgen(struct uuid *store, int count); }
   252 	SYS_SENDFILE                 = 393 // { int sendfile(int fd, int s, off_t offset, size_t nbytes, struct sf_hdtr *hdtr, off_t *sbytes, int flags); }
   238 	SYS_SENDFILE                 = 393 // { int sendfile(int fd, int s, off_t offset, size_t nbytes, struct sf_hdtr *hdtr, off_t *sbytes, int flags); }
   253 	SYS_MAC_SYSCALL              = 394 // { int mac_syscall(const char *policy, int call, void *arg); }
   239 	SYS_MAC_SYSCALL              = 394 // { int mac_syscall(const char *policy, int call, void *arg); }
   254 	SYS_GETFSSTAT                = 395 // { int getfsstat(struct statfs *buf, long bufsize, int mode); }
       
   255 	SYS_STATFS                   = 396 // { int statfs(char *path, struct statfs *buf); }
       
   256 	SYS_FSTATFS                  = 397 // { int fstatfs(int fd, struct statfs *buf); }
       
   257 	SYS_FHSTATFS                 = 398 // { int fhstatfs(const struct fhandle *u_fhp, struct statfs *buf); }
       
   258 	SYS_KSEM_CLOSE               = 400 // { int ksem_close(semid_t id); }
   240 	SYS_KSEM_CLOSE               = 400 // { int ksem_close(semid_t id); }
   259 	SYS_KSEM_POST                = 401 // { int ksem_post(semid_t id); }
   241 	SYS_KSEM_POST                = 401 // { int ksem_post(semid_t id); }
   260 	SYS_KSEM_WAIT                = 402 // { int ksem_wait(semid_t id); }
   242 	SYS_KSEM_WAIT                = 402 // { int ksem_wait(semid_t id); }
   261 	SYS_KSEM_TRYWAIT             = 403 // { int ksem_trywait(semid_t id); }
   243 	SYS_KSEM_TRYWAIT             = 403 // { int ksem_trywait(semid_t id); }
   262 	SYS_KSEM_INIT                = 404 // { int ksem_init(semid_t *idp, unsigned int value); }
   244 	SYS_KSEM_INIT                = 404 // { int ksem_init(semid_t *idp, unsigned int value); }
   265 	SYS_KSEM_GETVALUE            = 407 // { int ksem_getvalue(semid_t id, int *val); }
   247 	SYS_KSEM_GETVALUE            = 407 // { int ksem_getvalue(semid_t id, int *val); }
   266 	SYS_KSEM_DESTROY             = 408 // { int ksem_destroy(semid_t id); }
   248 	SYS_KSEM_DESTROY             = 408 // { int ksem_destroy(semid_t id); }
   267 	SYS___MAC_GET_PID            = 409 // { int __mac_get_pid(pid_t pid, struct mac *mac_p); }
   249 	SYS___MAC_GET_PID            = 409 // { int __mac_get_pid(pid_t pid, struct mac *mac_p); }
   268 	SYS___MAC_GET_LINK           = 410 // { int __mac_get_link(const char *path_p, struct mac *mac_p); }
   250 	SYS___MAC_GET_LINK           = 410 // { int __mac_get_link(const char *path_p, struct mac *mac_p); }
   269 	SYS___MAC_SET_LINK           = 411 // { int __mac_set_link(const char *path_p, struct mac *mac_p); }
   251 	SYS___MAC_SET_LINK           = 411 // { int __mac_set_link(const char *path_p, struct mac *mac_p); }
   270 	SYS_EXTATTR_SET_LINK         = 412 // { ssize_t extattr_set_link( const char *path, int attrnamespace, const char *attrname, void *data, size_t nbytes); }
   252 	SYS_EXTATTR_SET_LINK         = 412 // { ssize_t extattr_set_link(const char *path, int attrnamespace, const char *attrname, void *data, size_t nbytes); }
   271 	SYS_EXTATTR_GET_LINK         = 413 // { ssize_t extattr_get_link( const char *path, int attrnamespace, const char *attrname, void *data, size_t nbytes); }
   253 	SYS_EXTATTR_GET_LINK         = 413 // { ssize_t extattr_get_link(const char *path, int attrnamespace, const char *attrname, void *data, size_t nbytes); }
   272 	SYS_EXTATTR_DELETE_LINK      = 414 // { int extattr_delete_link( const char *path, int attrnamespace, const char *attrname); }
   254 	SYS_EXTATTR_DELETE_LINK      = 414 // { int extattr_delete_link(const char *path, int attrnamespace, const char *attrname); }
   273 	SYS___MAC_EXECVE             = 415 // { int __mac_execve(char *fname, char **argv, char **envv, struct mac *mac_p); }
   255 	SYS___MAC_EXECVE             = 415 // { int __mac_execve(char *fname, char **argv, char **envv, struct mac *mac_p); }
   274 	SYS_SIGACTION                = 416 // { int sigaction(int sig, const struct sigaction *act, struct sigaction *oact); }
   256 	SYS_SIGACTION                = 416 // { int sigaction(int sig, const struct sigaction *act, struct sigaction *oact); }
   275 	SYS_SIGRETURN                = 417 // { int sigreturn( const struct __ucontext *sigcntxp); }
   257 	SYS_SIGRETURN                = 417 // { int sigreturn(const struct __ucontext *sigcntxp); }
   276 	SYS_GETCONTEXT               = 421 // { int getcontext(struct __ucontext *ucp); }
   258 	SYS_GETCONTEXT               = 421 // { int getcontext(struct __ucontext *ucp); }
   277 	SYS_SETCONTEXT               = 422 // { int setcontext( const struct __ucontext *ucp); }
   259 	SYS_SETCONTEXT               = 422 // { int setcontext(const struct __ucontext *ucp); }
   278 	SYS_SWAPCONTEXT              = 423 // { int swapcontext(struct __ucontext *oucp, const struct __ucontext *ucp); }
   260 	SYS_SWAPCONTEXT              = 423 // { int swapcontext(struct __ucontext *oucp, const struct __ucontext *ucp); }
   279 	SYS_SWAPOFF                  = 424 // { int swapoff(const char *name); }
   261 	SYS_SWAPOFF                  = 424 // { int swapoff(const char *name); }
   280 	SYS___ACL_GET_LINK           = 425 // { int __acl_get_link(const char *path, acl_type_t type, struct acl *aclp); }
   262 	SYS___ACL_GET_LINK           = 425 // { int __acl_get_link(const char *path, acl_type_t type, struct acl *aclp); }
   281 	SYS___ACL_SET_LINK           = 426 // { int __acl_set_link(const char *path, acl_type_t type, struct acl *aclp); }
   263 	SYS___ACL_SET_LINK           = 426 // { int __acl_set_link(const char *path, acl_type_t type, struct acl *aclp); }
   282 	SYS___ACL_DELETE_LINK        = 427 // { int __acl_delete_link(const char *path, acl_type_t type); }
   264 	SYS___ACL_DELETE_LINK        = 427 // { int __acl_delete_link(const char *path, acl_type_t type); }
   286 	SYS_THR_EXIT                 = 431 // { void thr_exit(long *state); }
   268 	SYS_THR_EXIT                 = 431 // { void thr_exit(long *state); }
   287 	SYS_THR_SELF                 = 432 // { int thr_self(long *id); }
   269 	SYS_THR_SELF                 = 432 // { int thr_self(long *id); }
   288 	SYS_THR_KILL                 = 433 // { int thr_kill(long id, int sig); }
   270 	SYS_THR_KILL                 = 433 // { int thr_kill(long id, int sig); }
   289 	SYS_JAIL_ATTACH              = 436 // { int jail_attach(int jid); }
   271 	SYS_JAIL_ATTACH              = 436 // { int jail_attach(int jid); }
   290 	SYS_EXTATTR_LIST_FD          = 437 // { ssize_t extattr_list_fd(int fd, int attrnamespace, void *data, size_t nbytes); }
   272 	SYS_EXTATTR_LIST_FD          = 437 // { ssize_t extattr_list_fd(int fd, int attrnamespace, void *data, size_t nbytes); }
   291 	SYS_EXTATTR_LIST_FILE        = 438 // { ssize_t extattr_list_file( const char *path, int attrnamespace, void *data, size_t nbytes); }
   273 	SYS_EXTATTR_LIST_FILE        = 438 // { ssize_t extattr_list_file(const char *path, int attrnamespace, void *data, size_t nbytes); }
   292 	SYS_EXTATTR_LIST_LINK        = 439 // { ssize_t extattr_list_link( const char *path, int attrnamespace, void *data, size_t nbytes); }
   274 	SYS_EXTATTR_LIST_LINK        = 439 // { ssize_t extattr_list_link(const char *path, int attrnamespace, void *data, size_t nbytes); }
   293 	SYS_KSEM_TIMEDWAIT           = 441 // { int ksem_timedwait(semid_t id, const struct timespec *abstime); }
   275 	SYS_KSEM_TIMEDWAIT           = 441 // { int ksem_timedwait(semid_t id, const struct timespec *abstime); }
   294 	SYS_THR_SUSPEND              = 442 // { int thr_suspend( const struct timespec *timeout); }
   276 	SYS_THR_SUSPEND              = 442 // { int thr_suspend(const struct timespec *timeout); }
   295 	SYS_THR_WAKE                 = 443 // { int thr_wake(long id); }
   277 	SYS_THR_WAKE                 = 443 // { int thr_wake(long id); }
   296 	SYS_KLDUNLOADF               = 444 // { int kldunloadf(int fileid, int flags); }
   278 	SYS_KLDUNLOADF               = 444 // { int kldunloadf(int fileid, int flags); }
   297 	SYS_AUDIT                    = 445 // { int audit(const void *record, u_int length); }
   279 	SYS_AUDIT                    = 445 // { int audit(const void *record, u_int length); }
   298 	SYS_AUDITON                  = 446 // { int auditon(int cmd, void *data, u_int length); }
   280 	SYS_AUDITON                  = 446 // { int auditon(int cmd, void *data, u_int length); }
   299 	SYS_GETAUID                  = 447 // { int getauid(uid_t *auid); }
   281 	SYS_GETAUID                  = 447 // { int getauid(uid_t *auid); }
   300 	SYS_SETAUID                  = 448 // { int setauid(uid_t *auid); }
   282 	SYS_SETAUID                  = 448 // { int setauid(uid_t *auid); }
   301 	SYS_GETAUDIT                 = 449 // { int getaudit(struct auditinfo *auditinfo); }
   283 	SYS_GETAUDIT                 = 449 // { int getaudit(struct auditinfo *auditinfo); }
   302 	SYS_SETAUDIT                 = 450 // { int setaudit(struct auditinfo *auditinfo); }
   284 	SYS_SETAUDIT                 = 450 // { int setaudit(struct auditinfo *auditinfo); }
   303 	SYS_GETAUDIT_ADDR            = 451 // { int getaudit_addr( struct auditinfo_addr *auditinfo_addr, u_int length); }
   285 	SYS_GETAUDIT_ADDR            = 451 // { int getaudit_addr(struct auditinfo_addr *auditinfo_addr, u_int length); }
   304 	SYS_SETAUDIT_ADDR            = 452 // { int setaudit_addr( struct auditinfo_addr *auditinfo_addr, u_int length); }
   286 	SYS_SETAUDIT_ADDR            = 452 // { int setaudit_addr(struct auditinfo_addr *auditinfo_addr, u_int length); }
   305 	SYS_AUDITCTL                 = 453 // { int auditctl(char *path); }
   287 	SYS_AUDITCTL                 = 453 // { int auditctl(char *path); }
   306 	SYS__UMTX_OP                 = 454 // { int _umtx_op(void *obj, int op, u_long val, void *uaddr1, void *uaddr2); }
   288 	SYS__UMTX_OP                 = 454 // { int _umtx_op(void *obj, int op, u_long val, void *uaddr1, void *uaddr2); }
   307 	SYS_THR_NEW                  = 455 // { int thr_new(struct thr_param *param, int param_size); }
   289 	SYS_THR_NEW                  = 455 // { int thr_new(struct thr_param *param, int param_size); }
   308 	SYS_SIGQUEUE                 = 456 // { int sigqueue(pid_t pid, int signum, void *value); }
   290 	SYS_SIGQUEUE                 = 456 // { int sigqueue(pid_t pid, int signum, void *value); }
   309 	SYS_KMQ_OPEN                 = 457 // { int kmq_open(const char *path, int flags, mode_t mode, const struct mq_attr *attr); }
   291 	SYS_KMQ_OPEN                 = 457 // { int kmq_open(const char *path, int flags, mode_t mode, const struct mq_attr *attr); }
   310 	SYS_KMQ_SETATTR              = 458 // { int kmq_setattr(int mqd,		const struct mq_attr *attr,		struct mq_attr *oattr); }
   292 	SYS_KMQ_SETATTR              = 458 // { int kmq_setattr(int mqd, const struct mq_attr *attr, struct mq_attr *oattr); }
   311 	SYS_KMQ_TIMEDRECEIVE         = 459 // { int kmq_timedreceive(int mqd,	char *msg_ptr, size_t msg_len,	unsigned *msg_prio,			const struct timespec *abs_timeout); }
   293 	SYS_KMQ_TIMEDRECEIVE         = 459 // { int kmq_timedreceive(int mqd, char *msg_ptr, size_t msg_len, unsigned *msg_prio, const struct timespec *abs_timeout); }
   312 	SYS_KMQ_TIMEDSEND            = 460 // { int kmq_timedsend(int mqd,		const char *msg_ptr, size_t msg_len,unsigned msg_prio,			const struct timespec *abs_timeout);}
   294 	SYS_KMQ_TIMEDSEND            = 460 // { int kmq_timedsend(int mqd, const char *msg_ptr, size_t msg_len, unsigned msg_prio, const struct timespec *abs_timeout); }
   313 	SYS_KMQ_NOTIFY               = 461 // { int kmq_notify(int mqd,		const struct sigevent *sigev); }
   295 	SYS_KMQ_NOTIFY               = 461 // { int kmq_notify(int mqd, const struct sigevent *sigev); }
   314 	SYS_KMQ_UNLINK               = 462 // { int kmq_unlink(const char *path); }
   296 	SYS_KMQ_UNLINK               = 462 // { int kmq_unlink(const char *path); }
   315 	SYS_ABORT2                   = 463 // { int abort2(const char *why, int nargs, void **args); }
   297 	SYS_ABORT2                   = 463 // { int abort2(const char *why, int nargs, void **args); }
   316 	SYS_THR_SET_NAME             = 464 // { int thr_set_name(long id, const char *name); }
   298 	SYS_THR_SET_NAME             = 464 // { int thr_set_name(long id, const char *name); }
   317 	SYS_AIO_FSYNC                = 465 // { int aio_fsync(int op, struct aiocb *aiocbp); }
   299 	SYS_AIO_FSYNC                = 465 // { int aio_fsync(int op, struct aiocb *aiocbp); }
   318 	SYS_RTPRIO_THREAD            = 466 // { int rtprio_thread(int function, lwpid_t lwpid, struct rtprio *rtp); }
   300 	SYS_RTPRIO_THREAD            = 466 // { int rtprio_thread(int function, lwpid_t lwpid, struct rtprio *rtp); }
   319 	SYS_SCTP_PEELOFF             = 471 // { int sctp_peeloff(int sd, uint32_t name); }
   301 	SYS_SCTP_PEELOFF             = 471 // { int sctp_peeloff(int sd, uint32_t name); }
   320 	SYS_SCTP_GENERIC_SENDMSG     = 472 // { int sctp_generic_sendmsg(int sd, caddr_t msg, int mlen, caddr_t to, __socklen_t tolen, struct sctp_sndrcvinfo *sinfo, int flags); }
   302 	SYS_SCTP_GENERIC_SENDMSG     = 472 // { int sctp_generic_sendmsg(int sd, caddr_t msg, int mlen, caddr_t to, __socklen_t tolen, struct sctp_sndrcvinfo *sinfo, int flags); }
   321 	SYS_SCTP_GENERIC_SENDMSG_IOV = 473 // { int sctp_generic_sendmsg_iov(int sd, struct iovec *iov, int iovlen, caddr_t to, __socklen_t tolen, struct sctp_sndrcvinfo *sinfo, int flags); }
   303 	SYS_SCTP_GENERIC_SENDMSG_IOV = 473 // { int sctp_generic_sendmsg_iov(int sd, struct iovec *iov, int iovlen, caddr_t to, __socklen_t tolen, struct sctp_sndrcvinfo *sinfo, int flags); }
   322 	SYS_SCTP_GENERIC_RECVMSG     = 474 // { int sctp_generic_recvmsg(int sd, struct iovec *iov, int iovlen, struct sockaddr * from, __socklen_t *fromlenaddr, struct sctp_sndrcvinfo *sinfo, int *msg_flags); }
   304 	SYS_SCTP_GENERIC_RECVMSG     = 474 // { int sctp_generic_recvmsg(int sd, struct iovec *iov, int iovlen, struct sockaddr *from, __socklen_t *fromlenaddr, struct sctp_sndrcvinfo *sinfo, int *msg_flags); }
   323 	SYS_PREAD                    = 475 // { ssize_t pread(int fd, void *buf, size_t nbyte, off_t offset); }
   305 	SYS_PREAD                    = 475 // { ssize_t pread(int fd, void *buf, size_t nbyte, off_t offset); }
   324 	SYS_PWRITE                   = 476 // { ssize_t pwrite(int fd, const void *buf, size_t nbyte, off_t offset); }
   306 	SYS_PWRITE                   = 476 // { ssize_t pwrite(int fd, const void *buf, size_t nbyte, off_t offset); }
   325 	SYS_MMAP                     = 477 // { caddr_t mmap(caddr_t addr, size_t len, int prot, int flags, int fd, off_t pos); }
   307 	SYS_MMAP                     = 477 // { caddr_t mmap(caddr_t addr, size_t len, int prot, int flags, int fd, off_t pos); }
   326 	SYS_LSEEK                    = 478 // { off_t lseek(int fd, off_t offset, int whence); }
   308 	SYS_LSEEK                    = 478 // { off_t lseek(int fd, off_t offset, int whence); }
   327 	SYS_TRUNCATE                 = 479 // { int truncate(char *path, off_t length); }
   309 	SYS_TRUNCATE                 = 479 // { int truncate(char *path, off_t length); }
   336 	SYS_CPUSET_SETAFFINITY       = 488 // { int cpuset_setaffinity(cpulevel_t level, cpuwhich_t which, id_t id, size_t cpusetsize, const cpuset_t *mask); }
   318 	SYS_CPUSET_SETAFFINITY       = 488 // { int cpuset_setaffinity(cpulevel_t level, cpuwhich_t which, id_t id, size_t cpusetsize, const cpuset_t *mask); }
   337 	SYS_FACCESSAT                = 489 // { int faccessat(int fd, char *path, int amode, int flag); }
   319 	SYS_FACCESSAT                = 489 // { int faccessat(int fd, char *path, int amode, int flag); }
   338 	SYS_FCHMODAT                 = 490 // { int fchmodat(int fd, char *path, mode_t mode, int flag); }
   320 	SYS_FCHMODAT                 = 490 // { int fchmodat(int fd, char *path, mode_t mode, int flag); }
   339 	SYS_FCHOWNAT                 = 491 // { int fchownat(int fd, char *path, uid_t uid, gid_t gid, int flag); }
   321 	SYS_FCHOWNAT                 = 491 // { int fchownat(int fd, char *path, uid_t uid, gid_t gid, int flag); }
   340 	SYS_FEXECVE                  = 492 // { int fexecve(int fd, char **argv, char **envv); }
   322 	SYS_FEXECVE                  = 492 // { int fexecve(int fd, char **argv, char **envv); }
   341 	SYS_FSTATAT                  = 493 // { int fstatat(int fd, char *path, struct stat *buf, int flag); }
       
   342 	SYS_FUTIMESAT                = 494 // { int futimesat(int fd, char *path, struct timeval *times); }
   323 	SYS_FUTIMESAT                = 494 // { int futimesat(int fd, char *path, struct timeval *times); }
   343 	SYS_LINKAT                   = 495 // { int linkat(int fd1, char *path1, int fd2, char *path2, int flag); }
   324 	SYS_LINKAT                   = 495 // { int linkat(int fd1, char *path1, int fd2, char *path2, int flag); }
   344 	SYS_MKDIRAT                  = 496 // { int mkdirat(int fd, char *path, mode_t mode); }
   325 	SYS_MKDIRAT                  = 496 // { int mkdirat(int fd, char *path, mode_t mode); }
   345 	SYS_MKFIFOAT                 = 497 // { int mkfifoat(int fd, char *path, mode_t mode); }
   326 	SYS_MKFIFOAT                 = 497 // { int mkfifoat(int fd, char *path, mode_t mode); }
   346 	SYS_MKNODAT                  = 498 // { int mknodat(int fd, char *path, mode_t mode, dev_t dev); }
       
   347 	SYS_OPENAT                   = 499 // { int openat(int fd, char *path, int flag, mode_t mode); }
   327 	SYS_OPENAT                   = 499 // { int openat(int fd, char *path, int flag, mode_t mode); }
   348 	SYS_READLINKAT               = 500 // { int readlinkat(int fd, char *path, char *buf, size_t bufsize); }
   328 	SYS_READLINKAT               = 500 // { ssize_t readlinkat(int fd, char *path, char *buf, size_t bufsize); }
   349 	SYS_RENAMEAT                 = 501 // { int renameat(int oldfd, char *old, int newfd, char *new); }
   329 	SYS_RENAMEAT                 = 501 // { int renameat(int oldfd, char *old, int newfd, char *new); }
   350 	SYS_SYMLINKAT                = 502 // { int symlinkat(char *path1, int fd, char *path2); }
   330 	SYS_SYMLINKAT                = 502 // { int symlinkat(char *path1, int fd, char *path2); }
   351 	SYS_UNLINKAT                 = 503 // { int unlinkat(int fd, char *path, int flag); }
   331 	SYS_UNLINKAT                 = 503 // { int unlinkat(int fd, char *path, int flag); }
   352 	SYS_POSIX_OPENPT             = 504 // { int posix_openpt(int flags); }
   332 	SYS_POSIX_OPENPT             = 504 // { int posix_openpt(int flags); }
   353 	SYS_GSSD_SYSCALL             = 505 // { int gssd_syscall(char *path); }
   333 	SYS_GSSD_SYSCALL             = 505 // { int gssd_syscall(char *path); }
   389 	SYS_AIO_MLOCK                = 543 // { int aio_mlock(struct aiocb *aiocbp); }
   369 	SYS_AIO_MLOCK                = 543 // { int aio_mlock(struct aiocb *aiocbp); }
   390 	SYS_PROCCTL                  = 544 // { int procctl(idtype_t idtype, id_t id, int com, void *data); }
   370 	SYS_PROCCTL                  = 544 // { int procctl(idtype_t idtype, id_t id, int com, void *data); }
   391 	SYS_PPOLL                    = 545 // { int ppoll(struct pollfd *fds, u_int nfds, const struct timespec *ts, const sigset_t *set); }
   371 	SYS_PPOLL                    = 545 // { int ppoll(struct pollfd *fds, u_int nfds, const struct timespec *ts, const sigset_t *set); }
   392 	SYS_FUTIMENS                 = 546 // { int futimens(int fd, struct timespec *times); }
   372 	SYS_FUTIMENS                 = 546 // { int futimens(int fd, struct timespec *times); }
   393 	SYS_UTIMENSAT                = 547 // { int utimensat(int fd, char *path, struct timespec *times, int flag); }
   373 	SYS_UTIMENSAT                = 547 // { int utimensat(int fd, char *path, struct timespec *times, int flag); }
   394 	SYS_NUMA_GETAFFINITY         = 548 // { int numa_getaffinity(cpuwhich_t which, id_t id, struct vm_domain_policy_entry *policy); }
       
   395 	SYS_NUMA_SETAFFINITY         = 549 // { int numa_setaffinity(cpuwhich_t which, id_t id, const struct vm_domain_policy_entry *policy); }
       
   396 	SYS_FDATASYNC                = 550 // { int fdatasync(int fd); }
   374 	SYS_FDATASYNC                = 550 // { int fdatasync(int fd); }
       
   375 	SYS_FSTAT                    = 551 // { int fstat(int fd, struct stat *sb); }
       
   376 	SYS_FSTATAT                  = 552 // { int fstatat(int fd, char *path, struct stat *buf, int flag); }
       
   377 	SYS_FHSTAT                   = 553 // { int fhstat(const struct fhandle *u_fhp, struct stat *sb); }
       
   378 	SYS_GETDIRENTRIES            = 554 // { ssize_t getdirentries(int fd, char *buf, size_t count, off_t *basep); }
       
   379 	SYS_STATFS                   = 555 // { int statfs(char *path, struct statfs *buf); }
       
   380 	SYS_FSTATFS                  = 556 // { int fstatfs(int fd, struct statfs *buf); }
       
   381 	SYS_GETFSSTAT                = 557 // { int getfsstat(struct statfs *buf, long bufsize, int mode); }
       
   382 	SYS_FHSTATFS                 = 558 // { int fhstatfs(const struct fhandle *u_fhp, struct statfs *buf); }
       
   383 	SYS_MKNODAT                  = 559 // { int mknodat(int fd, char *path, mode_t mode, dev_t dev); }
       
   384 	SYS_KEVENT                   = 560 // { int kevent(int fd, struct kevent *changelist, int nchanges, struct kevent *eventlist, int nevents, const struct timespec *timeout); }
       
   385 	SYS_CPUSET_GETDOMAIN         = 561 // { int cpuset_getdomain(cpulevel_t level, cpuwhich_t which, id_t id, size_t domainsetsize, domainset_t *mask, int *policy); }
       
   386 	SYS_CPUSET_SETDOMAIN         = 562 // { int cpuset_setdomain(cpulevel_t level, cpuwhich_t which, id_t id, size_t domainsetsize, domainset_t *mask, int policy); }
       
   387 	SYS_GETRANDOM                = 563 // { int getrandom(void *buf, size_t buflen, unsigned int flags); }
       
   388 	SYS_GETFHAT                  = 564 // { int getfhat(int fd, char *path, struct fhandle *fhp, int flags); }
       
   389 	SYS_FHLINK                   = 565 // { int fhlink(struct fhandle *fhp, const char *to); }
       
   390 	SYS_FHLINKAT                 = 566 // { int fhlinkat(struct fhandle *fhp, int tofd, const char *to,); }
       
   391 	SYS_FHREADLINK               = 567 // { int fhreadlink(struct fhandle *fhp, char *buf, size_t bufsize); }
       
   392 	SYS___SYSCTLBYNAME           = 570 // { int __sysctlbyname(const char *name, size_t namelen, void *old, size_t *oldlenp, void *new, size_t newlen); }
       
   393 	SYS_CLOSE_RANGE              = 575 // { int close_range(u_int lowfd, u_int highfd, int flags); }
   397 )
   394 )