HomeSort by: relevance | last modified time | path
    Searched refs:list_rbl (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/rpcbind/
warmstart.c 139 (void)write_struct(RPCBFILE, (xdrproc_t) xdr_rpcblist_ptr, &list_rbl);
165 xdr_free((xdrproc_t) xdr_rpcblist_ptr, (char *)&list_rbl);
166 list_rbl = tmp_rpcbl;
rpcbind.h 75 extern rpcblist_ptr list_rbl; /* A list of version 3 & 4 rpcbind services */
rpcb_svc.c 231 return ((void *)&list_rbl);
rpcb_svc_4.c 352 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) {
452 return ((void *)&list_rbl);
rpcb_svc_com.c 203 if (list_rbl == NULL) {
204 list_rbl = rbl;
206 for (fnd = list_rbl; fnd->rpcb_next;
254 for (prev = NULL, rbl = list_rbl; rbl; /* cstyle */) {
276 list_rbl = rbl;
302 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) {
1366 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) {
1402 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) {
rpcbind.c 95 rpcblist_ptr list_rbl; /* A list of version 3/4 rpcbind services */ variable in typeref:typename:rpcblist_ptr
837 rbl->rpcb_next = list_rbl; /* Attach to global list */
838 list_rbl = rbl;

Completed in 31 milliseconds