Home
last modified time | relevance | path

Searched refs:grub_putstr (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dterminfo.c222 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()
H A Dchar_io.c193 grub_putstr (const char *str) in grub_putstr() function
235 grub_putstr (str); in grub_vprintf()
244 grub_putstr ((char *) *(dataptr++)); in grub_vprintf()
H A Dfsys_iso9660.c315 grub_putstr(NAME_BUF+1024);// debug print! in iso9660_dir()
H A Dshared.h1004 void grub_putstr (const char *str);
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog1143 * stage2/char_io.c (grub_putstr): New function.
1144 (grub_printf): Use grub_putstr.