Searched defs:vc_data (Results 1 – 1 of 1) sorted by relevance
17 struct vc_data { struct18 unsigned short vc_num; /* Console number */19 unsigned int vc_cols; /* [#] Console size */20 unsigned int vc_rows;21 unsigned int vc_size_row; /* Bytes per row */22 const struct consw *vc_sw;23 unsigned short *vc_screenbuf; /* In-memory character/attribute buffer */24 unsigned int vc_screenbuf_size;25 unsigned char vc_attr; /* Current attributes */26 unsigned char vc_def_color; /* Default colors */[all …]