taglinefilesource code
currcons126kernel/chr_drv/console.c#define origin    (vc_cons[currcons].vc_origin)
currcons127kernel/chr_drv/console.c#define scr_end    (vc_cons[currcons].vc_scr_end)
currcons128kernel/chr_drv/console.c#define pos    (vc_cons[currcons].vc_pos)
currcons129kernel/chr_drv/console.c#define top    (vc_cons[currcons].vc_top)
currcons130kernel/chr_drv/console.c#define bottom    (vc_cons[currcons].vc_bottom)
currcons131kernel/chr_drv/console.c#define x    (vc_cons[currcons].vc_x)
currcons132kernel/chr_drv/console.c#define y    (vc_cons[currcons].vc_y)
currcons133kernel/chr_drv/console.c#define state    (vc_cons[currcons].vc_state)
currcons134kernel/chr_drv/console.c#define npar    (vc_cons[currcons].vc_npar)
currcons135kernel/chr_drv/console.c#define par    (vc_cons[currcons].vc_par)
currcons136kernel/chr_drv/console.c#define ques    (vc_cons[currcons].vc_ques)
currcons137kernel/chr_drv/console.c#define attr    (vc_cons[currcons].vc_attr)
currcons138kernel/chr_drv/console.c#define saved_x    (vc_cons[currcons].vc_saved_x)
currcons139kernel/chr_drv/console.c#define saved_y    (vc_cons[currcons].vc_saved_y)
currcons140kernel/chr_drv/console.c#define translate  (vc_cons[currcons].vc_translate)
currcons141kernel/chr_drv/console.c#define G0_charset  (vc_cons[currcons].vc_G0_charset)
currcons142kernel/chr_drv/console.c#define G1_charset  (vc_cons[currcons].vc_G1_charset)
currcons143kernel/chr_drv/console.c#define saved_G0  (vc_cons[currcons].vc_saved_G0)
currcons144kernel/chr_drv/console.c#define saved_G1  (vc_cons[currcons].vc_saved_G1)
currcons145kernel/chr_drv/console.c#define video_mem_start  (vc_cons[currcons].vc_video_mem_start)
currcons146kernel/chr_drv/console.c#define video_mem_end  (vc_cons[currcons].vc_video_mem_end)
currcons147kernel/chr_drv/console.c#define video_erase_char (vc_cons[currcons].vc_video_erase_char)  
currcons148kernel/chr_drv/console.c#define decscnm    (vc_cons[currcons].vc_decscnm)
currcons149kernel/chr_drv/console.c#define decom    (vc_cons[currcons].vc_decom)
currcons150kernel/chr_drv/console.c#define decawm    (vc_cons[currcons].vc_decawm)
currcons151kernel/chr_drv/console.c#define deccm    (vc_cons[currcons].vc_deccm)
currcons152kernel/chr_drv/console.c#define decim    (vc_cons[currcons].vc_decim)
currcons153kernel/chr_drv/console.c#define need_wrap  (vc_cons[currcons].vc_need_wrap)
currcons154kernel/chr_drv/console.c#define color    (vc_cons[currcons].vc_color)
currcons155kernel/chr_drv/console.c#define s_color    (vc_cons[currcons].vc_s_color)
currcons156kernel/chr_drv/console.c#define def_color  (vc_cons[currcons].vc_def_color)
currcons159kernel/chr_drv/console.c#define charset    (vc_cons[currcons].vc_charset)
currcons160kernel/chr_drv/console.c#define s_charset  (vc_cons[currcons].vc_s_charset)
currcons161kernel/chr_drv/console.c#define  intensity  (vc_cons[currcons].vc_intensity)
currcons162kernel/chr_drv/console.c#define  underline  (vc_cons[currcons].vc_underline)
currcons163kernel/chr_drv/console.c#define  blink    (vc_cons[currcons].vc_blink)
currcons164kernel/chr_drv/console.c#define  reverse    (vc_cons[currcons].vc_reverse)
currcons165kernel/chr_drv/console.c#define  s_intensity  (vc_cons[currcons].vc_s_intensity)
currcons166kernel/chr_drv/console.c#define  s_underline  (vc_cons[currcons].vc_s_underline)
currcons167kernel/chr_drv/console.c#define  s_blink    (vc_cons[currcons].vc_s_blink)
currcons168kernel/chr_drv/console.c#define  s_reverse  (vc_cons[currcons].vc_s_reverse)
currcons169kernel/chr_drv/console.c#define  ulcolor    (vc_cons[currcons].vc_ulcolor)
currcons170kernel/chr_drv/console.c#define  halfcolor  (vc_cons[currcons].vc_halfcolor)
currcons171kernel/chr_drv/console.c#define kbdmode    (vc_cons[currcons].vc_kbdmode)
currcons172kernel/chr_drv/console.c#define tab_stop  (vc_cons[currcons].vc_tab_stop)
currcons173kernel/chr_drv/console.c#define vcmode    (vt_cons[currcons].vc_mode)
currcons174kernel/chr_drv/console.c#define vtmode    (vt_cons[currcons].vt_mode)
currcons175kernel/chr_drv/console.c#define vtpid    (vt_cons[currcons].vt_pid)
currcons176kernel/chr_drv/console.c#define vtnewvt    (vt_cons[currcons].vt_newvt)
currcons178kernel/chr_drv/console.c#define set_kbd(x) set_vc_kbd_flag(kbd_table+currcons,x)
currcons179kernel/chr_drv/console.c#define clr_kbd(x) clr_vc_kbd_flag(kbd_table+currcons,x)
currcons180kernel/chr_drv/console.c#define is_kbd(x) vc_kbd_flag(kbd_table+currcons,x)
currcons260kernel/chr_drv/console.cstatic void gotoxy(int currcons, int new_x, int new_y)
currcons287kernel/chr_drv/console.cstatic void set_origin(int currcons)
currcons291kernel/chr_drv/console.cif (currcons != fg_console || console_blanked || vcmode == KD_GRAPHICS)
currcons301kernel/chr_drv/console.cstatic void scrup(int currcons, unsigned int t, unsigned int b)
currcons339kernel/chr_drv/console.cset_origin(currcons);
currcons355kernel/chr_drv/console.cstatic void scrdown(int currcons, unsigned int t, unsigned int b)
currcons374kernel/chr_drv/console.cstatic void lf(int currcons)
currcons381kernel/chr_drv/console.cscrup(currcons,top,bottom);
currcons385kernel/chr_drv/console.cstatic void ri(int currcons)
currcons392kernel/chr_drv/console.cscrdown(currcons,top,bottom);
currcons396kernel/chr_drv/console.cstatic inline void cr(int currcons)
currcons402kernel/chr_drv/console.cstatic inline void bs(int currcons)
currcons411kernel/chr_drv/console.cstatic inline void del(int currcons)
currcons421kernel/chr_drv/console.cstatic void csi_J(int currcons, int vpar)
currcons451kernel/chr_drv/console.cstatic void csi_K(int currcons, int vpar)
currcons484kernel/chr_drv/console.cstatic void update_attr(int currcons)
currcons512kernel/chr_drv/console.cstatic void default_attr(int currcons) {
currcons520kernel/chr_drv/console.cstatic void csi_m(int currcons)
currcons527kernel/chr_drv/console.cdefault_attr(currcons);
currcons572kernel/chr_drv/console.cupdate_attr(currcons);
currcons575kernel/chr_drv/console.cstatic inline void hide_cursor(int currcons)
currcons583kernel/chr_drv/console.cstatic inline void set_cursor(int currcons)
currcons585kernel/chr_drv/console.cif (currcons != fg_console || console_blanked)
currcons594kernel/chr_drv/console.chide_cursor(currcons);
currcons598kernel/chr_drv/console.cstatic void respond_string(char * p, int currcons, struct tty_struct * tty)
currcons607kernel/chr_drv/console.cstatic void respond_num(unsigned int n, int currcons, struct tty_struct * tty)
currcons622kernel/chr_drv/console.cstatic void cursor_report(int currcons, struct tty_struct * tty)
currcons626kernel/chr_drv/console.crespond_num(y + (decom ? top+1 : 1), currcons, tty);
currcons628kernel/chr_drv/console.crespond_num(x+1, currcons, tty);
currcons633kernel/chr_drv/console.cstatic inline void status_report(int currcons, struct tty_struct * tty)
currcons635kernel/chr_drv/console.crespond_string("\033[0n", currcons, tty);  /* Terminal ok */
currcons638kernel/chr_drv/console.cstatic inline void respond_ID(int currcons, struct tty_struct * tty)
currcons640kernel/chr_drv/console.crespond_string(VT102ID, currcons, tty);
currcons643kernel/chr_drv/console.cstatic void invert_screen(int currcons) {
currcons654kernel/chr_drv/console.cstatic void set_mode(int currcons, int on_off)
currcons667kernel/chr_drv/console.ccsi_J(currcons,2);
currcons668kernel/chr_drv/console.cgotoxy(currcons,0,0);
currcons673kernel/chr_drv/console.cinvert_screen(currcons);
currcons674kernel/chr_drv/console.cupdate_attr(currcons);
currcons679kernel/chr_drv/console.cgotoxy(currcons,0,0);
currcons692kernel/chr_drv/console.cset_cursor(currcons);
currcons707kernel/chr_drv/console.cstatic void setterm_command(int currcons)
currcons714kernel/chr_drv/console.cupdate_attr(currcons);
currcons721kernel/chr_drv/console.cupdate_attr(currcons);
currcons726kernel/chr_drv/console.cdefault_attr(currcons);
currcons727kernel/chr_drv/console.cupdate_attr(currcons);
currcons735kernel/chr_drv/console.cstatic void insert_char(int currcons)
currcons750kernel/chr_drv/console.cstatic void insert_line(int currcons)
currcons752kernel/chr_drv/console.cscrdown(currcons,y,bottom);
currcons756kernel/chr_drv/console.cstatic void delete_char(int currcons)
currcons769kernel/chr_drv/console.cstatic void delete_line(int currcons)
currcons771kernel/chr_drv/console.cscrup(currcons,y,bottom);
currcons775kernel/chr_drv/console.cstatic void csi_at(int currcons, unsigned int nr)
currcons782kernel/chr_drv/console.cinsert_char(currcons);
currcons785kernel/chr_drv/console.cstatic void csi_L(int currcons, unsigned int nr)
currcons792kernel/chr_drv/console.cinsert_line(currcons);
currcons795kernel/chr_drv/console.cstatic void csi_P(int currcons, unsigned int nr)
currcons802kernel/chr_drv/console.cdelete_char(currcons);
currcons805kernel/chr_drv/console.cstatic void csi_M(int currcons, unsigned int nr)
currcons812kernel/chr_drv/console.cdelete_line(currcons);
currcons815kernel/chr_drv/console.cstatic void save_cur(int currcons)
currcons829kernel/chr_drv/console.cstatic void restore_cur(int currcons)
currcons831kernel/chr_drv/console.cgotoxy(currcons,saved_x,saved_y);
currcons841kernel/chr_drv/console.cupdate_attr(currcons);
currcons848kernel/chr_drv/console.cstatic void reset_terminal(int currcons, int do_clear)
currcons870kernel/chr_drv/console.ckbd_table[currcons].flags =
currcons871kernel/chr_drv/console.c(kbd_table[currcons].flags & ~LED_MASK) |
currcons872kernel/chr_drv/console.c(kbd_table[currcons].default_flags & LED_MASK);
currcons876kernel/chr_drv/console.cdefault_attr(currcons);
currcons877kernel/chr_drv/console.cupdate_attr(currcons);
currcons886kernel/chr_drv/console.cgotoxy(currcons,0,0);
currcons887kernel/chr_drv/console.ccsi_J(currcons,2);
currcons888kernel/chr_drv/console.csave_cur(currcons);
currcons895kernel/chr_drv/console.cunsigned int currcons;
currcons898kernel/chr_drv/console.ccurrcons = tty->line - 1;
currcons899kernel/chr_drv/console.cif (currcons >= NR_CONSOLES) {
currcons900kernel/chr_drv/console.cprintk("con_write: illegal tty (%d)\n", currcons);
currcons906kernel/chr_drv/console.ccr(currcons);
currcons907kernel/chr_drv/console.clf(currcons);
currcons910kernel/chr_drv/console.cinsert_char(currcons);
currcons932kernel/chr_drv/console.cbs(currcons);
currcons944kernel/chr_drv/console.clf(currcons);
currcons948kernel/chr_drv/console.ccr(currcons);
currcons965kernel/chr_drv/console.cdel(currcons);
currcons979kernel/chr_drv/console.ccr(currcons);
currcons980kernel/chr_drv/console.clf(currcons);
currcons983kernel/chr_drv/console.cri(currcons);
currcons986kernel/chr_drv/console.clf(currcons);
currcons992kernel/chr_drv/console.crespond_ID(currcons,tty);
currcons995kernel/chr_drv/console.csave_cur(currcons);
currcons998kernel/chr_drv/console.crestore_cur(currcons);
currcons1010kernel/chr_drv/console.creset_terminal(currcons,1);
currcons1045kernel/chr_drv/console.cset_mode(currcons,1);
currcons1048kernel/chr_drv/console.cset_mode(currcons,0);
currcons1053kernel/chr_drv/console.cstatus_report(currcons,tty);
currcons1055kernel/chr_drv/console.ccursor_report(currcons,tty);
currcons1065kernel/chr_drv/console.cgotoxy(currcons,par[0],y);
currcons1069kernel/chr_drv/console.cgotoxy(currcons,x,y-par[0]);
currcons1073kernel/chr_drv/console.cgotoxy(currcons,x,y+par[0]);
currcons1077kernel/chr_drv/console.cgotoxy(currcons,x+par[0],y);
currcons1081kernel/chr_drv/console.cgotoxy(currcons,x-par[0],y);
currcons1085kernel/chr_drv/console.cgotoxy(currcons,0,y+par[0]);
currcons1089kernel/chr_drv/console.cgotoxy(currcons,0,y-par[0]);
currcons1093kernel/chr_drv/console.cgotoxy(currcons,x,par[0]);
currcons1098kernel/chr_drv/console.cgotoxy(currcons,par[1],par[0]);
currcons1101kernel/chr_drv/console.ccsi_J(currcons,par[0]);
currcons1104kernel/chr_drv/console.ccsi_K(currcons,par[0]);
currcons1107kernel/chr_drv/console.ccsi_L(currcons,par[0]);
currcons1110kernel/chr_drv/console.ccsi_M(currcons,par[0]);
currcons1113kernel/chr_drv/console.ccsi_P(currcons,par[0]);
currcons1117kernel/chr_drv/console.crespond_ID(currcons,tty);
currcons1131kernel/chr_drv/console.ccsi_m(currcons);
currcons1143kernel/chr_drv/console.cgotoxy(currcons,0,0);
currcons1147kernel/chr_drv/console.csave_cur(currcons);
currcons1150kernel/chr_drv/console.crestore_cur(currcons);
currcons1153kernel/chr_drv/console.ccsi_at(currcons,par[0]);
currcons1156kernel/chr_drv/console.csetterm_command(currcons);
currcons1169kernel/chr_drv/console.ccsi_J(currcons, 2);
currcons1202kernel/chr_drv/console.cset_cursor(currcons);
currcons1243kernel/chr_drv/console.cint currcons = 0;
currcons1303kernel/chr_drv/console.cfor (currcons = 0; currcons<NR_CONSOLES; currcons++) {
currcons1306kernel/chr_drv/console.cvc_scrbuf[currcons] = (unsigned short *) origin;
currcons1319kernel/chr_drv/console.creset_terminal(currcons, currcons);
currcons1321kernel/chr_drv/console.ccurrcons = fg_console = 0;
currcons1327kernel/chr_drv/console.cgotoxy(currcons,0,0);
currcons1328kernel/chr_drv/console.csave_cur(currcons);
currcons1329kernel/chr_drv/console.cgotoxy(currcons,orig_x,orig_y);
currcons1348kernel/chr_drv/console.cstatic void get_scrmem(int currcons)
currcons1357kernel/chr_drv/console.cstatic void set_scrmem(int currcons)
currcons1436kernel/chr_drv/console.cint currcons, l;
currcons1441kernel/chr_drv/console.ccurrcons = get_fs_byte(buf+1);
currcons1442kernel/chr_drv/console.cif ((currcons<0) || (currcons>=NR_CONSOLES))
currcons1446kernel/chr_drv/console.ccurrcons = (currcons ? currcons-1 : fg_console);
currcons1455kernel/chr_drv/console.cint currcons = fg_console;
currcons1458kernel/chr_drv/console.cif (!printable || currcons<0 || currcons>=NR_CONSOLES)
currcons1463kernel/chr_drv/console.clf(currcons);
currcons1464kernel/chr_drv/console.ccr(currcons);
currcons1477kernel/chr_drv/console.cset_cursor(currcons);