Searched refs:rpcb_next (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/include/rpc/
H A Drpcb_prot.x152 struct rp__list *rpcb_next;
165 % struct rpcblist *rpcb_next;
437 % struct rpcblist *rpcb_next;
/freebsd-9.3-release/sys/rpc/
H A Drpcb_prot.c95 * struct rpcblist *rpcb_next;
140 next = (*rp)->rpcb_next;
154 rp = &((*rp)->rpcb_next);
H A Drpcb_prot.h157 struct rp__list *rpcb_next; member in struct:rp__list
169 struct rpcblist *rpcb_next; member in struct:rpcblist
373 struct rpcblist *rpcb_next; member in struct:rpcblist
/freebsd-9.3-release/lib/libc/rpc/
H A Drpcb_prot.c85 * struct rpcblist *rpcb_next;
132 next = (*rp)->rpcb_next;
146 rp = &((*rp)->rpcb_next);
/freebsd-9.3-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c193 rbl->rpcb_next = (rpcblist_ptr)NULL;
197 for (fnd = list_rbl; fnd->rpcb_next;
198 fnd = fnd->rpcb_next)
200 fnd->rpcb_next = rbl;
252 rbl = rbl->rpcb_next;
265 rbl = rbl->rpcb_next;
269 prev->rpcb_next = rbl;
293 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) {
1325 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) {
1361 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) {
[all...]
H A Drpcb_svc_4.c354 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) {
H A Drpcbind.c750 rbl->rpcb_next = list_rbl; /* Attach to global list */
/freebsd-9.3-release/usr.bin/rpcinfo/
H A Drpcinfo.c757 prev->rpcb_next = (rpcblist_ptr) list;
759 list->rpcb_next = NULL;
796 for (; head != NULL; head = head->rpcb_next) {
809 for (; head != NULL; head = head->rpcb_next) {

Completed in 187 milliseconds