taglinefilesource code
currcons125kernel/chr_drv/console.c#define origin    (vc_cons[currcons].vc_origin)
currcons126kernel/chr_drv/console.c#define scr_end    (vc_cons[currcons].vc_scr_end)
currcons127kernel/chr_drv/console.c#define pos    (vc_cons[currcons].vc_pos)
currcons128kernel/chr_drv/console.c#define top    (vc_cons[currcons].vc_top)
currcons129kernel/chr_drv/console.c#define bottom    (vc_cons[currcons].vc_bottom)
currcons130kernel/chr_drv/console.c#define x    (vc_cons[currcons].vc_x)
currcons131kernel/chr_drv/console.c#define y    (vc_cons[currcons].vc_y)
currcons132kernel/chr_drv/console.c#define state    (vc_cons[currcons].vc_state)
currcons133kernel/chr_drv/console.c#define npar    (vc_cons[currcons].vc_npar)
currcons134kernel/chr_drv/console.c#define par    (vc_cons[currcons].vc_par)
currcons135kernel/chr_drv/console.c#define ques    (vc_cons[currcons].vc_ques)
currcons136kernel/chr_drv/console.c#define attr    (vc_cons[currcons].vc_attr)
currcons137kernel/chr_drv/console.c#define saved_x    (vc_cons[currcons].vc_saved_x)
currcons138kernel/chr_drv/console.c#define saved_y    (vc_cons[currcons].vc_saved_y)
currcons139kernel/chr_drv/console.c#define translate  (vc_cons[currcons].vc_translate)
currcons140kernel/chr_drv/console.c#define G0_charset  (vc_cons[currcons].vc_G0_charset)
currcons141kernel/chr_drv/console.c#define G1_charset  (vc_cons[currcons].vc_G1_charset)
currcons142kernel/chr_drv/console.c#define saved_G0  (vc_cons[currcons].vc_saved_G0)
currcons143kernel/chr_drv/console.c#define saved_G1  (vc_cons[currcons].vc_saved_G1)
currcons144kernel/chr_drv/console.c#define video_mem_start  (vc_cons[currcons].vc_video_mem_start)
currcons145kernel/chr_drv/console.c#define video_mem_end  (vc_cons[currcons].vc_video_mem_end)
currcons146kernel/chr_drv/console.c#define video_erase_char (vc_cons[currcons].vc_video_erase_char)  
currcons147kernel/chr_drv/console.c#define decscnm    (vc_cons[currcons].vc_decscnm)
currcons148kernel/chr_drv/console.c#define decom    (vc_cons[currcons].vc_decom)
currcons149kernel/chr_drv/console.c#define decawm    (vc_cons[currcons].vc_decawm)
currcons150kernel/chr_drv/console.c#define deccm    (vc_cons[currcons].vc_deccm)
currcons151kernel/chr_drv/console.c#define decim    (vc_cons[currcons].vc_decim)
currcons152kernel/chr_drv/console.c#define need_wrap  (vc_cons[currcons].vc_need_wrap)
currcons153kernel/chr_drv/console.c#define color    (vc_cons[currcons].vc_color)
currcons154kernel/chr_drv/console.c#define s_color    (vc_cons[currcons].vc_s_color)
currcons155kernel/chr_drv/console.c#define def_color  (vc_cons[currcons].vc_def_color)
currcons158kernel/chr_drv/console.c#define charset    (vc_cons[currcons].vc_charset)
currcons159kernel/chr_drv/console.c#define s_charset  (vc_cons[currcons].vc_s_charset)
currcons160kernel/chr_drv/console.c#define  intensity  (vc_cons[currcons].vc_intensity)
currcons161kernel/chr_drv/console.c#define  underline  (vc_cons[currcons].vc_underline)
currcons162kernel/chr_drv/console.c#define  blink    (vc_cons[currcons].vc_blink)
currcons163kernel/chr_drv/console.c#define  reverse    (vc_cons[currcons].vc_reverse)
currcons164kernel/chr_drv/console.c#define  s_intensity  (vc_cons[currcons].vc_s_intensity)
currcons165kernel/chr_drv/console.c#define  s_underline  (vc_cons[currcons].vc_s_underline)
currcons166kernel/chr_drv/console.c#define  s_blink    (vc_cons[currcons].vc_s_blink)
currcons167kernel/chr_drv/console.c#define  s_reverse  (vc_cons[currcons].vc_s_reverse)
currcons168kernel/chr_drv/console.c#define  ulcolor    (vc_cons[currcons].vc_ulcolor)
currcons169kernel/chr_drv/console.c#define  halfcolor  (vc_cons[currcons].vc_halfcolor)
currcons170kernel/chr_drv/console.c#define kbdmode    (vc_cons[currcons].vc_kbdmode)
currcons171kernel/chr_drv/console.c#define tab_stop  (vc_cons[currcons].vc_tab_stop)
currcons172kernel/chr_drv/console.c#define vcmode    (vt_cons[currcons].vc_mode)
currcons173kernel/chr_drv/console.c#define vtmode    (vt_cons[currcons].vt_mode)
currcons174kernel/chr_drv/console.c#define vtpid    (vt_cons[currcons].vt_pid)
currcons175kernel/chr_drv/console.c#define vtnewvt    (vt_cons[currcons].vt_newvt)
currcons177kernel/chr_drv/console.c#define set_kbd(x) set_vc_kbd_flag(kbd_table+currcons,x)
currcons178kernel/chr_drv/console.c#define clr_kbd(x) clr_vc_kbd_flag(kbd_table+currcons,x)
currcons179kernel/chr_drv/console.c#define is_kbd(x) vc_kbd_flag(kbd_table+currcons,x)
currcons259kernel/chr_drv/console.cstatic void gotoxy(int currcons, int new_x, int new_y)
currcons286kernel/chr_drv/console.cstatic void set_origin(int currcons)
currcons290kernel/chr_drv/console.cif (currcons != fg_console || console_blanked || vcmode == KD_GRAPHICS)
currcons300kernel/chr_drv/console.cstatic void scrup(int currcons, unsigned int t, unsigned int b)
currcons338kernel/chr_drv/console.cset_origin(currcons);
currcons354kernel/chr_drv/console.cstatic void scrdown(int currcons, unsigned int t, unsigned int b)
currcons373kernel/chr_drv/console.cstatic void lf(int currcons)
currcons380kernel/chr_drv/console.cscrup(currcons,top,bottom);
currcons384kernel/chr_drv/console.cstatic void ri(int currcons)
currcons391kernel/chr_drv/console.cscrdown(currcons,top,bottom);
currcons395kernel/chr_drv/console.cstatic inline void cr(int currcons)
currcons401kernel/chr_drv/console.cstatic inline void bs(int currcons)
currcons410kernel/chr_drv/console.cstatic inline void del(int currcons)
currcons420kernel/chr_drv/console.cstatic void csi_J(int currcons, int vpar)
currcons450kernel/chr_drv/console.cstatic void csi_K(int currcons, int vpar)
currcons483kernel/chr_drv/console.cstatic void update_attr(int currcons)
currcons511kernel/chr_drv/console.cstatic void default_attr(int currcons) {
currcons519kernel/chr_drv/console.cstatic void csi_m(int currcons)
currcons526kernel/chr_drv/console.cdefault_attr(currcons);
currcons571kernel/chr_drv/console.cupdate_attr(currcons);
currcons574kernel/chr_drv/console.cstatic inline void hide_cursor(int currcons)
currcons582kernel/chr_drv/console.cstatic inline void set_cursor(int currcons)
currcons584kernel/chr_drv/console.cif (currcons != fg_console || console_blanked)
currcons593kernel/chr_drv/console.chide_cursor(currcons);
currcons597kernel/chr_drv/console.cstatic void respond_string(char * p, int currcons, struct tty_struct * tty)
currcons606kernel/chr_drv/console.cstatic void respond_num(unsigned int n, int currcons, struct tty_struct * tty)
currcons621kernel/chr_drv/console.cstatic void cursor_report(int currcons, struct tty_struct * tty)
currcons625kernel/chr_drv/console.crespond_num(y + (decom ? top+1 : 1), currcons, tty);
currcons627kernel/chr_drv/console.crespond_num(x+1, currcons, tty);
currcons632kernel/chr_drv/console.cstatic inline void status_report(int currcons, struct tty_struct * tty)
currcons634kernel/chr_drv/console.crespond_string("\033[0n", currcons, tty);  /* Terminal ok */
currcons637kernel/chr_drv/console.cstatic inline void respond_ID(int currcons, struct tty_struct * tty)
currcons639kernel/chr_drv/console.crespond_string(VT102ID, currcons, tty);
currcons642kernel/chr_drv/console.cstatic void invert_screen(int currcons) {
currcons653kernel/chr_drv/console.cstatic void set_mode(int currcons, int on_off)
currcons666kernel/chr_drv/console.ccsi_J(currcons,2);
currcons667kernel/chr_drv/console.cgotoxy(currcons,0,0);
currcons672kernel/chr_drv/console.cinvert_screen(currcons);
currcons673kernel/chr_drv/console.cupdate_attr(currcons);
currcons678kernel/chr_drv/console.cgotoxy(currcons,0,0);
currcons691kernel/chr_drv/console.cset_cursor(currcons);
currcons706kernel/chr_drv/console.cstatic void setterm_command(int currcons)
currcons713kernel/chr_drv/console.cupdate_attr(currcons);
currcons720kernel/chr_drv/console.cupdate_attr(currcons);
currcons725kernel/chr_drv/console.cdefault_attr(currcons);
currcons726kernel/chr_drv/console.cupdate_attr(currcons);
currcons734kernel/chr_drv/console.cstatic void insert_char(int currcons)
currcons749kernel/chr_drv/console.cstatic void insert_line(int currcons)
currcons751kernel/chr_drv/console.cscrdown(currcons,y,bottom);
currcons755kernel/chr_drv/console.cstatic void delete_char(int currcons)
currcons768kernel/chr_drv/console.cstatic void delete_line(int currcons)
currcons770kernel/chr_drv/console.cscrup(currcons,y,bottom);
currcons774kernel/chr_drv/console.cstatic void csi_at(int currcons, unsigned int nr)
currcons781kernel/chr_drv/console.cinsert_char(currcons);
currcons784kernel/chr_drv/console.cstatic void csi_L(int currcons, unsigned int nr)
currcons791kernel/chr_drv/console.cinsert_line(currcons);
currcons794kernel/chr_drv/console.cstatic void csi_P(int currcons, unsigned int nr)
currcons801kernel/chr_drv/console.cdelete_char(currcons);
currcons804kernel/chr_drv/console.cstatic void csi_M(int currcons, unsigned int nr)
currcons811kernel/chr_drv/console.cdelete_line(currcons);
currcons814kernel/chr_drv/console.cstatic void save_cur(int currcons)
currcons828kernel/chr_drv/console.cstatic void restore_cur(int currcons)
currcons830kernel/chr_drv/console.cgotoxy(currcons,saved_x,saved_y);
currcons840kernel/chr_drv/console.cupdate_attr(currcons);
currcons847kernel/chr_drv/console.cstatic void reset_terminal(int currcons, int do_clear)
currcons869kernel/chr_drv/console.ckbd_table[currcons].flags =
currcons870kernel/chr_drv/console.c(kbd_table[currcons].flags & ~LED_MASK) |
currcons871kernel/chr_drv/console.c(kbd_table[currcons].default_flags & LED_MASK);
currcons875kernel/chr_drv/console.cdefault_attr(currcons);
currcons876kernel/chr_drv/console.cupdate_attr(currcons);
currcons885kernel/chr_drv/console.cgotoxy(currcons,0,0);
currcons886kernel/chr_drv/console.ccsi_J(currcons,2);
currcons887kernel/chr_drv/console.csave_cur(currcons);
currcons894kernel/chr_drv/console.cunsigned int currcons;
currcons897kernel/chr_drv/console.ccurrcons = tty->line - 1;
currcons898kernel/chr_drv/console.cif (currcons >= NR_CONSOLES) {
currcons899kernel/chr_drv/console.cprintk("con_write: illegal tty (%d)\n", currcons);
currcons905kernel/chr_drv/console.ccr(currcons);
currcons906kernel/chr_drv/console.clf(currcons);
currcons909kernel/chr_drv/console.cinsert_char(currcons);
currcons931kernel/chr_drv/console.cbs(currcons);
currcons943kernel/chr_drv/console.clf(currcons);
currcons947kernel/chr_drv/console.ccr(currcons);
currcons964kernel/chr_drv/console.cdel(currcons);
currcons978kernel/chr_drv/console.ccr(currcons);
currcons979kernel/chr_drv/console.clf(currcons);
currcons982kernel/chr_drv/console.cri(currcons);
currcons985kernel/chr_drv/console.clf(currcons);
currcons991kernel/chr_drv/console.crespond_ID(currcons,tty);
currcons994kernel/chr_drv/console.csave_cur(currcons);
currcons997kernel/chr_drv/console.crestore_cur(currcons);
currcons1009kernel/chr_drv/console.creset_terminal(currcons,1);
currcons1044kernel/chr_drv/console.cset_mode(currcons,1);
currcons1047kernel/chr_drv/console.cset_mode(currcons,0);
currcons1052kernel/chr_drv/console.cstatus_report(currcons,tty);
currcons1054kernel/chr_drv/console.ccursor_report(currcons,tty);
currcons1064kernel/chr_drv/console.cgotoxy(currcons,par[0],y);
currcons1068kernel/chr_drv/console.cgotoxy(currcons,x,y-par[0]);
currcons1072kernel/chr_drv/console.cgotoxy(currcons,x,y+par[0]);
currcons1076kernel/chr_drv/console.cgotoxy(currcons,x+par[0],y);
currcons1080kernel/chr_drv/console.cgotoxy(currcons,x-par[0],y);
currcons1084kernel/chr_drv/console.cgotoxy(currcons,0,y+par[0]);
currcons1088kernel/chr_drv/console.cgotoxy(currcons,0,y-par[0]);
currcons1092kernel/chr_drv/console.cgotoxy(currcons,x,par[0]);
currcons1097kernel/chr_drv/console.cgotoxy(currcons,par[1],par[0]);
currcons1100kernel/chr_drv/console.ccsi_J(currcons,par[0]);
currcons1103kernel/chr_drv/console.ccsi_K(currcons,par[0]);
currcons1106kernel/chr_drv/console.ccsi_L(currcons,par[0]);
currcons1109kernel/chr_drv/console.ccsi_M(currcons,par[0]);
currcons1112kernel/chr_drv/console.ccsi_P(currcons,par[0]);
currcons1116kernel/chr_drv/console.crespond_ID(currcons,tty);
currcons1130kernel/chr_drv/console.ccsi_m(currcons);
currcons1142kernel/chr_drv/console.cgotoxy(currcons,0,0);
currcons1146kernel/chr_drv/console.csave_cur(currcons);
currcons1149kernel/chr_drv/console.crestore_cur(currcons);
currcons1152kernel/chr_drv/console.ccsi_at(currcons,par[0]);
currcons1155kernel/chr_drv/console.csetterm_command(currcons);
currcons1168kernel/chr_drv/console.ccsi_J(currcons, 2);
currcons1201kernel/chr_drv/console.cset_cursor(currcons);
currcons1243kernel/chr_drv/console.cint currcons = 0;
currcons1312kernel/chr_drv/console.cfor (currcons = 0; currcons<NR_CONSOLES; currcons++) {
currcons1315kernel/chr_drv/console.cvc_scrbuf[currcons] = (unsigned short *) origin;
currcons1328kernel/chr_drv/console.creset_terminal(currcons, currcons);
currcons1330kernel/chr_drv/console.ccurrcons = fg_console = 0;
currcons1336kernel/chr_drv/console.cgotoxy(currcons,0,0);
currcons1337kernel/chr_drv/console.csave_cur(currcons);
currcons1338kernel/chr_drv/console.cgotoxy(currcons,orig_x,orig_y);
currcons1351kernel/chr_drv/console.cstatic void get_scrmem(int currcons)
currcons1360kernel/chr_drv/console.cstatic void set_scrmem(int currcons)
currcons1439kernel/chr_drv/console.cint currcons, l;
currcons1442kernel/chr_drv/console.ccurrcons = get_fs_byte(buf+1);
currcons1443kernel/chr_drv/console.cif ((currcons<0) || (currcons>=NR_CONSOLES))
currcons1447kernel/chr_drv/console.ccurrcons = (currcons ? currcons-1 : fg_console);
currcons1456kernel/chr_drv/console.cint currcons = fg_console;
currcons1459kernel/chr_drv/console.cif (currcons<0 || currcons>=NR_CONSOLES)
currcons1460kernel/chr_drv/console.ccurrcons = 0;
currcons1464kernel/chr_drv/console.clf(currcons);
currcons1465kernel/chr_drv/console.ccr(currcons);
currcons1478kernel/chr_drv/console.cset_cursor(currcons);