Searched refs:VGA_TEXT_COLS (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/i86pc/boot/
H A Dboot_vga.h43 #define VGA_TEXT_COLS 80 macro
H A Dboot_vga.c114 for (i = 0; i < VGA_TEXT_ROWS * VGA_TEXT_COLS; i++) {
126 VGA_SCREEN[row*VGA_TEXT_COLS + col] = (color << 8) | c;
137 for (i = 0; i < (VGA_TEXT_ROWS-1)*VGA_TEXT_COLS; i++) {
138 VGA_SCREEN[i] = VGA_SCREEN[i + VGA_TEXT_COLS];
140 for (; i < VGA_TEXT_ROWS * VGA_TEXT_COLS; i++) {
150 off = row * VGA_TEXT_COLS + col;
161 *row = off / VGA_TEXT_COLS;
162 *col = off % VGA_TEXT_COLS;
H A Dboot_console.c103 if (col == VGA_TEXT_COLS)
126 if (col < VGA_TEXT_COLS -1)

Completed in 101 milliseconds