Lines Matching refs:ar
81 xdr_accepted_reply(XDR *xdrs, struct accepted_reply *ar) in xdr_accepted_reply() argument
84 if (!xdr_opaque_auth(xdrs, &(ar->ar_verf))) in xdr_accepted_reply()
86 if (!xdr_enum(xdrs, (enum_t *)&(ar->ar_stat))) in xdr_accepted_reply()
89 switch (ar->ar_stat) { in xdr_accepted_reply()
91 return ((*(ar->ar_results.proc))(xdrs, ar->ar_results.where)); in xdr_accepted_reply()
93 if (!xdr_u_int(xdrs, (uint_t *)&(ar->ar_vers.low))) in xdr_accepted_reply()
95 return (xdr_u_int(xdrs, (uint_t *)&(ar->ar_vers.high))); in xdr_accepted_reply()
128 struct accepted_reply *ar; in xdr_replymsg() local
140 ar = &rmsg->rm_reply.rp_acpt; in xdr_replymsg()
141 oa = &ar->ar_verf; in xdr_replymsg()
157 IXDR_PUT_ENUM(buf, ar->ar_stat); in xdr_replymsg()
158 switch (ar->ar_stat) { in xdr_replymsg()
160 return ((*(ar->ar_results.proc)) in xdr_replymsg()
161 (xdrs, ar->ar_results.where)); in xdr_replymsg()
163 if (!xdr_u_int(xdrs, (uint_t *)&(ar->ar_vers.low))) in xdr_replymsg()
165 return (xdr_u_int(xdrs, (uint_t *)&(ar->ar_vers.high))); in xdr_replymsg()
182 ar = &rmsg->rm_reply.rp_acpt; in xdr_replymsg()
183 oa = &ar->ar_verf; in xdr_replymsg()
218 if (!xdr_enum(xdrs, (enum_t *)&ar->ar_stat)) in xdr_replymsg()
220 switch (ar->ar_stat) { in xdr_replymsg()
222 return ((*(ar->ar_results.proc)) in xdr_replymsg()
223 (xdrs, ar->ar_results.where)); in xdr_replymsg()
225 if (!xdr_u_int(xdrs, (uint_t *)&(ar->ar_vers.low))) in xdr_replymsg()
227 return (xdr_u_int(xdrs, (uint_t *)&(ar->ar_vers.high))); in xdr_replymsg()