Searched refs:nret (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/of1275/
H A Dcall_prom.c13 int call_prom(const char *service, int nargs, int nret, ...) argument
19 int nret; member in struct:prom_args
26 args.nret = nret;
28 va_start(list, nret);
33 for (i = 0; i < nret; i++)
39 return (nret > 0)? args.args[nargs]: 0;
42 int call_prom_ret(const char *service, int nargs, int nret, argument
49 int nret; member in struct:prom_args
56 args.nret
[all...]
H A Drelease.c19 int nret; member in struct:prom_args
26 args.nret = 0;
H A Dgetprop.c19 int nret; member in struct:prom_args
29 args.nret = 1;
H A Dread.c19 int nret; member in struct:prom_args
28 args.nret = 1;
H A Dwrite.c19 int nret; member in struct:prom_args
28 args.nret = 1;
H A Dmap.c22 int nret; member in struct:prom_args
38 args.nret = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dof.c33 static int call_prom(const char *service, int nargs, int nret, ...) argument
39 int nret; member in struct:prom_args
46 args.nret = nret;
48 va_start(list, nret);
53 for (i = 0; i < nret; i++)
59 return (nret > 0)? args.args[nargs]: 0;
62 static int call_prom_ret(const char *service, int nargs, int nret, argument
69 int nret; member in struct:prom_args
76 args.nret
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/include/
H A Dof1275.h22 int call_prom(const char *service, int nargs, int nret, ...);
23 int call_prom_ret(const char *service, int nargs, int nret,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Drtas.c79 args->nret = 1;
359 err_args.nret = 1;
395 int rtas_call(int token, int nargs, int nret, int *outputs, ...) argument
413 rtas_args->nret = nret;
420 for (i = 0; i < nret; ++i)
430 if (nret > 1 && outputs != NULL)
431 for (i = 0; i < nret-1; ++i)
433 ret = (nret > 0)? rtas_args->rets[0]: 0;
767 || args.nret > ARRAY_SIZ
[all...]
H A Dprom_init.c125 u32 nret; member in struct:prom_args
226 static int __init call_prom(const char *service, int nargs, int nret, ...) argument
234 args.nret = nret;
236 va_start(list, nret);
241 for (i = 0; i < nret; i++)
247 return (nret > 0) ? args.args[nargs] : 0;
250 static int __init call_prom_ret(const char *service, int nargs, int nret, argument
259 args.nret = nret;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dhotplug-cpu.c37 .nret = 1,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Drtas.h52 u32 nret; member in struct:rtas_args
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/xmon/
H A Dxmon.c280 args.nret = 1;

Completed in 183 milliseconds