rtprio_thread_args
{ .sy_narg = AS(rtprio_thread_args), .sy_call = (sy_call_t *)sys_rtprio_thread, .sy_auevent = AUE_RTPRIO, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 466 = rtprio_thread */
struct rtprio_thread_args *p = params;
{ .sy_narg = AS(rtprio_thread_args), .sy_call = (sy_call_t *)sys_rtprio_thread, .sy_auevent = AUE_RTPRIO, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 466 = rtprio_thread */
sys_rtprio_thread(struct thread *td, struct rtprio_thread_args *uap)
struct rtprio_thread_args *p = params;
int sys_rtprio_thread(struct thread *, struct rtprio_thread_args *);