tag | line | file | source code |
vc_scrbuf | 172 | drivers/char/console.c | unsigned short *vc_scrbuf[MAX_NR_CONSOLES]; |
vc_scrbuf | 328 | drivers/char/console.c | vc_scrbuf[i] = (unsigned short *) q; |
vc_scrbuf | 411 | drivers/char/console.c | kfree_s(vc_scrbuf[currcons], screenbuf_size); |
vc_scrbuf | 412 | drivers/char/console.c | vc_scrbuf[currcons] = newscreens[currcons]; |
vc_scrbuf | 416 | drivers/char/console.c | origin = video_mem_start = (long) vc_scrbuf[currcons]; |
vc_scrbuf | 440 | drivers/char/console.c | kfree_s(vc_scrbuf[currcons], screenbuf_size); |
vc_scrbuf | 1912 | drivers/char/console.c | long base = (long) vc_scrbuf[currcons]; |
vc_scrbuf | 2014 | 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 | 332 | drivers/char/tga.c | origin = video_mem_start = (unsigned long)vc_scrbuf[currcons]; |
vc_scrbuf | 228 | drivers/char/vga.c | memcpyw((unsigned short *)vc_scrbuf[currcons], |
vc_scrbuf | 231 | drivers/char/vga.c | origin = video_mem_start = (unsigned long)vc_scrbuf[currcons]; |