Home
last modified time | relevance | path

Searched refs:rpcblist (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/rpc/
H A Drpcb_prot.x152 %typedef struct rp__list rpcblist; typedef
156 %struct rpcblist { struct
158 % struct rpcblist *rpcb_next; argument
166 %extern bool_t xdr_rpcblist(XDR *, rpcblist**);
433 %struct rpcblist { struct
435 % struct rpcblist *rpcb_next; argument
437 %typedef struct rpcblist RPCBLIST;
438 %typedef struct rpcblist *rpcblist_ptr;
H A Drpcb_clnt.h70 extern rpcblist *rpcb_getmaps(const struct netconfig *, const char *);
83 extern rpcblist *rpcb_getmaps();
/titanic_41/usr/src/cmd/svc/servinfo/
H A Dservinfo.c105 struct rpcblist *blist; in svc_getrpcinfo()
146 if ((blist = (struct rpcblist *)rpcb_getmaps(nconf, "localhost")) in svc_getrpcinfo()
/titanic_41/usr/src/lib/libnsl/rpc/
H A Drpcb_prot.c111 (uint_t)sizeof (rpcblist), (xdrproc_t)xdr_rpcb)) in xdr_rpcblist_ptr()
H A Drpcb_clnt.c1101 rpcblist *
/titanic_41/usr/src/cmd/rpcinfo/
H A Drpcinfo.c797 list = (rpcblist *)malloc(sizeof (rpcblist));
/titanic_41/usr/src/cmd/rpcbind/
H A Drpcbind.c738 rbl = malloc(sizeof (rpcblist)); in rbllist_add()
/titanic_41/usr/src/lib/libnsl/common/
H A Dllib-lnsl710 rpcblist *rpcb_getmaps(const struct netconfig *nconf, const char *host);