Home
last modified time | relevance | path

Searched defs:mdepend (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/stand/common/
H A Dload_elf_obj.c403 struct mod_depend *mdepend; __elfN() local
H A Dload_elf.c1127 struct mod_depend *mdepend; global() local
H A Dmodule.c1554 struct mod_depend mdepend; in file_addmodule() local
/freebsd-src/sys/sys/
H A Dmodule.h119 #define MODULE_DEPEND(module, mdepend, vmin, vpref, vmax) \ argument