Searched refs:ar (Results 1 – 4 of 4) sorted by relevance
85 static bool_t xdr_accepted_reply(XDR *xdrs, struct accepted_reply *ar) in xdr_accepted_reply() argument89 if (!xdr_opaque_auth(xdrs, &(ar->ar_verf))) in xdr_accepted_reply()91 if (!xdr_enum(xdrs, (enum_t *) & (ar->ar_stat))) in xdr_accepted_reply()93 switch (ar->ar_stat) { in xdr_accepted_reply()96 return ((*(ar->ar_results.proc)) (xdrs, ar->ar_results.where)); in xdr_accepted_reply()99 if (!xdr_u_long(xdrs, &(ar->ar_vers.low))) in xdr_accepted_reply()101 return (xdr_u_long(xdrs, &(ar->ar_vers.high))); in xdr_accepted_reply()
15 AR = PREFIX + 'ar'
42 AR = PREFIX + 'ar'
31 #define ARRAY_SIZE(ar) (sizeof(ar)/sizeof(ar[0])) argument
Completed in 14 milliseconds