Home
last modified time | relevance | path

Searched refs:rpcbs_rmtcalllist (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/rpc/
H A Drpcb_prot.x284 struct rpcbs_rmtcalllist { struct
292 struct rpcbs_rmtcalllist *next; argument
297 typedef rpcbs_rmtcalllist *rpcbs_rmtcalllist_ptr;
512 %struct rpcbs_rmtcalllist { struct
520 % struct rpcbs_rmtcalllist *next; argument
522 %typedef struct rpcbs_rmtcalllist rpcbs_rmtcalllist; typedef
528 %typedef rpcbs_rmtcalllist *rpcbs_rmtcalllist_ptr;
/titanic_50/usr/src/lib/libnsl/rpc/
H A Drpcb_st_xdr.c57 xdr_rpcbs_rmtcalllist(XDR *xdrs, rpcbs_rmtcalllist *objp) in xdr_rpcbs_rmtcalllist()
88 (uint_t)sizeof (rpcbs_rmtcalllist), in xdr_rpcbs_rmtcalllist()
116 (uint_t)sizeof (rpcbs_rmtcalllist), in xdr_rpcbs_rmtcalllist()
134 (uint_t)sizeof (rpcbs_rmtcalllist), in xdr_rpcbs_rmtcalllist()
181 return (xdr_pointer(xdrs, (char **)objp, sizeof (rpcbs_rmtcalllist), in xdr_rpcbs_rmtcalllist_ptr()
/titanic_50/usr/src/cmd/rpcbind/
H A Drpcb_stat.c178 rpcbs_rmtcalllist *rl; in rpcbs_rmtcall()
179 rpcbs_rmtcalllist *s; in rpcbs_rmtcall()
180 rpcbs_rmtcalllist *wrl; in rpcbs_rmtcall()
215 rl = (rpcbs_rmtcalllist *) malloc(sizeof (rpcbs_rmtcalllist)); in rpcbs_rmtcall()
/titanic_50/usr/src/cmd/rpcinfo/
H A Drpcinfo.c1063 rpcbs_rmtcalllist *pr;
/titanic_50/usr/src/lib/libnsl/common/
H A Dllib-lnsl734 bool_t xdr_rpcbs_rmtcalllist(XDR *xdrs, rpcbs_rmtcalllist *objp);