Searched refs:vga_setpos (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/boot/ |
H A D | boot_vga.h | 46 extern void vga_setpos(int, int);
|
H A D | boot_console.c | 104 vga_setpos(0, 0); 119 vga_setpos(row, col); 123 vga_setpos(row, 0); 128 vga_setpos(row, col - 1); 133 vga_setpos(row + 1, col); 141 vga_setpos(row, col + 1); 143 vga_setpos(row + 1, 0); 145 vga_setpos(row, 0);
|
H A D | boot_vga.c | 146 vga_setpos(int row, int col) function
|
Completed in 56 milliseconds