Lines Matching refs:reply
506 #define SVCERR_XDR_SEND(xdr, reply) \ argument
508 xdr_send_reply_header(xdr, &reply) && \
515 rpc_reply_header reply; in svcerr_decode() local
516 reply.stat = RPC_MSG_ACCEPTED; in svcerr_decode()
517 reply.u.ar.verf = serv->xdr->verf; in svcerr_decode()
518 reply.u.ar.stat = RPC_GARBAGE_ARGS; in svcerr_decode()
520 if (!SVCERR_XDR_SEND(serv->xdr, reply)) in svcerr_decode()
530 rpc_reply_header reply; in svcerr_systemerr() local
531 reply.stat = RPC_MSG_ACCEPTED; in svcerr_systemerr()
532 reply.u.ar.verf = serv->xdr->verf; in svcerr_systemerr()
533 reply.u.ar.stat = RPC_SYSTEM_ERR; in svcerr_systemerr()
535 if (!SVCERR_XDR_SEND(serv->xdr, reply)) in svcerr_systemerr()
545 rpc_reply_header reply; in svcerr_noproc() local
546 reply.stat = RPC_MSG_ACCEPTED; in svcerr_noproc()
547 reply.u.ar.verf = serv->xdr->verf; in svcerr_noproc()
548 reply.u.ar.stat = RPC_PROC_UNAVAIL; in svcerr_noproc()
550 if (!SVCERR_XDR_SEND(serv->xdr, reply)) in svcerr_noproc()