Searched defs:depmod (Results 1 – 3 of 3) sorted by relevance
931 struct depmod { struct932 const struct cfg *cfg;933 struct kmod_ctx *ctx;934 struct array modules;935 struct hash *modules_by_uncrelpath;936 struct hash *modules_by_name;937 struct hash *symbols;980 static int depmod_init(struct depmod *depmod, struct cfg *cfg, in depmod_init()1018 static void depmod_shutdown(struct depmod *depmod) in depmod_shutdown()1035 static int depmod_module_add(struct depmod *depmod, struct kmod_module *kmod) in depmod_module_add()[all …]
121 depmod section in Compatibility with module-init-tools
179 struct kmod_module *depmod = NULL; in kmod_module_parse_depline() local