Searched refs:ar (Results 1 – 6 of 6) sorted by relevance
57 #define ARRAY_SIZE(ar) (sizeof(ar)/sizeof(ar[0])) argument
526 reply.u.ar.verf = serv->xdr->verf; in svcerr_decode()527 reply.u.ar.stat = RPC_GARBAGE_ARGS; in svcerr_decode()541 reply.u.ar.verf = serv->xdr->verf; in svcerr_systemerr()542 reply.u.ar.stat = RPC_SYSTEM_ERR; in svcerr_systemerr()556 reply.u.ar.verf = serv->xdr->verf; in svcerr_noproc()557 reply.u.ar.stat = RPC_PROC_UNAVAIL; in svcerr_noproc()
387 } else if (reply_header.u.ar.stat != RPC_ACCEPT_SUCCESS) { in clnt_call()389 ret = reply_header.u.ar.stat + RPC_AUTHERROR; in clnt_call()521 if (!xdr_recv_accepted_reply_header(xdr, &reply->u.ar)) in xdr_recv_reply_header()
111 if (!xdr_send_accepted_reply_header(xdr, &reply->u.ar)) in xdr_send_reply_header()
97 AR := $(CROSS)ar
313 struct rpc_accepted_reply_header ar; member