Lines Matching full:rp
109 xdr_rpcblist_ptr(XDR *xdrs, rpcblist_ptr *rp) in xdr_rpcblist_ptr() argument
123 more_elements = (bool_t)(*rp != NULL); in xdr_rpcblist_ptr()
135 if (freeing && *rp) in xdr_rpcblist_ptr()
136 next = (*rp)->rpcb_next; in xdr_rpcblist_ptr()
137 if (! xdr_reference(xdrs, (caddr_t *)rp, in xdr_rpcblist_ptr()
143 rp = &next_copy; in xdr_rpcblist_ptr()
149 } else if (*rp) { in xdr_rpcblist_ptr()
150 rp = &((*rp)->rpcb_next); in xdr_rpcblist_ptr()
162 xdr_rpcblist(XDR *xdrs, RPCBLIST **rp)
166 dummy = xdr_rpcblist_ptr(xdrs, (rpcblist_ptr *)rp);
193 xdr_rpcb_entry_list_ptr(XDR *xdrs, rpcb_entry_list_ptr *rp) in xdr_rpcb_entry_list_ptr() argument
207 more_elements = (bool_t)(*rp != NULL); in xdr_rpcb_entry_list_ptr()
220 next = (*rp)->rpcb_entry_next; in xdr_rpcb_entry_list_ptr()
221 if (! xdr_reference(xdrs, (caddr_t *)rp, in xdr_rpcb_entry_list_ptr()
226 if (freeing && *rp) { in xdr_rpcb_entry_list_ptr()
228 rp = &next_copy; in xdr_rpcb_entry_list_ptr()
234 } else if (*rp) { in xdr_rpcb_entry_list_ptr()
235 rp = &((*rp)->rpcb_entry_next); in xdr_rpcb_entry_list_ptr()