Symbol: rpcblist_ptr
lib/libc/rpc/rpcb_clnt.c
1052
rpcblist_ptr head = NULL;
lib/libc/rpc/rpcb_prot.c
105
rpcblist_ptr next;
lib/libc/rpc/rpcb_prot.c
106
rpcblist_ptr next_copy;
lib/libc/rpc/rpcb_prot.c
152
dummy = xdr_rpcblist_ptr(xdrs, (rpcblist_ptr *)rp);
lib/libc/rpc/rpcb_prot.c
96
xdr_rpcblist_ptr(XDR *xdrs, rpcblist_ptr *rp)
sys/rpc/rpcb_prot.c
109
xdr_rpcblist_ptr(XDR *xdrs, rpcblist_ptr *rp)
sys/rpc/rpcb_prot.c
118
rpcblist_ptr next;
sys/rpc/rpcb_prot.c
119
rpcblist_ptr next_copy;
sys/rpc/rpcb_prot.c
166
dummy = xdr_rpcblist_ptr(xdrs, (rpcblist_ptr *)rp);
sys/rpc/rpcb_prot.h
504
extern rpcblist_ptr * rpcbproc_dump_3(void *, CLIENT *);
sys/rpc/rpcb_prot.h
505
extern rpcblist_ptr * rpcbproc_dump_3_svc(void *, struct svc_req *);
sys/rpc/rpcb_prot.h
528
extern rpcblist_ptr * rpcbproc_dump_4(void *, CLIENT *);
sys/rpc/rpcb_prot.h
529
extern rpcblist_ptr * rpcbproc_dump_4_svc(void *, struct svc_req *);
sys/rpc/rpcb_prot.h
558
extern bool_t xdr_rpcblist_ptr(XDR *, rpcblist_ptr*);
usr.bin/rpcinfo/rpcinfo.c
673
rpcblist_ptr head = NULL;
usr.bin/rpcinfo/rpcinfo.c
736
rpcblist_ptr list, prev;
usr.bin/rpcinfo/rpcinfo.c
757
prev->rpcb_next = (rpcblist_ptr) list;
usr.sbin/rpcbind/rpcb_stat.c
147
rpcvers_t vers, rpcproc_t proc, char *netid, rpcblist_ptr rbl)
usr.sbin/rpcbind/rpcb_svc_4.c
323
register rpcblist_ptr rbl;
usr.sbin/rpcbind/rpcb_svc_com.c
114
static rpcblist_ptr find_service(rpcprog_t, rpcvers_t, char *);
usr.sbin/rpcbind/rpcb_svc_com.c
1326
rpcblist_ptr rbl;
usr.sbin/rpcbind/rpcb_svc_com.c
1359
static rpcblist_ptr
usr.sbin/rpcbind/rpcb_svc_com.c
1362
rpcblist_ptr hit = NULL;
usr.sbin/rpcbind/rpcb_svc_com.c
1363
rpcblist_ptr rbl;
usr.sbin/rpcbind/rpcb_svc_com.c
151
rpcblist_ptr rbl, fnd;
usr.sbin/rpcbind/rpcb_svc_com.c
236
rpcblist_ptr rbl, prev, tmp;
usr.sbin/rpcbind/rpcb_svc_com.c
287
rpcblist_ptr rbl;
usr.sbin/rpcbind/rpcb_svc_com.c
312
rpcblist_ptr fnd;
usr.sbin/rpcbind/rpcb_svc_com.c
599
rpcblist_ptr rbl;
usr.sbin/rpcbind/rpcbind.c
786
rpcblist_ptr rbl;
usr.sbin/rpcbind/rpcbind.c
82
rpcblist_ptr list_rbl; /* A list of version 3/4 rpcbind services */
usr.sbin/rpcbind/rpcbind.h
104
char *, rpcblist_ptr);
usr.sbin/rpcbind/rpcbind.h
78
extern rpcblist_ptr list_rbl; /* A list of version 3 & 4 rpcbind services */
usr.sbin/rpcbind/warmstart.c
156
rpcblist_ptr tmp_rpcbl = NULL;