Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/console/
H A Dvideo_console.h98 unsigned int v_rowscanbytes; /* Actualy number of bytes used for display per row*/ member
H A Dvideo_console.c1338 rowline = vinfo.v_rowscanbytes >> 2; in vc_clear_screen()
1743 rowscanline = vinfo.v_rowscanbytes >> 2; in vc_scroll_down()
1757 (from - (vinfo.v_rowscanbytes >> 2)), in vc_scroll_down()
1777 rowscanline = vinfo.v_rowscanbytes >> 2; in vc_scroll_up()
1790 (from + (vinfo.v_rowscanbytes >> 2)), in vc_scroll_up()
2810 vinfo.v_rowscanbytes = ((vinfo.v_depth + 7) / 8) * vinfo.v_width; in vc_initialize()