Home
last modified time | relevance | path

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

/freebsd-14.2/sys/rpc/
H A Dclnt_bck.c233 cr->cr_error = 0; in clnt_bck_call()
356 if (cr->cr_error) { in clnt_bck_call()
358 errp->re_errno = cr->cr_error; in clnt_bck_call()
406 if (cr->cr_error) { in clnt_bck_call()
407 errp->re_errno = cr->cr_error; in clnt_bck_call()
601 cr->cr_error = 0; in clnt_bck_svccall()
H A Dclnt_dg.c107 int cr_error; /* any error from upcall */ member
379 cr->cr_error = 0; in clnt_dg_call()
511 if (cr->cr_error) { in clnt_dg_call()
513 errp->re_errno = cr->cr_error; in clnt_dg_call()
558 cr->cr_error = ESHUTDOWN; in clnt_dg_call()
580 if (cr->cr_error) { in clnt_dg_call()
581 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()
H A Dclnt_vc.c336 cr->cr_error = 0; in clnt_vc_call()
477 if (cr->cr_error) { in clnt_vc_call()
479 errp->re_errno = cr->cr_error; in clnt_vc_call()
527 if (cr->cr_error) { in clnt_vc_call()
528 errp->re_errno = cr->cr_error; in clnt_vc_call()
846 cr->cr_error = ESHUTDOWN; in clnt_vc_close()
1218 cr->cr_error = 0; in clnt_vc_soupcall()
1246 cr->cr_error = error; in clnt_vc_soupcall()
H A Dkrpc.h54 int cr_error; /* any error from upcall */ member