Searched refs:con_buf (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tty/vt/
H A Dvc_screen.c248 static int vcs_read_buf_uni(struct vc_data *vc, char *con_buf, argument
265 vc_uniscr_copy_line(vc, con_buf, viewed, row, col, nr);
266 con_buf += nr * 4;
276 static void vcs_read_buf_noattr(const struct vc_data *vc, char *con_buf, argument
287 *con_buf++ = (vcs_scr_readw(vc, org++) & 0xff);
296 static unsigned int vcs_read_buf(const struct vc_data *vc, char *con_buf, argument
306 con_buf[0] = min(vc->vc_rows, 0xFFu);
307 con_buf[1] = min(vc->vc_cols, 0xFFu);
308 getconsxy(vc, con_buf + 2);
320 con_buf
372 char *con_buf; local
478 vcs_write_buf_noattr(struct vc_data *vc, const char *con_buf, unsigned int pos, unsigned int count, bool viewed, u16 **org0) argument
518 vcs_write_buf(struct vc_data *vc, const char *con_buf, unsigned int pos, unsigned int count, bool viewed, u16 **org0) argument
594 char *con_buf; local
[all...]

Completed in 129 milliseconds