Home
last modified time | relevance | path

Searched refs:ar_vers (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/lib/libnsl/rpc/
H A Drpc_prot.c97 if (!xdr_u_int(xdrs, (uint_t *)&(ar->ar_vers.low))) in xdr_accepted_reply()
99 return (xdr_u_int(xdrs, (uint_t *)&(ar->ar_vers.high))); in xdr_accepted_reply()
167 if (!xdr_u_int(xdrs, (uint_t *)&(ar->ar_vers.low))) in xdr_replymsg()
169 return (xdr_u_int(xdrs, (uint_t *)&(ar->ar_vers.high))); in xdr_replymsg()
230 if (!xdr_u_int(xdrs, (uint_t *)&(ar->ar_vers.low))) in xdr_replymsg()
232 return (xdr_u_int(xdrs, (uint_t *)&(ar->ar_vers.high))); in xdr_replymsg()
364 error->re_vers.low = msg->acpted_rply.ar_vers.low; in __seterr_reply()
365 error->re_vers.high = msg->acpted_rply.ar_vers.high; in __seterr_reply()
H A Dsvc.c1239 rply.acpted_rply.ar_vers.low = low_vers; in svcerr_progvers()
1240 rply.acpted_rply.ar_vers.high = high_vers; in svcerr_progvers()
/titanic_44/usr/src/uts/common/rpc/
H A Drpc_prot.c102 if (!xdr_rpcvers(xdrs, &(ar->ar_vers.low))) in xdr_accepted_reply()
104 return (xdr_rpcvers(xdrs, &(ar->ar_vers.high))); in xdr_accepted_reply()
178 if (!xdr_rpcvers(xdrs, &(ar->ar_vers.low))) in xdr_replymsg()
180 return (xdr_rpcvers(xdrs, &(ar->ar_vers.high))); in xdr_replymsg()
236 if (!xdr_rpcvers(xdrs, &ar->ar_vers.low)) in xdr_replymsg()
238 return (xdr_rpcvers(xdrs, &ar->ar_vers.high)); in xdr_replymsg()
429 error->re_vers.low = msg->acpted_rply.ar_vers.low; in _seterr_reply()
430 error->re_vers.high = msg->acpted_rply.ar_vers.high; in _seterr_reply()
H A Drpc_msg.h106 #define ar_vers ru.AR_versions macro
H A Dsvc.c1256 rply.acpted_rply.ar_vers.low = low_vers; in svcerr_progvers()
1257 rply.acpted_rply.ar_vers.high = high_vers; in svcerr_progvers()
/titanic_44/usr/src/lib/libbc/inc/include/rpc/
H A Drpc_msg.h90 #define ar_vers ru.AR_versions macro