-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); }
+266 AUE_SHMOPEN ALL { int shm_open(const char *name, int oflag, int mode); }
+267 AUE_SHMUNLINK ALL { int shm_unlink(const char *name); }
+268 AUE_SEMOPEN ALL { user_addr_t sem_open(const char *name, int oflag, int mode, int value) NO_SYSCALL_STUB; }
+269 AUE_SEMCLOSE ALL { int sem_close(sem_t *sem); }
+270 AUE_SEMUNLINK ALL { int sem_unlink(const char *name); }
+271 AUE_SEMWAIT ALL { int sem_wait(sem_t *sem); }
+272 AUE_SEMTRYWAIT ALL { int sem_trywait(sem_t *sem); }
+273 AUE_SEMPOST ALL { int sem_post(sem_t *sem); }
+274 AUE_SEMGETVALUE ALL { int sem_getvalue(sem_t *sem, int *sval); }
+275 AUE_SEMINIT ALL { int sem_init(sem_t *sem, int phsared, u_int value); }
+276 AUE_SEMDESTROY ALL { int sem_destroy(sem_t *sem); }
+277 AUE_OPEN_EXTENDED_RWTC 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 AUE_UMASK_EXTENDED ALL { int umask_extended(int newmask, user_addr_t xsecurity) NO_SYSCALL_STUB; }
+279 AUE_STAT_EXTENDED 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 AUE_LSTAT_EXTENDED 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 AUE_FSTAT_EXTENDED ALL { int fstat_extended(int fd, user_addr_t ub, user_addr_t xsecurity, user_addr_t xsecurity_size) NO_SYSCALL_STUB; }
+282 AUE_CHMOD_EXTENDED ALL { int chmod_extended(user_addr_t path, uid_t uid, gid_t gid, int mode, user_addr_t xsecurity) NO_SYSCALL_STUB; }
+283 AUE_FCHMOD_EXTENDED ALL { int fchmod_extended(int fd, uid_t uid, gid_t gid, int mode, user_addr_t xsecurity) NO_SYSCALL_STUB; }
+284 AUE_ACCESS_EXTENDED ALL { int access_extended(user_addr_t entries, size_t size, user_addr_t results, uid_t uid) NO_SYSCALL_STUB; }
+285 AUE_SETTID ALL { int settid(uid_t uid, gid_t gid) NO_SYSCALL_STUB; }
+286 AUE_GETTID ALL { int gettid(uid_t *uidp, gid_t *gidp) NO_SYSCALL_STUB; }
+287 AUE_SETSGROUPS ALL { int setsgroups(int setlen, user_addr_t guidset) NO_SYSCALL_STUB; }
+288 AUE_GETSGROUPS ALL { int getsgroups(user_addr_t setlen, user_addr_t guidset) NO_SYSCALL_STUB; }
+289 AUE_SETWGROUPS ALL { int setwgroups(int setlen, user_addr_t guidset) NO_SYSCALL_STUB; }
+290 AUE_GETWGROUPS ALL { int getwgroups(user_addr_t setlen, user_addr_t guidset) NO_SYSCALL_STUB; }
+291 AUE_MKFIFO_EXTENDED ALL { int mkfifo_extended(user_addr_t path, uid_t uid, gid_t gid, int mode, user_addr_t xsecurity) NO_SYSCALL_STUB; }
+292 AUE_MKDIR_EXTENDED ALL { int mkdir_extended(user_addr_t path, uid_t uid, gid_t gid, int mode, user_addr_t xsecurity) NO_SYSCALL_STUB; }
+#if CONFIG_EXT_RESOLVER
+293 AUE_IDENTITYSVC ALL { int identitysvc(int opcode, user_addr_t message) NO_SYSCALL_STUB; }