Searched refs:grub_putstr (Results 1 – 5 of 5) sorted by relevance
222 grub_putstr (grub_tparm (term.cursor_address, y, x)); in ti_cursor_address()229 grub_putstr (grub_tparm (term.clear_screen)); in ti_clear_screen()236 grub_putstr (grub_tparm (term.enter_standout_mode)); in ti_enter_standout_mode()243 grub_putstr (grub_tparm (term.exit_standout_mode)); in ti_exit_standout_mode()
192 grub_putstr (const char *str) in grub_putstr() function217 grub_putstr (str); in grub_vprintf()226 grub_putstr ((char *) *(dataptr++)); in grub_vprintf()
315 grub_putstr(NAME_BUF+1024);// debug print! in iso9660_dir()
1001 void grub_putstr (const char *str);
1143 * stage2/char_io.c (grub_putstr): New function.1144 (grub_printf): Use grub_putstr.