Searched defs:depmod (Results 1 – 2 of 2) sorted by relevance
889 struct depmod { struct890 const struct cfg *cfg;891 struct kmod_ctx *ctx;892 struct array modules;893 struct hash *modules_by_uncrelpath;894 struct hash *modules_by_name;895 struct hash *symbols;938 static int depmod_init(struct depmod *depmod, struct cfg *cfg, in depmod_init()976 static void depmod_shutdown(struct depmod *depmod) in depmod_shutdown()993 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