Lines Matching refs:module
52 const char *module;
62 { "ipv6", "/sys/module/ipv6", false, true, NULL },
64 /* this should never be a module */
94 "this by loading the module...", kmod_table[i].module);
105 r = kmod_module_new_from_name(ctx, kmod_table[i].module, &mod);
107 log_error("Failed to lookup module '%s'", kmod_table[i].module);
113 log_debug("Inserted module '%s'", kmod_module_get_name(mod));
120 "Failed to insert module '%s': %m", kmod_module_get_name(mod));