modconfig
struct modconfig mc;
STRUCT_DECL(modconfig, mc);
bzero(&mc, sizeof (struct modconfig));
if (copyin(data, &mc, sizeof (struct modconfig)) != 0)