Home
last modified time | relevance | path

Searched refs:RPCBVERS_STAT (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/rpcbind/
H A Drpcb_stat.c54 assert(rtype >= 0 && rtype < RPCBVERS_STAT); in rpcbs_procinfo()
75 assert(rtype >= 0 && rtype < RPCBVERS_STAT); in rpcbs_set()
86 assert(rtype >= 0 && rtype < RPCBVERS_STAT); in rpcbs_unset()
103 assert(rtype >= 0 && rtype < RPCBVERS_STAT); in rpcbs_getaddr()
183 assert(rtype >= 0 && rtype < RPCBVERS_STAT); in rpcbs_rmtcall()
/titanic_44/usr/src/uts/common/rpc/
H A Drpcb_prot.x268 const RPCBVERS_STAT = 3; /* provide only for rpcbind V2, V3 and V4 */ variable
312 typedef rpcb_stat rpcb_stat_byvers[RPCBVERS_STAT];
493 %#define RPCBVERS_STAT 3
544 %typedef rpcb_stat rpcb_stat_byvers[RPCBVERS_STAT];
/titanic_44/usr/src/lib/libnsl/rpc/
H A Drpcb_st_xdr.c206 return (xdr_vector(xdrs, (char *)objp, RPCBVERS_STAT, in xdr_rpcb_stat_byvers()