Home
last modified time | relevance | path

Searched refs:nfsv2_procid (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_srvcache.c93 extern int nfsv2_procid[NFS_NPROCS];
418 nfsv2_repstat[nfsv2_procid[nd->nd_procnum]]) { in nfsrv_updatecache()
H A Dnfs_subs.c369 int nfsv2_procid[NFS_NPROCS] = { variable
1223 int proc = ((nfsvers == NFS_VER2) ? nfsv2_procid[req->r_procnum] : (int)req->r_procnum); in nfsm_rpchead()