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

/netbsd-6-1-5-RELEASE/usr.sbin/rpcbind/
H A Dwarmstart.c136 (void)write_struct(RPCBFILE, xdr_rpcblist_ptr, &list_rbl);
162 xdr_free((xdrproc_t) xdr_rpcblist_ptr, (char *)&list_rbl);
163 list_rbl = tmp_rpcbl;
H A Drpcbind.h72 extern rpcblist_ptr list_rbl; /* A list of version 3 & 4 rpcbind services */
H A Drpcbind.c78 rpcblist_ptr list_rbl; /* A list of version 3/4 rpcbind services */ variable
505 rbl->rpcb_next = list_rbl; /* Attach to global list */
506 list_rbl = rbl;
H A Drpcb_svc.c231 return ((void *)&list_rbl);
H A Drpcb_svc_4.c351 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) {
454 return ((void *)&list_rbl);
H A Drpcb_svc_com.c193 if (list_rbl == NULL) {
194 list_rbl = rbl;
196 for (fnd = list_rbl; fnd->rpcb_next;
244 for (prev = NULL, rbl = list_rbl; rbl; /* cstyle */) {
266 list_rbl = rbl;
292 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) {
1301 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) {
1337 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) {
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/rpcbind/
H A Drpcbind.h72 extern rpcblist_ptr list_rbl; /* A list of version 3 & 4 rpcbind services */
H A Drpcbind.c82 rpcblist_ptr list_rbl; /* A list of version 3/4 rpcbind services */ variable
526 rbl->rpcb_next = list_rbl; /* Attach to global list */
527 list_rbl = rbl;
H A Drpcb_svc.c231 return ((void *)&list_rbl);
H A Drpcb_svc_4.c351 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) {
454 return ((void *)&list_rbl);
H A Drpcb_svc_com.c197 if (list_rbl == NULL) {
198 list_rbl = rbl;
200 for (fnd = list_rbl; fnd->rpcb_next;
248 for (prev = NULL, rbl = list_rbl; rbl; /* cstyle */) {
270 list_rbl = rbl;
296 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) {
1299 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) {
1335 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) {

Completed in 79 milliseconds