Searched refs:mod_depend (Results 1 – 6 of 6) sorted by relevance
| /titanic_53/usr/src/boot/sys/sys/ |
| H A D | linker.h | 41 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 D | module.h | 76 struct mod_depend { struct 119 static struct mod_depend _##module##_depend_on_##mdepend \
|
| /titanic_53/usr/src/boot/sys/boot/common/ |
| H A D | module.c | 57 …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 D | bootstrap.h | 176 struct mod_depend; 220 int mod_load(char *name, struct mod_depend *verinfo, int argc, char *argv[]);
|
| H A D | load_elf_obj.c | 357 struct mod_depend *mdepend; in __elfN()
|
| H A D | load_elf.c | 906 struct mod_depend *mdepend; in __elfN()
|