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