Searched defs:nret (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/arch/powerpc/boot/ |
D | oflib.c | 26 int of_call_prom(const char *service, int nargs, int nret, ...) in of_call_prom() 32 int nret; in of_call_prom() member 55 static int of_call_prom_ret(const char *service, int nargs, int nret, in of_call_prom_ret() 62 int nret; in of_call_prom_ret() member
|
/linux-3.4.99/lib/ |
D | digsig.c | 84 unsigned nret, l; in digsig_verify_rsa() local
|
/linux-3.4.99/arch/powerpc/kernel/ |
D | prom_init.c | 114 u32 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() 1334 static int prom_rtas_call(int token, int nargs, int nret, int *outputs, ...) in prom_rtas_call()
|
D | rtas.c | 422 int rtas_call(int token, int nargs, int nret, int *outputs, ...) in rtas_call()
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | rtas.h | 52 u32 nret; member
|