Searched refs:list_rbl (Results 1 – 6 of 6) sorted by relevance
146 (void) write_struct(RPCBFILE, (xdrproc_t)xdr_rpcblist_ptr, &list_rbl); in write_warmstart()172 xdr_free((xdrproc_t) xdr_rpcblist_ptr, (char *)&list_rbl); in read_warmstart()173 list_rbl = tmp_rpcbl; in read_warmstart()
190 if (list_rbl == NULL) { in map_set()191 list_rbl = rbl; in map_set()193 for (fnd = list_rbl; fnd->rpcb_next; in map_set()241 for (prev = NULL, rbl = list_rbl; rbl; /* cstyle */) { in map_unset()263 list_rbl = rbl; in map_unset()289 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) { in delete_prog()1326 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) { in find_versions()1361 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) { in find_service()
349 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) { in rpcbproc_getaddrlist_4_local()449 return ((void *)&list_rbl); in rpcbproc_dump_4_local()
78 extern rpcblist_ptr list_rbl; /* A list of version 3 & 4 rpcbind services */
77 rpcblist_ptr list_rbl; /* A list of version 3/4 rpcbind services */ variable773 rbl->rpcb_next = list_rbl; /* Attach to global list */ in rbllist_add()774 list_rbl = rbl; in rbllist_add()
231 return ((void *)&list_rbl); in rpcbproc_dump_3_local()