taglinefilesource code
NR_CONSOLES118kernel/chr_drv/console.c} vc_cons [NR_CONSOLES];
NR_CONSOLES122kernel/chr_drv/console.cunsigned short *vc_scrbuf[NR_CONSOLES];
NR_CONSOLES899kernel/chr_drv/console.cif (currcons >= NR_CONSOLES) {
NR_CONSOLES1254kernel/chr_drv/console.ckmem_start += NR_CONSOLES * screen_size;
NR_CONSOLES1303kernel/chr_drv/console.cfor (currcons = 0; currcons<NR_CONSOLES; currcons++) {
NR_CONSOLES1336kernel/chr_drv/console.cNR_CONSOLES);
NR_CONSOLES1440kernel/chr_drv/console.cif ((currcons<0) || (currcons>=NR_CONSOLES))
NR_CONSOLES1456kernel/chr_drv/console.cif (!printable || currcons<0 || currcons>=NR_CONSOLES)
NR_CONSOLES1496kernel/chr_drv/console.cif (tty->line > NR_CONSOLES)
NR_CONSOLES49kernel/chr_drv/keyboard.cstruct kbd_struct kbd_table[NR_CONSOLES];
NR_CONSOLES1471kernel/chr_drv/keyboard.cfor (i = 0 ; i < NR_CONSOLES ; i++,kbd++) {
NR_CONSOLES278kernel/chr_drv/tty_io.cif (new_console == fg_console || new_console >= NR_CONSOLES)
NR_CONSOLES353kernel/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_CONSOLES297kernel/chr_drv/vt.cfor (i = 1, mask = 2; i <= NR_CONSOLES; ++i, mask <<= 1)
NR_CONSOLES309kernel/chr_drv/vt.cfor (i = 1; i <= NR_CONSOLES; ++i)
NR_CONSOLES312kernel/chr_drv/vt.cput_fs_long(i <= NR_CONSOLES ? i : -1, (unsigned long *)arg);
NR_CONSOLES321kernel/chr_drv/vt.cif (arg == 0 || arg > NR_CONSOLES)
NR_CONSOLES330kernel/chr_drv/vt.cif (arg == 0 || arg > NR_CONSOLES)
NR_CONSOLES19kernel/chr_drv/vt_kern.h} vt_cons[NR_CONSOLES];