Searched refs:cr_error (Results 1 – 5 of 5) sorted by relevance
276 .cr_error = ETIMEDOUT, in clnt_nl_call()334 if (__predict_true(cr->cr_error == ETIMEDOUT)) in clnt_nl_call()341 if (__predict_true(cr->cr_error == 0)) { in clnt_nl_call()378 errp->re_errno = cr->cr_error; in clnt_nl_call()380 if (cr->cr_error == ETIMEDOUT && ++retries < nl->nl_retries) { in clnt_nl_call()436 cr->cr_error = 0; in clnt_nl_reply()451 cr->cr_error = ESHUTDOWN; in clnt_nl_close()
228 cr->cr_error = 0; in clnt_bck_call()351 if (cr->cr_error) { in clnt_bck_call()353 errp->re_errno = cr->cr_error; in clnt_bck_call()401 if (cr->cr_error) { in clnt_bck_call()402 errp->re_errno = cr->cr_error; in clnt_bck_call()596 cr->cr_error = 0; in clnt_bck_svccall()
102 int cr_error; /* any error from upcall */ member374 cr->cr_error = 0; in clnt_dg_call()506 if (cr->cr_error) { in clnt_dg_call()508 errp->re_errno = cr->cr_error; in clnt_dg_call()553 cr->cr_error = ESHUTDOWN; in clnt_dg_call()575 if (cr->cr_error) { in clnt_dg_call()576 errp->re_errno = cr->cr_error; in clnt_dg_call()970 cr->cr_error = ESHUTDOWN; in clnt_dg_close()1075 cr->cr_error = error; in clnt_dg_soupcall()1113 cr->cr_error = 0; in clnt_dg_soupcall()
326 cr->cr_error = 0; in clnt_vc_call()467 if (cr->cr_error) { in clnt_vc_call()469 errp->re_errno = cr->cr_error; in clnt_vc_call()517 if (cr->cr_error) { in clnt_vc_call()518 errp->re_errno = cr->cr_error; in clnt_vc_call()832 cr->cr_error = ESHUTDOWN; in clnt_vc_close()1197 cr->cr_error = 0; in clnt_vc_soupcall()1225 cr->cr_error = error; in clnt_vc_soupcall()
57 int cr_error; /* any error from upcall */ member