HomeSort by: relevance | last modified time | path
    Searched refs:modinfo_boot_chain (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
module.h 128 LIST_HEAD(modinfo_boot_chain, modinfo_chain);
136 extern struct modinfo_boot_chain modinfo_boot_chain; \
139 LIST_INSERT_HEAD(&modinfo_boot_chain, mc, mc_entries); \
  /src/sys/rump/librump/rumpkern/
rump.c 521 struct modinfo_boot_chain modinfo_boot_chain \ variable in typeref:struct:modinfo_boot_chain
522 = LIST_HEAD_INITIALIZER(modinfo_boot_chain);
529 while ((mc = LIST_FIRST(&modinfo_boot_chain)) != NULL) {
632 * things could somehow be handled via modinfo_boot_chain.

Completed in 12 milliseconds