Lines Matching refs:rp
102 xdr_pmaplist(XDR *xdrs, struct pmaplist **rp)
114 _DIAGASSERT(rp != NULL);
119 more_elements = (bool_t)(*rp != NULL);
130 next = &((*rp)->pml_next);
131 if (! xdr_reference(xdrs, (caddr_t *)rp,
134 rp = (freeing) ? next : &((*rp)->pml_next);
144 xdr_pmaplist_ptr(XDR *xdrs, struct pmaplist *rp)
148 _DIAGASSERT(rp != NULL);
150 return xdr_pmaplist(xdrs, (struct pmaplist **)(void *)rp);