tag | line | file | source code |
vc_scrbuf | 164 | drivers/char/console.c | static unsigned short *vc_scrbuf[MAX_NR_CONSOLES]; |
vc_scrbuf | 338 | drivers/char/console.c | vc_scrbuf[i] = (unsigned short *) q; |
vc_scrbuf | 421 | drivers/char/console.c | kfree_s(vc_scrbuf[currcons], screenbuf_size); |
vc_scrbuf | 422 | drivers/char/console.c | vc_scrbuf[currcons] = newscreens[currcons]; |
vc_scrbuf | 426 | drivers/char/console.c | origin = video_mem_start = (long) vc_scrbuf[currcons]; |
vc_scrbuf | 450 | drivers/char/console.c | kfree_s(vc_scrbuf[currcons], screenbuf_size); |
vc_scrbuf | 1830 | drivers/char/console.c | long base = (long) vc_scrbuf[currcons]; |
vc_scrbuf | 1958 | drivers/char/console.c | vc_scrbuf[currcons] = (unsigned short *) kmem_start; |
vc_scrbuf | 1984 | drivers/char/console.c | memcpy((void *)vc_scrbuf[currcons], (void *)origin, video_screen_size); |
vc_scrbuf | 1985 | drivers/char/console.c | origin = video_mem_start = (unsigned long)vc_scrbuf[currcons]; |