Searched refs:con_buf0 (Results 1 – 1 of 1) sorted by relevance
249 char *con_buf0, *con_buf_start; in vcs_read() local279 con_buf_start = con_buf0 = con_buf; in vcs_read()287 *con_buf0++ = (vcs_scr_readw(vc, org++) & 0xff); in vcs_read()298 con_buf0[0] = (char)vc->vc_rows; in vcs_read()299 con_buf0[1] = (char)vc->vc_cols; in vcs_read()300 getconsxy(vc, con_buf0 + 2); in vcs_read()316 con_buf0 = con_buf + HEADER_SIZE; in vcs_read()330 unsigned short *tmp_buf = (unsigned short *)con_buf0; in vcs_read()395 char *con_buf0; in vcs_write() local473 con_buf0 = con_buf; in vcs_write()[all …]