Home
last modified time | relevance | path

Searched refs:rpcb_next (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/rpc/
H A Drpcb_prot.x145 struct rp__list *rpcb_next; member
158 % struct rpcblist *rpcb_next; member
435 % struct rpcblist *rpcb_next; member
/titanic_41/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c186 rbl->rpcb_next = NULL; in map_set()
190 for (fnd = list_rbl; fnd->rpcb_next; fnd = fnd->rpcb_next) in map_set()
192 fnd->rpcb_next = rbl; in map_set()
231 next = rbl->rpcb_next; in map_unset()
261 prev->rpcb_next = next; in map_unset()
297 next = rbl->rpcb_next; in delete_prog()
313 prev->rpcb_next = next; in delete_prog()
1507 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) { in find_versions()
1548 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) { in find_service()
H A Drpcb_svc_4.c271 next = rbl->rpcb_next; in rpcbproc_getaddrlist()
303 prev->rpcb_next = next; in rpcbproc_getaddrlist()
H A Drpcbind.c758 rbl->rpcb_next = list_rbl; /* Attach to global list */ in rbllist_add()
/titanic_41/usr/src/lib/libnsl/rpc/
H A Drpcb_prot.c109 next = (*rp)->rpcb_next; in xdr_rpcblist_ptr()
122 rp = &((*rp)->rpcb_next); in xdr_rpcblist_ptr()
/titanic_41/usr/src/cmd/svc/servinfo/
H A Dservinfo.c153 for (; blist != NULL; blist = blist->rpcb_next) { in svc_getrpcinfo()
/titanic_41/usr/src/cmd/rpcinfo/
H A Drpcinfo.c803 prev->rpcb_next = (rpcblist_ptr) list;
805 list->rpcb_next = NULL;
842 for (; head != NULL; head = head->rpcb_next) {
855 for (; head != NULL; head = head->rpcb_next) {