Home
last modified time | relevance | path

Searched defs:nret (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/boot/
Doflib.c26 __be32 nret; /* Number of output arguments. */ member
45 int of_call_prom(const char *service, int nargs, int nret, ...) in of_call_prom()
69 static int of_call_prom_ret(const char *service, int nargs, int nret, in of_call_prom_ret()
/arch/powerpc/kernel/
Drtas.c418 va_rtas_call_unlocked(struct rtas_args *args, int token, int nargs, int nret, in va_rtas_call_unlocked()
437 void rtas_call_unlocked(struct rtas_args *args, int token, int nargs, int nret, ...) in rtas_call_unlocked()
446 int rtas_call(int token, int nargs, int nret, int *outputs, ...) in rtas_call()
1058 int nargs, nret, token; in ppc_rtas() local
Dprom_init.c112 __be32 nret; member
218 static int __init call_prom(const char *service, int nargs, int nret, ...) in call_prom()
242 static int __init call_prom_ret(const char *service, int nargs, int nret, in call_prom_ret()
/arch/powerpc/include/asm/
Drtas.h53 __be32 nret; member