Home
last modified time | relevance | path

Searched refs:sys_syscall_args (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/compat/aoutm68k/
H A Daoutm68k_syscallargs.h37 struct sys_syscall_args;
668 int sys_syscall(struct lwp *, const struct sys_syscall_args *, register_t *);
H A Daoutm68k_sysent.c36 ns(struct sys_syscall_args),
/netbsd/sys/sys/
H A Dsyscallargs.h47 struct sys_syscall_args { struct
3410 int sys_syscall(struct lwp *, const struct sys_syscall_args *, register_t *);
/netbsd/sys/kern/
H A Dinit_sysent.c142 ns(struct sys_syscall_args),
H A Dsystrace_args.c17 const struct sys_syscall_args *p = params; in systrace_args()