Home | History | Annotate | Download | only in kern

Lines Matching refs:modinfo_t

80 static const modinfo_t module_netbsd_modinfo = {
123 static modinfo_t module_dummy;
152 module_incompat(const modinfo_t *mi, int modclass)
288 module_builtin_add(modinfo_t *const *mip, size_t nmodinfo, bool init)
378 module_builtin_remove(modinfo_t *mi, bool fini)
435 __link_set_decl(modules, modinfo_t);
436 modinfo_t *const *mip;
609 modinfo_t *mi;
909 modinfo_t *mi = NULL;
1134 modinfo_t *mi;
1305 * module name (from the modinfo_t) to ensure another module
1596 __link_set_decl(modules, modinfo_t);
1597 modinfo_t *const *mip;
1671 if (size != sizeof(modinfo_t **)) {
1672 if (size > sizeof(modinfo_t **) &&
1673 (size % sizeof(modinfo_t **)) == 0) {
1676 size / sizeof(modinfo_t **));
1680 size, sizeof(modinfo_t **));
1684 mod->mod_info = *(modinfo_t **)addr;
1718 modinfo_t *mi;