Searched defs:depmod (Results 1 - 2 of 2) sorted by relevance

/external/kmod/libkmod/
H A Dlibkmod-module.c179 struct kmod_module *depmod = NULL; local
189 err = kmod_module_new_from_path(ctx, path, &depmod);
198 list = kmod_list_prepend(list, depmod);
/external/kmod/tools/
H A Ddepmod.c2 * kmod-depmod - calculate modules.dep using libkmod.
52 "/run/depmod.d",
53 SYSCONFDIR "/depmod.d",
54 "/lib/depmod.d",
86 "If no arguments (except options) are given, \"depmod -a\" is assumed\n"
88 "depmod will output a dependency list suitable for the modprobe utility.\n"
132 * index.c: module index file shared functions for modprobe and depmod
163 /* In-memory index (depmod only) */
336 Pre-order is simpler for writing, and depmod is already slow.
790 /* depmod calculation
817 struct depmod { struct
866 depmod_init(struct depmod *depmod, struct cfg *cfg, struct kmod_ctx *ctx) argument
904 depmod_shutdown(struct depmod *depmod) argument
921 depmod_module_add(struct depmod *depmod, struct kmod_module *kmod) argument
983 depmod_module_del(struct depmod *depmod, struct mod *mod) argument
999 depmod_module_is_higher_priority(const struct depmod *depmod, const struct mod *mod, size_t baselen, size_t namelen, size_t modnamelen, const char *newpath) argument
1055 depmod_modules_search_file(struct depmod *depmod, size_t baselen, size_t namelen, const char *path) argument
1111 depmod_modules_search_dir(struct depmod *depmod, DIR *d, size_t baselen, char *path) argument
1194 depmod_modules_search(struct depmod *depmod) argument
1223 depmod_modules_build_array(struct depmod *depmod) argument
1241 depmod_modules_sort(struct depmod *depmod) argument
1294 depmod_symbol_add(struct depmod *depmod, const char *name, bool prefix_skipped, uint64_t crc, const struct mod *owner) argument
1326 depmod_symbol_find(const struct depmod *depmod, const char *name) argument
1336 depmod_load_modules(struct depmod *depmod) argument
1377 depmod_load_module_dependencies(struct depmod *depmod, struct mod *mod) argument
1413 depmod_load_dependencies(struct depmod *depmod) argument
1446 depmod_sort_dependencies(struct depmod *depmod) argument
1484 depmod_report_one_cycle(struct depmod *depmod, struct vertex *vertex, struct kmod_list **roots, struct hash *loop_set) argument
1533 depmod_report_cycles_from_root(struct depmod *depmod, struct mod *root_mod, struct kmod_list **roots, void **stack, size_t stack_size, struct hash *loop_set) argument
1625 depmod_report_cycles(struct depmod *depmod, uint16_t n_mods, uint16_t *users) argument
1683 depmod_calculate_dependencies(struct depmod *depmod) argument
1751 depmod_load(struct depmod *depmod) argument
1840 output_deps(struct depmod *depmod, FILE *out) argument
1872 output_deps_bin(struct depmod *depmod, FILE *out) argument
1944 output_aliases(struct depmod *depmod, FILE *out) argument
1968 output_aliases_bin(struct depmod *depmod, FILE *out) argument
2014 output_softdeps(struct depmod *depmod, FILE *out) argument
2038 output_symbols(struct depmod *depmod, FILE *out) argument
2059 output_symbols_bin(struct depmod *depmod, FILE *out) argument
2115 output_builtin_bin(struct depmod *depmod, FILE *out) argument
2155 output_devname(struct depmod *depmod, FILE *out) argument
2212 depmod_output(struct depmod *depmod, FILE *out) argument
2306 depmod_add_fake_syms(struct depmod *depmod) argument
2316 depmod_load_symvers(struct depmod *depmod, const char *filename) argument
2364 depmod_load_system_map(struct depmod *depmod, const char *filename) argument
2554 struct depmod depmod; local
[all...]

Completed in 91 milliseconds