taglinefilesource code
NR_CONSOLES133kernel/chr_drv/console.c} vc_cons [NR_CONSOLES];
NR_CONSOLES137kernel/chr_drv/console.cunsigned short *vc_scrbuf[NR_CONSOLES];
NR_CONSOLES910kernel/chr_drv/console.cif (currcons >= NR_CONSOLES) {
NR_CONSOLES1266kernel/chr_drv/console.ckmem_start += NR_CONSOLES * screen_size;
NR_CONSOLES1324kernel/chr_drv/console.cfor (currcons = 0; currcons<NR_CONSOLES; currcons++) {
NR_CONSOLES1462kernel/chr_drv/console.cif ((currcons<0) || (currcons>=NR_CONSOLES))
NR_CONSOLES1478kernel/chr_drv/console.cif (currcons<0 || currcons>=NR_CONSOLES)
NR_CONSOLES111kernel/chr_drv/tty_io.cif (new_console == fg_console || new_console >= NR_CONSOLES)
NR_CONSOLES783kernel/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_CONSOLES77kernel/chr_drv/vt.cif (console < 0 || console >= NR_CONSOLES)
NR_CONSOLES13kernel/chr_drv/vt_kern.h} vt_cons[NR_CONSOLES];