Lines Matching defs:args
397 /* Since this can't be a module, args should end up below 4GB. */
398 static struct rtas_args args;
411 rtas_call_unlocked(&args, token, 3, 1, NULL,
3433 unsigned long args[8];
3446 args[i] = 0;
3448 if (!scanhex(&args[i]) || termch == '\n')
3457 ret = func(args[0], args[1], args[2], args[3],
3458 args[4], args[5], args[6], args[7]);