-249 NONE NONE ALL { int nosys(void); }
-250 NONE NONE ALL { int minherit(void *addr, size_t len, int inherit); }
-251 NONE NONE ALL { int semsys(u_int which, int a2, int a3, int a4, int a5); }
-252 NONE NONE ALL { int msgsys(u_int which, int a2, int a3, int a4, int a5); }
-253 NONE NONE ALL { int shmsys(u_int which, int a2, int a3, int a4); }
-254 NONE NONE ALL { int semctl(int semid, int semnum, int cmd, semun_t arg); }
-255 NONE NONE ALL { int semget(key_t key, int nsems, int semflg); }
-256 NONE NONE ALL { int semop(int semid, struct sembuf *sops, int nsops); }
-257 NONE NONE ALL { int nosys(void); }
-258 NONE NONE ALL { int msgctl(int msqid, int cmd, struct msqid_ds *buf); }
-259 NONE NONE ALL { int msgget(key_t key, int msgflg); }
-260 PRE NONE ALL { int msgsnd(int msqid, void *msgp, size_t msgsz, int msgflg); }
-261 PRE NONE ALL { user_ssize_t msgrcv(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg); }
-262 NONE NONE ALL { int shmat(int shmid, void *shmaddr, int shmflg); }
-263 NONE NONE ALL { int shmctl(int shmid, int cmd, struct shmid_ds *buf); }
-264 NONE NONE ALL { int shmdt(void *shmaddr); }
-265 NONE NONE ALL { int shmget(key_t key, size_t size, int shmflg); }
-266 NONE NONE ALL { int shm_open(const char *name, int oflag, int mode); }
-267 NONE NONE ALL { int shm_unlink(const char *name); }
-268 NONE NONE ALL { user_addr_t sem_open(const char *name, int oflag, int mode, int value); }
-269 NONE NONE ALL { int sem_close(sem_t *sem); }
-270 NONE NONE ALL { int sem_unlink(const char *name); }
-271 PRE NONE ALL { int sem_wait(sem_t *sem); }
-272 NONE NONE ALL { int sem_trywait(sem_t *sem); }
-273 NONE NONE ALL { int sem_post(sem_t *sem); }
-274 NONE NONE ALL { int sem_getvalue(sem_t *sem, int *sval); }
-275 NONE NONE ALL { int sem_init(sem_t *sem, int phsared, u_int value); }
-276 NONE NONE ALL { int sem_destroy(sem_t *sem); }
-277 NONE NONE ALL { int open_extended(user_addr_t path, int flags, uid_t uid, gid_t gid, int mode, user_addr_t xsecurity); }
-278 NONE KERN ALL { int umask_extended(int newmask, user_addr_t xsecurity); }
-279 NONE NONE ALL { int stat_extended(user_addr_t path, user_addr_t ub, user_addr_t xsecurity, user_addr_t xsecurity_size); }
-280 NONE NONE ALL { int lstat_extended(user_addr_t path, user_addr_t ub, user_addr_t xsecurity, user_addr_t xsecurity_size); }
-281 NONE NONE ALL { int fstat_extended(int fd, user_addr_t ub, user_addr_t xsecurity, user_addr_t xsecurity_size); }
-282 NONE NONE ALL { int chmod_extended(user_addr_t path, uid_t uid, gid_t gid, int mode, user_addr_t xsecurity); }
-283 NONE NONE ALL { int fchmod_extended(int fd, uid_t uid, gid_t gid, int mode, user_addr_t xsecurity); }
-284 NONE NONE ALL { int access_extended(user_addr_t entries, size_t size, user_addr_t results, uid_t uid); }
-285 NONE NONE ALL { int settid(uid_t uid, gid_t gid); }
-286 NONE NONE ALL { int gettid(uid_t *uidp, gid_t *gidp); }
-287 NONE NONE ALL { int setsgroups(int setlen, user_addr_t guidset); }
-288 NONE NONE ALL { int getsgroups(user_addr_t setlen, user_addr_t guidset); }
-289 NONE NONE ALL { int setwgroups(int setlen, user_addr_t guidset); }
-290 NONE NONE ALL { int getwgroups(user_addr_t setlen, user_addr_t guidset); }
-291 NONE NONE ALL { int mkfifo_extended(user_addr_t path, uid_t uid, gid_t gid, int mode, user_addr_t xsecurity); }
-292 NONE NONE ALL { int mkdir_extended(user_addr_t path, uid_t uid, gid_t gid, int mode, user_addr_t xsecurity); }
-293 NONE NONE ALL { int identitysvc(int opcode, user_addr_t message); }
-294 NONE NONE ALL { int nosys(void); }
-295 NONE NONE ALL { int nosys(void); }
-296 NONE KERN UALL { int load_shared_file(char *filename, caddr_t mfa, u_long mfs, caddr_t *ba, int map_cnt, sf_mapping_t *mappings, int *flags); }
-297 NONE KERN UALL { int reset_shared_file(caddr_t *ba, int map_cnt, sf_mapping_t *mappings); }
-298 NONE KERN ALL { int new_system_shared_regions(void); }
-299 NONE KERN UALL { int shared_region_map_file_np(int fd, uint32_t mappingCount, user_addr_t mappings, user_addr_t slide_p); }
-300 NONE KERN UALL { int shared_region_make_private_np(uint32_t rangeCount, user_addr_t ranges); }
-301 NONE NONE ALL { int nosys(void); }
-302 NONE NONE ALL { int nosys(void); }
-303 NONE NONE ALL { int nosys(void); }
-304 NONE NONE ALL { int nosys(void); }
-305 NONE NONE ALL { int nosys(void); }
-306 NONE NONE ALL { int nosys(void); }
-307 NONE NONE ALL { int nosys(void); }
-308 NONE NONE ALL { int nosys(void); }
-309 NONE NONE ALL { int nosys(void); }
-310 NONE KERN ALL { int getsid(pid_t pid); }
-311 NONE NONE ALL { int settid_with_pid(pid_t pid, int assume); }
-312 NONE NONE ALL { int nosys(void); }
-313 NONE NONE ALL { int aio_fsync(int op, user_addr_t aiocbp); }
-314 NONE NONE ALL { user_ssize_t aio_return(user_addr_t aiocbp); }
-315 PRE NONE ALL { int aio_suspend(user_addr_t aiocblist, int nent, user_addr_t timeoutp); }
-316 NONE NONE ALL { int aio_cancel(int fd, user_addr_t aiocbp); }
-317 NONE NONE ALL { int aio_error(user_addr_t aiocbp); }
-318 NONE NONE ALL { int aio_read(user_addr_t aiocbp); }
-319 NONE NONE ALL { int aio_write(user_addr_t aiocbp); }
-320 NONE NONE ALL { int lio_listio(int mode, user_addr_t aiocblist, int nent, user_addr_t sigp); }
-321 NONE NONE ALL { int nosys(void); }
-322 NONE NONE ALL { int nosys(void); }
-323 NONE NONE ALL { int nosys(void); }
-324 NONE NONE ALL { int mlockall(int how); }
-325 NONE NONE ALL { int munlockall(int how); }
-326 NONE NONE ALL { int nosys(void); }
-327 NONE KERN ALL { int issetugid(void); }
-328 NONE KERN ALL { int __pthread_kill(int thread_port, int sig); }
-329 NONE KERN ALL { int pthread_sigmask(int how, user_addr_t set, user_addr_t oset); }
-330 PRE KERN ALL { int sigwait(user_addr_t set, user_addr_t sig); }
-331 NONE KERN ALL { int __disable_threadsignal(int value); }
-332 NONE NONE ALL { int __pthread_markcancel(int thread_port); }
-333 NONE NONE ALL { int __pthread_canceled(int action); }
-334 POST NONE ALL { int __semwait_signal(int cond_sem, int mutex_sem, int timeout, int relative, time_t tv_sec, int32_t tv_nsec); }
-335 NONE KERN ALL { int utrace(const void *addr, size_t len); }
-336 NONE NONE ALL { int proc_info(int32_t callnum,int32_t pid,uint32_t flavor, uint64_t arg,user_addr_t buffer,int32_t buffersize); }
-337 NONE NONE ALL { int nosys(void); }
-338 NONE NONE ALL { int nosys(void); }
-339 NONE NONE ALL { int nosys(void); }
-340 NONE NONE ALL { int nosys(void); }
-341 NONE NONE ALL { int nosys(void); }
-342 NONE NONE ALL { int nosys(void); }
-343 NONE NONE ALL { int nosys(void); }
-344 NONE NONE ALL { int nosys(void); }
-345 NONE NONE ALL { int nosys(void); }
-346 NONE NONE ALL { int nosys(void); }
-347 NONE NONE ALL { int nosys(void); }
-348 NONE NONE ALL { int nosys(void); }
-349 NONE NONE ALL { int nosys(void); }
-350 NONE KERN ALL { int audit(void *record, int length); }
-351 NONE KERN ALL { int auditon(int cmd, void *data, int length); }
-352 NONE KERN ALL { int nosys(void); }
-353 NONE KERN ALL { int getauid(au_id_t *auid); }
-354 NONE KERN ALL { int setauid(au_id_t *auid); }
-355 NONE KERN ALL { int getaudit(struct auditinfo *auditinfo); }
-356 NONE KERN ALL { int setaudit(struct auditinfo *auditinfo); }
-357 NONE KERN ALL { int getaudit_addr(struct auditinfo_addr *auditinfo_addr, int length); }
-358 NONE KERN ALL { int setaudit_addr(struct auditinfo_addr *auditinfo_addr, int length); }
-359 NONE KERN ALL { int auditctl(char *path); }
-360 NONE NONE ALL { int nosys(void); }
-361 NONE NONE ALL { int nosys(void); }
-362 NONE NONE ALL { int kqueue(void); }
-363 NONE NONE ALL { int kevent(int fd, const struct kevent *changelist, int nchanges, struct kevent *eventlist, int nevents, const struct timespec *timeout); }
-364 NONE NONE ALL { int lchown(user_addr_t path, uid_t owner, gid_t group); }
-365 NONE NONE ALL { int stack_snapshot(pid_t pid, user_addr_t tracebuf, uint32_t tracebuf_size, uint32_t options); }
-366 NONE NONE ALL { int nosys(void); }
-367 NONE NONE ALL { int nosys(void); }
-368 NONE NONE ALL { int nosys(void); }
-369 NONE NONE ALL { int nosys(void); }
+335 AUE_NULL ALL { int nosys(void); } { old utrace }
+336 AUE_PROCINFO 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 AUE_SENDFILE ALL { int sendfile(int fd, int s, off_t offset, off_t *nbytes, struct sf_hdtr *hdtr, int flags); }
+#else /* !SENDFILE */
+337 AUE_NULL ALL { int nosys(void); }
+#endif /* SENDFILE */
+338 AUE_STAT64 ALL { int stat64(user_addr_t path, user_addr_t ub); }
+339 AUE_FSTAT64 ALL { int sys_fstat64(int fd, user_addr_t ub); }
+340 AUE_LSTAT64 ALL { int lstat64(user_addr_t path, user_addr_t ub); }
+341 AUE_STAT64_EXTENDED 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 AUE_LSTAT64_EXTENDED 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 AUE_FSTAT64_EXTENDED ALL { int sys_fstat64_extended(int fd, user_addr_t ub, user_addr_t xsecurity, user_addr_t xsecurity_size) NO_SYSCALL_STUB; }
+344 AUE_GETDIRENTRIES64 ALL { user_ssize_t getdirentries64(int fd, void *buf, user_size_t bufsize, off_t *position) NO_SYSCALL_STUB; }
+345 AUE_STATFS64 ALL { int statfs64(char *path, struct statfs64 *buf); }
+346 AUE_FSTATFS64 ALL { int fstatfs64(int fd, struct statfs64 *buf); }
+347 AUE_GETFSSTAT64 ALL { int getfsstat64(user_addr_t buf, int bufsize, int flags); }
+348 AUE_NULL ALL { int __pthread_chdir(user_addr_t path); }
+349 AUE_NULL ALL { int __pthread_fchdir(int fd); }
+350 AUE_AUDIT ALL { int audit(void *record, int length); }
+351 AUE_AUDITON ALL { int auditon(int cmd, void *data, int length); }
+352 AUE_NULL ALL { int nosys(void); }
+353 AUE_GETAUID ALL { int getauid(au_id_t *auid); }
+354 AUE_SETAUID ALL { int setauid(au_id_t *auid); }
+355 AUE_NULL ALL { int nosys(void); } { old getaudit }
+356 AUE_NULL ALL { int nosys(void); } { old setaudit }
+357 AUE_GETAUDIT_ADDR ALL { int getaudit_addr(struct auditinfo_addr *auditinfo_addr, int length); }
+358 AUE_SETAUDIT_ADDR ALL { int setaudit_addr(struct auditinfo_addr *auditinfo_addr, int length); }
+359 AUE_AUDITCTL ALL { int auditctl(char *path); }
+#if CONFIG_WORKQUEUE
+360 AUE_NULL 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 AUE_NULL ALL { int bsdthread_terminate(user_addr_t stackaddr, size_t freesize, uint32_t port, uint32_t sem) NO_SYSCALL_STUB; }
+#else
+360 AUE_NULL ALL { int nosys(void); }
+361 AUE_NULL ALL { int nosys(void); }
+#endif /* CONFIG_WORKQUEUE */
+362 AUE_KQUEUE ALL { int kqueue(void); }
+363 AUE_NULL ALL { int kevent(int fd, const struct kevent *changelist, int nchanges, struct kevent *eventlist, int nevents, const struct timespec *timeout); }
+364 AUE_LCHOWN ALL { int lchown(user_addr_t path, uid_t owner, gid_t group) NO_SYSCALL_STUB; }
+365 AUE_NULL ALL { int nosys(void); } { old stack_snapshot }
+#if CONFIG_WORKQUEUE
+366 AUE_NULL ALL { int bsdthread_register(user_addr_t threadstart, user_addr_t wqthread, uint32_t flags, user_addr_t stack_addr_hint, user_addr_t targetconc_ptr, uint32_t dispatchqueue_offset, uint32_t tsd_offset) NO_SYSCALL_STUB; }
+367 AUE_WORKQOPEN ALL { int workq_open(void) NO_SYSCALL_STUB; }
+368 AUE_WORKQOPS ALL { int workq_kernreturn(int options, user_addr_t item, int affinity, int prio) NO_SYSCALL_STUB; }
+#else
+366 AUE_NULL ALL { int nosys(void); }
+367 AUE_NULL ALL { int nosys(void); }
+368 AUE_NULL ALL { int nosys(void); }
+#endif /* CONFIG_WORKQUEUE */
+369 AUE_NULL ALL { int kevent64(int fd, const struct kevent64_s *changelist, int nchanges, struct kevent64_s *eventlist, int nevents, unsigned int flags, const struct timespec *timeout); }
+#if OLD_SEMWAIT_SIGNAL
+370 AUE_SEMWAITSIGNAL ALL { int __old_semwait_signal(int cond_sem, int mutex_sem, int timeout, int relative, const struct timespec *ts); }
+371 AUE_SEMWAITSIGNAL ALL { int __old_semwait_signal_nocancel(int cond_sem, int mutex_sem, int timeout, int relative, const struct timespec *ts) NO_SYSCALL_STUB; }
+#else
+370 AUE_NULL ALL { int nosys(void); } { old __semwait_signal }
+371 AUE_NULL ALL { int nosys(void); } { old __semwait_signal }
+#endif
+372 AUE_NULL ALL { uint64_t thread_selfid (void) NO_SYSCALL_STUB; }
+373 AUE_LEDGER ALL { int ledger(int cmd, caddr_t arg1, caddr_t arg2, caddr_t arg3); }
+374 AUE_NULL ALL { int kevent_qos(int fd, const struct kevent_qos_s *changelist, int nchanges, struct kevent_qos_s *eventlist, int nevents, void *data_out, size_t *data_available, unsigned int flags); }
+375 AUE_NULL ALL { int kevent_id(uint64_t id, const struct kevent_qos_s *changelist, int nchanges, struct kevent_qos_s *eventlist, int nevents, void *data_out, size_t *data_available, unsigned int flags); }
+376 AUE_NULL ALL { int nosys(void); }
+377 AUE_NULL ALL { int nosys(void); }
+378 AUE_NULL ALL { int nosys(void); }
+379 AUE_NULL ALL { int nosys(void); }
+380 AUE_MAC_EXECVE ALL { int __mac_execve(char *fname, char **argp, char **envp, struct mac *mac_p); }
+#if CONFIG_MACF
+381 AUE_MAC_SYSCALL ALL { int __mac_syscall(char *policy, int call, user_addr_t arg); }
+382 AUE_MAC_GET_FILE ALL { int __mac_get_file(char *path_p, struct mac *mac_p); }
+383 AUE_MAC_SET_FILE ALL { int __mac_set_file(char *path_p, struct mac *mac_p); }
+384 AUE_MAC_GET_LINK ALL { int __mac_get_link(char *path_p, struct mac *mac_p); }
+385 AUE_MAC_SET_LINK ALL { int __mac_set_link(char *path_p, struct mac *mac_p); }
+386 AUE_MAC_GET_PROC ALL { int __mac_get_proc(struct mac *mac_p); }
+387 AUE_MAC_SET_PROC ALL { int __mac_set_proc(struct mac *mac_p); }
+388 AUE_MAC_GET_FD ALL { int __mac_get_fd(int fd, struct mac *mac_p); }
+389 AUE_MAC_SET_FD ALL { int __mac_set_fd(int fd, struct mac *mac_p); }
+390 AUE_MAC_GET_PID ALL { int __mac_get_pid(pid_t pid, struct mac *mac_p); }
+#else
+381 AUE_MAC_SYSCALL ALL { int enosys(void); }
+382 AUE_MAC_GET_FILE ALL { int nosys(void); }
+383 AUE_MAC_SET_FILE ALL { int nosys(void); }
+384 AUE_MAC_GET_LINK ALL { int nosys(void); }
+385 AUE_MAC_SET_LINK ALL { int nosys(void); }
+386 AUE_MAC_GET_PROC ALL { int nosys(void); }
+387 AUE_MAC_SET_PROC ALL { int nosys(void); }
+388 AUE_MAC_GET_FD ALL { int nosys(void); }
+389 AUE_MAC_SET_FD ALL { int nosys(void); }
+390 AUE_MAC_GET_PID ALL { int nosys(void); }
+#endif
+391 AUE_NULL ALL { int enosys(void); }
+392 AUE_NULL ALL { int enosys(void); }
+393 AUE_NULL ALL { int enosys(void); }
+394 AUE_SELECT ALL { int pselect(int nd, u_int32_t *in, u_int32_t *ou, u_int32_t *ex, const struct timespec *ts, const struct sigset_t *mask) NO_SYSCALL_STUB; }
+395 AUE_SELECT ALL { int pselect_nocancel(int nd, u_int32_t *in, u_int32_t *ou, u_int32_t *ex, const struct timespec *ts, const struct sigset_t *mask) NO_SYSCALL_STUB; }
+396 AUE_NULL ALL { user_ssize_t read_nocancel(int fd, user_addr_t cbuf, user_size_t nbyte) NO_SYSCALL_STUB; }
+397 AUE_NULL ALL { user_ssize_t write_nocancel(int fd, user_addr_t cbuf, user_size_t nbyte) NO_SYSCALL_STUB; }
+398 AUE_OPEN_RWTC ALL { int open_nocancel(user_addr_t path, int flags, int mode) NO_SYSCALL_STUB; }
+399 AUE_CLOSE ALL { int sys_close_nocancel(int fd) NO_SYSCALL_STUB; }
+400 AUE_WAIT4 ALL { int wait4_nocancel(int pid, user_addr_t status, int options, user_addr_t rusage) NO_SYSCALL_STUB; }
+#if SOCKETS
+401 AUE_RECVMSG ALL { int recvmsg_nocancel(int s, struct msghdr *msg, int flags) NO_SYSCALL_STUB; }
+402 AUE_SENDMSG ALL { int sendmsg_nocancel(int s, caddr_t msg, int flags) NO_SYSCALL_STUB; }
+403 AUE_RECVFROM ALL { int recvfrom_nocancel(int s, void *buf, size_t len, int flags, struct sockaddr *from, int *fromlenaddr) NO_SYSCALL_STUB; }
+404 AUE_ACCEPT ALL { int accept_nocancel(int s, caddr_t name, socklen_t *anamelen) NO_SYSCALL_STUB; }
+#else
+401 AUE_NULL ALL { int nosys(void); }
+402 AUE_NULL ALL { int nosys(void); }
+403 AUE_NULL ALL { int nosys(void); }
+404 AUE_NULL ALL { int nosys(void); }
+#endif /* SOCKETS */
+405 AUE_MSYNC ALL { int msync_nocancel(caddr_t addr, size_t len, int flags) NO_SYSCALL_STUB; }
+406 AUE_FCNTL ALL { int sys_fcntl_nocancel(int fd, int cmd, long arg) NO_SYSCALL_STUB; }
+407 AUE_SELECT 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 AUE_FSYNC ALL { int fsync_nocancel(int fd) NO_SYSCALL_STUB; }
+#if SOCKETS
+409 AUE_CONNECT ALL { int connect_nocancel(int s, caddr_t name, socklen_t namelen) NO_SYSCALL_STUB; }
+#else
+409 AUE_NULL ALL { int nosys(void); }
+#endif /* SOCKETS */
+410 AUE_NULL ALL { int sigsuspend_nocancel(sigset_t mask) NO_SYSCALL_STUB; }
+411 AUE_READV ALL { user_ssize_t readv_nocancel(int fd, struct iovec *iovp, u_int iovcnt) NO_SYSCALL_STUB; }
+412 AUE_WRITEV ALL { user_ssize_t writev_nocancel(int fd, struct iovec *iovp, u_int iovcnt) NO_SYSCALL_STUB; }
+#if SOCKETS
+413 AUE_SENDTO 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 AUE_NULL ALL { int nosys(void); }
+#endif /* SOCKETS */
+414 AUE_PREAD ALL { user_ssize_t pread_nocancel(int fd, user_addr_t buf, user_size_t nbyte, off_t offset) NO_SYSCALL_STUB; }
+415 AUE_PWRITE ALL { user_ssize_t pwrite_nocancel(int fd, user_addr_t buf, user_size_t nbyte, off_t offset) NO_SYSCALL_STUB; }
+416 AUE_WAITID ALL { int waitid_nocancel(idtype_t idtype, id_t id, siginfo_t *infop, int options) NO_SYSCALL_STUB; }
+417 AUE_POLL ALL { int poll_nocancel(struct pollfd *fds, u_int nfds, int timeout) NO_SYSCALL_STUB; }
+#if SYSV_MSG
+418 AUE_MSGSND ALL { int msgsnd_nocancel(int msqid, void *msgp, size_t msgsz, int msgflg) NO_SYSCALL_STUB; }
+419 AUE_MSGRCV ALL { user_ssize_t msgrcv_nocancel(int msqid, void *msgp, size_t msgsz, long msgtyp, int msgflg) NO_SYSCALL_STUB; }
+#else
+418 AUE_NULL ALL { int nosys(void); }
+419 AUE_NULL ALL { int nosys(void); }
+#endif
+420 AUE_SEMWAIT ALL { int sem_wait_nocancel(sem_t *sem) NO_SYSCALL_STUB; }
+421 AUE_NULL ALL { int aio_suspend_nocancel(user_addr_t aiocblist, int nent, user_addr_t timeoutp) NO_SYSCALL_STUB; }
+422 AUE_SIGWAIT ALL { int __sigwait_nocancel(user_addr_t set, user_addr_t sig) NO_SYSCALL_STUB; }
+;#if OLD_SEMWAIT_SIGNAL
+;423 AUE_NULL ALL { int nosys(void); } { old __semwait_signal_nocancel }
+;#else
+423 AUE_SEMWAITSIGNAL ALL { int __semwait_signal_nocancel(int cond_sem, int mutex_sem, int timeout, int relative, int64_t tv_sec, int32_t tv_nsec); }
+;#endif
+424 AUE_MAC_MOUNT ALL { int __mac_mount(char *type, char *path, int flags, caddr_t data, struct mac *mac_p); }
+#if CONFIG_MACF
+425 AUE_MAC_GET_MOUNT ALL { int __mac_get_mount(char *path, struct mac *mac_p); }
+#else
+425 AUE_MAC_GET_MOUNT ALL { int nosys(void); }
+#endif
+426 AUE_MAC_GETFSSTAT ALL { int __mac_getfsstat(user_addr_t buf, int bufsize, user_addr_t mac, int macsize, int flags); }
+427 AUE_FSGETPATH ALL { user_ssize_t fsgetpath(user_addr_t buf, size_t bufsize, user_addr_t fsid, uint64_t objid); } { private fsgetpath (File Manager SPI) }
+428 AUE_NULL ALL { mach_port_name_t audit_session_self(void); }
+429 AUE_NULL ALL { int audit_session_join(mach_port_name_t port); }
+430 AUE_NULL ALL { int sys_fileport_makeport(int fd, user_addr_t portnamep); }
+431 AUE_NULL ALL { int sys_fileport_makefd(mach_port_name_t port); }
+432 AUE_NULL ALL { int audit_session_port(au_asid_t asid, user_addr_t portnamep); }
+433 AUE_NULL ALL { int pid_suspend(int pid); }
+434 AUE_NULL ALL { int pid_resume(int pid); }
+#if CONFIG_EMBEDDED
+435 AUE_NULL ALL { int pid_hibernate(int pid); }
+#else
+435 AUE_NULL ALL { int nosys(void); }
+#endif
+#if SOCKETS
+436 AUE_NULL ALL { int pid_shutdown_sockets(int pid, int level); }
+#else
+436 AUE_NULL ALL { int nosys(void); }
+#endif
+437 AUE_NULL ALL { int nosys(void); } { old shared_region_slide_np }
+438 AUE_NULL ALL { int shared_region_map_and_slide_np(int fd, uint32_t count, const struct shared_file_mapping_np *mappings, uint32_t slide, uint64_t* slide_start, uint32_t slide_size) NO_SYSCALL_STUB; }
+439 AUE_NULL ALL { int kas_info(int selector, void *value, size_t *size); }
+#if CONFIG_MEMORYSTATUS
+440 AUE_NULL ALL { int memorystatus_control(uint32_t command, int32_t pid, uint32_t flags, user_addr_t buffer, size_t buffersize); }
+#else
+440 AUE_NULL ALL { int nosys(void); }
+#endif
+441 AUE_OPEN_RWTC ALL { int guarded_open_np(user_addr_t path, const guardid_t *guard, u_int guardflags, int flags, int mode) NO_SYSCALL_STUB; }
+442 AUE_CLOSE ALL { int guarded_close_np(int fd, const guardid_t *guard); }
+443 AUE_KQUEUE ALL { int guarded_kqueue_np(const guardid_t *guard, u_int guardflags); }
+444 AUE_NULL ALL { int change_fdguard_np(int fd, const guardid_t *guard, u_int guardflags, const guardid_t *nguard, u_int nguardflags, int *fdflagsp); }
+445 AUE_USRCTL ALL { int usrctl(uint32_t flags); }
+446 AUE_NULL ALL { int proc_rlimit_control(pid_t pid, int flavor, void *arg); }
+#if SOCKETS
+447 AUE_CONNECT ALL { int connectx(int socket, const sa_endpoints_t *endpoints, sae_associd_t associd, unsigned int flags, const struct iovec *iov, unsigned int iovcnt, size_t *len, sae_connid_t *connid); }
+448 AUE_NULL ALL { int disconnectx(int s, sae_associd_t aid, sae_connid_t cid); }
+449 AUE_NULL ALL { int peeloff(int s, sae_associd_t aid); }
+450 AUE_SOCKET ALL { int socket_delegate(int domain, int type, int protocol, pid_t epid); }
+#else
+447 AUE_NULL ALL { int nosys(void); }
+448 AUE_NULL ALL { int nosys(void); }
+449 AUE_NULL ALL { int nosys(void); }
+450 AUE_NULL ALL { int nosys(void); }
+#endif /* SOCKETS */
+451 AUE_NULL ALL { int telemetry(uint64_t cmd, uint64_t deadline, uint64_t interval, uint64_t leeway, uint64_t arg4, uint64_t arg5) NO_SYSCALL_STUB; }
+#if CONFIG_PROC_UUID_POLICY
+452 AUE_NULL ALL { int proc_uuid_policy(uint32_t operation, uuid_t uuid, size_t uuidlen, uint32_t flags); }
+#else
+452 AUE_NULL ALL { int nosys(void); }
+#endif
+#if CONFIG_MEMORYSTATUS
+453 AUE_NULL ALL { int memorystatus_get_level(user_addr_t level); }
+#else
+453 AUE_NULL ALL { int nosys(void); }
+#endif
+454 AUE_NULL ALL { int system_override(uint64_t timeout, uint64_t flags); }
+455 AUE_NULL ALL { int vfs_purge(void); }
+456 AUE_NULL ALL { int sfi_ctl(uint32_t operation, uint32_t sfi_class, uint64_t time, uint64_t *out_time) NO_SYSCALL_STUB; }
+457 AUE_NULL ALL { int sfi_pidctl(uint32_t operation, pid_t pid, uint32_t sfi_flags, uint32_t *out_sfi_flags) NO_SYSCALL_STUB; }
+#if CONFIG_COALITIONS
+458 AUE_NULL ALL { int coalition(uint32_t operation, uint64_t *cid, uint32_t flags) NO_SYSCALL_STUB; }
+459 AUE_NULL ALL { int coalition_info(uint32_t flavor, uint64_t *cid, void *buffer, size_t *bufsize) NO_SYSCALL_STUB; }
+#else
+458 AUE_NULL ALL { int enosys(void); }
+459 AUE_NULL ALL { int enosys(void); }
+#endif /* COALITIONS */
+#if NECP
+460 AUE_NECP ALL { int necp_match_policy(uint8_t *parameters, size_t parameters_size, struct necp_aggregate_result *returned_result); }
+#else
+460 AUE_NULL ALL { int nosys(void); }
+#endif /* NECP */
+461 AUE_GETATTRLISTBULK ALL { int getattrlistbulk(int dirfd, struct attrlist *alist, void *attributeBuffer, size_t bufferSize, uint64_t options); }
+462 AUE_CLONEFILEAT ALL { int clonefileat(int src_dirfd, user_addr_t src, int dst_dirfd, user_addr_t dst, uint32_t flags); }
+463 AUE_OPENAT_RWTC ALL { int openat(int fd, user_addr_t path, int flags, int mode) NO_SYSCALL_STUB; }
+464 AUE_OPENAT_RWTC ALL { int openat_nocancel(int fd, user_addr_t path, int flags, int mode) NO_SYSCALL_STUB; }
+465 AUE_RENAMEAT ALL { int renameat(int fromfd, char *from, int tofd, char *to) NO_SYSCALL_STUB; }
+466 AUE_FACCESSAT ALL { int faccessat(int fd, user_addr_t path, int amode, int flag); }
+467 AUE_FCHMODAT ALL { int fchmodat(int fd, user_addr_t path, int mode, int flag); }
+468 AUE_FCHOWNAT ALL { int fchownat(int fd, user_addr_t path, uid_t uid,gid_t gid, int flag); }
+469 AUE_FSTATAT ALL { int fstatat(int fd, user_addr_t path, user_addr_t ub, int flag); }
+470 AUE_FSTATAT ALL { int fstatat64(int fd, user_addr_t path, user_addr_t ub, int flag); }
+471 AUE_LINKAT ALL { int linkat(int fd1, user_addr_t path, int fd2, user_addr_t link, int flag); }
+472 AUE_UNLINKAT ALL { int unlinkat(int fd, user_addr_t path, int flag) NO_SYSCALL_STUB; }
+473 AUE_READLINKAT ALL { int readlinkat(int fd, user_addr_t path, user_addr_t buf, size_t bufsize); }
+474 AUE_SYMLINKAT ALL { int symlinkat(user_addr_t *path1, int fd, user_addr_t path2); }
+475 AUE_MKDIRAT ALL { int mkdirat(int fd, user_addr_t path, int mode); }
+476 AUE_GETATTRLISTAT ALL { int getattrlistat(int fd, const char *path, struct attrlist *alist, void *attributeBuffer, size_t bufferSize, u_long options); }
+477 AUE_NULL ALL { int proc_trace_log(pid_t pid, uint64_t uniqueid); }
+478 AUE_NULL ALL { int bsdthread_ctl(user_addr_t cmd, user_addr_t arg1, user_addr_t arg2, user_addr_t arg3) NO_SYSCALL_STUB; }
+479 AUE_OPENBYID_RWT ALL { int openbyid_np(user_addr_t fsid, user_addr_t objid, int oflags); }
+#if SOCKETS
+480 AUE_NULL ALL { user_ssize_t recvmsg_x(int s, struct msghdr_x *msgp, u_int cnt, int flags); }
+481 AUE_NULL ALL { user_ssize_t sendmsg_x(int s, struct msghdr_x *msgp, u_int cnt, int flags); }
+#else
+480 AUE_NULL ALL { int nosys(void); }
+481 AUE_NULL ALL { int nosys(void); }
+#endif /* SOCKETS */
+482 AUE_NULL ALL { uint64_t thread_selfusage(void) NO_SYSCALL_STUB; }
+#if CONFIG_CSR
+483 AUE_NULL ALL { int csrctl(uint32_t op, user_addr_t useraddr, user_addr_t usersize) NO_SYSCALL_STUB; }
+#else
+483 AUE_NULL ALL { int enosys(void); }
+#endif /* CSR */
+484 AUE_NULL ALL { int guarded_open_dprotected_np(user_addr_t path, const guardid_t *guard, u_int guardflags, int flags, int dpclass, int dpflags, int mode) NO_SYSCALL_STUB; }
+485 AUE_NULL ALL { user_ssize_t guarded_write_np(int fd, const guardid_t *guard, user_addr_t cbuf, user_size_t nbyte); }
+486 AUE_PWRITE ALL { user_ssize_t guarded_pwrite_np(int fd, const guardid_t *guard, user_addr_t buf, user_size_t nbyte, off_t offset); }
+487 AUE_WRITEV ALL { user_ssize_t guarded_writev_np(int fd, const guardid_t *guard, struct iovec *iovp, int iovcnt); }
+488 AUE_RENAMEAT ALL { int renameatx_np(int fromfd, char *from, int tofd, char *to, u_int flags) NO_SYSCALL_STUB; }
+#if CONFIG_CODE_DECRYPTION
+489 AUE_MPROTECT ALL { int mremap_encrypted(caddr_t addr, size_t len, uint32_t cryptid, uint32_t cputype, uint32_t cpusubtype); }
+#else
+489 AUE_NULL ALL { int enosys(void); }
+#endif
+#if NETWORKING
+490 AUE_NETAGENT ALL { int netagent_trigger(uuid_t agent_uuid, size_t agent_uuidlen); }
+#else
+490 AUE_NULL ALL { int nosys(void); }
+#endif /* NETWORKING */
+491 AUE_STACKSNAPSHOT ALL { int stack_snapshot_with_config(int stackshot_config_version, user_addr_t stackshot_config, size_t stackshot_config_size) NO_SYSCALL_STUB; }
+#if CONFIG_TELEMETRY
+492 AUE_STACKSNAPSHOT ALL { int microstackshot(user_addr_t tracebuf, uint32_t tracebuf_size, uint32_t flags) NO_SYSCALL_STUB; }
+#else
+492 AUE_NULL ALL { int enosys(void); }
+#endif /* CONFIG_TELEMETRY */
+#if PGO
+493 AUE_NULL ALL { user_ssize_t grab_pgo_data (user_addr_t uuid, int flags, user_addr_t buffer, user_ssize_t size); }
+#else
+493 AUE_NULL ALL { int enosys(void); }
+#endif
+#if CONFIG_PERSONAS
+494 AUE_PERSONA ALL { int persona(uint32_t operation, uint32_t flags, struct kpersona_info *info, uid_t *id, size_t *idlen, char *path) NO_SYSCALL_STUB; }
+#else
+494 AUE_NULL ALL { int enosys(void); }
+#endif
+495 AUE_NULL ALL { int enosys(void); }
+496 AUE_NULL ALL { uint64_t mach_eventlink_signal(mach_port_name_t eventlink_port, uint64_t signal_count) NO_SYSCALL_STUB; }
+497 AUE_NULL ALL { uint64_t mach_eventlink_wait_until(mach_port_name_t eventlink_port, uint64_t wait_count, uint64_t deadline, uint32_t clock_id, uint32_t option) NO_SYSCALL_STUB; }
+498 AUE_NULL ALL { uint64_t mach_eventlink_signal_wait_until(mach_port_name_t eventlink_port, uint64_t wait_count, uint64_t signal_count, uint64_t deadline, uint32_t clock_id, uint32_t option) NO_SYSCALL_STUB; }
+499 AUE_NULL ALL { int work_interval_ctl(uint32_t operation, uint64_t work_interval_id, void *arg, size_t len) NO_SYSCALL_STUB; }
+500 AUE_NULL ALL { int getentropy(void *buffer, size_t size); }
+#if NECP
+501 AUE_NECP ALL { int necp_open(int flags); } }
+502 AUE_NECP ALL { int necp_client_action(int necp_fd, uint32_t action, uuid_t client_id, size_t client_id_len, uint8_t *buffer, size_t buffer_size); }
+#else
+501 AUE_NULL ALL { int enosys(void); }
+502 AUE_NULL ALL { int enosys(void); }
+#endif /* NECP */
+503 AUE_NULL ALL { int enosys(void); }
+504 AUE_NULL ALL { int enosys(void); }
+505 AUE_NULL ALL { int enosys(void); }
+506 AUE_NULL ALL { int enosys(void); }
+507 AUE_NULL ALL { int enosys(void); }
+508 AUE_NULL ALL { int enosys(void); }
+509 AUE_NULL ALL { int enosys(void); }
+510 AUE_NULL ALL { int enosys(void); }
+511 AUE_NULL ALL { int enosys(void); }
+512 AUE_NULL ALL { int enosys(void); }
+513 AUE_NULL ALL { int enosys(void); }
+514 AUE_NULL ALL { int enosys(void); }
+515 AUE_NULL ALL { int ulock_wait(uint32_t operation, void *addr, uint64_t value, uint32_t timeout) NO_SYSCALL_STUB; }
+516 AUE_NULL ALL { int ulock_wake(uint32_t operation, void *addr, uint64_t wake_value) NO_SYSCALL_STUB; }
+517 AUE_FCLONEFILEAT ALL { int fclonefileat(int src_fd, int dst_dirfd, user_addr_t dst, uint32_t flags); }
+518 AUE_NULL ALL { int fs_snapshot(uint32_t op, int dirfd, user_addr_t name1, user_addr_t name2, user_addr_t data, uint32_t flags) NO_SYSCALL_STUB; }
+519 AUE_NULL ALL { int enosys(void); }
+520 AUE_KILL ALL { int terminate_with_payload(int pid, uint32_t reason_namespace, uint64_t reason_code, void *payload, uint32_t payload_size, const char *reason_string, uint64_t reason_flags) NO_SYSCALL_STUB; }
+521 AUE_EXIT ALL { void abort_with_payload(uint32_t reason_namespace, uint64_t reason_code, void *payload, uint32_t payload_size, const char *reason_string, uint64_t reason_flags) NO_SYSCALL_STUB; }
+#if NECP
+522 AUE_NECP ALL { int necp_session_open(int flags); } }
+523 AUE_NECP ALL { int necp_session_action(int necp_fd, uint32_t action, uint8_t *in_buffer, size_t in_buffer_length, uint8_t *out_buffer, size_t out_buffer_length); }
+#else /* NECP */
+522 AUE_NULL ALL { int enosys(void); }
+523 AUE_NULL ALL { int enosys(void); }
+#endif /* NECP */
+524 AUE_SETATTRLISTAT ALL { int setattrlistat(int fd, const char *path, struct attrlist *alist, void *attributeBuffer, size_t bufferSize, uint32_t options); }
+525 AUE_NET ALL { int net_qos_guideline(struct net_qos_param *param, uint32_t param_len); }
+526 AUE_FMOUNT ALL { int fmount(const char *type, int fd, int flags, void *data); }
+527 AUE_NULL ALL { int ntp_adjtime(struct timex *tp); }
+528 AUE_NULL ALL { int ntp_gettime(struct ntptimeval *ntvp); }
+529 AUE_NULL ALL { int os_fault_with_payload(uint32_t reason_namespace, uint64_t reason_code, void *payload, uint32_t payload_size, const char *reason_string, uint64_t reason_flags); }
+#if CONFIG_WORKQUEUE
+530 AUE_WORKLOOPCTL ALL { int kqueue_workloop_ctl(user_addr_t cmd, uint64_t options, user_addr_t addr, size_t sz) NO_SYSCALL_STUB; }
+#else
+530 AUE_NULL ALL { int enosys(void); }
+#endif // CONFIG_WORKQUEUE
+531 AUE_NULL ALL { uint64_t __mach_bridge_remote_time(uint64_t local_timestamp); }
+#if CONFIG_COALITIONS
+532 AUE_NULL ALL { int coalition_ledger(uint32_t operation, uint64_t *cid, void *buffer, size_t *bufsize) NO_SYSCALL_STUB; }
+#else
+532 AUE_NULL ALL { int enosys(void); }
+#endif // CONFIG_COALITIONS
+533 AUE_NULL ALL { int log_data(unsigned int tag, unsigned int flags, void *buffer, unsigned int size) NO_SYSCALL_STUB; }
+534 AUE_NULL ALL { uint64_t memorystatus_available_memory(void) NO_SYSCALL_STUB; }
+535 AUE_NULL ALL { int enosys(void); }
+536 AUE_NULL ALL { int shared_region_map_and_slide_2_np(uint32_t files_count, const struct shared_file_np *files, uint32_t mappings_count, const struct shared_file_mapping_slide_np *mappings) NO_SYSCALL_STUB; }
+537 AUE_NULL ALL { int pivot_root(const char *new_rootfs_path_before, const char *old_rootfs_path_after); }
+538 AUE_TASKINSPECTFORPID ALL { int task_inspect_for_pid(mach_port_name_t target_tport, int pid, mach_port_name_t *t); }
+539 AUE_TASKINSPECTFORPID ALL { int task_read_for_pid(mach_port_name_t target_tport, int pid, mach_port_name_t *t); }
+540 AUE_PREADV ALL { user_ssize_t sys_preadv(int fd, struct iovec *iovp, int iovcnt, off_t offset); }
+541 AUE_PWRITEV ALL { user_ssize_t sys_pwritev(int fd, struct iovec *iovp, int iovcnt, off_t offset); }
+542 AUE_PREADV ALL { user_ssize_t sys_preadv_nocancel(int fd, struct iovec *iovp, int iovcnt, off_t offset) NO_SYSCALL_STUB; }
+543 AUE_PWRITEV ALL { user_ssize_t sys_pwritev_nocancel(int fd, struct iovec *iovp, int iovcnt, off_t offset) NO_SYSCALL_STUB; }
+544 AUE_NULL ALL { int ulock_wait2(uint32_t operation, void *addr, uint64_t value, uint64_t timeout, uint64_t value2) NO_SYSCALL_STUB; }
+545 AUE_PROCINFO ALL { int proc_info_extended_id(int32_t callnum, int32_t pid, uint32_t flavor, uint32_t flags, uint64_t ext_id, uint64_t arg, user_addr_t buffer, int32_t buffersize) NO_SYSCALL_STUB; }