Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Drpcb_prot.x282 struct rpcbs_rmtcalllist { struct
290 struct rpcbs_rmtcalllist *next; argument
295 typedef rpcbs_rmtcalllist *rpcbs_rmtcalllist_ptr;
510 %struct rpcbs_rmtcalllist { struct
518 % struct rpcbs_rmtcalllist *next; argument
520 %typedef struct rpcbs_rmtcalllist rpcbs_rmtcalllist; typedef
526 %typedef rpcbs_rmtcalllist *rpcbs_rmtcalllist_ptr;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpcb_st_xdr.c55 xdr_rpcbs_rmtcalllist(XDR *xdrs, rpcbs_rmtcalllist *objp) in xdr_rpcbs_rmtcalllist()
86 (uint_t)sizeof (rpcbs_rmtcalllist), in xdr_rpcbs_rmtcalllist()
114 (uint_t)sizeof (rpcbs_rmtcalllist), in xdr_rpcbs_rmtcalllist()
132 (uint_t)sizeof (rpcbs_rmtcalllist), in xdr_rpcbs_rmtcalllist()
179 return (xdr_pointer(xdrs, (char **)objp, sizeof (rpcbs_rmtcalllist), in xdr_rpcbs_rmtcalllist_ptr()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c1063 rpcbs_rmtcalllist *pr;