tag | line | file | source code |
vc_scrbuf | 126 | drivers/char/console.c | unsigned short *vc_scrbuf[MAX_NR_CONSOLES]; |
vc_scrbuf | 332 | drivers/char/console.c | vc_scrbuf[i] = (unsigned short *) q; |
vc_scrbuf | 415 | drivers/char/console.c | kfree_s(vc_scrbuf[currcons], screenbuf_size); |
vc_scrbuf | 416 | drivers/char/console.c | vc_scrbuf[currcons] = newscreens[currcons]; |
vc_scrbuf | 420 | drivers/char/console.c | origin = video_mem_start = (long) vc_scrbuf[currcons]; |
vc_scrbuf | 444 | drivers/char/console.c | kfree_s(vc_scrbuf[currcons], screenbuf_size); |
vc_scrbuf | 1917 | drivers/char/console.c | long base = (long) vc_scrbuf[currcons]; |
vc_scrbuf | 2046 | drivers/char/console.c | vc_scrbuf[currcons] = (unsigned short *) kmem_start; |
vc_scrbuf | 42 | drivers/char/selection.h | extern unsigned short *vc_scrbuf[MAX_NR_CONSOLES]; |
vc_scrbuf | 329 | drivers/char/tga.c | memcpyw((unsigned short *)vc_scrbuf[currcons], |
vc_scrbuf | 331 | drivers/char/tga.c | origin = video_mem_start = (unsigned long)vc_scrbuf[currcons]; |
vc_scrbuf | 231 | drivers/char/vga.c | memcpyw((unsigned short *)vc_scrbuf[currcons], |
vc_scrbuf | 233 | drivers/char/vga.c | origin = video_mem_start = (unsigned long)vc_scrbuf[currcons]; |