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.h473 struct sys___syscall_args;
1116 int sys___syscall(struct lwp *, const struct sys___syscall_args *, register_t *);
H A Daoutm68k_sysent.c1184 ns(struct sys___syscall_args),
/netbsd/sys/sys/
H A Dsyscallargs.h1284 struct sys___syscall_args { struct
3778 int sys___syscall(struct lwp *, const struct sys___syscall_args *, register_t *);
/netbsd/sys/kern/
H A Dinit_sysent.c1041 ns(struct sys___syscall_args),
H A Dsystrace_args.c1487 const struct sys___syscall_args *p = params; in systrace_args()