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()
229 cr->cr_error = 0; in clnt_bck_call()350 if (cr->cr_error) { in clnt_bck_call()352 errp->re_errno = cr->cr_error; in clnt_bck_call()400 if (cr->cr_error) { in clnt_bck_call()401 errp->re_errno = cr->cr_error; in clnt_bck_call()599 cr->cr_error = 0; in clnt_bck_svccall()
103 int cr_error; /* any error from upcall */ member375 cr->cr_error = 0; in clnt_dg_call()507 if (cr->cr_error) { in clnt_dg_call()509 errp->re_errno = cr->cr_error; in clnt_dg_call()554 cr->cr_error = ESHUTDOWN; in clnt_dg_call()576 if (cr->cr_error) { in clnt_dg_call()577 errp->re_errno = cr->cr_error; in clnt_dg_call()975 cr->cr_error = ESHUTDOWN; in clnt_dg_close()1080 cr->cr_error = error; in clnt_dg_soupcall()1118 cr->cr_error = 0; in clnt_dg_soupcall()
327 cr->cr_error = 0; in clnt_vc_call()468 if (cr->cr_error) { in clnt_vc_call()470 errp->re_errno = cr->cr_error; in clnt_vc_call()518 if (cr->cr_error) { in clnt_vc_call()519 errp->re_errno = cr->cr_error; in clnt_vc_call()837 cr->cr_error = ESHUTDOWN; in clnt_vc_close()1202 cr->cr_error = 0; in clnt_vc_soupcall()1230 cr->cr_error = error; in clnt_vc_soupcall()
57 int cr_error; /* any error from upcall */ member