taglinefilesource code
NR_CONSOLES127kernel/chr_drv/console.c} vc_cons [NR_CONSOLES];
NR_CONSOLES131kernel/chr_drv/console.cunsigned short *vc_scrbuf[NR_CONSOLES];
NR_CONSOLES904kernel/chr_drv/console.cif (currcons >= NR_CONSOLES) {
NR_CONSOLES1256kernel/chr_drv/console.ckmem_start += NR_CONSOLES * screen_size;
NR_CONSOLES1314kernel/chr_drv/console.cfor (currcons = 0; currcons<NR_CONSOLES; currcons++) {
NR_CONSOLES1452kernel/chr_drv/console.cif ((currcons<0) || (currcons>=NR_CONSOLES))
NR_CONSOLES1468kernel/chr_drv/console.cif (currcons<0 || currcons>=NR_CONSOLES)
NR_CONSOLES29kernel/chr_drv/tty_io.c#define QUEUES  (3*(NR_CONSOLES+NR_SERIALS+2*NR_PTYS))
NR_CONSOLES34kernel/chr_drv/tty_io.c#define rs_queues ((3*NR_CONSOLES) + tty_queues)
NR_CONSOLES35kernel/chr_drv/tty_io.c#define mpty_queues ((3*(NR_CONSOLES+NR_SERIALS)) + tty_queues)
NR_CONSOLES36kernel/chr_drv/tty_io.c#define spty_queues ((3*(NR_CONSOLES+NR_SERIALS+NR_PTYS)) + tty_queues)
NR_CONSOLES111kernel/chr_drv/tty_io.cif (new_console == fg_console || new_console >= NR_CONSOLES)
NR_CONSOLES647kernel/chr_drv/tty_io.cfor (i = 0 ; i<NR_CONSOLES ; i++) {
NR_CONSOLES722kernel/chr_drv/tty_io.cprintk("%d virtual consoles\n\r",NR_CONSOLES);
NR_CONSOLES25kernel/chr_drv/vt.cstruct vt_cons vt_cons[NR_CONSOLES];
NR_CONSOLES75kernel/chr_drv/vt.cif (!IS_A_CONSOLE(dev) || console < 0 || console >= NR_CONSOLES)
NR_CONSOLES13kernel/chr_drv/vt_kern.h} vt_cons[NR_CONSOLES];