tag | line | file | source code |
---|---|---|---|
vc_scrbuf | 123 | kernel/chr_drv/console.c | unsigned short *vc_scrbuf[NR_CONSOLES]; |
vc_scrbuf | 1308 | kernel/chr_drv/console.c | vc_scrbuf[currcons] = (unsigned short *) origin; |
vc_scrbuf | 1353 | kernel/chr_drv/console.c | memcpy((void *)vc_scrbuf[currcons],(void *)origin, screen_size); |
vc_scrbuf | 1354 | kernel/chr_drv/console.c | video_mem_start = (unsigned long)vc_scrbuf[currcons]; |
vc_scrbuf | 1367 | kernel/chr_drv/console.c | memcpy((void *)video_mem_base, (void *)vc_scrbuf[fg_console], screen_size); |