Symbol: etherboot_printf
usr/src/grub/grub-0.97/netboot/grub.h
123
extern void etherboot_printf(const char *, ...);
usr/src/grub/grub-0.97/netboot/grub.h
133
#define printf etherboot_printf
usr/src/grub/grub-0.97/netboot/nic.c
1222
etherboot_printf ("Hostname: not set\n");
usr/src/grub/grub-0.97/netboot/nic.c
1224
etherboot_printf ("Hostname: %s\n", hostname);
usr/src/grub/grub-0.97/netboot/nic.c
1226
etherboot_printf ("Address: %@\n", arptable[ARP_CLIENT].ipaddr.s_addr);
usr/src/grub/grub-0.97/netboot/nic.c
1227
etherboot_printf ("Netmask: %@\n", netmask);
usr/src/grub/grub-0.97/netboot/nic.c
1228
etherboot_printf ("Gateway: %@\n", arptable[ARP_GATEWAY].ipaddr.s_addr);
usr/src/grub/grub-0.97/netboot/nic.c
1229
etherboot_printf ("Server: %@\n", arptable[ARP_SERVER].ipaddr.s_addr);
usr/src/grub/grub-0.97/netboot/nic.c
1231
etherboot_printf ("Site Option 150: not set\n");
usr/src/grub/grub-0.97/netboot/nic.c
1240
etherboot_printf ("Site Option 150: %s\n",
usr/src/grub/grub-0.97/netboot/nic.c
1246
etherboot_printf ("BootFile: not set\n");
usr/src/grub/grub-0.97/netboot/nic.c
1248
etherboot_printf ("BootFile: %s\n", bootfile);
usr/src/grub/grub-0.97/netboot/nic.c
1250
etherboot_printf ("GRUB menu file: %s", config_file);
usr/src/grub/grub-0.97/netboot/nic.c
1253
etherboot_printf (" from hardcoded default\n");
usr/src/grub/grub-0.97/netboot/nic.c
1256
etherboot_printf (" from Site Option 150\n");
usr/src/grub/grub-0.97/netboot/nic.c
1259
etherboot_printf (" inferred from system MAC\n");
usr/src/grub/grub-0.97/netboot/nic.c
1262
etherboot_printf (" inferred from BootFile\n");
usr/src/grub/grub-0.97/netboot/nic.c
1265
etherboot_printf ("\n");