• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/sys/

Lines Matching refs:proc

1699 int nosys(struct proc *, struct nosys_args *, int *);
1700 void exit(struct proc *, struct exit_args *, int *);
1701 int fork(struct proc *, struct fork_args *, int *);
1702 int read(struct proc *, struct read_args *, user_ssize_t *);
1703 int write(struct proc *, struct write_args *, user_ssize_t *);
1704 int open(struct proc *, struct open_args *, int *);
1705 int close(struct proc *, struct close_args *, int *);
1706 int wait4(struct proc *, struct wait4_args *, int *);
1707 int link(struct proc *, struct link_args *, int *);
1708 int unlink(struct proc *, struct unlink_args *, int *);
1709 int chdir(struct proc *, struct chdir_args *, int *);
1710 int fchdir(struct proc *, struct fchdir_args *, int *);
1711 int mknod(struct proc *, struct mknod_args *, int *);
1712 int chmod(struct proc *, struct chmod_args *, int *);
1713 int chown(struct proc *, struct chown_args *, int *);
1714 int obreak(struct proc *, struct obreak_args *, int *);
1716 int ogetfsstat(struct proc *, struct ogetfsstat_args *, int *);
1718 int getfsstat(struct proc *, struct getfsstat_args *, int *);
1720 int getpid(struct proc *, struct getpid_args *, int *);
1721 int setuid(struct proc *, struct setuid_args *, int *);
1722 int getuid(struct proc *, struct getuid_args *, int *);
1723 int geteuid(struct proc *, struct geteuid_args *, int *);
1724 int ptrace(struct proc *, struct ptrace_args *, int *);
1726 int recvmsg(struct proc *, struct recvmsg_args *, int *);
1727 int sendmsg(struct proc *, struct sendmsg_args *, int *);
1728 int recvfrom(struct proc *, struct recvfrom_args *, int *);
1729 int accept(struct proc *, struct accept_args *, int *);
1730 int getpeername(struct proc *, struct getpeername_args *, int *);
1731 int getsockname(struct proc *, struct getsockname_args *, int *);
1734 int access(struct proc *, struct access_args *, int *);
1735 int chflags(struct proc *, struct chflags_args *, int *);
1736 int fchflags(struct proc *, struct fchflags_args *, int *);
1737 int sync(struct proc *, struct sync_args *, int *);
1738 int kill(struct proc *, struct kill_args *, int *);
1739 int getppid(struct proc *, struct getppid_args *, int *);
1740 int dup(struct proc *, struct dup_args *, int *);
1741 int pipe(struct proc *, struct pipe_args *, int *);
1742 int getegid(struct proc *, struct getegid_args *, int *);
1743 int profil(struct proc *, struct profil_args *, int *);
1744 int sigaction(struct proc *, struct sigaction_args *, int *);
1745 int getgid(struct proc *, struct getgid_args *, int *);
1746 int sigprocmask(struct proc *, struct sigprocmask_args *, int *);
1747 int getlogin(struct proc *, struct getlogin_args *, int *);
1748 int setlogin(struct proc *, struct setlogin_args *, int *);
1749 int acct(struct proc *, struct acct_args *, int *);
1750 int sigpending(struct proc *, struct sigpending_args *, int *);
1751 int sigaltstack(struct proc *, struct sigaltstack_args *, int *);
1752 int ioctl(struct proc *, struct ioctl_args *, int *);
1753 int reboot(struct proc *, struct reboot_args *, int *);
1754 int revoke(struct proc *, struct revoke_args *, int *);
1755 int symlink(struct proc *, struct symlink_args *, int *);
1756 int readlink(struct proc *, struct readlink_args *, int *);
1757 int execve(struct proc *, struct execve_args *, int *);
1758 int umask(struct proc *, struct umask_args *, int *);
1759 int chroot(struct proc *, struct chroot_args *, int *);
1760 int msync(struct proc *, struct msync_args *, int *);
1761 int vfork(struct proc *, struct vfork_args *, int *);
1762 int sbrk(struct proc *, struct sbrk_args *, int *);
1763 int sstk(struct proc *, struct sstk_args *, int *);
1764 int ovadvise(struct proc *, struct ovadvise_args *, int *);
1765 int munmap(struct proc *, struct munmap_args *, int *);
1766 int mprotect(struct proc *, struct mprotect_args *, int *);
1767 int madvise(struct proc *, struct madvise_args *, int *);
1768 int mincore(struct proc *, struct mincore_args *, int *);
1769 int getgroups(struct proc *, struct getgroups_args *, int *);
1770 int setgroups(struct proc *, struct setgroups_args *, int *);
1771 int getpgrp(struct proc *, struct getpgrp_args *, int *);
1772 int setpgid(struct proc *, struct setpgid_args *, int *);
1773 int setitimer(struct proc *, struct setitimer_args *, int *);
1774 int swapon(struct proc *, struct swapon_args *, int *);
1775 int getitimer(struct proc *, struct getitimer_args *, int *);
1776 int getdtablesize(struct proc *, struct getdtablesize_args *, int *);
1777 int dup2(struct proc *, struct dup2_args *, int *);
1778 int fcntl(struct proc *, struct fcntl_args *, int *);
1779 int select(struct proc *, struct select_args *, int *);
1780 int fsync(struct proc *, struct fsync_args *, int *);
1781 int setpriority(struct proc *, struct setpriority_args *, int *);
1783 int socket(struct proc *, struct socket_args *, int *);
1784 int connect(struct proc *, struct connect_args *, int *);
1787 int getpriority(struct proc *, struct getpriority_args *, int *);
1789 int bind(struct proc *, struct bind_args *, int *);
1790 int setsockopt(struct proc *, struct setsockopt_args *, int *);
1791 int listen(struct proc *, struct listen_args *, int *);
1794 int sigsuspend(struct proc *, struct sigsuspend_args *, int *);
1798 int gettimeofday(struct proc *, struct gettimeofday_args *, int *);
1799 int getrusage(struct proc *, struct getrusage_args *, int *);
1801 int getsockopt(struct proc *, struct getsockopt_args *, int *);
1804 int readv(struct proc *, struct readv_args *, user_ssize_t *);
1805 int writev(struct proc *, struct writev_args *, user_ssize_t *);
1806 int settimeofday(struct proc *, struct settimeofday_args *, int *);
1807 int fchown(struct proc *, struct fchown_args *, int *);
1808 int fchmod(struct proc *, struct fchmod_args *, int *);
1809 int setreuid(struct proc *, struct setreuid_args *, int *);
1810 int setregid(struct proc *, struct setregid_args *, int *);
1811 int rename(struct proc *, struct rename_args *, int *);
1812 int flock(struct proc *, struct flock_args *, int *);
1813 int mkfifo(struct proc *, struct mkfifo_args *, int *);
1815 int sendto(struct proc *, struct sendto_args *, int *);
1816 int shutdown(struct proc *, struct shutdown_args *, int *);
1817 int socketpair(struct proc *, struct socketpair_args *, int *);
1820 int mkdir(struct proc *, struct mkdir_args *, int *);
1821 int rmdir(struct proc *, struct rmdir_args *, int *);
1822 int utimes(struct proc *, struct utimes_args *, int *);
1823 int futimes(struct proc *, struct futimes_args *, int *);
1824 int adjtime(struct proc *, struct adjtime_args *, int *);
1825 int gethostuuid(struct proc *, struct gethostuuid_args *, int *);
1826 int setsid(struct proc *, struct setsid_args *, int *);
1827 int getpgid(struct proc *, struct getpgid_args *, int *);
1828 int setprivexec(struct proc *, struct setprivexec_args *, int *);
1829 int pread(struct proc *, struct pread_args *, user_ssize_t *);
1830 int pwrite(struct proc *, struct pwrite_args *, user_ssize_t *);
1832 int nfssvc(struct proc *, struct nfssvc_args *, int *);
1835 int statfs(struct proc *, struct statfs_args *, int *);
1836 int fstatfs(struct proc *, struct fstatfs_args *, int *);
1837 int unmount(struct proc *, struct unmount_args *, int *);
1839 int getfh(struct proc *, struct getfh_args *, int *);
1842 int quotactl(struct proc *, struct quotactl_args *, int *);
1843 int mount(struct proc *, struct mount_args *, int *);
1844 int csops(struct proc *, struct csops_args *, int *);
1845 int waitid(struct proc *, struct waitid_args *, int *);
1846 int add_profil(struct proc *, struct add_profil_args *, int *);
1847 int kdebug_trace(struct proc *, struct kdebug_trace_args *, int *);
1848 int setgid(struct proc *, struct setgid_args *, int *);
1849 int setegid(struct proc *, struct setegid_args *, int *);
1850 int seteuid(struct proc *, struct seteuid_args *, int *);
1851 int sigreturn(struct proc *, struct sigreturn_args *, int *);
1852 int chud(struct proc *, struct chud_args *, int *);
1853 int stat(struct proc *, struct stat_args *, int *);
1854 int fstat(struct proc *, struct fstat_args *, int *);
1855 int lstat(struct proc *, struct lstat_args *, int *);
1856 int pathconf(struct proc *, struct pathconf_args *, int *);
1857 int fpathconf(struct proc *, struct fpathconf_args *, int *);
1858 int getrlimit(struct proc *, struct getrlimit_args *, int *);
1859 int setrlimit(struct proc *, struct setrlimit_args *, int *);
1860 int getdirentries(struct proc *, struct getdirentries_args *, int *);
1861 int mmap(struct proc *, struct mmap_args *, user_addr_t *);
1862 int lseek(struct proc *, struct lseek_args *, off_t *);
1863 int truncate(struct proc *, struct truncate_args *, int *);
1864 int ftruncate(struct proc *, struct ftruncate_args *, int *);
1865 int __sysctl(struct proc *, struct __sysctl_args *, int *);
1866 int mlock(struct proc *, struct mlock_args *, int *);
1867 int munlock(struct proc *, struct munlock_args *, int *);
1868 int undelete(struct proc *, struct undelete_args *, int *);
1870 int ATsocket(struct proc *, struct ATsocket_args *, int *);
1871 int ATgetmsg(struct proc *, struct ATgetmsg_args *, int *);
1872 int ATputmsg(struct proc *, struct ATputmsg_args *, int *);
1873 int ATPsndreq(struct proc *, struct ATPsndreq_args *, int *);
1874 int ATPsndrsp(struct proc *, struct ATPsndrsp_args *, int *);
1875 int ATPgetreq(struct proc *, struct ATPgetreq_args *, int *);
1876 int ATPgetrsp(struct proc *, struct ATPgetrsp_args *, int *);
1879 int kqueue_from_portset_np(struct proc *, struct kqueue_from_portset_np_args *, int *);
1880 int kqueue_portset_np(struct proc *, struct kqueue_portset_np_args *, int *);
1881 int getattrlist(struct proc *, struct getattrlist_args *, int *);
1882 int setattrlist(struct proc *, struct setattrlist_args *, int *);
1883 int getdirentriesattr(struct proc *, struct getdirentriesattr_args *, int *);
1884 int exchangedata(struct proc *, struct exchangedata_args *, int *);
1885 int searchfs(struct proc *, struct searchfs_args *, int *);
1886 int delete(struct proc *, struct delete_args *, int *);
1887 int copyfile(struct proc *, struct copyfile_args *, int *);
1888 int poll(struct proc *, struct poll_args *, int *);
1889 int watchevent(struct proc *, struct watchevent_args *, int *);
1890 int waitevent(struct proc *, struct waitevent_args *, int *);
1891 int modwatch(struct proc *, struct modwatch_args *, int *);
1892 int getxattr(struct proc *, struct getxattr_args *, user_ssize_t *);
1893 int fgetxattr(struct proc *, struct fgetxattr_args *, user_ssize_t *);
1894 int setxattr(struct proc *, struct setxattr_args *, int *);
1895 int fsetxattr(struct proc *, struct fsetxattr_args *, int *);
1896 int removexattr(struct proc *, struct removexattr_args *, int *);
1897 int fremovexattr(struct proc *, struct fremovexattr_args *, int *);
1898 int listxattr(struct proc *, struct listxattr_args *, user_ssize_t *);
1899 int flistxattr(struct proc *, struct flistxattr_args *, user_ssize_t *);
1900 int fsctl(struct proc *, struct fsctl_args *, int *);
1901 int initgroups(struct proc *, struct initgroups_args *, int *);
1902 int posix_spawn(struct proc *, struct posix_spawn_args *, int *);
1904 int nfsclnt(struct proc *, struct nfsclnt_args *, int *);
1908 int fhopen(struct proc *, struct fhopen_args *, int *);
1911 int minherit(struct proc *, struct minherit_args *, int *);
1913 int semsys(struct proc *, struct semsys_args *, int *);
1917 int msgsys(struct proc *, struct msgsys_args *, int *);
1921 int shmsys(struct proc *, struct shmsys_args *, int *);
1925 int semctl(struct proc *, struct semctl_args *, int *);
1926 int semget(struct proc *, struct semget_args *, int *);
1927 int semop(struct proc *, struct semop_args *, int *);
1931 int msgctl(struct proc *, struct msgctl_args *, int *);
1932 int msgget(struct proc *, struct msgget_args *, int *);
1933 int msgsnd(struct proc *, struct msgsnd_args *, int *);
1934 int msgrcv(struct proc *, struct msgrcv_args *, user_ssize_t *);
1938 int shmat(struct proc *, struct shmat_args *, user_addr_t *);
1939 int shmctl(struct proc *, struct shmctl_args *, int *);
1940 int shmdt(struct proc *, struct shmdt_args *, int *);
1941 int shmget(struct proc *, struct shmget_args *, int *);
1944 int shm_open(struct proc *, struct shm_open_args *, int *);
1945 int shm_unlink(struct proc *, struct shm_unlink_args *, int *);
1946 int sem_open(struct proc *, struct sem_open_args *, user_addr_t *);
1947 int sem_close(struct proc *, struct sem_close_args *, int *);
1948 int sem_unlink(struct proc *, struct sem_unlink_args *, int *);
1949 int sem_wait(struct proc *, struct sem_wait_args *, int *);
1950 int sem_trywait(struct proc *, struct sem_trywait_args *, int *);
1951 int sem_post(struct proc *, struct sem_post_args *, int *);
1952 int sem_getvalue(struct proc *, struct sem_getvalue_args *, int *);
1953 int sem_init(struct proc *, struct sem_init_args *, int *);
1954 int sem_destroy(struct proc *, struct sem_destroy_args *, int *);
1955 int open_extended(struct proc *, struct open_extended_args *, int *);
1956 int umask_extended(struct proc *, struct umask_extended_args *, int *);
1957 int stat_extended(struct proc *, struct stat_extended_args *, int *);
1958 int lstat_extended(struct proc *, struct lstat_extended_args *, int *);
1959 int fstat_extended(struct proc *, struct fstat_extended_args *, int *);
1960 int chmod_extended(struct proc *, struct chmod_extended_args *, int *);
1961 int fchmod_extended(struct proc *, struct fchmod_extended_args *, int *);
1962 int access_extended(struct proc *, struct access_extended_args *, int *);
1963 int settid(struct proc *, struct settid_args *, int *);
1964 int gettid(struct proc *, struct gettid_args *, int *);
1965 int setsgroups(struct proc *, struct setsgroups_args *, int *);
1966 int getsgroups(struct proc *, struct getsgroups_args *, int *);
1967 int setwgroups(struct proc *, struct setwgroups_args *, int *);
1968 int getwgroups(struct proc *, struct getwgroups_args *, int *);
1969 int mkfifo_extended(struct proc *, struct mkfifo_extended_args *, int *);
1970 int mkdir_extended(struct proc *, struct mkdir_extended_args *, int *);
1971 int identitysvc(struct proc *, struct identitysvc_args *, int *);
1972 int shared_region_check_np(struct proc *, struct shared_region_check_np_args *, int *);
1973 int shared_region_map_np(struct proc *, struct shared_region_map_np_args *, int *);
1974 int __pthread_mutex_destroy(struct proc *, struct __pthread_mutex_destroy_args *, int *);
1975 int __pthread_mutex_init(struct proc *, struct __pthread_mutex_init_args *, int *);
1976 int __pthread_mutex_lock(struct proc *, struct __pthread_mutex_lock_args *, int *);
1977 int __pthread_mutex_trylock(struct proc *, struct __pthread_mutex_trylock_args *, int *);
1978 int __pthread_mutex_unlock(struct proc *, struct __pthread_mutex_unlock_args *, int *);
1979 int __pthread_cond_init(struct proc *, struct __pthread_cond_init_args *, int *);
1980 int __pthread_cond_destroy(struct proc *, struct __pthread_cond_destroy_args *, int *);
1981 int __pthread_cond_broadcast(struct proc *, struct __pthread_cond_broadcast_args *, int *);
1982 int __pthread_cond_signal(struct proc *, struct __pthread_cond_signal_args *, int *);
1983 int getsid(struct proc *, struct getsid_args *, int *);
1984 int settid_with_pid(struct proc *, struct settid_with_pid_args *, int *);
1985 int __pthread_cond_timedwait(struct proc *, struct __pthread_cond_timedwait_args *, int *);
1986 int aio_fsync(struct proc *, struct aio_fsync_args *, int *);
1987 int aio_return(struct proc *, struct aio_return_args *, user_ssize_t *);
1988 int aio_suspend(struct proc *, struct aio_suspend_args *, int *);
1989 int aio_cancel(struct proc *, struct aio_cancel_args *, int *);
1990 int aio_error(struct proc *, struct aio_error_args *, int *);
1991 int aio_read(struct proc *, struct aio_read_args *, int *);
1992 int aio_write(struct proc *, struct aio_write_args *, int *);
1993 int lio_listio(struct proc *, struct lio_listio_args *, int *);
1994 int __pthread_cond_wait(struct proc *, struct __pthread_cond_wait_args *, int *);
1995 int iopolicysys(struct proc *, struct iopolicysys_args *, int *);
1996 int mlockall(struct proc *, struct mlockall_args *, int *);
1997 int munlockall(struct proc *, struct munlockall_args *, int *);
1998 int issetugid(struct proc *, struct issetugid_args *, int *);
1999 int __pthread_kill(struct proc *, struct __pthread_kill_args *, int *);
2000 int __pthread_sigmask(struct proc *, struct __pthread_sigmask_args *, int *);
2001 int __sigwait(struct proc *, struct __sigwait_args *, int *);
2002 int __disable_threadsignal(struct proc *, struct __disable_threadsignal_args *, int *);
2003 int __pthread_markcancel(struct proc *, struct __pthread_markcancel_args *, int *);
2004 int __pthread_canceled(struct proc *, struct __pthread_canceled_args *, int *);
2005 int __semwait_signal(struct proc *, struct __semwait_signal_args *, int *);
2006 int proc_info(struct proc *, struct proc_info_args *, int *);
2008 int sendfile(struct proc *, struct sendfile_args *, int *);
2011 int stat64(struct proc *, struct stat64_args *, int *);
2012 int fstat64(struct proc *, struct fstat64_args *, int *);
2013 int lstat64(struct proc *, struct lstat64_args *, int *);
2014 int stat64_extended(struct proc *, struct stat64_extended_args *, int *);
2015 int lstat64_extended(struct proc *, struct lstat64_extended_args *, int *);
2016 int fstat64_extended(struct proc *, struct fstat64_extended_args *, int *);
2017 int getdirentries64(struct proc *, struct getdirentries64_args *, user_ssize_t *);
2018 int statfs64(struct proc *, struct statfs64_args *, int *);
2019 int fstatfs64(struct proc *, struct fstatfs64_args *, int *);
2020 int getfsstat64(struct proc *, struct getfsstat64_args *, int *);
2021 int __pthread_chdir(struct proc *, struct __pthread_chdir_args *, int *);
2022 int __pthread_fchdir(struct proc *, struct __pthread_fchdir_args *, int *);
2024 int audit(struct proc *, struct audit_args *, int *);
2025 int auditon(struct proc *, struct auditon_args *, int *);
2026 int getauid(struct proc *, struct getauid_args *, int *);
2027 int setauid(struct proc *, struct setauid_args *, int *);
2028 int getaudit(struct proc *, struct getaudit_args *, int *);
2029 int setaudit(struct proc *, struct setaudit_args *, int *);
2030 int getaudit_addr(struct proc *, struct getaudit_addr_args *, int *);
2031 int setaudit_addr(struct proc *, struct setaudit_addr_args *, int *);
2032 int auditctl(struct proc *, struct auditctl_args *, int *);
2035 int bsdthread_create(struct proc *, struct bsdthread_create_args *, user_addr_t *);
2036 int bsdthread_terminate(struct proc *, struct bsdthread_terminate_args *, int *);
2037 int kqueue(struct proc *, struct kqueue_args *, int *);
2038 int kevent(struct proc *, struct kevent_args *, int *);
2039 int lchown(struct proc *, struct lchown_args *, int *);
2040 int stack_snapshot(struct proc *, struct stack_snapshot_args *, int *);
2041 int bsdthread_register(struct proc *, struct bsdthread_register_args *, int *);
2042 int workq_open(struct proc *, struct workq_open_args *, int *);
2043 int workq_ops(struct proc *, struct workq_ops_args *, int *);
2044 int __mac_execve(struct proc *, struct __mac_execve_args *, int *);
2045 int __mac_syscall(struct proc *, struct __mac_syscall_args *, int *);
2046 int __mac_get_file(struct proc *, struct __mac_get_file_args *, int *);
2047 int __mac_set_file(struct proc *, struct __mac_set_file_args *, int *);
2048 int __mac_get_link(struct proc *, struct __mac_get_link_args *, int *);
2049 int __mac_set_link(struct proc *, struct __mac_set_link_args *, int *);
2050 int __mac_get_proc(struct proc *, struct __mac_get_proc_args *, int *);
2051 int __mac_set_proc(struct proc *, struct __mac_set_proc_args *, int *);
2052 int __mac_get_fd(struct proc *, struct __mac_get_fd_args *, int *);
2053 int __mac_set_fd(struct proc *, struct __mac_set_fd_args *, int *);
2054 int __mac_get_pid(struct proc *, struct __mac_get_pid_args *, int *);
2055 int __mac_get_lcid(struct proc *, struct __mac_get_lcid_args *, int *);
2056 int __mac_get_lctx(struct proc *, struct __mac_get_lctx_args *, int *);
2057 int __mac_set_lctx(struct proc *, struct __mac_set_lctx_args *, int *);
2058 int setlcid(struct proc *, struct setlcid_args *, int *);
2059 int getlcid(struct proc *, struct getlcid_args *, int *);
2060 int read_nocancel(struct proc *, struct read_nocancel_args *, user_ssize_t *);
2061 int write_nocancel(struct proc *, struct write_nocancel_args *, user_ssize_t *);
2062 int open_nocancel(struct proc *, struct open_nocancel_args *, int *);
2063 int close_nocancel(struct proc *, struct close_nocancel_args *, int *);
2064 int wait4_nocancel(struct proc *, struct wait4_nocancel_args *, int *);
2066 int recvmsg_nocancel(struct proc *, struct recvmsg_nocancel_args *, int *);
2067 int sendmsg_nocancel(struct proc *, struct sendmsg_nocancel_args *, int *);
2068 int recvfrom_nocancel(struct proc *, struct recvfrom_nocancel_args *, int *);
2069 int accept_nocancel(struct proc *, struct accept_nocancel_args *, int *);
2072 int msync_nocancel(struct proc *, struct msync_nocancel_args *, int *);
2073 int fcntl_nocancel(struct proc *, struct fcntl_nocancel_args *, int *);
2074 int select_nocancel(struct proc *, struct select_nocancel_args *, int *);
2075 int fsync_nocancel(struct proc *, struct fsync_nocancel_args *, int *);
2077 int connect_nocancel(struct proc *, struct connect_nocancel_args *, int *);
2080 int sigsuspend_nocancel(struct proc *, struct sigsuspend_nocancel_args *, int *);
2081 int readv_nocancel(struct proc *, struct readv_nocancel_args *, user_ssize_t *);
2082 int writev_nocancel(struct proc *, struct writev_nocancel_args *, user_ssize_t *);
2084 int sendto_nocancel(struct proc *, struct sendto_nocancel_args *, int *);
2087 int pread_nocancel(struct proc *, struct pread_nocancel_args *, user_ssize_t *);
2088 int pwrite_nocancel(struct proc *, struct pwrite_nocancel_args *, user_ssize_t *);
2089 int waitid_nocancel(struct proc *, struct waitid_nocancel_args *, int *);
2090 int poll_nocancel(struct proc *, struct poll_nocancel_args *, int *);
2092 int msgsnd_nocancel(struct proc *, struct msgsnd_nocancel_args *, int *);
2093 int msgrcv_nocancel(struct proc *, struct msgrcv_nocancel_args *, user_ssize_t *);
2096 int sem_wait_nocancel(struct proc *, struct sem_wait_nocancel_args *, int *);
2097 int aio_suspend_nocancel(struct proc *, struct aio_suspend_nocancel_args *, int *);
2098 int __sigwait_nocancel(struct proc *, struct __sigwait_nocancel_args *, int *);
2099 int __semwait_signal_nocancel(struct proc *, struct __semwait_signal_nocancel_args *, int *);
2100 int __mac_mount(struct proc *, struct __mac_mount_args *, int *);
2101 int __mac_get_mount(struct proc *, struct __mac_get_mount_args *, int *);
2102 int __mac_getfsstat(struct proc *, struct __mac_getfsstat_args *, int *);