Searched defs:show_error (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/lib/
H A Ddevice.c524 auto void show_error (int no, const char *msg);
527 auto void show_error (int no, const char *msg) function
571 show_error (line_number, "No open parenthesis found");
578 show_error (line_number, "Bad drive name");
589 show_error (line_number, "Bad device number");
605 show_error (line_number, "No close parenthesis found");
616 show_error (line_number, "No filename found");
629 show_error (line_number, "Duplicated entry found");
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dhostdisk.c1135 auto void show_error (const char *msg);
1136 void show_error (const char *msg) function
1171 show_error (_("No open parenthesis found"));
1177 show_error (_("Map table size exceeded"));
1182 show_error (_("No close parenthesis found"));
1195 show_error (_("No filename found"));

Completed in 19 milliseconds