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

/freebsd-10.0-release/sys/rpc/
H A Dkrpc.h50 int cr_error; /* any error from upcall */ member in struct:ct_request
H A Dclnt_dg.c108 int cr_error; /* any error from upcall */ member in struct:cu_request
380 cr->cr_error = 0;
516 if (cr->cr_error) {
518 errp->re_errno = cr->cr_error;
563 cr->cr_error = ESHUTDOWN;
585 if (cr->cr_error) {
586 errp->re_errno = cr->cr_error;
980 cr->cr_error = ESHUTDOWN;
1085 cr->cr_error = error;
1123 cr->cr_error
[all...]
H A Dclnt_vc.c333 cr->cr_error = 0;
391 * point, it will be detected later when cr_error is checked,
439 if (cr->cr_error) {
441 errp->re_errno = cr->cr_error;
489 if (cr->cr_error) {
490 errp->re_errno = cr->cr_error;
772 cr->cr_error = ESHUTDOWN;
906 cr->cr_error = error;
1040 cr->cr_error = 0;

Completed in 56 milliseconds