OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:boot_modules
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sandpoint/stand/altboot/
main.c
91
struct boot_module *
boot_modules
;
variable in typeref:struct:boot_module *
486
if ((bmp =
boot_modules
) == NULL)
487
boot_modules
= bm;
533
for (bm =
boot_modules
; bm != NULL; bm = bm->bm_next) {
563
for (bm =
boot_modules
; bm != NULL; bm = bm->bm_next) {
/src/sys/arch/i386/stand/lib/
exec.c
128
boot_module_t *
boot_modules
;
variable in typeref:typename:boot_module_t *
241
for (bm =
boot_modules
; bm != NULL; bm = bm->bm_next)
256
if (
boot_modules
== NULL)
257
boot_modules
= bm;
259
for (bmp =
boot_modules
; bmp->bm_next;
690
for (bm =
boot_modules
; bm; bm = bm->bm_next) {
725
for (bm =
boot_modules
; bm; bm = bm->bm_next) {
Completed in 32 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025