Searched refs:ar_vers (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | rpc_prot.c | 97 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 D | svc.c | 1239 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 D | rpc_prot.c | 102 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 D | rpc_msg.h | 106 #define ar_vers ru.AR_versions macro
|
H A D | svc.c | 1256 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 D | rpc_msg.h | 90 #define ar_vers ru.AR_versions macro
|