Lines Matching refs:re_status
232 error->re_status = RPC_PROGUNAVAIL; in accepted()
236 error->re_status = RPC_PROGVERSMISMATCH; in accepted()
240 error->re_status = RPC_PROCUNAVAIL; in accepted()
244 error->re_status = RPC_CANTDECODEARGS; in accepted()
248 error->re_status = RPC_SYSTEMERROR; in accepted()
252 error->re_status = RPC_SUCCESS; in accepted()
257 error->re_status = RPC_FAILED; in accepted()
270 error->re_status = RPC_VERSMISMATCH; in rejected()
274 error->re_status = RPC_AUTHERROR; in rejected()
279 error->re_status = RPC_FAILED; in rejected()
299 error->re_status = RPC_SUCCESS; in _seterr_reply()
310 error->re_status = RPC_FAILED; in _seterr_reply()
314 switch (error->re_status) { in _seterr_reply()