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

  /external/grub/stage2/
stage1_5.c 33 grub_printf ("\n\nGRUB loading, please wait...\n");
50 grub_printf ("internal error: the second sector of Stage 2 is unknown.");
builtins.c 132 grub_printf ("[%d,%d,%d]", sector, offset, length);
165 grub_printf ("%s%d+%d", num_entries ? "," : "",
168 grub_printf ("%s%d+%d,%d[0-%d]", num_entries ? "," : "",
173 grub_printf ("%s%d[0-%d]", num_entries ? "," : "",
182 grub_printf("%s%d[%d-%d]", num_entries ? "," : "",
199 grub_printf ("(%cd%d",
204 grub_printf (",%d", (current_partition >> 16) & 0xFF);
207 grub_printf (",%c", 'a' + ((current_partition >> 8) & 0xFF));
209 grub_printf (")");
219 grub_printf ("%s%d+%d", num_entries ? "," : ""
    [all...]
cmdline.c 206 grub_printf ("\nPress any key to continue...");
235 grub_printf ("%s\n", old_entry);
240 grub_printf ("%s\n", old_entry);
stage2.c 188 grub_printf ("%d: %s\n", i, get_entry (menu_entries, i, 0));
298 grub_printf ("\rPress `ESC' to enter the menu... %d ",
315 grub_printf ("\n\
340 grub_printf ("\n\nThe selected entry is %d ", entryno);
365 grub_printf ("\r Entry %d will be booted automatically in %d seconds. ",
370 grub_printf ("The highlighted entry will be booted automatically in %d seconds. ",
389 grub_printf ("\r Highlighted entry is %d: ", entryno);
554 grub_printf ("\n\n");
557 grub_printf ("\n");
579 grub_printf ("\r ")
    [all...]
char_io.c 153 grub_printf (const char *format,...) function
241 grub_printf ("\n GNU GRUB version %s (%dK lower / %dK upper memory)\n\n",
416 grub_printf ("%s", prompt);
807 grub_printf ("%s", prompt);
1046 the following grub_printf call will print newlines. */
1052 grub_printf ("\n[Hit return to continue]");
1062 grub_printf ("\r \r");
disk_io.c 830 grub_printf (" Partition num: %d, ",
847 grub_printf ("[BSD sub-partitions immediately follow]\n");
851 grub_printf (" BSD Partition num: \'%c\', ",
857 grub_printf (" No BSD sub-partition found, partition type 0x%x\n",
1299 grub_printf (" %s", name);
1326 grub_printf (" Possible commands are:");
1375 grub_printf (" Possible disks are: ");
    [all...]
boot.c 275 grub_printf (" linux 'zImage' kernel too big, try 'make bzImage'\n");
283 grub_printf (" [Linux-%s, setup=0x%x, size=0x%x]\n",
736 grub_printf (", entry=0x%x]\n", (unsigned) entry_addr);
shared.h 363 #define printf grub_printf
869 void grub_printf (const char *format,...);
  /external/grub/netboot/
fsys_tftp.c 54 grub_printf ("buf_fill (%d)\n", abort);
77 grub_printf ("Maybe initial request was lost.\n");
91 grub_printf ("<REXMT>\n");
106 grub_printf ("TFTP error %d (%s)\n",
117 grub_printf ("OACK ");
123 grub_printf ("%s:%d: warning: PREVBLOCK != 0 (0x%x)\n",
141 grub_printf ("blksize = %d\n", packetsize);
153 grub_printf ("tsize = %d\n", filemax);
160 grub_printf ("NOAK\n");
192 grub_printf ("DATA ")
    [all...]
main.c 117 grub_printf ("No ethernet card found.\n");
119 grub_printf ("Not initialized yet.\n");
258 grub_printf ("arp request.\n");
355 grub_printf ("<REXMT>\n");
370 grub_printf ("TFTP error %d (%s)\n",
549 grub_printf ("network is ready.\n");
589 grub_printf ("retry = %d\n", retry);
640 grub_printf ("errnum = %d\n", errnum);
646 grub_printf ("reqretry = %d\n", reqretry);
652 grub_printf ("udp_transmit failed.\n")
    [all...]
  /external/grub/grub/
asmstub.c 775 grub_printf ("Attempt to open drive 0x%x (%s)\n",
899 /* grub_printf does not handle prefix number, such as %2x, so
901 grub_printf ("%x%x", hi, low);
912 grub_printf (" ");
917 grub_printf ("\n");
924 grub_printf ("\n");
987 grub_printf ("Write %d sectors starting from %d sector"
998 grub_printf ("unknown subfunc %d\n", subfunc);

Completed in 381 milliseconds