Searched refs:syscall1_args (Results 1 – 3 of 3) sorted by relevance
37 struct syscall1_args { struct49 int sys_syscall1(struct thread *, struct syscall1_args *); argument
17 …{ .sy_narg = AS(syscall1_args), .sy_call = (sy_call_t *)sys_syscall1, .sy_auevent = AUE_NULL, .sy_…
18 struct syscall1_args *p = params; in systrace_args()