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

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c1170 * (both indicated by call_status), call->call_reply will contain
1176 if (call->call_status == RPC_TIMEDOUT) {
1197 * Iterate until the call_status is changed to something
1205 call->call_status == RPC_TIMEDOUT)
1211 call->call_status == RPC_TIMEDOUT)
1219 * interrupted regardless what call_status is.
1230 * get a successful call_status and returned
1238 if (call->call_status != RPC_SUCCESS) {
1271 status = call->call_status;
1379 call->call_status
[all...]
H A Dclnt_clts.c664 status = call->call_status;
674 call->call_status = RPC_TIMEDOUT;
2029 cp->call_status = RPC_TIMEDOUT;
2188 e->call_status = RPC_SUCCESS;
H A Dclnt.h274 #define call_status call_err.re_status /* error on reply (rep is invalid) */ macro

Completed in 70 milliseconds