swapcontext_args
{ .sy_narg = AS(swapcontext_args), .sy_call = (sy_call_t *)sys_swapcontext, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 423 = swapcontext */
sys_swapcontext(struct thread *td, struct swapcontext_args *uap)
struct swapcontext_args *p = params;
int sys_swapcontext(struct thread *, struct swapcontext_args *);