Home
last modified time | relevance | path

Searched refs:syscall1_args (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/tools/syscalls/examples/cpp/
H A Dtest_proto.h37 struct syscall1_args { struct
49 int sys_syscall1(struct thread *, struct syscall1_args *); argument
H A Dtest_sysent.c17 …{ .sy_narg = AS(syscall1_args), .sy_call = (sy_call_t *)sys_syscall1, .sy_auevent = AUE_NULL, .sy_…
H A Dtest_systrace_args.c18 struct syscall1_args *p = params; in systrace_args()