HomeSort by: relevance | last modified time | path
    Searched refs:bootopts (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hpcmips/stand/lcboot/
dev_net.c 69 if (bootopts.b_flags & B_F_USE_BOOTP) {
77 servip = s->destip = bootopts.b_remote_ip;
78 myip = s->myip = bootopts.b_local_ip;
79 netmask = bootopts.b_netmask;
80 gateip = bootopts.b_gate_ip;
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...]
extern.h 113 extern struct boot_option bootopts;

Completed in 14 milliseconds