Searched refs:list_rbl (Results 1 – 5 of 5) sorted by relevance
197 (void) write_struct(rpcbfile, xdr_rpcblist_ptr, &list_rbl); in write_warmstart()223 xdr_free((xdrproc_t)xdr_rpcblist_ptr, (char *)&list_rbl); in read_warmstart()224 list_rbl = tmp_rpcbl; in read_warmstart()
187 if (list_rbl == NULL) { in map_set()188 list_rbl = rbl; in map_set()190 for (fnd = list_rbl; fnd->rpcb_next; fnd = fnd->rpcb_next) in map_set()230 for (rbl = list_rbl; rbl != NULL; rbl = next) { in map_unset()259 list_rbl = next; in map_unset()296 for (rbl = list_rbl; rbl != NULL; rbl = next) { in delete_prog()311 list_rbl = next; in delete_prog()419 *result = &list_rbl; in rpcbproc_dump_com()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()
270 for (rbl = list_rbl; rbl != NULL; rbl = next) { in rpcbproc_getaddrlist()301 list_rbl = next; in rpcbproc_getaddrlist()
60 extern rpcblist_ptr list_rbl; /* A list of version 3 & 4 rpcbind services */
163 rpcblist_ptr list_rbl; /* A list of version 3/4 rpcbind services */ variable758 rbl->rpcb_next = list_rbl; /* Attach to global list */ in rbllist_add()759 list_rbl = rbl; in rbllist_add()