Searched defs:depmod (Results 1 – 2 of 2) sorted by relevance
817 struct depmod { struct818 const struct cfg *cfg;819 struct kmod_ctx *ctx;820 struct array modules;821 struct hash *modules_by_uncrelpath;822 struct hash *modules_by_name;823 struct hash *symbols;866 static int depmod_init(struct depmod *depmod, struct cfg *cfg, in depmod_init()904 static void depmod_shutdown(struct depmod *depmod) in depmod_shutdown()921 static int depmod_module_add(struct depmod *depmod, struct kmod_module *kmod) in depmod_module_add()[all …]
179 struct kmod_module *depmod = NULL; in kmod_module_parse_depline() local