taglinefilesource code
NR_CONSOLES75drivers/char/console.cstatic struct tty_struct *console_table[NR_CONSOLES];
NR_CONSOLES76drivers/char/console.cstatic struct termios *console_termios[NR_CONSOLES];
NR_CONSOLES77drivers/char/console.cstatic struct termios *console_termios_locked[NR_CONSOLES];
NR_CONSOLES162drivers/char/console.c} vc_cons [NR_CONSOLES];
NR_CONSOLES164drivers/char/console.cunsigned short *vc_scrbuf[NR_CONSOLES];
NR_CONSOLES1063drivers/char/console.cif (currcons >= NR_CONSOLES) {
NR_CONSOLES1427drivers/char/console.cif (!printable || currcons<0 || currcons>=NR_CONSOLES)
NR_CONSOLES1498drivers/char/console.cconsole_driver.num = NR_CONSOLES;
NR_CONSOLES1526drivers/char/console.ckmem_start += NR_CONSOLES * screen_size;
NR_CONSOLES1575drivers/char/console.cfor (currcons = 0; currcons<NR_CONSOLES; currcons++) {
NR_CONSOLES1609drivers/char/console.cNR_CONSOLES);
NR_CONSOLES1727drivers/char/console.cif ((currcons<0) || (currcons>NR_CONSOLES))
NR_CONSOLES1748drivers/char/console.cif (idx > NR_CONSOLES)
NR_CONSOLES93drivers/char/keyboard.cstruct kbd_struct kbd_table[NR_CONSOLES];
NR_CONSOLES882drivers/char/keyboard.cfor (i = 0 ; i < NR_CONSOLES ; i++,kbd++) {
NR_CONSOLES448drivers/char/tty_io.cif (new_console == fg_console || new_console >= NR_CONSOLES)
NR_CONSOLES523drivers/char/tty_io.cif (new_console == fg_console || new_console >= NR_CONSOLES)
NR_CONSOLES40drivers/char/vt.cstruct vt_struct vt_cons[NR_CONSOLES];
NR_CONSOLES128drivers/char/vt.cif (console < 0 || console >= NR_CONSOLES)
NR_CONSOLES487drivers/char/vt.cfor (i = 0, mask = 2; i < NR_CONSOLES; ++i, mask <<= 1)
NR_CONSOLES502drivers/char/vt.cfor (i = 0; i < NR_CONSOLES; ++i)
NR_CONSOLES506drivers/char/vt.cput_fs_long(i < NR_CONSOLES ? (i+1) : -1,
NR_CONSOLES516drivers/char/vt.cif (arg == 0 || arg > NR_CONSOLES)
NR_CONSOLES525drivers/char/vt.cif (arg == 0 || arg > NR_CONSOLES)
NR_CONSOLES21drivers/char/vt_kern.h} vt_cons[NR_CONSOLES];