OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_boot_arg
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hpc/stand/hpcboot/
arch.cpp
79
_boot_arg
= reinterpret_cast <struct BootArgs *>(v);
81
_boot_arg
->argc = menu.setup_kernel_args(v + sizeof(struct BootArgs),
84
_boot_arg
->argv = ptokv(p + sizeof(struct BootArgs));
85
menu.setup_bootinfo(
_boot_arg
->bi);
86
_boot_arg
->bi.bi_cnuse = _cons->getBootConsole();
88
_boot_arg
->bootinfo = ptokv(p + offsetof(struct BootArgs, bi));
89
_boot_arg
->kernel_entry = loader.jumpAddr();
91
struct bootinfo &bi =
_boot_arg
->bi;
arch.h
49
struct BootArgs *
_boot_arg
;
member in class:Architecture
Completed in 12 milliseconds
Indexes created Sun Oct 19 22:09:57 GMT 2025