Lines Matching refs:ar
85 xdr_accepted_reply(XDR *xdrs, struct accepted_reply *ar) in xdr_accepted_reply() argument
88 if (!xdr_opaque_auth(xdrs, &(ar->ar_verf))) in xdr_accepted_reply()
90 if (!xdr_enum(xdrs, (enum_t *)&(ar->ar_stat))) in xdr_accepted_reply()
93 switch (ar->ar_stat) { in xdr_accepted_reply()
95 return ((*(ar->ar_results.proc))(xdrs, ar->ar_results.where)); in xdr_accepted_reply()
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()
132 struct accepted_reply *ar; in xdr_replymsg() local
144 ar = &rmsg->rm_reply.rp_acpt; in xdr_replymsg()
145 oa = &ar->ar_verf; in xdr_replymsg()
161 IXDR_PUT_ENUM(buf, ar->ar_stat); in xdr_replymsg()
162 switch (ar->ar_stat) { in xdr_replymsg()
164 return ((*(ar->ar_results.proc)) in xdr_replymsg()
165 (xdrs, ar->ar_results.where)); in xdr_replymsg()
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()
186 ar = &rmsg->rm_reply.rp_acpt; in xdr_replymsg()
187 oa = &ar->ar_verf; in xdr_replymsg()
223 if (!xdr_enum(xdrs, (enum_t *)&ar->ar_stat)) in xdr_replymsg()
225 switch (ar->ar_stat) { in xdr_replymsg()
227 return ((*(ar->ar_results.proc)) in xdr_replymsg()
228 (xdrs, ar->ar_results.where)); 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()