Searched refs:etherboot_printf (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dgrub.h123 extern void etherboot_printf(const char *, ...);
133 #define printf etherboot_printf
H A Dnic.c1222 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 ("BootFil
[all...]
H A Dmisc.c271 etherboot_printf (const char *fmt, ...) function

Completed in 61 milliseconds