Searched refs:con_buf0 (Results 1 – 1 of 1) sorted by relevance
268 char *con_buf0, *con_buf_start; in vcs_read() local298 con_buf_start = con_buf0 = con_buf; in vcs_read()314 vc_uniscr_copy_line(vc, con_buf0, viewed, in vcs_read()316 con_buf0 += nr * 4; in vcs_read()327 *con_buf0++ = (vcs_scr_readw(vc, org++) & 0xff); in vcs_read()338 con_buf0[0] = (char)vc->vc_rows; in vcs_read()339 con_buf0[1] = (char)vc->vc_cols; in vcs_read()340 getconsxy(vc, con_buf0 + 2); in vcs_read()356 con_buf0 = con_buf + HEADER_SIZE; in vcs_read()370 unsigned short *tmp_buf = (unsigned short *)con_buf0; in vcs_read()[all …]