HomeSort by: relevance | last modified time | path
    Searched defs:bootopts (Results 1 - 3 of 3) 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...]
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...]
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 64 milliseconds