D | vc_screen.c | 54 #undef org 233 unsigned short *org = NULL; in vcs_read() local 323 org = screen_pos(vc, p, viewed); in vcs_read() 327 *con_buf0++ = (vcs_scr_readw(vc, org++) & 0xff); in vcs_read() 329 org = screen_pos(vc, p, viewed); in vcs_read() 376 org = screen_pos(vc, p, viewed); in vcs_read() 386 *tmp_buf++ = vcs_scr_readw(vc, org++); in vcs_read() 389 org = screen_pos(vc, p, viewed); in vcs_read() 436 u16 *org0 = NULL, *org = NULL; in vcs_write() local 517 org0 = org = screen_pos(vc, p, viewed); in vcs_write() [all …]
|