thr_wake_args
{ .sy_narg = AS(thr_wake_args), .sy_call = (sy_call_t *)sys_thr_wake, .sy_auevent = AUE_NULL, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 443 = thr_wake */
struct thr_wake_args *p = params;
{ .sy_narg = AS(thr_wake_args), .sy_call = (sy_call_t *)sys_thr_wake, .sy_auevent = AUE_NULL, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 443 = thr_wake */
sys_thr_wake(struct thread *td, struct thr_wake_args *uap)
struct thr_wake_args *p = params;
int sys_thr_wake(struct thread *, struct thr_wake_args *);