taglinefilesource code
NR_CONSOLES146drivers/char/console.c} vc_cons [NR_CONSOLES];
NR_CONSOLES148drivers/char/console.cunsigned short *vc_scrbuf[NR_CONSOLES];
NR_CONSOLES995drivers/char/console.cif (currcons >= NR_CONSOLES) {
NR_CONSOLES1344drivers/char/console.cif (!printable || currcons<0 || currcons>=NR_CONSOLES)
NR_CONSOLES1399drivers/char/console.ckmem_start += NR_CONSOLES * screen_size;
NR_CONSOLES1448drivers/char/console.cfor (currcons = 0; currcons<NR_CONSOLES; currcons++) {
NR_CONSOLES1481drivers/char/console.cNR_CONSOLES);
NR_CONSOLES1599drivers/char/console.cif ((currcons<0) || (currcons>NR_CONSOLES))
NR_CONSOLES1618drivers/char/console.cif (tty->line > NR_CONSOLES)
NR_CONSOLES84drivers/char/keyboard.cstruct kbd_struct kbd_table[NR_CONSOLES];
NR_CONSOLES859drivers/char/keyboard.cfor (i = 0 ; i < NR_CONSOLES ; i++,kbd++) {
NR_CONSOLES356drivers/char/tty_io.cif (new_console == fg_console || new_console >= NR_CONSOLES)
NR_CONSOLES431drivers/char/tty_io.cif (new_console == fg_console || new_console >= NR_CONSOLES)
NR_CONSOLES38drivers/char/vt.cstruct vt_struct vt_cons[NR_CONSOLES];
NR_CONSOLES125drivers/char/vt.cif (console < 0 || console >= NR_CONSOLES)
NR_CONSOLES476drivers/char/vt.cfor (i = 1, mask = 2; i <= NR_CONSOLES; ++i, mask <<= 1)
NR_CONSOLES490drivers/char/vt.cfor (i = 1; i <= NR_CONSOLES; ++i)
NR_CONSOLES493drivers/char/vt.cput_fs_long(i <= NR_CONSOLES ? i : -1, (unsigned long *)arg);
NR_CONSOLES502drivers/char/vt.cif (arg == 0 || arg > NR_CONSOLES)
NR_CONSOLES511drivers/char/vt.cif (arg == 0 || arg > NR_CONSOLES)
NR_CONSOLES19drivers/char/vt_kern.h} vt_cons[NR_CONSOLES];