Home
last modified time | relevance | path

Searched refs:cr_error (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/rpc/
H A Dclnt_nl.c276 .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()
H A Dclnt_bck.c228 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()
H A Dclnt_dg.c102 int cr_error; /* any error from upcall */ member
374 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()
H A Dclnt_vc.c326 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()
H A Dkrpc.h57 int cr_error; /* any error from upcall */ member