msgsys_args
{ .sy_narg = AS(msgsys_args), .sy_call = (sy_call_t *)lkmressys, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_ABSENT }, /* 170 = msgsys */
struct msgsys_args *p = params;
return (sys_msgsys(td, (struct msgsys_args *)uap));
sys_msgsys(struct thread *td, struct msgsys_args *uap)
int sys_msgsys(struct thread *, struct msgsys_args *);