taglinefilesource code
vc_scrbuf172drivers/char/console.cunsigned short *vc_scrbuf[MAX_NR_CONSOLES];
vc_scrbuf328drivers/char/console.cvc_scrbuf[i] = (unsigned short *) q;
vc_scrbuf411drivers/char/console.ckfree_s(vc_scrbuf[currcons], screenbuf_size);
vc_scrbuf412drivers/char/console.cvc_scrbuf[currcons] = newscreens[currcons];
vc_scrbuf416drivers/char/console.corigin = video_mem_start = (long) vc_scrbuf[currcons];
vc_scrbuf440drivers/char/console.ckfree_s(vc_scrbuf[currcons], screenbuf_size);
vc_scrbuf1912drivers/char/console.clong base = (long) vc_scrbuf[currcons];
vc_scrbuf2014drivers/char/console.cvc_scrbuf[currcons] = (unsigned short *) kmem_start;
vc_scrbuf42drivers/char/selection.hextern unsigned short *vc_scrbuf[MAX_NR_CONSOLES];
vc_scrbuf329drivers/char/tga.cmemcpyw((unsigned short *)vc_scrbuf[currcons],
vc_scrbuf332drivers/char/tga.corigin = video_mem_start = (unsigned long)vc_scrbuf[currcons];
vc_scrbuf228drivers/char/vga.cmemcpyw((unsigned short *)vc_scrbuf[currcons],
vc_scrbuf231drivers/char/vga.corigin = video_mem_start = (unsigned long)vc_scrbuf[currcons];