Symbol: VGA_TEXT_ROWS
usr/src/uts/i86pc/boot/boot_console.c
599
fb_info.terminal.y = VGA_TEXT_ROWS;
usr/src/uts/i86pc/boot/boot_vga.c
239
for (i = 0; i < VGA_TEXT_ROWS; i++)
usr/src/uts/i86pc/boot/boot_vga.c
267
else if (row < VGA_TEXT_ROWS - 1)
usr/src/uts/i86pc/boot/boot_vga.c
280
for (i = 0; i < (VGA_TEXT_ROWS - 1) * VGA_TEXT_COLS; i++) {
usr/src/uts/i86pc/boot/boot_vga.c
283
vga_eraseline_impl(0, VGA_TEXT_ROWS - 1, color);
usr/src/uts/i86pc/boot/boot_vga.c
98
fb_info.terminal.y = VGA_TEXT_ROWS;
usr/src/uts/i86pc/io/gfx_private/gfxp_fb.h
65
char shadow[VGA_TEXT_ROWS * VGA_TEXT_COLS * 2];
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
480
data->height = VGA_TEXT_ROWS;
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
608
if (da->row < 0 || da->row >= VGA_TEXT_ROWS ||
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
63
{ FBTYPE_SUNFAST_COLOR, VGA_TEXT_ROWS, VGA_TEXT_COLS, 1, 256, 0 },
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
659
ma->s_row < 0 || ma->s_row >= VGA_TEXT_ROWS ||
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
661
ma->e_row < 0 || ma->e_row >= VGA_TEXT_ROWS ||
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
663
ma->t_row < 0 || ma->t_row >= VGA_TEXT_ROWS ||
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
676
if (ma->t_row + rows_to_move > VGA_TEXT_ROWS ||
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
738
for (i = 0; i < VGA_TEXT_ROWS * VGA_TEXT_COLS; i++)
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
763
ca->row < 0 || ca->row >= VGA_TEXT_ROWS)
usr/src/uts/i86pc/io/gfx_private/gfxp_vgatext.c
969
height = VGA_TEXT_ROWS;