Home | History | Annotate | Download | only in rpc

Lines Matching refs:re_status

391 	ct->ct_error.re_status = RPC_SUCCESS;
397 if (ct->ct_error.re_status == RPC_SUCCESS)
398 ct->ct_error.re_status = RPC_CANTENCODEARGS;
401 return (ct->ct_error.re_status);
405 return (ct->ct_error.re_status = RPC_CANTSEND);
416 return(ct->ct_error.re_status = RPC_TIMEDOUT);
430 return (ct->ct_error.re_status);
434 if (ct->ct_error.re_status == RPC_SUCCESS)
437 return (ct->ct_error.re_status);
447 if (ct->ct_error.re_status == RPC_SUCCESS) {
450 ct->ct_error.re_status = RPC_AUTHERROR;
453 if (ct->ct_error.re_status == RPC_SUCCESS)
454 ct->ct_error.re_status = RPC_CANTDECODERES;
469 return (ct->ct_error.re_status);
709 ct->ct_error.re_status = RPC_TIMEDOUT;
715 ct->ct_error.re_status = RPC_CANTRECV;
726 ct->ct_error.re_status = RPC_CANTRECV;
732 ct->ct_error.re_status = RPC_CANTRECV;
748 ct->ct_error.re_status = RPC_CANTSEND;