Searched defs:nargs (Results 1 – 8 of 8) sorted by relevance
/arch/powerpc/boot/ |
D | oflib.c | 26 int of_call_prom(const char *service, int nargs, int nret, ...) in of_call_prom() 31 int nargs; in of_call_prom() member 55 static int of_call_prom_ret(const char *service, int nargs, int nret, in of_call_prom_ret() 61 int nargs; in of_call_prom_ret() member
|
/arch/mips/kernel/ |
D | scall32-o32.S | 658 .macro sys function, nargs
|
/arch/sparc/prom/ |
D | p1275.c | 44 int nargs, nrets, i; in p1275_cmd() local
|
/arch/xtensa/kernel/ |
D | syscall.c | 36 #define __SYSCALL(nr,symbol,nargs) [ nr ] = (syscall_t)symbol, argument
|
/arch/powerpc/kernel/ |
D | rtas.c | 401 int rtas_call(int token, int nargs, int nret, int *outputs, ...) in rtas_call() 798 int nargs; in ppc_rtas() local
|
D | prom_init.c | 124 u32 nargs; member 224 static int __init call_prom(const char *service, int nargs, int nret, ...) in call_prom() 248 static int __init call_prom_ret(const char *service, int nargs, int nret, in call_prom_ret()
|
/arch/powerpc/include/asm/ |
D | rtas.h | 51 u32 nargs; member
|
/arch/xtensa/include/asm/ |
D | unistd.h | 15 # define __SYSCALL(nr,func,nargs) argument
|