Lines Matching refs:re_status
345 error->re_status = RPC_PROGUNAVAIL; in accepted()
349 error->re_status = RPC_PROGVERSMISMATCH; in accepted()
353 error->re_status = RPC_PROCUNAVAIL; in accepted()
357 error->re_status = RPC_CANTDECODEARGS; in accepted()
361 error->re_status = RPC_SYSTEMERROR; in accepted()
365 error->re_status = RPC_SUCCESS; in accepted()
369 error->re_status = RPC_FAILED; in accepted()
379 error->re_status = RPC_VERSMISMATCH; in rejected()
383 error->re_status = RPC_AUTHERROR; in rejected()
387 error->re_status = RPC_FAILED; in rejected()
402 error->re_status = RPC_SUCCESS; in _seterr_reply()
413 error->re_status = RPC_FAILED; in _seterr_reply()
418 switch (error->re_status) { in _seterr_reply()