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

/xnu-2782.1.97/bsd/nfs/
H A Dnfs_srvcache.c91 extern int nfsv2_procid[NFS_NPROCS];
107 static int nonidempotent[NFS_NPROCS] = {
134 static int nfsv2_repstat[NFS_NPROCS] = {
H A Dnfs.h695 #ifdef NFS_NPROCS
716 uint64_t rpccnt[NFS_NPROCS];
718 uint64_t srvrpccnt[NFS_NPROCS];
H A Dnfsproto.h268 #define NFS_NPROCS 23 macro
H A Dnfs_socket.c122 extern int nfsv3_procid[NFS_NPROCS];
200 static int proct[NFS_NPROCS] = {
3629 if ((nmp->nm_vers != NFS_VER4) && (procnum >= 0) && (procnum < NFS_NPROCS))
6236 if ((nd->nd_procnum >= NFS_NPROCS) ||
H A Dnfs_syscalls.c126 extern int (*nfsrv_procs[NFS_NPROCS])(struct nfsrv_descript *nd,
H A Dnfs_subs.c217 int nfsv3_procid[NFS_NPROCS] = {
248 int nfsv2_procid[NFS_NPROCS] = {
H A Dnfs_serv.c4764 int (*nfsrv_procs[NFS_NPROCS])(struct nfsrv_descript *nd,

Completed in 104 milliseconds