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

/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c1378 unsigned int scrreg_bottom, int which)
1397 if (yy < scrreg_bottom - 1) {
1399 endp += scrreg_bottom * linelongs;
1411 if (scrreg_bottom == vinfo.v_rows) {
1414 endp += scrreg_bottom * linelongs;
1758 vc_scroll_down(int num, unsigned int scrreg_top, unsigned int scrreg_bottom) argument
1769 to = (uint32_t *) vinfo.v_baseaddr + (linelongs * scrreg_bottom)
1773 i = (scrreg_bottom - scrreg_top) - num;
1791 vc_scroll_up(int num, unsigned int scrreg_top, unsigned int scrreg_bottom) argument
1805 i = (scrreg_bottom
1377 vc_clear_screen(unsigned int xx, unsigned int yy, unsigned int scrreg_top, unsigned int scrreg_bottom, int which) argument
[all...]

Completed in 22 milliseconds