Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Dlinker.h43 struct mod_depend;
133 int linker_reference_module(const char* _modname, struct mod_depend *_verinfo,
141 int linker_release_module(const char *_modname, struct mod_depend *_verinfo,
H A Dmodule.h78 struct mod_depend { struct
122 static struct mod_depend _##module##_depend_on_##mdepend \
/freebsd-13.1/stand/common/
H A Dmodule.c64 …nel_module * file_findmodule(struct preloaded_file *fp, char *modname, struct mod_depend *verinfo);
66 static char *mod_searchmodule(char *name, struct mod_depend *verinfo);
591 struct mod_depend *verinfo; in file_load_dependencies()
601 verinfo = (struct mod_depend*)md->md_data; in file_load_dependencies()
873 mod_load(char *modname, struct mod_depend *verinfo, int argc, char *argv[]) in mod_load()
996 struct mod_depend *verinfo) in file_findmodule()
1238 struct mod_depend *verinfo) in mod_search_hints()
1586 mod_searchmodule(char *name, struct mod_depend *verinfo) in mod_searchmodule()
1630 struct mod_depend mdepend; in file_addmodule()
H A Dbootstrap.h200 struct mod_depend;
254 int mod_load(char *name, struct mod_depend *verinfo, int argc, char *argv[]);
H A Dload_elf_obj.c404 struct mod_depend *mdepend; in __elfN()
H A Dload_elf.c1128 struct mod_depend *mdepend;
/freebsd-13.1/sys/kern/
H A Dkern_linker.c155 const struct mod_depend *verinfo, struct linker_file **lfpp);
156 static modlist_t modlist_lookup2(const char *name, const struct mod_depend *verinfo);
509 linker_reference_module(const char *modname, struct mod_depend *verinfo, in linker_reference_module()
529 linker_release_module(const char *modname, struct mod_depend *verinfo, in linker_release_module()
1495 modlist_lookup2(const char *name, const struct mod_depend *verinfo) in modlist_lookup2()
1568 const struct mod_depend *verinfo; in linker_preload()
1895 int modnamelen, const struct mod_depend *verinfo) in linker_hints_lookup()
2027 const struct mod_depend *verinfo) in linker_search_module()
2146 struct linker_file *parent, const struct mod_depend *verinfo, in linker_load_module()
2222 const struct mod_depend *verinfo; in linker_load_dependencies()
/freebsd-13.1/usr.sbin/kldxref/
H A Dkldxref.c389 struct mod_depend mdp; in parse_entry()