tag | line | file | source code |
vc_cons | 119 | kernel/chr_drv/console.c | } vc_cons [NR_CONSOLES]; |
vc_cons | 127 | kernel/chr_drv/console.c | #define origin (vc_cons[currcons].vc_origin) |
vc_cons | 128 | kernel/chr_drv/console.c | #define scr_end (vc_cons[currcons].vc_scr_end) |
vc_cons | 129 | kernel/chr_drv/console.c | #define pos (vc_cons[currcons].vc_pos) |
vc_cons | 130 | kernel/chr_drv/console.c | #define top (vc_cons[currcons].vc_top) |
vc_cons | 131 | kernel/chr_drv/console.c | #define bottom (vc_cons[currcons].vc_bottom) |
vc_cons | 132 | kernel/chr_drv/console.c | #define x (vc_cons[currcons].vc_x) |
vc_cons | 133 | kernel/chr_drv/console.c | #define y (vc_cons[currcons].vc_y) |
vc_cons | 134 | kernel/chr_drv/console.c | #define state (vc_cons[currcons].vc_state) |
vc_cons | 135 | kernel/chr_drv/console.c | #define npar (vc_cons[currcons].vc_npar) |
vc_cons | 136 | kernel/chr_drv/console.c | #define par (vc_cons[currcons].vc_par) |
vc_cons | 137 | kernel/chr_drv/console.c | #define ques (vc_cons[currcons].vc_ques) |
vc_cons | 138 | kernel/chr_drv/console.c | #define attr (vc_cons[currcons].vc_attr) |
vc_cons | 139 | kernel/chr_drv/console.c | #define saved_x (vc_cons[currcons].vc_saved_x) |
vc_cons | 140 | kernel/chr_drv/console.c | #define saved_y (vc_cons[currcons].vc_saved_y) |
vc_cons | 141 | kernel/chr_drv/console.c | #define translate (vc_cons[currcons].vc_translate) |
vc_cons | 142 | kernel/chr_drv/console.c | #define G0_charset (vc_cons[currcons].vc_G0_charset) |
vc_cons | 143 | kernel/chr_drv/console.c | #define G1_charset (vc_cons[currcons].vc_G1_charset) |
vc_cons | 144 | kernel/chr_drv/console.c | #define saved_G0 (vc_cons[currcons].vc_saved_G0) |
vc_cons | 145 | kernel/chr_drv/console.c | #define saved_G1 (vc_cons[currcons].vc_saved_G1) |
vc_cons | 146 | kernel/chr_drv/console.c | #define video_mem_start (vc_cons[currcons].vc_video_mem_start) |
vc_cons | 147 | kernel/chr_drv/console.c | #define video_mem_end (vc_cons[currcons].vc_video_mem_end) |
vc_cons | 148 | kernel/chr_drv/console.c | #define video_erase_char (vc_cons[currcons].vc_video_erase_char) |
vc_cons | 149 | kernel/chr_drv/console.c | #define decscnm (vc_cons[currcons].vc_decscnm) |
vc_cons | 150 | kernel/chr_drv/console.c | #define decom (vc_cons[currcons].vc_decom) |
vc_cons | 151 | kernel/chr_drv/console.c | #define decawm (vc_cons[currcons].vc_decawm) |
vc_cons | 152 | kernel/chr_drv/console.c | #define deccm (vc_cons[currcons].vc_deccm) |
vc_cons | 153 | kernel/chr_drv/console.c | #define decim (vc_cons[currcons].vc_decim) |
vc_cons | 154 | kernel/chr_drv/console.c | #define need_wrap (vc_cons[currcons].vc_need_wrap) |
vc_cons | 155 | kernel/chr_drv/console.c | #define color (vc_cons[currcons].vc_color) |
vc_cons | 156 | kernel/chr_drv/console.c | #define s_color (vc_cons[currcons].vc_s_color) |
vc_cons | 157 | kernel/chr_drv/console.c | #define def_color (vc_cons[currcons].vc_def_color) |
vc_cons | 160 | kernel/chr_drv/console.c | #define charset (vc_cons[currcons].vc_charset) |
vc_cons | 161 | kernel/chr_drv/console.c | #define s_charset (vc_cons[currcons].vc_s_charset) |
vc_cons | 162 | kernel/chr_drv/console.c | #define intensity (vc_cons[currcons].vc_intensity) |
vc_cons | 163 | kernel/chr_drv/console.c | #define underline (vc_cons[currcons].vc_underline) |
vc_cons | 164 | kernel/chr_drv/console.c | #define blink (vc_cons[currcons].vc_blink) |
vc_cons | 165 | kernel/chr_drv/console.c | #define reverse (vc_cons[currcons].vc_reverse) |
vc_cons | 166 | kernel/chr_drv/console.c | #define s_intensity (vc_cons[currcons].vc_s_intensity) |
vc_cons | 167 | kernel/chr_drv/console.c | #define s_underline (vc_cons[currcons].vc_s_underline) |
vc_cons | 168 | kernel/chr_drv/console.c | #define s_blink (vc_cons[currcons].vc_s_blink) |
vc_cons | 169 | kernel/chr_drv/console.c | #define s_reverse (vc_cons[currcons].vc_s_reverse) |
vc_cons | 170 | kernel/chr_drv/console.c | #define ulcolor (vc_cons[currcons].vc_ulcolor) |
vc_cons | 171 | kernel/chr_drv/console.c | #define halfcolor (vc_cons[currcons].vc_halfcolor) |
vc_cons | 172 | kernel/chr_drv/console.c | #define kbdmode (vc_cons[currcons].vc_kbdmode) |
vc_cons | 173 | kernel/chr_drv/console.c | #define tab_stop (vc_cons[currcons].vc_tab_stop) |