Searched defs:list_rbl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcbind.c87 * registered services: list_rbl is for Version 3 and 4 of the binding
90 * implementation: list_rbl_lock protecting list_rbl, and list_pml_lock,
159 * list_rbl_lock protects list_rbl
163 rpcblist_ptr list_rbl; /* A list of version 3/4 rpcbind services */ variable
758 rbl->rpcb_next = list_rbl; /* Attach to global list */
759 list_rbl = rbl;

Completed in 60 milliseconds