sigwaitinfo_args
{ .sy_narg = AS(sigwaitinfo_args), .sy_call = (sy_call_t *)sys_sigwaitinfo, .sy_auevent = AUE_NULL, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 346 = sigwaitinfo */
sys_sigwaitinfo(struct thread *td, struct sigwaitinfo_args *uap)
struct sigwaitinfo_args *p = params;
int sys_sigwaitinfo(struct thread *, struct sigwaitinfo_args *);