Searched refs:con_buf0 (Results 1 – 1 of 1) sorted by relevance
286 char *con_buf0, *con_buf_start; in vcs_read() local316 con_buf_start = con_buf0 = con_buf; in vcs_read()332 vc_uniscr_copy_line(vc, con_buf0, viewed, in vcs_read()334 con_buf0 += nr * 4; in vcs_read()345 *con_buf0++ = (vcs_scr_readw(vc, org++) & 0xff); in vcs_read()357 con_buf0[0] = min(vc->vc_rows, 0xFFu); in vcs_read()358 con_buf0[1] = min(vc->vc_cols, 0xFFu); in vcs_read()359 getconsxy(vc, con_buf0 + 2); in vcs_read()375 con_buf0 = con_buf + HEADER_SIZE; in vcs_read()389 unsigned short *tmp_buf = (unsigned short *)con_buf0; in vcs_read()[all …]