Home
last modified time | relevance | path

Searched refs:rpcblist_ptr (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcbind.h60 extern rpcblist_ptr list_rbl; /* A list of version 3 & 4 rpcbind services */
125 rpcblist_ptr);
152 bool_t rpcbproc_dump_com(void *, rpcblist_ptr **);
156 void delete_rbl(rpcblist_ptr);
161 bool_t xdr_rpcblist_ptr_ptr(XDR *, rpcblist_ptr **);
H A Drpcb_svc_com.c121 rpcblist_ptr rbl, fnd; in map_set()
224 rpcblist_ptr rbl, next, prev = NULL; in map_unset()
281 delete_rbl(rpcblist_ptr rbl) in delete_rbl()
292 rpcblist_ptr rbl, next, prev = NULL; in delete_prog()
337 rpcblist_ptr fnd; in rpcbproc_getaddr_com()
413 rpcbproc_dump_com(void *argp, rpcblist_ptr **result) in rpcbproc_dump_com()
709 rpcblist_ptr rbl; in rpcbproc_callit_com()
1501 rpcblist_ptr rbl; in find_versions()
1540 static rpcblist_ptr
1543 rpcblist_ptr hit = NULL; in find_service()
[all …]
H A Drpcb_svc_4.c72 rpcblist_ptr *rpcbproc_dump_4_res; in rpcb_service_4()
229 rpcblist_ptr rbl, next, prev; in rpcbproc_getaddrlist()
H A Drpcb_svc.c78 rpcblist_ptr *rpcbproc_dump_3_res; in rpcb_service_3()
H A Dwarmstart.c208 rpcblist_ptr tmp_rpcbl = NULL; in read_warmstart()
H A Drpcb_stat.c176 rpcproc_t proc, char *netid, rpcblist_ptr rbl) in rpcbs_rmtcall()
H A Drpcbind.c163 rpcblist_ptr list_rbl; /* A list of version 3/4 rpcbind services */
736 rpcblist_ptr rbl; in rbllist_add()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpcb_prot.c85 xdr_rpcblist_ptr(XDR *xdrs, rpcblist_ptr *rp) in xdr_rpcblist_ptr()
94 rpcblist_ptr next; in xdr_rpcblist_ptr()
95 rpcblist_ptr next_copy; in xdr_rpcblist_ptr()
135 return (xdr_rpcblist_ptr(xdrs, (rpcblist_ptr *)rp)); in xdr_rpcblist()
H A Drpcb_clnt.c1104 rpcblist_ptr head = NULL; in rpcb_getmaps()
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcb_prot.x146 typedef rp__list *rpcblist_ptr; /* results of RPCBPROC_DUMP */ typedef
346 rpcblist_ptr
372 rpcblist_ptr
436 %typedef struct rpcblist *rpcblist_ptr; typedef
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c711 rpcblist_ptr head = NULL;
782 rpcblist_ptr list, prev = NULL;
803 prev->rpcb_next = (rpcblist_ptr) list;