taglinefilesource code
currcons143kernel/chr_drv/console.c#define origin    (vc_cons[currcons].vc_origin)
currcons144kernel/chr_drv/console.c#define scr_end    (vc_cons[currcons].vc_scr_end)
currcons145kernel/chr_drv/console.c#define pos    (vc_cons[currcons].vc_pos)
currcons146kernel/chr_drv/console.c#define top    (vc_cons[currcons].vc_top)
currcons147kernel/chr_drv/console.c#define bottom    (vc_cons[currcons].vc_bottom)
currcons148kernel/chr_drv/console.c#define x    (vc_cons[currcons].vc_x)
currcons149kernel/chr_drv/console.c#define y    (vc_cons[currcons].vc_y)
currcons150kernel/chr_drv/console.c#define state    (vc_cons[currcons].vc_state)
currcons151kernel/chr_drv/console.c#define npar    (vc_cons[currcons].vc_npar)
currcons152kernel/chr_drv/console.c#define par    (vc_cons[currcons].vc_par)
currcons153kernel/chr_drv/console.c#define ques    (vc_cons[currcons].vc_ques)
currcons154kernel/chr_drv/console.c#define attr    (vc_cons[currcons].vc_attr)
currcons155kernel/chr_drv/console.c#define saved_x    (vc_cons[currcons].vc_saved_x)
currcons156kernel/chr_drv/console.c#define saved_y    (vc_cons[currcons].vc_saved_y)
currcons157kernel/chr_drv/console.c#define translate  (vc_cons[currcons].vc_translate)
currcons158kernel/chr_drv/console.c#define G0_charset  (vc_cons[currcons].vc_G0_charset)
currcons159kernel/chr_drv/console.c#define G1_charset  (vc_cons[currcons].vc_G1_charset)
currcons160kernel/chr_drv/console.c#define saved_G0  (vc_cons[currcons].vc_saved_G0)
currcons161kernel/chr_drv/console.c#define saved_G1  (vc_cons[currcons].vc_saved_G1)
currcons162kernel/chr_drv/console.c#define video_mem_start  (vc_cons[currcons].vc_video_mem_start)
currcons163kernel/chr_drv/console.c#define video_mem_end  (vc_cons[currcons].vc_video_mem_end)
currcons164kernel/chr_drv/console.c#define video_erase_char (vc_cons[currcons].vc_video_erase_char)  
currcons165kernel/chr_drv/console.c#define decscnm    (vc_cons[currcons].vc_decscnm)
currcons166kernel/chr_drv/console.c#define decom    (vc_cons[currcons].vc_decom)
currcons167kernel/chr_drv/console.c#define decawm    (vc_cons[currcons].vc_decawm)
currcons168kernel/chr_drv/console.c#define deccm    (vc_cons[currcons].vc_deccm)
currcons169kernel/chr_drv/console.c#define decim    (vc_cons[currcons].vc_decim)
currcons170kernel/chr_drv/console.c#define need_wrap  (vc_cons[currcons].vc_need_wrap)
currcons171kernel/chr_drv/console.c#define color    (vc_cons[currcons].vc_color)
currcons172kernel/chr_drv/console.c#define s_color    (vc_cons[currcons].vc_s_color)
currcons173kernel/chr_drv/console.c#define def_color  (vc_cons[currcons].vc_def_color)
currcons176kernel/chr_drv/console.c#define charset    (vc_cons[currcons].vc_charset)
currcons177kernel/chr_drv/console.c#define s_charset  (vc_cons[currcons].vc_s_charset)
currcons178kernel/chr_drv/console.c#define  intensity  (vc_cons[currcons].vc_intensity)
currcons179kernel/chr_drv/console.c#define  underline  (vc_cons[currcons].vc_underline)
currcons180kernel/chr_drv/console.c#define  blink    (vc_cons[currcons].vc_blink)
currcons181kernel/chr_drv/console.c#define  reverse    (vc_cons[currcons].vc_reverse)
currcons182kernel/chr_drv/console.c#define  s_intensity  (vc_cons[currcons].vc_s_intensity)
currcons183kernel/chr_drv/console.c#define  s_underline  (vc_cons[currcons].vc_s_underline)
currcons184kernel/chr_drv/console.c#define  s_blink    (vc_cons[currcons].vc_s_blink)
currcons185kernel/chr_drv/console.c#define  s_reverse  (vc_cons[currcons].vc_s_reverse)
currcons186kernel/chr_drv/console.c#define  ulcolor    (vc_cons[currcons].vc_ulcolor)
currcons187kernel/chr_drv/console.c#define  halfcolor  (vc_cons[currcons].vc_halfcolor)
currcons188kernel/chr_drv/console.c#define kbdmode    (vc_cons[currcons].vc_kbdmode)
currcons189kernel/chr_drv/console.c#define tab_stop  (vc_cons[currcons].vc_tab_stop)
currcons190kernel/chr_drv/console.c#define vcmode    (vt_cons[currcons].vc_mode)
currcons191kernel/chr_drv/console.c#define vtmode    (vt_cons[currcons].vt_mode)
currcons192kernel/chr_drv/console.c#define vtpid    (vt_cons[currcons].vt_pid)
currcons193kernel/chr_drv/console.c#define vtnewvt    (vt_cons[currcons].vt_newvt)
currcons195kernel/chr_drv/console.c#define set_kbd(x) set_vc_kbd_flag(kbd_table+currcons,x)
currcons196kernel/chr_drv/console.c#define clr_kbd(x) clr_vc_kbd_flag(kbd_table+currcons,x)
currcons197kernel/chr_drv/console.c#define is_kbd(x) vc_kbd_flag(kbd_table+currcons,x)
currcons278kernel/chr_drv/console.cstatic void gotoxy(int currcons, int new_x, int new_y)
currcons347kernel/chr_drv/console.cstatic void set_origin(int currcons)
currcons351kernel/chr_drv/console.cif (currcons != fg_console || console_blanked || vcmode == KD_GRAPHICS)
currcons357kernel/chr_drv/console.cstatic inline void hide_cursor(int currcons)
currcons365kernel/chr_drv/console.cstatic inline void set_cursor(int currcons)
currcons367kernel/chr_drv/console.cif (currcons != fg_console || console_blanked || vcmode == KD_GRAPHICS)
currcons378kernel/chr_drv/console.chide_cursor(currcons);
currcons382kernel/chr_drv/console.cstatic void scrup(int currcons, unsigned int t, unsigned int b)
currcons422kernel/chr_drv/console.cset_origin(currcons);
currcons439kernel/chr_drv/console.cstatic void scrdown(int currcons, unsigned int t, unsigned int b)
currcons459kernel/chr_drv/console.cstatic void lf(int currcons)
currcons466kernel/chr_drv/console.cscrup(currcons,top,bottom);
currcons470kernel/chr_drv/console.cstatic void ri(int currcons)
currcons477kernel/chr_drv/console.cscrdown(currcons,top,bottom);
currcons481kernel/chr_drv/console.cstatic inline void cr(int currcons)
currcons487kernel/chr_drv/console.cstatic inline void bs(int currcons)
currcons496kernel/chr_drv/console.cstatic inline void del(int currcons)
currcons506kernel/chr_drv/console.cstatic void csi_J(int currcons, int vpar)
currcons537kernel/chr_drv/console.cstatic void csi_K(int currcons, int vpar)
currcons571kernel/chr_drv/console.cstatic void update_attr(int currcons)
currcons599kernel/chr_drv/console.cstatic void default_attr(int currcons) {
currcons607kernel/chr_drv/console.cstatic void csi_m(int currcons)
currcons614kernel/chr_drv/console.cdefault_attr(currcons);
currcons659kernel/chr_drv/console.cupdate_attr(currcons);
currcons662kernel/chr_drv/console.cstatic void respond_string(char * p, int currcons, struct tty_struct * tty)
currcons671kernel/chr_drv/console.cstatic void respond_num(unsigned int n, int currcons, struct tty_struct * tty)
currcons686kernel/chr_drv/console.cstatic void cursor_report(int currcons, struct tty_struct * tty)
currcons690kernel/chr_drv/console.crespond_num(y + (decom ? top+1 : 1), currcons, tty);
currcons692kernel/chr_drv/console.crespond_num(x+1, currcons, tty);
currcons697kernel/chr_drv/console.cstatic inline void status_report(int currcons, struct tty_struct * tty)
currcons699kernel/chr_drv/console.crespond_string("\033[0n", currcons, tty);  /* Terminal ok */
currcons702kernel/chr_drv/console.cstatic inline void respond_ID(int currcons, struct tty_struct * tty)
currcons704kernel/chr_drv/console.crespond_string(VT102ID, currcons, tty);
currcons707kernel/chr_drv/console.cstatic void invert_screen(int currcons) {
currcons718kernel/chr_drv/console.cstatic void set_mode(int currcons, int on_off)
currcons731kernel/chr_drv/console.ccsi_J(currcons,2);
currcons732kernel/chr_drv/console.cgotoxy(currcons,0,0);
currcons737kernel/chr_drv/console.cinvert_screen(currcons);
currcons738kernel/chr_drv/console.cupdate_attr(currcons);
currcons743kernel/chr_drv/console.cgotoxy(currcons,0,0);
currcons756kernel/chr_drv/console.cset_cursor(currcons);
currcons771kernel/chr_drv/console.cstatic void setterm_command(int currcons)
currcons778kernel/chr_drv/console.cupdate_attr(currcons);
currcons785kernel/chr_drv/console.cupdate_attr(currcons);
currcons790kernel/chr_drv/console.cdefault_attr(currcons);
currcons791kernel/chr_drv/console.cupdate_attr(currcons);
currcons799kernel/chr_drv/console.cstatic void insert_char(int currcons)
currcons814kernel/chr_drv/console.cstatic void insert_line(int currcons)
currcons816kernel/chr_drv/console.cscrdown(currcons,y,bottom);
currcons820kernel/chr_drv/console.cstatic void delete_char(int currcons)
currcons833kernel/chr_drv/console.cstatic void delete_line(int currcons)
currcons835kernel/chr_drv/console.cscrup(currcons,y,bottom);
currcons839kernel/chr_drv/console.cstatic void csi_at(int currcons, unsigned int nr)
currcons846kernel/chr_drv/console.cinsert_char(currcons);
currcons849kernel/chr_drv/console.cstatic void csi_L(int currcons, unsigned int nr)
currcons856kernel/chr_drv/console.cinsert_line(currcons);
currcons859kernel/chr_drv/console.cstatic void csi_P(int currcons, unsigned int nr)
currcons866kernel/chr_drv/console.cdelete_char(currcons);
currcons869kernel/chr_drv/console.cstatic void csi_M(int currcons, unsigned int nr)
currcons876kernel/chr_drv/console.cdelete_line(currcons);
currcons879kernel/chr_drv/console.cstatic void save_cur(int currcons)
currcons893kernel/chr_drv/console.cstatic void restore_cur(int currcons)
currcons895kernel/chr_drv/console.cgotoxy(currcons,saved_x,saved_y);
currcons905kernel/chr_drv/console.cupdate_attr(currcons);
currcons912kernel/chr_drv/console.cstatic void reset_terminal(int currcons, int do_clear)
currcons934kernel/chr_drv/console.ckbd_table[currcons].flags =
currcons935kernel/chr_drv/console.c(kbd_table[currcons].flags & ~LED_MASK) |
currcons936kernel/chr_drv/console.c(kbd_table[currcons].default_flags & LED_MASK);
currcons940kernel/chr_drv/console.cdefault_attr(currcons);
currcons941kernel/chr_drv/console.cupdate_attr(currcons);
currcons950kernel/chr_drv/console.cgotoxy(currcons,0,0);
currcons951kernel/chr_drv/console.ccsi_J(currcons,2);
currcons952kernel/chr_drv/console.csave_cur(currcons);
currcons959kernel/chr_drv/console.cunsigned int currcons;
currcons962kernel/chr_drv/console.ccurrcons = tty->line - 1;
currcons963kernel/chr_drv/console.cif (currcons >= NR_CONSOLES) {
currcons964kernel/chr_drv/console.cprintk("con_write: illegal tty (%d)\n", currcons);
currcons970kernel/chr_drv/console.cif (!EMPTY(&tty->write_q) && currcons == sel_cons)
currcons976kernel/chr_drv/console.ccr(currcons);
currcons977kernel/chr_drv/console.clf(currcons);
currcons980kernel/chr_drv/console.cinsert_char(currcons);
currcons1001kernel/chr_drv/console.cbs(currcons);
currcons1013kernel/chr_drv/console.clf(currcons);
currcons1017kernel/chr_drv/console.ccr(currcons);
currcons1034kernel/chr_drv/console.cdel(currcons);
currcons1048kernel/chr_drv/console.ccr(currcons);
currcons1049kernel/chr_drv/console.clf(currcons);
currcons1052kernel/chr_drv/console.cri(currcons);
currcons1055kernel/chr_drv/console.clf(currcons);
currcons1061kernel/chr_drv/console.crespond_ID(currcons,tty);
currcons1064kernel/chr_drv/console.csave_cur(currcons);
currcons1067kernel/chr_drv/console.crestore_cur(currcons);
currcons1079kernel/chr_drv/console.creset_terminal(currcons,1);
currcons1114kernel/chr_drv/console.cset_mode(currcons,1);
currcons1117kernel/chr_drv/console.cset_mode(currcons,0);
currcons1122kernel/chr_drv/console.cstatus_report(currcons,tty);
currcons1124kernel/chr_drv/console.ccursor_report(currcons,tty);
currcons1134kernel/chr_drv/console.cgotoxy(currcons,par[0],y);
currcons1138kernel/chr_drv/console.cgotoxy(currcons,x,y-par[0]);
currcons1142kernel/chr_drv/console.cgotoxy(currcons,x,y+par[0]);
currcons1146kernel/chr_drv/console.cgotoxy(currcons,x+par[0],y);
currcons1150kernel/chr_drv/console.cgotoxy(currcons,x-par[0],y);
currcons1154kernel/chr_drv/console.cgotoxy(currcons,0,y+par[0]);
currcons1158kernel/chr_drv/console.cgotoxy(currcons,0,y-par[0]);
currcons1162kernel/chr_drv/console.cgotoxy(currcons,x,par[0]);
currcons1167kernel/chr_drv/console.cgotoxy(currcons,par[1],par[0]);
currcons1170kernel/chr_drv/console.ccsi_J(currcons,par[0]);
currcons1173kernel/chr_drv/console.ccsi_K(currcons,par[0]);
currcons1176kernel/chr_drv/console.ccsi_L(currcons,par[0]);
currcons1179kernel/chr_drv/console.ccsi_M(currcons,par[0]);
currcons1182kernel/chr_drv/console.ccsi_P(currcons,par[0]);
currcons1186kernel/chr_drv/console.crespond_ID(currcons,tty);
currcons1200kernel/chr_drv/console.ccsi_m(currcons);
currcons1212kernel/chr_drv/console.cgotoxy(currcons,0,0);
currcons1216kernel/chr_drv/console.csave_cur(currcons);
currcons1219kernel/chr_drv/console.crestore_cur(currcons);
currcons1222kernel/chr_drv/console.ccsi_at(currcons,par[0]);
currcons1225kernel/chr_drv/console.csetterm_command(currcons);
currcons1238kernel/chr_drv/console.ccsi_J(currcons, 2);
currcons1271kernel/chr_drv/console.cset_cursor(currcons);
currcons1302kernel/chr_drv/console.cint currcons = fg_console;
currcons1305kernel/chr_drv/console.cif (!printable || currcons<0 || currcons>=NR_CONSOLES)
currcons1310kernel/chr_drv/console.clf(currcons);
currcons1311kernel/chr_drv/console.ccr(currcons);
currcons1323kernel/chr_drv/console.cset_cursor(currcons);
currcons1349kernel/chr_drv/console.cint currcons = 0;
currcons1409kernel/chr_drv/console.cfor (currcons = 0; currcons<NR_CONSOLES; currcons++) {
currcons1412kernel/chr_drv/console.cvc_scrbuf[currcons] = (unsigned short *) origin;
currcons1425kernel/chr_drv/console.creset_terminal(currcons, currcons);
currcons1427kernel/chr_drv/console.ccurrcons = fg_console = 0;
currcons1433kernel/chr_drv/console.cgotoxy(currcons,0,0);
currcons1434kernel/chr_drv/console.csave_cur(currcons);
currcons1435kernel/chr_drv/console.cgotoxy(currcons,orig_x,orig_y);
currcons1455kernel/chr_drv/console.cstatic void get_scrmem(int currcons)
currcons1457kernel/chr_drv/console.cmemcpy((void *)vc_scrbuf[currcons],(void *)origin, screen_size);
currcons1458kernel/chr_drv/console.cvideo_mem_start = (unsigned long)vc_scrbuf[currcons];
currcons1464kernel/chr_drv/console.cstatic void set_scrmem(int currcons)
currcons1520kernel/chr_drv/console.cint currcons, l;
currcons1527kernel/chr_drv/console.ccurrcons = get_fs_byte(buf+1);
currcons1528kernel/chr_drv/console.cif ((currcons<0) || (currcons>=NR_CONSOLES))
currcons1532kernel/chr_drv/console.ccurrcons = (currcons ? currcons-1 : fg_console);
currcons1557kernel/chr_drv/console.cstatic void highlight(const int currcons, const int s, const int e)
currcons1592kernel/chr_drv/console.cint currcons = fg_console;
currcons1667kernel/chr_drv/console.cif (sel_cons != currcons)
currcons1670kernel/chr_drv/console.csel_cons = currcons;