Home
last modified time | relevance | path

Searched defs:nargs (Results 1 – 18 of 18) sorted by relevance

/linux-3.3/arch/powerpc/boot/
Doflib.c26 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
/linux-3.3/arch/arm/mach-omap2/
Domap-secure.c35 u32 omap_secure_dispatcher(u32 idx, u32 flag, u32 nargs, u32 arg1, u32 arg2, in omap_secure_dispatcher()
/linux-3.3/arch/xtensa/kernel/
Dsyscall.c36 #define __SYSCALL(nr,symbol,nargs) [ nr ] = (syscall_t)symbol, argument
/linux-3.3/arch/mips/kernel/
Dscall32-o32.S601 .macro sys function, nargs
/linux-3.3/tools/perf/util/
Dprobe-event.h37 int nargs; /* Number of args */ member
72 int nargs; /* Number of arguments */ member
/linux-3.3/drivers/input/joystick/
Dturbografx.c49 unsigned int nargs; member
Ddb9.c47 unsigned int nargs; member
Dgamecon.c53 unsigned int nargs; member
/linux-3.3/arch/powerpc/kernel/
Drtas.c422 int rtas_call(int token, int nargs, int nret, int *outputs, ...) in rtas_call()
876 int nargs; in ppc_rtas() local
Dprom_init.c122 u32 nargs; member
227 static int __init call_prom(const char *service, int nargs, int nret, ...) in call_prom()
251 static int __init call_prom_ret(const char *service, int nargs, int nret, in call_prom_ret()
1343 static int prom_rtas_call(int token, int nargs, int nret, int *outputs, ...) in prom_rtas_call()
/linux-3.3/arch/powerpc/include/asm/
Drtas.h51 u32 nargs; member
/linux-3.3/fs/xfs/
Dxfs_attr_leaf.c472 xfs_da_args_t nargs; in xfs_attr_shortform_to_leaf() local
773 xfs_da_args_t nargs; in xfs_attr_leaf_to_shortform() local
/linux-3.3/kernel/
Dauditsc.c229 int nargs; member
1439 int nargs = context->socketcall.nargs; in show_special() local
2478 void __audit_socketcall(int nargs, unsigned long *args) in __audit_socketcall()
/linux-3.3/arch/xtensa/include/asm/
Dunistd.h15 # define __SYSCALL(nr,func,nargs) argument
/linux-3.3/security/selinux/
Dselinuxfs.c761 int nargs; in sel_write_create() local
/linux-3.3/include/linux/
Daudit.h568 static inline void audit_socketcall(int nargs, unsigned long *args) in audit_socketcall()
/linux-3.3/kernel/trace/
Dtrace_kprobe.c654 int nargs, int is_return) in alloc_trace_probe()
/linux-3.3/net/
Dsocket.c2349 static const unsigned char nargs[21] = { variable