Searched refs:con_buf0 (Results 1 – 1 of 1) sorted by relevance
250 char *con_buf0, *con_buf_start; in vcs_read() local280 con_buf_start = con_buf0 = con_buf; in vcs_read()288 *con_buf0++ = (vcs_scr_readw(vc, org++) & 0xff); in vcs_read()299 con_buf0[0] = (char)vc->vc_rows; in vcs_read()300 con_buf0[1] = (char)vc->vc_cols; in vcs_read()301 getconsxy(vc, con_buf0 + 2); in vcs_read()317 con_buf0 = con_buf + HEADER_SIZE; in vcs_read()331 unsigned short *tmp_buf = (unsigned short *)con_buf0; in vcs_read()396 char *con_buf0; in vcs_write() local474 con_buf0 = con_buf; in vcs_write()[all …]