Searched refs:modconfig (Results 1 – 4 of 4) sorted by relevance
314 struct modconfig { struct
491 struct modconfig mc; in modctl_update_driver_aliases()504 bzero(&mc, sizeof (struct modconfig)); in modctl_update_driver_aliases()506 if (copyin(data, &mc, sizeof (struct modconfig)) != 0) in modctl_update_driver_aliases()
3448 STRUCT_DECL(modconfig, mc); in aus_modctl()
518 struct modconfig mc; in parse_args()