taglinefilesource code
NR_CONSOLES138drivers/char/console.c} vc_cons [NR_CONSOLES];
NR_CONSOLES140drivers/char/console.cunsigned short *vc_scrbuf[NR_CONSOLES];
NR_CONSOLES972drivers/char/console.cif (currcons >= NR_CONSOLES) {
NR_CONSOLES1315drivers/char/console.cif (!printable || currcons<0 || currcons>=NR_CONSOLES)
NR_CONSOLES1370drivers/char/console.ckmem_start += NR_CONSOLES * screen_size;
NR_CONSOLES1419drivers/char/console.cfor (currcons = 0; currcons<NR_CONSOLES; currcons++) {
NR_CONSOLES1452drivers/char/console.cNR_CONSOLES);
NR_CONSOLES1570drivers/char/console.cif ((currcons<0) || (currcons>NR_CONSOLES))
NR_CONSOLES1589drivers/char/console.cif (tty->line > NR_CONSOLES)
NR_CONSOLES89drivers/char/keyboard.cstruct kbd_struct kbd_table[NR_CONSOLES];
NR_CONSOLES857drivers/char/keyboard.cfor (i = 0 ; i < NR_CONSOLES ; i++,kbd++) {
NR_CONSOLES353drivers/char/tty_io.cif (new_console == fg_console || new_console >= NR_CONSOLES)
NR_CONSOLES427drivers/char/tty_io.cif (new_console == fg_console || new_console >= NR_CONSOLES)
NR_CONSOLES38drivers/char/vt.cstruct vt_struct vt_cons[NR_CONSOLES];
NR_CONSOLES117drivers/char/vt.cif (console < 0 || console >= NR_CONSOLES)
NR_CONSOLES459drivers/char/vt.cfor (i = 1, mask = 2; i <= NR_CONSOLES; ++i, mask <<= 1)
NR_CONSOLES473drivers/char/vt.cfor (i = 1; i <= NR_CONSOLES; ++i)
NR_CONSOLES476drivers/char/vt.cput_fs_long(i <= NR_CONSOLES ? i : -1, (unsigned long *)arg);
NR_CONSOLES485drivers/char/vt.cif (arg == 0 || arg > NR_CONSOLES)
NR_CONSOLES494drivers/char/vt.cif (arg == 0 || arg > NR_CONSOLES)
NR_CONSOLES19drivers/char/vt_kern.h} vt_cons[NR_CONSOLES];