Home
last modified time | relevance | path

Searched refs:NFS_NPROCS (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.101.4/bsd/nfs/
H A Dnfs_srvcache.c93 extern int nfsv2_procid[NFS_NPROCS];
109 static int nonidempotent[NFS_NPROCS] = {
136 static int nfsv2_repstat[NFS_NPROCS] = {
H A Dnfs.h761 #ifdef NFS_NPROCS
782 uint64_t rpccntv3[NFS_NPROCS];
794 uint64_t srvrpccntv3[NFS_NPROCS];
H A Dnfsproto.h270 #define NFS_NPROCS 23 macro
H A Dnfs_subs.c338 int nfsv3_procid[NFS_NPROCS] = {
369 int nfsv2_procid[NFS_NPROCS] = {
H A Dnfs_syscalls.c130 extern const nfsrv_proc_t nfsrv_procs[NFS_NPROCS];
H A Dnfs_socket.c138 extern int nfsv3_procid[NFS_NPROCS];
4086 if ((nmp->nm_vers != NFS_VER4) && (procnum >= 0) && (procnum < NFS_NPROCS)) { in nfs_request_create()
6999 if ((nd->nd_procnum >= NFS_NPROCS) || in nfsrv_getreq()
H A Dnfs_serv.c5166 const nfsrv_proc_t nfsrv_procs[NFS_NPROCS] = {