OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bootopts
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/hpcmips/stand/lcboot/
main.c
150
struct boot_option
bootopts
;
variable in typeref:struct:boot_option
500
if (loadfile(
bootopts
.b_pathname, marks, LOAD_KERNEL)) {
767
bootopts
.b_magic == BOOTOPT_MAGIC ? "ok" : "bad",
768
bootopts
.b_pathname,
769
bootopts
.b_flags & B_F_USE_BOOTP ? "yes" : "no");
770
printf("remote IP:\t%s\n", inet_ntoa(
bootopts
.b_remote_ip));
771
printf("local IP:\t%s\n", inet_ntoa(
bootopts
.b_local_ip));
772
printf("netmask:\t%s\n", intoa(
bootopts
.b_netmask));
773
printf("gateway IP:\t%s\n", inet_ntoa(
bootopts
.b_gate_ip));
779
bootopts
= *((struct boot_option *) BOOTOPTS_BASE)
[
all
...]
Completed in 12 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025