Home
last modified time | relevance | path

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

/illumos-gate/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 \
/illumos-gate/usr/src/boot/common/
H A Dmodule.c68 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 Dbootstrap.h214 struct mod_depend;
267 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.c953 struct mod_depend *mdepend; in __elfN()