Lines Matching refs:etherboot_printf
1222 etherboot_printf ("Hostname: not set\n");
1224 etherboot_printf ("Hostname: %s\n", hostname);
1226 etherboot_printf ("Address: %@\n", arptable[ARP_CLIENT].ipaddr.s_addr);
1227 etherboot_printf ("Netmask: %@\n", netmask);
1228 etherboot_printf ("Gateway: %@\n", arptable[ARP_GATEWAY].ipaddr.s_addr);
1229 etherboot_printf ("Server: %@\n", arptable[ARP_SERVER].ipaddr.s_addr);
1231 etherboot_printf ("Site Option 150: not set\n");
1240 etherboot_printf ("Site Option 150: %s\n",
1246 etherboot_printf ("BootFile: not set\n");
1248 etherboot_printf ("BootFile: %s\n", bootfile);
1250 etherboot_printf ("GRUB menu file: %s", config_file);
1253 etherboot_printf (" from hardcoded default\n");
1256 etherboot_printf (" from Site Option 150\n");
1259 etherboot_printf (" inferred from system MAC\n");
1262 etherboot_printf (" inferred from BootFile\n");
1265 etherboot_printf ("\n");