Searched refs:mod_depend (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/sys/ |
H A D | linker.h | 43 struct mod_depend; 144 int linker_reference_module(const char* _modname, struct mod_depend *_verinfo, 152 int linker_release_module(const char *_modname, struct mod_depend *_verinfo,
|
H A D | module.h | 76 struct mod_depend { struct 120 static struct mod_depend _##module##_depend_on_##mdepend \
|
/freebsd/stand/common/ |
H A D | module.c | 61 …nel_module * file_findmodule(struct preloaded_file *fp, char *modname, struct mod_depend *verinfo); 63 static char *mod_searchmodule(char *name, struct mod_depend *verinfo); 599 struct mod_depend *verinfo; in file_load_dependencies() 609 verinfo = (struct mod_depend*)md->md_data; in file_load_dependencies() 797 mod_load(char *modname, struct mod_depend *verinfo, int argc, char *argv[]) in mod_load() 920 struct mod_depend *verinfo) in file_findmodule() 1162 struct mod_depend *verinfo) in mod_search_hints() 1510 mod_searchmodule(char *name, struct mod_depend *verinfo) in mod_searchmodule() 1554 struct mod_depend mdepend; in file_addmodule()
|
H A D | bootstrap.h | 210 struct mod_depend; 267 int mod_load(char *name, struct mod_depend *verinfo, int argc, char *argv[]);
|
H A D | load_elf_obj.c | 401 struct mod_depend *mdepend; in __elfN()
|
H A D | load_elf.c | 1125 struct mod_depend *mdepend;
|
/freebsd/sys/kern/ |
H A D | kern_linker.c | 153 const struct mod_depend *verinfo, struct linker_file **lfpp); 154 static modlist_t modlist_lookup2(const char *name, const struct mod_depend *verinfo); 552 linker_reference_module(const char *modname, struct mod_depend *verinfo, in linker_reference_module() 572 linker_release_module(const char *modname, struct mod_depend *verinfo, in linker_release_module() 1583 modlist_lookup2(const char *name, const struct mod_depend *verinfo) in modlist_lookup2() 1656 const struct mod_depend *verinfo; in linker_preload() 1992 int modnamelen, const struct mod_depend *verinfo) in linker_hints_lookup() 2128 const struct mod_depend *verinfo) in linker_search_module() 2247 struct linker_file *parent, const struct mod_depend *verinfo, in linker_load_module() 2320 const struct mod_depend *verinfo; in linker_load_dependencies()
|