D | vc_screen.c | 47 #undef org 220 unsigned short *org = NULL; in vcs_read() local 284 org = screen_pos(vc, p, viewed); in vcs_read() 288 *con_buf0++ = (vcs_scr_readw(vc, org++) & 0xff); in vcs_read() 290 org = screen_pos(vc, p, viewed); in vcs_read() 337 org = screen_pos(vc, p, viewed); in vcs_read() 347 *tmp_buf++ = vcs_scr_readw(vc, org++); in vcs_read() 350 org = screen_pos(vc, p, viewed); in vcs_read() 398 u16 *org0 = NULL, *org = NULL; in vcs_write() local 479 org0 = org = screen_pos(vc, p, viewed); in vcs_write() [all …]
|