Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c77 static void boot_fb_setpos(int, int);
178 bcons_dev->bd_setpos = boot_fb_setpos; in xbi_fb_init()
782 boot_fb_setpos(int row, int col) in boot_fb_setpos() function
812 boot_fb_setpos(rows + 1, cols); in boot_fb_putchar()
827 boot_fb_setpos(rows, cols + 1); in boot_fb_putchar()
829 boot_fb_setpos(rows + 1, 0); in boot_fb_putchar()
831 boot_fb_setpos(rows, 0); in boot_fb_putchar()