Lines Matching defs:error
142 " %s/%s, error %ld\n",
211 int error = 0;
215 error = __rpc_clnt_handle_event(clnt, event, sb);
216 if (error || clnt == clnt->cl_parent)
219 return error;
243 int error = 0;
246 error = __rpc_pipefs_event(clnt, event, sb);
247 if (error)
250 return error;
838 * On error, the iteration stops, and the function returns the error value.
891 * @error: RPC task error value to set
896 * The argument @error must be a negative error value.
898 unsigned long rpc_cancel_tasks(struct rpc_clnt *clnt, int error,
917 rpc_task_try_cancel(task, error);
1768 * a request slot or else an error status.
1963 /* Did the encode result in an error condition? */
1965 /* Was the error nonfatal? */
2297 * socket just returned a connection error,
2347 * 5b. Send the backchannel RPC reply. On error, drop the reply. In
2402 "error: %d\n", task->tk_status);
2412 "error: %d\n", task->tk_status);
2477 printk("%s: RPC call returned error %d\n",
2634 int error;
2636 error = -EMSGSIZE;
2647 error = rpcauth_marshcred(task, xdr);
2648 if (error < 0)
2653 rpc_call_rpcerror(task, error);
2654 return error;
2661 int error;
2681 error = rpcauth_checkverf(task, xdr);
2682 if (error)
2693 error = -EPFNOSUPPORT;
2697 error = -EPROTONOSUPPORT;
2701 error = -EOPNOTSUPP;
2706 error = -EIO;
2720 rpc_call_rpcerror(task, error);
2721 return error;
2725 error = -EIO;
2730 switch (error) {
2741 error = -EACCES;
2750 error = -EPROTONOSUPPORT;