taglinefilesource code
vc_scrbuf139kernel/chr_drv/console.cunsigned short *vc_scrbuf[NR_CONSOLES];
vc_scrbuf1412kernel/chr_drv/console.cvc_scrbuf[currcons] = (unsigned short *) origin;
vc_scrbuf1457kernel/chr_drv/console.cmemcpy((void *)vc_scrbuf[currcons],(void *)origin, screen_size);
vc_scrbuf1458kernel/chr_drv/console.cvideo_mem_start = (unsigned long)vc_scrbuf[currcons];
vc_scrbuf1471kernel/chr_drv/console.cmemcpy((void *)video_mem_base, (void *)vc_scrbuf[fg_console], screen_size);