Home
last modified time | relevance | path

Searched refs:MDT_VERSION (Results 1 – 7 of 7) sorted by relevance

/NextBSD/sys/sys/
HDmodule.h37 #define MDT_VERSION 3 /* module version(s) */ macro
164 MODULE_METADATA(_##module##_version, MDT_VERSION, \
/NextBSD/usr.sbin/kldxref/
HDfileformat32 int type = MDT_VERSION;
HDkldxref.c386 case MDT_VERSION: in parse_entry()
391 record_int(MDT_VERSION); in parse_entry()
/NextBSD/sys/kern/
HDkern_linker.c1409 if (mp->md_type != MDT_VERSION) in linker_addmodules()
1504 if (nmp->md_type != MDT_VERSION) in linker_preload()
1530 if (mp->md_type != MDT_VERSION) in linker_preload()
1794 case MDT_VERSION: in linker_hints_lookup()
2056 if (mp->md_type != MDT_VERSION) in linker_load_dependencies()
2078 if (nmp->md_type != MDT_VERSION) in linker_load_dependencies()
/NextBSD/sys/boot/common/
HDload_elf_obj.c404 case MDT_VERSION: in __elfN()
HDmodule.c762 case MDT_VERSION: in mod_search_hints()
HDload_elf.c909 case MDT_VERSION: in __elfN()