Black Lives Matter. Support the Equal Justice Initiative.

Source file src/syscall/zsysnum_freebsd_arm.go

Documentation: syscall

     1  // mksysnum_freebsd.pl
     2  // Code generated by the command above; DO NOT EDIT.
     3  
     4  //go:build arm && freebsd
     5  // +build arm,freebsd
     6  
     7  package syscall
     8  
     9  const (
    10  	// SYS_NOSYS = 0;  // { int nosys(void); } syscall nosys_args int
    11  	SYS_EXIT                     = 1   // { void sys_exit(int rval); } exit \
    12  	SYS_FORK                     = 2   // { int fork(void); }
    13  	SYS_READ                     = 3   // { ssize_t read(int fd, void *buf, \
    14  	SYS_WRITE                    = 4   // { ssize_t write(int fd, const void *buf, \
    15  	SYS_OPEN                     = 5   // { int open(char *path, int flags, int mode); }
    16  	SYS_CLOSE                    = 6   // { int close(int fd); }
    17  	SYS_WAIT4                    = 7   // { int wait4(int pid, int *status, \
    18  	SYS_LINK                     = 9   // { int link(char *path, char *link); }
    19  	SYS_UNLINK                   = 10  // { int unlink(char *path); }
    20  	SYS_CHDIR                    = 12  // { int chdir(char *path); }
    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); }
    24  	SYS_CHOWN                    = 16  // { int chown(char *path, int uid, int gid); }
    25  	SYS_OBREAK                   = 17  // { int obreak(char *nsize); } break \
    26  	SYS_GETPID                   = 20  // { pid_t getpid(void); }
    27  	SYS_MOUNT                    = 21  // { int mount(char *type, char *path, \
    28  	SYS_UNMOUNT                  = 22  // { int unmount(char *path, int flags); }
    29  	SYS_SETUID                   = 23  // { int setuid(uid_t uid); }
    30  	SYS_GETUID                   = 24  // { uid_t getuid(void); }
    31  	SYS_GETEUID                  = 25  // { uid_t geteuid(void); }
    32  	SYS_PTRACE                   = 26  // { int ptrace(int req, pid_t pid, \
    33  	SYS_RECVMSG                  = 27  // { int recvmsg(int s, struct msghdr *msg, \
    34  	SYS_SENDMSG                  = 28  // { int sendmsg(int s, struct msghdr *msg, \
    35  	SYS_RECVFROM                 = 29  // { int recvfrom(int s, caddr_t buf, \
    36  	SYS_ACCEPT                   = 30  // { int accept(int s, \
    37  	SYS_GETPEERNAME              = 31  // { int getpeername(int fdes, \
    38  	SYS_GETSOCKNAME              = 32  // { int getsockname(int fdes, \
    39  	SYS_ACCESS                   = 33  // { int access(char *path, int amode); }
    40  	SYS_CHFLAGS                  = 34  // { int chflags(const char *path, u_long flags); }
    41  	SYS_FCHFLAGS                 = 35  // { int fchflags(int fd, u_long flags); }
    42  	SYS_SYNC                     = 36  // { int sync(void); }
    43  	SYS_KILL                     = 37  // { int kill(int pid, int signum); }
    44  	SYS_GETPPID                  = 39  // { pid_t getppid(void); }
    45  	SYS_DUP                      = 41  // { int dup(u_int fd); }
    46  	SYS_PIPE                     = 42  // { int pipe(void); }
    47  	SYS_GETEGID                  = 43  // { gid_t getegid(void); }
    48  	SYS_PROFIL                   = 44  // { int profil(caddr_t samples, size_t size, \
    49  	SYS_KTRACE                   = 45  // { int ktrace(const char *fname, int ops, \
    50  	SYS_GETGID                   = 47  // { gid_t getgid(void); }
    51  	SYS_GETLOGIN                 = 49  // { int getlogin(char *namebuf, u_int \
    52  	SYS_SETLOGIN                 = 50  // { int setlogin(char *namebuf); }
    53  	SYS_ACCT                     = 51  // { int acct(char *path); }
    54  	SYS_SIGALTSTACK              = 53  // { int sigaltstack(stack_t *ss, \
    55  	SYS_IOCTL                    = 54  // { int ioctl(int fd, u_long com, \
    56  	SYS_REBOOT                   = 55  // { int reboot(int opt); }
    57  	SYS_REVOKE                   = 56  // { int revoke(char *path); }
    58  	SYS_SYMLINK                  = 57  // { int symlink(char *path, char *link); }
    59  	SYS_READLINK                 = 58  // { ssize_t readlink(char *path, char *buf, \
    60  	SYS_EXECVE                   = 59  // { int execve(char *fname, char **argv, \
    61  	SYS_UMASK                    = 60  // { int umask(int newmask); } umask umask_args \
    62  	SYS_CHROOT                   = 61  // { int chroot(char *path); }
    63  	SYS_MSYNC                    = 65  // { int msync(void *addr, size_t len, \
    64  	SYS_VFORK                    = 66  // { int vfork(void); }
    65  	SYS_SBRK                     = 69  // { int sbrk(int incr); }
    66  	SYS_SSTK                     = 70  // { int sstk(int incr); }
    67  	SYS_OVADVISE                 = 72  // { int ovadvise(int anom); } vadvise \
    68  	SYS_MUNMAP                   = 73  // { int munmap(void *addr, size_t len); }
    69  	SYS_MPROTECT                 = 74  // { int mprotect(const void *addr, size_t len, \
    70  	SYS_MADVISE                  = 75  // { int madvise(void *addr, size_t len, \
    71  	SYS_MINCORE                  = 78  // { int mincore(const void *addr, size_t len, \
    72  	SYS_GETGROUPS                = 79  // { int getgroups(u_int gidsetsize, \
    73  	SYS_SETGROUPS                = 80  // { int setgroups(u_int gidsetsize, \
    74  	SYS_GETPGRP                  = 81  // { int getpgrp(void); }
    75  	SYS_SETPGID                  = 82  // { int setpgid(int pid, int pgid); }
    76  	SYS_SETITIMER                = 83  // { int setitimer(u_int which, struct \
    77  	SYS_SWAPON                   = 85  // { int swapon(char *name); }
    78  	SYS_GETITIMER                = 86  // { int getitimer(u_int which, \
    79  	SYS_GETDTABLESIZE            = 89  // { int getdtablesize(void); }
    80  	SYS_DUP2                     = 90  // { int dup2(u_int from, u_int to); }
    81  	SYS_FCNTL                    = 92  // { int fcntl(int fd, int cmd, long arg); }
    82  	SYS_SELECT                   = 93  // { int select(int nd, fd_set *in, fd_set *ou, \
    83  	SYS_FSYNC                    = 95  // { int fsync(int fd); }
    84  	SYS_SETPRIORITY              = 96  // { int setpriority(int which, int who, \
    85  	SYS_SOCKET                   = 97  // { int socket(int domain, int type, \
    86  	SYS_CONNECT                  = 98  // { int connect(int s, caddr_t name, \
    87  	SYS_GETPRIORITY              = 100 // { int getpriority(int which, int who); }
    88  	SYS_BIND                     = 104 // { int bind(int s, caddr_t name, \
    89  	SYS_SETSOCKOPT               = 105 // { int setsockopt(int s, int level, int name, \
    90  	SYS_LISTEN                   = 106 // { int listen(int s, int backlog); }
    91  	SYS_GETTIMEOFDAY             = 116 // { int gettimeofday(struct timeval *tp, \
    92  	SYS_GETRUSAGE                = 117 // { int getrusage(int who, \
    93  	SYS_GETSOCKOPT               = 118 // { int getsockopt(int s, int level, int name, \
    94  	SYS_READV                    = 120 // { int readv(int fd, struct iovec *iovp, \
    95  	SYS_WRITEV                   = 121 // { int writev(int fd, struct iovec *iovp, \
    96  	SYS_SETTIMEOFDAY             = 122 // { int settimeofday(struct timeval *tv, \
    97  	SYS_FCHOWN                   = 123 // { int fchown(int fd, int uid, int gid); }
    98  	SYS_FCHMOD                   = 124 // { int fchmod(int fd, int mode); }
    99  	SYS_SETREUID                 = 126 // { int setreuid(int ruid, int euid); }
   100  	SYS_SETREGID                 = 127 // { int setregid(int rgid, int egid); }
   101  	SYS_RENAME                   = 128 // { int rename(char *from, char *to); }
   102  	SYS_FLOCK                    = 131 // { int flock(int fd, int how); }
   103  	SYS_MKFIFO                   = 132 // { int mkfifo(char *path, int mode); }
   104  	SYS_SENDTO                   = 133 // { int sendto(int s, caddr_t buf, size_t len, \
   105  	SYS_SHUTDOWN                 = 134 // { int shutdown(int s, int how); }
   106  	SYS_SOCKETPAIR               = 135 // { int socketpair(int domain, int type, \
   107  	SYS_MKDIR                    = 136 // { int mkdir(char *path, int mode); }
   108  	SYS_RMDIR                    = 137 // { int rmdir(char *path); }
   109  	SYS_UTIMES                   = 138 // { int utimes(char *path, \
   110  	SYS_ADJTIME                  = 140 // { int adjtime(struct timeval *delta, \
   111  	SYS_SETSID                   = 147 // { int setsid(void); }
   112  	SYS_QUOTACTL                 = 148 // { int quotactl(char *path, int cmd, int uid, \
   113  	SYS_LGETFH                   = 160 // { int lgetfh(char *fname, \
   114  	SYS_GETFH                    = 161 // { int getfh(char *fname, \
   115  	SYS_SYSARCH                  = 165 // { int sysarch(int op, char *parms); }
   116  	SYS_RTPRIO                   = 166 // { int rtprio(int function, pid_t pid, \
   117  	SYS_FREEBSD6_PREAD           = 173 // { ssize_t freebsd6_pread(int fd, void *buf, \
   118  	SYS_FREEBSD6_PWRITE          = 174 // { ssize_t freebsd6_pwrite(int fd, \
   119  	SYS_SETFIB                   = 175 // { int setfib(int fibnum); }
   120  	SYS_NTP_ADJTIME              = 176 // { int ntp_adjtime(struct timex *tp); }
   121  	SYS_SETGID                   = 181 // { int setgid(gid_t gid); }
   122  	SYS_SETEGID                  = 182 // { int setegid(gid_t egid); }
   123  	SYS_SETEUID                  = 183 // { int seteuid(uid_t euid); }
   124  	SYS_STAT                     = 188 // { int stat(char *path, struct stat *ub); }
   125  	SYS_FSTAT                    = 189 // { int fstat(int fd, struct stat *sb); }
   126  	SYS_LSTAT                    = 190 // { int lstat(char *path, struct stat *ub); }
   127  	SYS_PATHCONF                 = 191 // { int pathconf(char *path, int name); }
   128  	SYS_FPATHCONF                = 192 // { int fpathconf(int fd, int name); }
   129  	SYS_GETRLIMIT                = 194 // { int getrlimit(u_int which, \
   130  	SYS_SETRLIMIT                = 195 // { int setrlimit(u_int which, \
   131  	SYS_GETDIRENTRIES            = 196 // { int getdirentries(int fd, char *buf, \
   132  	SYS_FREEBSD6_MMAP            = 197 // { caddr_t freebsd6_mmap(caddr_t addr, \
   133  	SYS_FREEBSD6_LSEEK           = 199 // { off_t freebsd6_lseek(int fd, int pad, \
   134  	SYS_FREEBSD6_TRUNCATE        = 200 // { int freebsd6_truncate(char *path, int pad, \
   135  	SYS_FREEBSD6_FTRUNCATE       = 201 // { int freebsd6_ftruncate(int fd, int pad, \
   136  	SYS___SYSCTL                 = 202 // { int __sysctl(int *name, u_int namelen, \
   137  	SYS_MLOCK                    = 203 // { int mlock(const void *addr, size_t len); }
   138  	SYS_MUNLOCK                  = 204 // { int munlock(const void *addr, size_t len); }
   139  	SYS_UNDELETE                 = 205 // { int undelete(char *path); }
   140  	SYS_FUTIMES                  = 206 // { int futimes(int fd, struct timeval *tptr); }
   141  	SYS_GETPGID                  = 207 // { int getpgid(pid_t pid); }
   142  	SYS_POLL                     = 209 // { int poll(struct pollfd *fds, u_int nfds, \
   143  	SYS_CLOCK_GETTIME            = 232 // { int clock_gettime(clockid_t clock_id, \
   144  	SYS_CLOCK_SETTIME            = 233 // { int clock_settime( \
   145  	SYS_CLOCK_GETRES             = 234 // { int clock_getres(clockid_t clock_id, \
   146  	SYS_KTIMER_CREATE            = 235 // { int ktimer_create(clockid_t clock_id, \
   147  	SYS_KTIMER_DELETE            = 236 // { int ktimer_delete(int timerid); }
   148  	SYS_KTIMER_SETTIME           = 237 // { int ktimer_settime(int timerid, int flags, \
   149  	SYS_KTIMER_GETTIME           = 238 // { int ktimer_gettime(int timerid, struct \
   150  	SYS_KTIMER_GETOVERRUN        = 239 // { int ktimer_getoverrun(int timerid); }
   151  	SYS_NANOSLEEP                = 240 // { int nanosleep(const struct timespec *rqtp, \
   152  	SYS_FFCLOCK_GETCOUNTER       = 241 // { int ffclock_getcounter(ffcounter *ffcount); }
   153  	SYS_FFCLOCK_SETESTIMATE      = 242 // { int ffclock_setestimate( \
   154  	SYS_FFCLOCK_GETESTIMATE      = 243 // { int ffclock_getestimate( \
   155  	SYS_CLOCK_GETCPUCLOCKID2     = 247 // { int clock_getcpuclockid2(id_t id,\
   156  	SYS_NTP_GETTIME              = 248 // { int ntp_gettime(struct ntptimeval *ntvp); }
   157  	SYS_MINHERIT                 = 250 // { int minherit(void *addr, size_t len, \
   158  	SYS_RFORK                    = 251 // { int rfork(int flags); }
   159  	SYS_OPENBSD_POLL             = 252 // { int openbsd_poll(struct pollfd *fds, \
   160  	SYS_ISSETUGID                = 253 // { int issetugid(void); }
   161  	SYS_LCHOWN                   = 254 // { int lchown(char *path, int uid, int gid); }
   162  	SYS_GETDENTS                 = 272 // { int getdents(int fd, char *buf, \
   163  	SYS_LCHMOD                   = 274 // { int lchmod(char *path, mode_t mode); }
   164  	SYS_LUTIMES                  = 276 // { int lutimes(char *path, \
   165  	SYS_NSTAT                    = 278 // { int nstat(char *path, struct nstat *ub); }
   166  	SYS_NFSTAT                   = 279 // { int nfstat(int fd, struct nstat *sb); }
   167  	SYS_NLSTAT                   = 280 // { int nlstat(char *path, struct nstat *ub); }
   168  	SYS_PREADV                   = 289 // { ssize_t preadv(int fd, struct iovec *iovp, \
   169  	SYS_PWRITEV                  = 290 // { ssize_t pwritev(int fd, struct iovec *iovp, \
   170  	SYS_FHOPEN                   = 298 // { int fhopen(const struct fhandle *u_fhp, \
   171  	SYS_FHSTAT                   = 299 // { int fhstat(const struct fhandle *u_fhp, \
   172  	SYS_MODNEXT                  = 300 // { int modnext(int modid); }
   173  	SYS_MODSTAT                  = 301 // { int modstat(int modid, \
   174  	SYS_MODFNEXT                 = 302 // { int modfnext(int modid); }
   175  	SYS_MODFIND                  = 303 // { int modfind(const char *name); }
   176  	SYS_KLDLOAD                  = 304 // { int kldload(const char *file); }
   177  	SYS_KLDUNLOAD                = 305 // { int kldunload(int fileid); }
   178  	SYS_KLDFIND                  = 306 // { int kldfind(const char *file); }
   179  	SYS_KLDNEXT                  = 307 // { int kldnext(int fileid); }
   180  	SYS_KLDSTAT                  = 308 // { int kldstat(int fileid, struct \
   181  	SYS_KLDFIRSTMOD              = 309 // { int kldfirstmod(int fileid); }
   182  	SYS_GETSID                   = 310 // { int getsid(pid_t pid); }
   183  	SYS_SETRESUID                = 311 // { int setresuid(uid_t ruid, uid_t euid, \
   184  	SYS_SETRESGID                = 312 // { int setresgid(gid_t rgid, gid_t egid, \
   185  	SYS_YIELD                    = 321 // { int yield(void); }
   186  	SYS_MLOCKALL                 = 324 // { int mlockall(int how); }
   187  	SYS_MUNLOCKALL               = 325 // { int munlockall(void); }
   188  	SYS___GETCWD                 = 326 // { int __getcwd(u_char *buf, u_int buflen); }
   189  	SYS_SCHED_SETPARAM           = 327 // { int sched_setparam (pid_t pid, \
   190  	SYS_SCHED_GETPARAM           = 328 // { int sched_getparam (pid_t pid, struct \
   191  	SYS_SCHED_SETSCHEDULER       = 329 // { int sched_setscheduler (pid_t pid, int \
   192  	SYS_SCHED_GETSCHEDULER       = 330 // { int sched_getscheduler (pid_t pid); }
   193  	SYS_SCHED_YIELD              = 331 // { int sched_yield (void); }
   194  	SYS_SCHED_GET_PRIORITY_MAX   = 332 // { int sched_get_priority_max (int policy); }
   195  	SYS_SCHED_GET_PRIORITY_MIN   = 333 // { int sched_get_priority_min (int policy); }
   196  	SYS_SCHED_RR_GET_INTERVAL    = 334 // { int sched_rr_get_interval (pid_t pid, \
   197  	SYS_UTRACE                   = 335 // { int utrace(const void *addr, size_t len); }
   198  	SYS_KLDSYM                   = 337 // { int kldsym(int fileid, int cmd, \
   199  	SYS_JAIL                     = 338 // { int jail(struct jail *jail); }
   200  	SYS_SIGPROCMASK              = 340 // { int sigprocmask(int how, \
   201  	SYS_SIGSUSPEND               = 341 // { int sigsuspend(const sigset_t *sigmask); }
   202  	SYS_SIGPENDING               = 343 // { int sigpending(sigset_t *set); }
   203  	SYS_SIGTIMEDWAIT             = 345 // { int sigtimedwait(const sigset_t *set, \
   204  	SYS_SIGWAITINFO              = 346 // { int sigwaitinfo(const sigset_t *set, \
   205  	SYS___ACL_GET_FILE           = 347 // { int __acl_get_file(const char *path, \
   206  	SYS___ACL_SET_FILE           = 348 // { int __acl_set_file(const char *path, \
   207  	SYS___ACL_GET_FD             = 349 // { int __acl_get_fd(int filedes, \
   208  	SYS___ACL_SET_FD             = 350 // { int __acl_set_fd(int filedes, \
   209  	SYS___ACL_DELETE_FILE        = 351 // { int __acl_delete_file(const char *path, \
   210  	SYS___ACL_DELETE_FD          = 352 // { int __acl_delete_fd(int filedes, \
   211  	SYS___ACL_ACLCHECK_FILE      = 353 // { int __acl_aclcheck_file(const char *path, \
   212  	SYS___ACL_ACLCHECK_FD        = 354 // { int __acl_aclcheck_fd(int filedes, \
   213  	SYS_EXTATTRCTL               = 355 // { int extattrctl(const char *path, int cmd, \
   214  	SYS_EXTATTR_SET_FILE         = 356 // { ssize_t extattr_set_file( \
   215  	SYS_EXTATTR_GET_FILE         = 357 // { ssize_t extattr_get_file( \
   216  	SYS_EXTATTR_DELETE_FILE      = 358 // { int extattr_delete_file(const char *path, \
   217  	SYS_GETRESUID                = 360 // { int getresuid(uid_t *ruid, uid_t *euid, \
   218  	SYS_GETRESGID                = 361 // { int getresgid(gid_t *rgid, gid_t *egid, \
   219  	SYS_KQUEUE                   = 362 // { int kqueue(void); }
   220  	SYS_KEVENT                   = 363 // { int kevent(int fd, \
   221  	SYS_EXTATTR_SET_FD           = 371 // { ssize_t extattr_set_fd(int fd, \
   222  	SYS_EXTATTR_GET_FD           = 372 // { ssize_t extattr_get_fd(int fd, \
   223  	SYS_EXTATTR_DELETE_FD        = 373 // { int extattr_delete_fd(int fd, \
   224  	SYS___SETUGID                = 374 // { int __setugid(int flag); }
   225  	SYS_EACCESS                  = 376 // { int eaccess(char *path, int amode); }
   226  	SYS_NMOUNT                   = 378 // { int nmount(struct iovec *iovp, \
   227  	SYS___MAC_GET_PROC           = 384 // { int __mac_get_proc(struct mac *mac_p); }
   228  	SYS___MAC_SET_PROC           = 385 // { int __mac_set_proc(struct mac *mac_p); }
   229  	SYS___MAC_GET_FD             = 386 // { int __mac_get_fd(int fd, \
   230  	SYS___MAC_GET_FILE           = 387 // { int __mac_get_file(const char *path_p, \
   231  	SYS___MAC_SET_FD             = 388 // { int __mac_set_fd(int fd, \
   232  	SYS___MAC_SET_FILE           = 389 // { int __mac_set_file(const char *path_p, \
   233  	SYS_KENV                     = 390 // { int kenv(int what, const char *name, \
   234  	SYS_LCHFLAGS                 = 391 // { int lchflags(const char *path, \
   235  	SYS_UUIDGEN                  = 392 // { int uuidgen(struct uuid *store, \
   236  	SYS_SENDFILE                 = 393 // { int sendfile(int fd, int s, off_t offset, \
   237  	SYS_MAC_SYSCALL              = 394 // { int mac_syscall(const char *policy, \
   238  	SYS_GETFSSTAT                = 395 // { int getfsstat(struct statfs *buf, \
   239  	SYS_STATFS                   = 396 // { int statfs(char *path, \
   240  	SYS_FSTATFS                  = 397 // { int fstatfs(int fd, struct statfs *buf); }
   241  	SYS_FHSTATFS                 = 398 // { int fhstatfs(const struct fhandle *u_fhp, \
   242  	SYS___MAC_GET_PID            = 409 // { int __mac_get_pid(pid_t pid, \
   243  	SYS___MAC_GET_LINK           = 410 // { int __mac_get_link(const char *path_p, \
   244  	SYS___MAC_SET_LINK           = 411 // { int __mac_set_link(const char *path_p, \
   245  	SYS_EXTATTR_SET_LINK         = 412 // { ssize_t extattr_set_link( \
   246  	SYS_EXTATTR_GET_LINK         = 413 // { ssize_t extattr_get_link( \
   247  	SYS_EXTATTR_DELETE_LINK      = 414 // { int extattr_delete_link( \
   248  	SYS___MAC_EXECVE             = 415 // { int __mac_execve(char *fname, char **argv, \
   249  	SYS_SIGACTION                = 416 // { int sigaction(int sig, \
   250  	SYS_SIGRETURN                = 417 // { int sigreturn( \
   251  	SYS_GETCONTEXT               = 421 // { int getcontext(struct __ucontext *ucp); }
   252  	SYS_SETCONTEXT               = 422 // { int setcontext( \
   253  	SYS_SWAPCONTEXT              = 423 // { int swapcontext(struct __ucontext *oucp, \
   254  	SYS_SWAPOFF                  = 424 // { int swapoff(const char *name); }
   255  	SYS___ACL_GET_LINK           = 425 // { int __acl_get_link(const char *path, \
   256  	SYS___ACL_SET_LINK           = 426 // { int __acl_set_link(const char *path, \
   257  	SYS___ACL_DELETE_LINK        = 427 // { int __acl_delete_link(const char *path, \
   258  	SYS___ACL_ACLCHECK_LINK      = 428 // { int __acl_aclcheck_link(const char *path, \
   259  	SYS_SIGWAIT                  = 429 // { int sigwait(const sigset_t *set, \
   260  	SYS_THR_CREATE               = 430 // { int thr_create(ucontext_t *ctx, long *id, \
   261  	SYS_THR_EXIT                 = 431 // { void thr_exit(long *state); }
   262  	SYS_THR_SELF                 = 432 // { int thr_self(long *id); }
   263  	SYS_THR_KILL                 = 433 // { int thr_kill(long id, int sig); }
   264  	SYS__UMTX_LOCK               = 434 // { int _umtx_lock(struct umtx *umtx); }
   265  	SYS__UMTX_UNLOCK             = 435 // { int _umtx_unlock(struct umtx *umtx); }
   266  	SYS_JAIL_ATTACH              = 436 // { int jail_attach(int jid); }
   267  	SYS_EXTATTR_LIST_FD          = 437 // { ssize_t extattr_list_fd(int fd, \
   268  	SYS_EXTATTR_LIST_FILE        = 438 // { ssize_t extattr_list_file( \
   269  	SYS_EXTATTR_LIST_LINK        = 439 // { ssize_t extattr_list_link( \
   270  	SYS_THR_SUSPEND              = 442 // { int thr_suspend( \
   271  	SYS_THR_WAKE                 = 443 // { int thr_wake(long id); }
   272  	SYS_KLDUNLOADF               = 444 // { int kldunloadf(int fileid, int flags); }
   273  	SYS_AUDIT                    = 445 // { int audit(const void *record, \
   274  	SYS_AUDITON                  = 446 // { int auditon(int cmd, void *data, \
   275  	SYS_GETAUID                  = 447 // { int getauid(uid_t *auid); }
   276  	SYS_SETAUID                  = 448 // { int setauid(uid_t *auid); }
   277  	SYS_GETAUDIT                 = 449 // { int getaudit(struct auditinfo *auditinfo); }
   278  	SYS_SETAUDIT                 = 450 // { int setaudit(struct auditinfo *auditinfo); }
   279  	SYS_GETAUDIT_ADDR            = 451 // { int getaudit_addr( \
   280  	SYS_SETAUDIT_ADDR            = 452 // { int setaudit_addr( \
   281  	SYS_AUDITCTL                 = 453 // { int auditctl(char *path); }
   282  	SYS__UMTX_OP                 = 454 // { int _umtx_op(void *obj, int op, \
   283  	SYS_THR_NEW                  = 455 // { int thr_new(struct thr_param *param, \
   284  	SYS_SIGQUEUE                 = 456 // { int sigqueue(pid_t pid, int signum, void *value); }
   285  	SYS_ABORT2                   = 463 // { int abort2(const char *why, int nargs, void **args); }
   286  	SYS_THR_SET_NAME             = 464 // { int thr_set_name(long id, const char *name); }
   287  	SYS_RTPRIO_THREAD            = 466 // { int rtprio_thread(int function, \
   288  	SYS_SCTP_PEELOFF             = 471 // { int sctp_peeloff(int sd, uint32_t name); }
   289  	SYS_SCTP_GENERIC_SENDMSG     = 472 // { int sctp_generic_sendmsg(int sd, caddr_t msg, int mlen, \
   290  	SYS_SCTP_GENERIC_SENDMSG_IOV = 473 // { int sctp_generic_sendmsg_iov(int sd, struct iovec *iov, int iovlen, \
   291  	SYS_SCTP_GENERIC_RECVMSG     = 474 // { int sctp_generic_recvmsg(int sd, struct iovec *iov, int iovlen, \
   292  	SYS_PREAD                    = 475 // { ssize_t pread(int fd, void *buf, \
   293  	SYS_PWRITE                   = 476 // { ssize_t pwrite(int fd, const void *buf, \
   294  	SYS_MMAP                     = 477 // { caddr_t mmap(caddr_t addr, size_t len, \
   295  	SYS_LSEEK                    = 478 // { off_t lseek(int fd, off_t offset, \
   296  	SYS_TRUNCATE                 = 479 // { int truncate(char *path, off_t length); }
   297  	SYS_FTRUNCATE                = 480 // { int ftruncate(int fd, off_t length); }
   298  	SYS_THR_KILL2                = 481 // { int thr_kill2(pid_t pid, long id, int sig); }
   299  	SYS_SHM_OPEN                 = 482 // { int shm_open(const char *path, int flags, \
   300  	SYS_SHM_UNLINK               = 483 // { int shm_unlink(const char *path); }
   301  	SYS_CPUSET                   = 484 // { int cpuset(cpusetid_t *setid); }
   302  	SYS_CPUSET_SETID             = 485 // { int cpuset_setid(cpuwhich_t which, id_t id, \
   303  	SYS_CPUSET_GETID             = 486 // { int cpuset_getid(cpulevel_t level, \
   304  	SYS_CPUSET_GETAFFINITY       = 487 // { int cpuset_getaffinity(cpulevel_t level, \
   305  	SYS_CPUSET_SETAFFINITY       = 488 // { int cpuset_setaffinity(cpulevel_t level, \
   306  	SYS_FACCESSAT                = 489 // { int faccessat(int fd, char *path, int amode, \
   307  	SYS_FCHMODAT                 = 490 // { int fchmodat(int fd, char *path, mode_t mode, \
   308  	SYS_FCHOWNAT                 = 491 // { int fchownat(int fd, char *path, uid_t uid, \
   309  	SYS_FEXECVE                  = 492 // { int fexecve(int fd, char **argv, \
   310  	SYS_FSTATAT                  = 493 // { int fstatat(int fd, char *path, \
   311  	SYS_FUTIMESAT                = 494 // { int futimesat(int fd, char *path, \
   312  	SYS_LINKAT                   = 495 // { int linkat(int fd1, char *path1, int fd2, \
   313  	SYS_MKDIRAT                  = 496 // { int mkdirat(int fd, char *path, mode_t mode); }
   314  	SYS_MKFIFOAT                 = 497 // { int mkfifoat(int fd, char *path, mode_t mode); }
   315  	SYS_MKNODAT                  = 498 // { int mknodat(int fd, char *path, mode_t mode, \
   316  	SYS_OPENAT                   = 499 // { int openat(int fd, char *path, int flag, \
   317  	SYS_READLINKAT               = 500 // { int readlinkat(int fd, char *path, char *buf, \
   318  	SYS_RENAMEAT                 = 501 // { int renameat(int oldfd, char *old, int newfd, \
   319  	SYS_SYMLINKAT                = 502 // { int symlinkat(char *path1, int fd, \
   320  	SYS_UNLINKAT                 = 503 // { int unlinkat(int fd, char *path, int flag); }
   321  	SYS_POSIX_OPENPT             = 504 // { int posix_openpt(int flags); }
   322  	SYS_JAIL_GET                 = 506 // { int jail_get(struct iovec *iovp, \
   323  	SYS_JAIL_SET                 = 507 // { int jail_set(struct iovec *iovp, \
   324  	SYS_JAIL_REMOVE              = 508 // { int jail_remove(int jid); }
   325  	SYS_CLOSEFROM                = 509 // { int closefrom(int lowfd); }
   326  	SYS_LPATHCONF                = 513 // { int lpathconf(char *path, int name); }
   327  	SYS_CAP_NEW                  = 514 // { int cap_new(int fd, uint64_t rights); }
   328  	SYS_CAP_GETRIGHTS            = 515 // { int cap_getrights(int fd, \
   329  	SYS_CAP_ENTER                = 516 // { int cap_enter(void); }
   330  	SYS_CAP_GETMODE              = 517 // { int cap_getmode(u_int *modep); }
   331  	SYS_PDFORK                   = 518 // { int pdfork(int *fdp, int flags); }
   332  	SYS_PDKILL                   = 519 // { int pdkill(int fd, int signum); }
   333  	SYS_PDGETPID                 = 520 // { int pdgetpid(int fd, pid_t *pidp); }
   334  	SYS_PSELECT                  = 522 // { int pselect(int nd, fd_set *in, \
   335  	SYS_GETLOGINCLASS            = 523 // { int getloginclass(char *namebuf, \
   336  	SYS_SETLOGINCLASS            = 524 // { int setloginclass(const char *namebuf); }
   337  	SYS_RCTL_GET_RACCT           = 525 // { int rctl_get_racct(const void *inbufp, \
   338  	SYS_RCTL_GET_RULES           = 526 // { int rctl_get_rules(const void *inbufp, \
   339  	SYS_RCTL_GET_LIMITS          = 527 // { int rctl_get_limits(const void *inbufp, \
   340  	SYS_RCTL_ADD_RULE            = 528 // { int rctl_add_rule(const void *inbufp, \
   341  	SYS_RCTL_REMOVE_RULE         = 529 // { int rctl_remove_rule(const void *inbufp, \
   342  	SYS_POSIX_FALLOCATE          = 530 // { int posix_fallocate(int fd, \
   343  	SYS_POSIX_FADVISE            = 531 // { int posix_fadvise(int fd, off_t offset, \
   344  	SYS_WAIT6                    = 532 // { int wait6(idtype_t idtype, id_t id, \
   345  	SYS_BINDAT                   = 538 // { int bindat(int fd, int s, caddr_t name, \
   346  	SYS_CONNECTAT                = 539 // { int connectat(int fd, int s, caddr_t name, \
   347  	SYS_CHFLAGSAT                = 540 // { int chflagsat(int fd, const char *path, \
   348  	SYS_ACCEPT4                  = 541 // { int accept4(int s, \
   349  	SYS_PIPE2                    = 542 // { int pipe2(int *fildes, int flags); }
   350  	SYS_PROCCTL                  = 544 // { int procctl(idtype_t idtype, id_t id, \
   351  	SYS_UTIMENSAT                = 547 // { int utimensat(int fd, \
   352  )
   353  

View as plain text