HomeSort by relevance Sort by last modified time
    Searched refs:etherboot_printf (Results 1 - 4 of 4) sorted by null

  /external/grub/netboot/
main.c 122 etherboot_printf ("Address: %@\n", arptable[ARP_CLIENT].ipaddr.s_addr);
123 etherboot_printf ("Netmask: %@\n", netmask);
124 etherboot_printf ("Server: %@\n", arptable[ARP_SERVER].ipaddr.s_addr);
125 etherboot_printf ("Gateway: %@\n", arptable[ARP_GATEWAY].ipaddr.s_addr);
246 etherboot_printf ("%@ is not in my arp table!\n", destip);
563 etherboot_printf ("bp_op = %d\n", ip.bp.bp_op);
564 etherboot_printf ("bp_htype = %d\n", ip.bp.bp_htype);
565 etherboot_printf ("bp_hlen = %d\n", ip.bp.bp_hlen);
566 etherboot_printf ("bp_xid = %d\n", ip.bp.bp_xid);
567 etherboot_printf ("bp_hwaddr = %!\n", ip.bp.bp_hwaddr)
    [all...]
config.c 539 etherboot_printf("Probing...");
549 etherboot_printf ("[%s]", p->name);
561 etherboot_printf("[%s]", t->nic_name);
misc.c 218 etherboot_printf (const char *fmt, ...) function
etherboot.h 522 extern void etherboot_printf (const char *, ...);
544 # define printf etherboot_printf

Completed in 209 milliseconds