taglinefilesource code
NR_CONSOLES119kernel/chr_drv/console.c} vc_cons [NR_CONSOLES];
NR_CONSOLES123kernel/chr_drv/console.cunsigned short *vc_scrbuf[NR_CONSOLES];
NR_CONSOLES900kernel/chr_drv/console.cif (currcons >= NR_CONSOLES) {
NR_CONSOLES1256kernel/chr_drv/console.ckmem_start += NR_CONSOLES * screen_size;
NR_CONSOLES1305kernel/chr_drv/console.cfor (currcons = 0; currcons<NR_CONSOLES; currcons++) {
NR_CONSOLES1338kernel/chr_drv/console.cNR_CONSOLES);
NR_CONSOLES1445kernel/chr_drv/console.cif ((currcons<0) || (currcons>=NR_CONSOLES))
NR_CONSOLES1461kernel/chr_drv/console.cif (!printable || currcons<0 || currcons>=NR_CONSOLES)
NR_CONSOLES1501kernel/chr_drv/console.cif (tty->line > NR_CONSOLES)
NR_CONSOLES57kernel/chr_drv/keyboard.cstruct kbd_struct kbd_table[NR_CONSOLES];
NR_CONSOLES1497kernel/chr_drv/keyboard.cfor (i = 0 ; i < NR_CONSOLES ; i++,kbd++) {
NR_CONSOLES316kernel/chr_drv/tty_io.cif (new_console == fg_console || new_console >= NR_CONSOLES)
NR_CONSOLES391kernel/chr_drv/tty_io.cif (new_console == fg_console || new_console >= NR_CONSOLES)
NR_CONSOLES35kernel/chr_drv/vt.cstruct vt_cons vt_cons[NR_CONSOLES];
NR_CONSOLES113kernel/chr_drv/vt.cif (console < 0 || console >= NR_CONSOLES)
NR_CONSOLES309kernel/chr_drv/vt.cfor (i = 1, mask = 2; i <= NR_CONSOLES; ++i, mask <<= 1)
NR_CONSOLES323kernel/chr_drv/vt.cfor (i = 1; i <= NR_CONSOLES; ++i)
NR_CONSOLES326kernel/chr_drv/vt.cput_fs_long(i <= NR_CONSOLES ? i : -1, (unsigned long *)arg);
NR_CONSOLES335kernel/chr_drv/vt.cif (arg == 0 || arg > NR_CONSOLES)
NR_CONSOLES344kernel/chr_drv/vt.cif (arg == 0 || arg > NR_CONSOLES)
NR_CONSOLES19kernel/chr_drv/vt_kern.h} vt_cons[NR_CONSOLES];