• Home
  • Raw
  • Download

Lines Matching defs:mod

864 struct mod {  struct
865 struct kmod_module *kmod; argument
867 const char *relpath; /* path relative to '$ROOT/lib/modules/$VER/' */ argument
869 struct kmod_list *info_list; argument
870 struct kmod_list *dep_sym_list; argument
873 size_t modnamesz; argument
874 int sort_idx; /* sort index using modules.order */ argument
876 uint16_t idx; /* index in depmod->modules.array */ argument
877 uint16_t users; /* how many modules depend on this one */ argument
880 char modname[]; argument
884 struct mod *owner; argument
898 static void mod_free(struct mod *mod) in mod_free()
910 static int mod_add_dependency(struct mod *mod, struct symbol *sym) in mod_add_dependency()
998 struct mod *mod; in depmod_module_add() local
1055 static int depmod_module_del(struct depmod *depmod, struct mod *mod) in depmod_module_del()
1098 static int depmod_module_is_higher_priority(const struct depmod *depmod, const struct mod *mod, siz… in depmod_module_is_higher_priority()
1178 struct mod *mod; in depmod_modules_search_file() local
1382 struct mod *mod = (struct mod *) v; in depmod_modules_build_array() local
1448 struct mod *mod; in depmod_modules_sort() local
1522 struct mod *mod = *itr; in depmod_load_modules() local
1554 static int depmod_load_module_dependencies(struct depmod *depmod, struct mod *mod) in depmod_load_module_dependencies()
1600 struct mod *mod = *itr; in depmod_load_dependencies() local
1637 struct mod *mod; member
1640 static struct vertex *vertex_new(struct mod *mod, struct vertex *parent) in vertex_new()
1967 static size_t mod_count_all_dependencies(const struct mod *mod) in mod_count_all_dependencies()
1977 static int mod_fill_all_unique_dependencies(const struct mod *mod, const struct mod **deps, size_t … in mod_fill_all_unique_dependencies()
2007 static const struct mod **mod_get_all_sorted_dependencies(const struct mod *mod, size_t *n_deps) in mod_get_all_sorted_dependencies()
2030 static inline const char *mod_get_compressed_path(const struct mod *mod) in mod_get_compressed_path()
2042 const struct mod **deps, *mod = depmod->modules.array[i]; in output_deps() local
2082 const struct mod **deps, *mod = depmod->modules.array[i]; in output_deps_bin() local
2148 const struct mod *mod = depmod->modules.array[i]; in output_aliases() local
2178 const struct mod *mod = depmod->modules.array[i]; in output_aliases_bin() local
2218 const struct mod *mod = depmod->modules.array[i]; in output_softdeps() local
2354 const struct mod *mod = depmod->modules.array[i]; in output_devname() local
2919 struct kmod_module *mod; in do_depmod() local