Home
last modified time | relevance | path

Searched refs:sigwait_args (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dsysproto.h1163 struct sigwait_args { struct
2108 int sys_sigwait(struct thread *, struct sigwait_args *);
/f-stack/freebsd/kern/
H A Dkern_sig.c1156 sys_sigwait(struct thread *td, struct sigwait_args *uap) in sys_sigwait()
H A Dinit_sysent.c487 …{ .sy_narg = AS(sigwait_args), .sy_call = (sy_call_t *)sys_sigwait, .sy_auevent = AUE_SIGWAIT, .sy…
H A Dsystrace_args.c2175 struct sigwait_args *p = params; in systrace_args()