Lines Matching refs:rets
40 args->rets[0] = cpu_to_be32(rc);
65 args->rets[1] = cpu_to_be32(server);
66 args->rets[2] = cpu_to_be32(priority);
68 args->rets[0] = cpu_to_be32(rc);
90 args->rets[0] = cpu_to_be32(rc);
112 args->rets[0] = cpu_to_be32(rc);
239 * args->rets is a pointer into args->args. Now that we've
244 orig_rets = args.rets;
248 * at least rets[0] (even if the call specifies 0 nret).
251 * values, but they may always return failure in rets[0].
256 args.rets = &args.args[be32_to_cpu(args.nargs)];
272 args.rets = orig_rets;