+249 ALL { int nosys(void); }
+250 ALL { int minherit(void *addr, size_t len, int inherit); }
+#if SYSV_SEM
+251 ALL { int semsys(u_int which, int a2, int a3, int a4, int a5); }
+#else
+251 ALL { int nosys(void); }
+#endif
+#if SYSV_MSG
+252 ALL { int msgsys(u_int which, int a2, int a3, int a4, int a5); }
+#else
+252 ALL { int nosys(void); }
+#endif
+#if SYSV_SHM
+253 ALL { int shmsys(u_int which, int a2, int a3, int a4); }
+#else
+253 ALL { int nosys(void); }
+#endif
+#if SYSV_SEM
+254 ALL { int semctl(int semid, int semnum, int cmd, semun_t arg); }
+255 ALL { int semget(key_t key, int nsems, int semflg); }
+256 ALL { int semop(int semid, struct sembuf *sops, int nsops); }
+257 ALL { int nosys(void); }
+#else
+254 ALL { int nosys(void); }
+255 ALL { int nosys(void); }
+256 ALL { int nosys(void); }
+257 ALL { int nosys(void); }
+#endif
+#if SYSV_MSG
+258 ALL { int msgctl(int msqid, int cmd, struct msqid_ds *buf); }
+259 ALL { int msgget(key_t key, int msgflg); }
+260 ALL { int msgsnd(int msqid, void *msgp, size_t msgsz, int msgflg); }
+261 ALL { user_ssize_t msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg); }
+#else
+258 ALL { int nosys(void); }
+259 ALL { int nosys(void); }
+260 ALL { int nosys(void); }
+261 ALL { int nosys(void); }
+#endif
+#if SYSV_SHM
+262 ALL { user_addr_t shmat(int shmid, void *shmaddr, int shmflg); }
+263 ALL { int shmctl(int shmid, int cmd, struct shmid_ds *buf); }
+264 ALL { int shmdt(void *shmaddr); }
+265 ALL { int shmget(key_t key, size_t size, int shmflg); }
+#else
+262 ALL { int nosys(void); }
+263 ALL { int nosys(void); }
+264 ALL { int nosys(void); }
+265 ALL { int nosys(void); }
+#endif
+266 ALL { int shm_open(const char *name, int oflag, int mode); }
+267 ALL { int shm_unlink(const char *name); }
+268 ALL { user_addr_t sem_open(const char *name, int oflag, int mode, int value); }
+269 ALL { int sem_close(sem_t *sem); }
+270 ALL { int sem_unlink(const char *name); }
+271 ALL { int sem_wait(sem_t *sem); }
+272 ALL { int sem_trywait(sem_t *sem); }
+273 ALL { int sem_post(sem_t *sem); }
+274 ALL { int sem_getvalue(sem_t *sem, int *sval); }
+275 ALL { int sem_init(sem_t *sem, int phsared, u_int value); }
+276 ALL { int sem_destroy(sem_t *sem); }
+277 ALL { int open_extended(user_addr_t path, int flags, uid_t uid, gid_t gid, int mode, user_addr_t xsecurity) NO_SYSCALL_STUB; }
+278 ALL { int umask_extended(int newmask, user_addr_t xsecurity) NO_SYSCALL_STUB; }
+279 ALL { int stat_extended(user_addr_t path, user_addr_t ub, user_addr_t xsecurity, user_addr_t xsecurity_size) NO_SYSCALL_STUB; }
+280 ALL { int lstat_extended(user_addr_t path, user_addr_t ub, user_addr_t xsecurity, user_addr_t xsecurity_size) NO_SYSCALL_STUB; }
+281 ALL { int fstat_extended(int fd, user_addr_t ub, user_addr_t xsecurity, user_addr_t xsecurity_size) NO_SYSCALL_STUB; }
+282 ALL { int chmod_extended(user_addr_t path, uid_t uid, gid_t gid, int mode, user_addr_t xsecurity) NO_SYSCALL_STUB; }
+283 ALL { int fchmod_extended(int fd, uid_t uid, gid_t gid, int mode, user_addr_t xsecurity) NO_SYSCALL_STUB; }
+284 ALL { int access_extended(user_addr_t entries, size_t size, user_addr_t results, uid_t uid) NO_SYSCALL_STUB; }
+285 ALL { int settid(uid_t uid, gid_t gid) NO_SYSCALL_STUB; }
+286 ALL { int gettid(uid_t *uidp, gid_t *gidp) NO_SYSCALL_STUB; }
+287 ALL { int setsgroups(int setlen, user_addr_t guidset) NO_SYSCALL_STUB; }
+288 ALL { int getsgroups(user_addr_t setlen, user_addr_t guidset) NO_SYSCALL_STUB; }
+289 ALL { int setwgroups(int setlen, user_addr_t guidset) NO_SYSCALL_STUB; }
+290 ALL { int getwgroups(user_addr_t setlen, user_addr_t guidset) NO_SYSCALL_STUB; }
+291 ALL { int mkfifo_extended(user_addr_t path, uid_t uid, gid_t gid, int mode, user_addr_t xsecurity) NO_SYSCALL_STUB; }
+292 ALL { int mkdir_extended(user_addr_t path, uid_t uid, gid_t gid, int mode, user_addr_t xsecurity) NO_SYSCALL_STUB; }
+293 ALL { int identitysvc(int opcode, user_addr_t message) NO_SYSCALL_STUB; }
+294 ALL { int shared_region_check_np(uint64_t *start_address) NO_SYSCALL_STUB; }
+295 ALL { int shared_region_map_np(int fd, uint32_t count, const struct shared_file_mapping_np *mappings) NO_SYSCALL_STUB; }
+296 ALL { int nosys(void); } { old load_shared_file }
+297 ALL { int nosys(void); } { old reset_shared_file }
+298 ALL { int nosys(void); } { old new_system_shared_regions }
+299 ALL { int enosys(void); } { old shared_region_map_file_np }
+300 ALL { int enosys(void); } { old shared_region_make_private_np }
+301 ALL { int __pthread_mutex_destroy(int mutexid); }
+302 ALL { int __pthread_mutex_init(user_addr_t mutex, user_addr_t attr); }
+303 ALL { int __pthread_mutex_lock(int mutexid); }
+304 ALL { int __pthread_mutex_trylock(int mutexid); }
+305 ALL { int __pthread_mutex_unlock(int mutexid); }
+306 ALL { int __pthread_cond_init(user_addr_t cond, user_addr_t attr); }
+307 ALL { int __pthread_cond_destroy(int condid); }
+308 ALL { int __pthread_cond_broadcast(int condid); }
+309 ALL { int __pthread_cond_signal(int condid); }
+310 ALL { int getsid(pid_t pid); }
+311 ALL { int settid_with_pid(pid_t pid, int assume) NO_SYSCALL_STUB; }
+312 ALL { int __pthread_cond_timedwait(int condid, int mutexid, user_addr_t abstime); }
+313 ALL { int aio_fsync(int op, user_addr_t aiocbp); }
+314 ALL { user_ssize_t aio_return(user_addr_t aiocbp); }
+315 ALL { int aio_suspend(user_addr_t aiocblist, int nent, user_addr_t timeoutp); }
+316 ALL { int aio_cancel(int fd, user_addr_t aiocbp); }
+317 ALL { int aio_error(user_addr_t aiocbp); }
+318 ALL { int aio_read(user_addr_t aiocbp); }
+319 ALL { int aio_write(user_addr_t aiocbp); }
+320 ALL { int lio_listio(int mode, user_addr_t aiocblist, int nent, user_addr_t sigp); }
+321 ALL { int __pthread_cond_wait(int condid, int mutexid); }
+322 ALL { int iopolicysys(int cmd, void *arg) NO_SYSCALL_STUB; }
+323 ALL { int nosys(void); }
+324 ALL { int mlockall(int how); }
+325 ALL { int munlockall(int how); }
+326 ALL { int nosys(void); }
+327 ALL { int issetugid(void); }
+328 ALL { int __pthread_kill(int thread_port, int sig); }
+329 ALL { int __pthread_sigmask(int how, user_addr_t set, user_addr_t oset); }
+330 ALL { int __sigwait(user_addr_t set, user_addr_t sig); }
+331 ALL { int __disable_threadsignal(int value); }
+332 ALL { int __pthread_markcancel(int thread_port); }
+333 ALL { int __pthread_canceled(int action); }
+334 ALL { int __semwait_signal(int cond_sem, int mutex_sem, int timeout, int relative, time_t tv_sec, int32_t tv_nsec); }
+335 ALL { int nosys(void); } { old utrace }
+336 ALL { int proc_info(int32_t callnum,int32_t pid,uint32_t flavor, uint64_t arg,user_addr_t buffer,int32_t buffersize) NO_SYSCALL_STUB; }
+#if SENDFILE
+337 ALL { int sendfile(int fd, int s, off_t offset, off_t *nbytes, struct sf_hdtr *hdtr, int flags); }
+#else /* !SENDFILE */
+337 ALL { int nosys(void); }
+#endif /* SENDFILE */
+338 ALL { int stat64(user_addr_t path, user_addr_t ub); }
+339 ALL { int fstat64(int fd, user_addr_t ub); }
+340 ALL { int lstat64(user_addr_t path, user_addr_t ub); }
+341 ALL { int stat64_extended(user_addr_t path, user_addr_t ub, user_addr_t xsecurity, user_addr_t xsecurity_size) NO_SYSCALL_STUB; }
+342 ALL { int lstat64_extended(user_addr_t path, user_addr_t ub, user_addr_t xsecurity, user_addr_t xsecurity_size) NO_SYSCALL_STUB; }
+343 ALL { int fstat64_extended(int fd, user_addr_t ub, user_addr_t xsecurity, user_addr_t xsecurity_size) NO_SYSCALL_STUB; }
+344 ALL { user_ssize_t getdirentries64(int fd, void *buf, user_size_t bufsize, off_t *position) NO_SYSCALL_STUB; }
+345 ALL { int statfs64(char *path, struct statfs64 *buf); }
+346 ALL { int fstatfs64(int fd, struct statfs64 *buf); }
+347 ALL { int getfsstat64(user_addr_t buf, int bufsize, int flags); }
+348 ALL { int __pthread_chdir(user_addr_t path); }
+349 ALL { int __pthread_fchdir(int fd); }
+
+#if AUDIT
+350 ALL { int audit(void *record, int length); }
+351 ALL { int auditon(int cmd, void *data, int length); }
+352 ALL { int nosys(void); }
+353 ALL { int getauid(au_id_t *auid); }
+354 ALL { int setauid(au_id_t *auid); }
+355 ALL { int getaudit(struct auditinfo *auditinfo); }
+356 ALL { int setaudit(struct auditinfo *auditinfo); }
+357 ALL { int getaudit_addr(struct auditinfo_addr *auditinfo_addr, int length); }
+358 ALL { int setaudit_addr(struct auditinfo_addr *auditinfo_addr, int length); }
+359 ALL { int auditctl(char *path); }
+#else
+350 ALL { int nosys(void); }
+351 ALL { int nosys(void); }
+352 ALL { int nosys(void); }
+353 ALL { int nosys(void); }
+354 ALL { int nosys(void); }
+355 ALL { int nosys(void); }
+356 ALL { int nosys(void); }
+357 ALL { int nosys(void); }
+358 ALL { int nosys(void); }
+359 ALL { int nosys(void); }
+#endif
+
+360 ALL { user_addr_t bsdthread_create(user_addr_t func, user_addr_t func_arg, user_addr_t stack, user_addr_t pthread, uint32_t flags) NO_SYSCALL_STUB; }
+361 ALL { int bsdthread_terminate(user_addr_t stackaddr, size_t freesize, uint32_t port, uint32_t sem) NO_SYSCALL_STUB; }
+362 ALL { int kqueue(void); }
+363 ALL { int kevent(int fd, const struct kevent *changelist, int nchanges, struct kevent *eventlist, int nevents, const struct timespec *timeout); }
+364 ALL { int lchown(user_addr_t path, uid_t owner, gid_t group); }
+365 ALL { int stack_snapshot(pid_t pid, user_addr_t tracebuf, uint32_t tracebuf_size, uint32_t options) NO_SYSCALL_STUB; }
+366 ALL { int bsdthread_register(user_addr_t threadstart, user_addr_t wqthread, int pthsize) NO_SYSCALL_STUB; }
+367 ALL { int workq_open(void) NO_SYSCALL_STUB; }
+368 ALL { int workq_ops(int options, user_addr_t item, int prio) NO_SYSCALL_STUB; }
+369 ALL { int nosys(void); }
+370 ALL { int nosys(void); }
+371 ALL { int nosys(void); }
+372 ALL { int nosys(void); }
+373 ALL { int nosys(void); }
+374 ALL { int nosys(void); }
+375 ALL { int nosys(void); }
+376 ALL { int nosys(void); }
+377 ALL { int nosys(void); }
+378 ALL { int nosys(void); }
+379 ALL { int nosys(void); }
+380 ALL { int __mac_execve(char *fname, char **argp, char **envp, struct mac *mac_p); }
+381 ALL { int __mac_syscall(char *policy, int call, user_addr_t arg); }
+382 ALL { int __mac_get_file(char *path_p, struct mac *mac_p); }
+383 ALL { int __mac_set_file(char *path_p, struct mac *mac_p); }
+384 ALL { int __mac_get_link(char *path_p, struct mac *mac_p); }
+385 ALL { int __mac_set_link(char *path_p, struct mac *mac_p); }
+386 ALL { int __mac_get_proc(struct mac *mac_p); }
+387 ALL { int __mac_set_proc(struct mac *mac_p); }
+388 ALL { int __mac_get_fd(int fd, struct mac *mac_p); }
+389 ALL { int __mac_set_fd(int fd, struct mac *mac_p); }
+390 ALL { int __mac_get_pid(pid_t pid, struct mac *mac_p); }
+391 ALL { int __mac_get_lcid(pid_t lcid, struct mac *mac_p); }
+392 ALL { int __mac_get_lctx(struct mac *mac_p); }
+393 ALL { int __mac_set_lctx(struct mac *mac_p); }
+394 ALL { int setlcid(pid_t pid, pid_t lcid) NO_SYSCALL_STUB; }
+395 ALL { int getlcid(pid_t pid) NO_SYSCALL_STUB; }
+396 ALL { user_ssize_t read_nocancel(int fd, user_addr_t cbuf, user_size_t nbyte) NO_SYSCALL_STUB; }
+397 ALL { user_ssize_t write_nocancel(int fd, user_addr_t cbuf, user_size_t nbyte) NO_SYSCALL_STUB; }
+398 ALL { int open_nocancel(user_addr_t path, int flags, int mode) NO_SYSCALL_STUB; }
+399 ALL { int close_nocancel(int fd) NO_SYSCALL_STUB; }
+400 ALL { int wait4_nocancel(int pid, user_addr_t status, int options, user_addr_t rusage) NO_SYSCALL_STUB; }
+#if SOCKETS
+401 ALL { int recvmsg_nocancel(int s, struct msghdr *msg, int flags) NO_SYSCALL_STUB; }
+402 ALL { int sendmsg_nocancel(int s, caddr_t msg, int flags) NO_SYSCALL_STUB; }
+403 ALL { int recvfrom_nocancel(int s, void *buf, size_t len, int flags, struct sockaddr *from, int *fromlenaddr) NO_SYSCALL_STUB; }
+404 ALL { int accept_nocancel(int s, caddr_t name, socklen_t *anamelen) NO_SYSCALL_STUB; }
+#else
+401 ALL { int nosys(void); }
+402 ALL { int nosys(void); }
+403 ALL { int nosys(void); }
+404 ALL { int nosys(void); }
+#endif /* SOCKETS */
+405 ALL { int msync_nocancel(caddr_t addr, size_t len, int flags) NO_SYSCALL_STUB; }
+406 ALL { int fcntl_nocancel(int fd, int cmd, long arg) NO_SYSCALL_STUB; }
+407 ALL { int select_nocancel(int nd, u_int32_t *in, u_int32_t *ou, u_int32_t *ex, struct timeval *tv) NO_SYSCALL_STUB; }
+408 ALL { int fsync_nocancel(int fd) NO_SYSCALL_STUB; }
+#if SOCKETS
+409 ALL { int connect_nocancel(int s, caddr_t name, socklen_t namelen) NO_SYSCALL_STUB; }
+#else
+409 ALL { int nosys(void); }
+#endif /* SOCKETS */
+410 ALL { int sigsuspend_nocancel(sigset_t mask) NO_SYSCALL_STUB; }
+411 ALL { user_ssize_t readv_nocancel(int fd, struct iovec *iovp, u_int iovcnt) NO_SYSCALL_STUB; }
+412 ALL { user_ssize_t writev_nocancel(int fd, struct iovec *iovp, u_int iovcnt) NO_SYSCALL_STUB; }
+#if SOCKETS
+413 ALL { int sendto_nocancel(int s, caddr_t buf, size_t len, int flags, caddr_t to, socklen_t tolen) NO_SYSCALL_STUB; }
+#else
+413 ALL { int nosys(void); }
+#endif /* SOCKETS */
+414 ALL { user_ssize_t pread_nocancel(int fd, user_addr_t buf, user_size_t nbyte, off_t offset) NO_SYSCALL_STUB; }
+415 ALL { user_ssize_t pwrite_nocancel(int fd, user_addr_t buf, user_size_t nbyte, off_t offset) NO_SYSCALL_STUB; }
+416 ALL { int waitid_nocancel(idtype_t idtype, id_t id, siginfo_t *infop, int options) NO_SYSCALL_STUB; }
+417 ALL { int poll_nocancel(struct pollfd *fds, u_int nfds, int timeout) NO_SYSCALL_STUB; }
+#if SYSV_MSG
+418 ALL { int msgsnd_nocancel(int msqid, void *msgp, size_t msgsz, int msgflg) NO_SYSCALL_STUB; }
+419 ALL { user_ssize_t msgrcv_nocancel(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg) NO_SYSCALL_STUB; }