Searched refs:mod_depend (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/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 \
|
/illumos-gate/usr/src/boot/common/ |
H A D | module.c | 68 struct mod_depend *); 70 static char *mod_searchmodule(char *, struct mod_depend *); 372 struct mod_depend *verinfo; in file_load_dependencies() 382 verinfo = (struct mod_depend *)md->md_data; in file_load_dependencies() 746 mod_load(char *modname, struct mod_depend *verinfo, int argc, char *argv[]) in mod_load() 859 struct mod_depend *verinfo) in file_findmodule() 1037 struct mod_depend *verinfo) in mod_search_hints() 1111 mod_searchmodule(char *name, struct mod_depend *verinfo) in mod_searchmodule() 1135 struct mod_depend mdepend; in file_addmodule()
|
H A D | bootstrap.h | 215 struct mod_depend; 268 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 | 953 struct mod_depend *mdepend; in __elfN()
|