Lines Matching defs:error
140 " %s/%s, error %ld\n",
209 int error = 0;
213 error = __rpc_clnt_handle_event(clnt, event, sb);
214 if (error || clnt == clnt->cl_parent)
217 return error;
241 int error = 0;
244 error = __rpc_pipefs_event(clnt, event, sb);
245 if (error)
248 return error;
804 * On error, the iteration stops, and the function returns the error value.
1676 * a request slot or else an error status.
1866 /* Did the encode result in an error condition? */
1868 /* Was the error nonfatal? */
2178 * socket just returned a connection error,
2228 * 5b. Send the backchannel RPC reply. On error, drop the reply. In
2283 "error: %d\n", task->tk_status);
2293 "error: %d\n", task->tk_status);
2358 printk("%s: RPC call returned error %d\n",
2516 int error;
2518 error = -EMSGSIZE;
2529 error = rpcauth_marshcred(task, xdr);
2530 if (error < 0)
2535 rpc_call_rpcerror(task, error);
2536 return error;
2543 int error;
2563 error = rpcauth_checkverf(task, xdr);
2564 if (error)
2575 error = -EPFNOSUPPORT;
2579 error = -EPROTONOSUPPORT;
2583 error = -EOPNOTSUPP;
2588 error = -EIO;
2602 rpc_call_rpcerror(task, error);
2603 return error;
2607 error = -EIO;
2615 error = -EACCES;
2624 error = -EPROTONOSUPPORT;