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

/freebsd-10.3-release/sys/rpc/
H A Dkrpc.h53 int cr_error; /* any error from upcall */ member in struct:ct_request
H A Dclnt_dg.c105 int cr_error; /* any error from upcall */ member in struct:cu_request
377 cr->cr_error = 0;
513 if (cr->cr_error) {
515 errp->re_errno = cr->cr_error;
560 cr->cr_error = ESHUTDOWN;
582 if (cr->cr_error) {
583 errp->re_errno = cr->cr_error;
977 cr->cr_error = ESHUTDOWN;
1082 cr->cr_error = error;
1120 cr->cr_error
[all...]
H A Dclnt_bck.c233 cr->cr_error = 0;
290 * point, it will be detected later when cr_error is checked,
343 if (cr->cr_error) {
345 errp->re_errno = cr->cr_error;
393 if (cr->cr_error) {
394 errp->re_errno = cr->cr_error;
577 cr->cr_error = 0;
H A Dclnt_vc.c325 cr->cr_error = 0;
383 * point, it will be detected later when cr_error is checked,
431 if (cr->cr_error) {
433 errp->re_errno = cr->cr_error;
481 if (cr->cr_error) {
482 errp->re_errno = cr->cr_error;
764 cr->cr_error = ESHUTDOWN;
898 cr->cr_error = error;
1032 cr->cr_error = 0;

Completed in 45 milliseconds