Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/nfs/
H A Dnfs_srvcache.c246 if (nd->nd_retxid == rp->rc_xid && nd->nd_procnum == rp->rc_proc && in nfsrv_getcache()
358 rp->rc_proc = nd->nd_procnum; in nfsrv_getcache()
388 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