Searched refs:rpcb_next (Results 1 – 6 of 6) sorted by relevance
151 struct rp__list *rpcb_next; member164 % struct rpcblist *rpcb_next; member443 % struct rpcblist *rpcb_next; member
202 rbl->rpcb_next = NULL; in map_set()206 for (fnd = list_rbl; fnd->rpcb_next; in map_set()207 fnd = fnd->rpcb_next) in map_set()209 fnd->rpcb_next = rbl; in map_set()261 rbl = rbl->rpcb_next; in map_unset()274 rbl = rbl->rpcb_next; in map_unset()278 prev->rpcb_next = rbl; in map_unset()302 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) { in delete_prog()1366 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) { in find_versions()1402 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) { in find_service()
352 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) { in rpcbproc_getaddrlist_4_local()
837 rbl->rpcb_next = list_rbl; /* Attach to global list */ in rbllist_add()
157 next = (*rp)->rpcb_next; in xdr_rpcblist_ptr()171 rp = &((*rp)->rpcb_next); in xdr_rpcblist_ptr()
764 prev->rpcb_next = (rpcblist_ptr) list;766 list->rpcb_next = NULL;801 for (p = head; p != NULL; p = p->rpcb_next) {814 for (p = head; p != NULL; p = p->rpcb_next) {875 rpcblist_ptr list = head->rpcb_next;