Home
last modified time | relevance | path

Searched refs:mod_depend (Results 1 – 6 of 6) sorted by relevance

/titanic_53/usr/src/boot/sys/sys/
H A Dlinker.h41 struct mod_depend;
123 int linker_reference_module(const char* _modname, struct mod_depend *_verinfo,
131 int linker_release_module(const char *_modname, struct mod_depend *_verinfo,
H A Dmodule.h76 struct mod_depend { struct
119 static struct mod_depend _##module##_depend_on_##mdepend \
/titanic_53/usr/src/boot/sys/boot/common/
H A Dmodule.c57 …nel_module * file_findmodule(struct preloaded_file *fp, char *modname, struct mod_depend *verinfo);
59 static char *mod_searchmodule(char *name, struct mod_depend *verinfo);
361 struct mod_depend *verinfo; in file_load_dependencies()
371 verinfo = (struct mod_depend*)md->md_data; in file_load_dependencies()
582 mod_load(char *modname, struct mod_depend *verinfo, int argc, char *argv[]) in mod_load()
696 struct mod_depend *verinfo) in file_findmodule()
869 struct mod_depend *verinfo) in mod_search_hints()
939 mod_searchmodule(char *name, struct mod_depend *verinfo) in mod_searchmodule()
963 struct mod_depend mdepend; in file_addmodule()
H A Dbootstrap.h176 struct mod_depend;
220 int mod_load(char *name, struct mod_depend *verinfo, int argc, char *argv[]);
H A Dload_elf_obj.c357 struct mod_depend *mdepend; in __elfN()
H A Dload_elf.c906 struct mod_depend *mdepend; in __elfN()