Lines Matching refs:nrows
409 scr->maxdispoffset = 0x8000 - type->nrows * type->ncols * 2; in vga_init_screen()
416 if (cpos < 0 || cpos >= type->nrows * type->ncols) in vga_init_screen()
684 scr->pcs.type->nrows * 2, M_DEVBUF, M_WAITOK); in vga_alloc_screen()
696 type->nrows * 2, M_DEVBUF, M_WAITOK); in vga_alloc_screen()
697 pcdisplay_eraserows(&scr->pcs, 0, type->nrows, *defattrp); in vga_alloc_screen()
815 oldtype->ncols * oldtype->nrows); in vga_doswitch()
835 type->ncols * type->nrows); in vga_doswitch()
964 scr->pcs.type->nrows * 2); in vga_scrollback()
1041 vga_copyrows(void *id, int srcrow, int dstrow, int nrows) in vga_copyrows() argument
1055 if (dstrow == 0 && (srcrow + nrows == scr->pcs.type->nrows)) { in vga_copyrows()
1072 nrows * ncols); in vga_copyrows()
1091 nrows * ncols); in vga_copyrows()
1095 nrows * ncols * 2); in vga_copyrows()
1281 vc->custom_scr.nrows = height; in vga_pick_monitor_type()