OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 01 19:09:53 GMT 2025