kldstat_args
{ .sy_narg = AS(kldstat_args), .sy_call = (sy_call_t *)sys_kldstat, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 308 = kldstat */
sys_kldstat(struct thread *td, struct kldstat_args *uap)
struct kldstat_args *p = params;
int sys_kldstat(struct thread *, struct kldstat_args *);