Home
last modified time | relevance | path

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

/xnu-8792.81.2/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.c1340 rowline = vinfo.v_rowscanbytes >> 2; in vc_clear_screen()
1745 rowscanline = vinfo.v_rowscanbytes >> 2; in vc_scroll_down()
1759 (from - (vinfo.v_rowscanbytes >> 2)), in vc_scroll_down()
1779 rowscanline = vinfo.v_rowscanbytes >> 2; in vc_scroll_up()
1792 (from + (vinfo.v_rowscanbytes >> 2)), in vc_scroll_up()
2782 vinfo.v_rowscanbytes = ((vinfo.v_depth + 7) / 8) * vinfo.v_width; in vc_initialize()