Searched refs:rpcblist_ptr (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/cmd/rpcbind/ |
H A D | rpcbind.h | 60 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 D | rpcb_svc_com.c | 94 static rpcblist_ptr find_service(ulong_t, ulong_t, char *); 121 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() 424 xdr_rpcblist_ptr_ptr(XDR *xdrs, rpcblist_ptr **objp) in xdr_rpcblist_ptr_ptr() 709 rpcblist_ptr rbl; in rpcbproc_callit_com() 1501 rpcblist_ptr rbl; in find_versions() [all …]
|
H A D | rpcb_svc_4.c | 72 rpcblist_ptr *rpcbproc_dump_4_res; in rpcb_service_4() 229 rpcblist_ptr rbl, next, prev; in rpcbproc_getaddrlist()
|
H A D | rpcb_svc.c | 78 rpcblist_ptr *rpcbproc_dump_3_res; in rpcb_service_3()
|
H A D | warmstart.c | 208 rpcblist_ptr tmp_rpcbl = NULL; in read_warmstart()
|
H A D | rpcb_stat.c | 176 rpcproc_t proc, char *netid, rpcblist_ptr rbl) in rpcbs_rmtcall()
|
H A D | rpcbind.c | 163 rpcblist_ptr list_rbl; /* A list of version 3/4 rpcbind services */ 736 rpcblist_ptr rbl; in rbllist_add()
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | rpcb_prot.c | 85 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 D | rpcb_clnt.c | 1104 rpcblist_ptr head = NULL; in rpcb_getmaps()
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | rpcb_prot.x | 148 typedef rp__list *rpcblist_ptr; /* results of RPCBPROC_DUMP */ typedef 348 rpcblist_ptr 374 rpcblist_ptr 438 %typedef struct rpcblist *rpcblist_ptr; typedef
|
/titanic_41/usr/src/cmd/rpcinfo/ |
H A D | rpcinfo.c | 711 rpcblist_ptr head = NULL; 782 rpcblist_ptr list, prev = NULL; 803 prev->rpcb_next = (rpcblist_ptr) list;
|
/titanic_41/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 722 bool_t xdr_rpcblist_ptr(XDR *xdrs, rpcblist_ptr *rp);
|