Searched refs:sigwait_args (Results 1 – 4 of 4) sorted by relevance
1163 struct sigwait_args { struct2108 int sys_sigwait(struct thread *, struct sigwait_args *);
1156 sys_sigwait(struct thread *td, struct sigwait_args *uap) in sys_sigwait()
487 …{ .sy_narg = AS(sigwait_args), .sy_call = (sy_call_t *)sys_sigwait, .sy_auevent = AUE_SIGWAIT, .sy…
2175 struct sigwait_args *p = params; in systrace_args()