OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bm_next
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/i386/stand/lib/
bootmod.h
40
struct boot_module *
bm_next
;
member in struct:boot_module
/src/sys/arch/sandpoint/stand/altboot/
main.c
89
struct boot_module *
bm_next
;
member in struct:boot_module
484
bm->
bm_next
= NULL;
489
while (bmp->
bm_next
!= NULL)
490
bmp = bmp->
bm_next
;
491
bmp->
bm_next
= bm;
533
for (bm = boot_modules; bm != NULL; bm = bm->
bm_next
) {
563
for (bm = boot_modules; bm != NULL; bm = bm->
bm_next
) {
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025