Home
last modified time | relevance | path

Searched defs:depmod (Results 1 – 3 of 3) sorted by relevance

/external/kmod/tools/
Ddepmod.c931 struct depmod { struct
932 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 …]
/external/kmod/
DREADME.md121 depmod section in Compatibility with module-init-tools
/external/kmod/libkmod/
Dlibkmod-module.c179 struct kmod_module *depmod = NULL; in kmod_module_parse_depline() local