modstat_args
{ .sy_narg = AS(modstat_args), .sy_call = (sy_call_t *)sys_modstat, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 301 = modstat */
sys_modstat(struct thread *td, struct modstat_args *uap)
struct modstat_args *p = params;
int sys_modstat(struct thread *, struct modstat_args *);