Lines Matching refs:reply
515 #define SVCERR_XDR_SEND(xdr, reply) \ argument
517 xdr_send_reply_header(xdr, &reply) && \
524 rpc_reply_header reply; in svcerr_decode() local
525 reply.stat = RPC_MSG_ACCEPTED; in svcerr_decode()
526 reply.u.ar.verf = serv->xdr->verf; in svcerr_decode()
527 reply.u.ar.stat = RPC_GARBAGE_ARGS; in svcerr_decode()
529 if (!SVCERR_XDR_SEND(serv->xdr, reply)) in svcerr_decode()
539 rpc_reply_header reply; in svcerr_systemerr() local
540 reply.stat = RPC_MSG_ACCEPTED; in svcerr_systemerr()
541 reply.u.ar.verf = serv->xdr->verf; in svcerr_systemerr()
542 reply.u.ar.stat = RPC_SYSTEM_ERR; in svcerr_systemerr()
544 if (!SVCERR_XDR_SEND(serv->xdr, reply)) in svcerr_systemerr()
554 rpc_reply_header reply; in svcerr_noproc() local
555 reply.stat = RPC_MSG_ACCEPTED; in svcerr_noproc()
556 reply.u.ar.verf = serv->xdr->verf; in svcerr_noproc()
557 reply.u.ar.stat = RPC_PROC_UNAVAIL; in svcerr_noproc()
559 if (!SVCERR_XDR_SEND(serv->xdr, reply)) in svcerr_noproc()