Lines Matching refs:call_status
1170 * (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 = RPC_TIMEDOUT;
2670 e->call_status = RPC_SYSTEMERROR;
2743 if (e->call_status != RPC_SUCCESS || error != 0) {
2745 e->call_status = RPC_INTR;
2747 e->call_status = RPC_TIMEDOUT;
2749 e->call_status = RPC_SYSTEMERROR;
2754 "%s\n", clnt_sperrno(e->call_status));
2790 if (e->call_status == RPC_XPRTFAILED)
2916 if ((!mp) || (e->call_status != RPC_SUCCESS) || (error != 0)) {
2919 int, e->call_status, int, error, mblk_t *, mp);
3009 if (e->call_status != RPC_SUCCESS || error != 0) {
3110 e->call_status = RPC_TIMEDOUT; /* optimistic, eh? */
3117 e->call_status = RPC_CANTSEND;
3256 e->call_status = RPC_SUCCESS;
3340 e->call_status = RPC_SUCCESS;
3346 e->call_status = RPC_CANTCONNECT;
3582 e->call_status = RPC_XPRTFAILED;
3619 e->call_status = RPC_XPRTFAILED;
3744 if (e->call_status == RPC_XPRTFAILED)