Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/nfs/
H A Dnfs_srvcache.c247 if (nd->nd_retxid == rp->rc_xid && nd->nd_procnum == rp->rc_proc && in nfsrv_getcache()
359 rp->rc_proc = nd->nd_procnum; in nfsrv_getcache()
389 if (nd->nd_retxid == rp->rc_xid && nd->nd_procnum == rp->rc_proc && in nfsrv_updatecache()
H A Dnfsrvcache.h98 u_int32_t rc_proc; /* rpc proc number */ member