taglinefilesource code
vc_scrbuf182drivers/char/console.cstatic unsigned short *vc_scrbuf[MAX_NR_CONSOLES];
vc_scrbuf369drivers/char/console.cvc_scrbuf[i] = (unsigned short *) q;
vc_scrbuf452drivers/char/console.ckfree_s(vc_scrbuf[currcons], screenbuf_size);
vc_scrbuf453drivers/char/console.cvc_scrbuf[currcons] = newscreens[currcons];
vc_scrbuf457drivers/char/console.corigin = video_mem_start = (long) vc_scrbuf[currcons];
vc_scrbuf481drivers/char/console.ckfree_s(vc_scrbuf[currcons], screenbuf_size);
vc_scrbuf1950drivers/char/console.clong base = (long) vc_scrbuf[currcons];
vc_scrbuf2133drivers/char/console.cvc_scrbuf[currcons] = (unsigned short *) kmem_start;
vc_scrbuf2182drivers/char/console.cmemcpyw((unsigned short *)vc_scrbuf[currcons],
vc_scrbuf2185drivers/char/console.corigin = video_mem_start = (unsigned long)vc_scrbuf[currcons];