taglinefilesource code
vc_scrbuf158drivers/char/console.cstatic unsigned short *vc_scrbuf[MAX_NR_CONSOLES];
vc_scrbuf332drivers/char/console.cvc_scrbuf[i] = (unsigned short *) q;
vc_scrbuf415drivers/char/console.ckfree_s(vc_scrbuf[currcons], screenbuf_size);
vc_scrbuf416drivers/char/console.cvc_scrbuf[currcons] = newscreens[currcons];
vc_scrbuf420drivers/char/console.corigin = video_mem_start = (long) vc_scrbuf[currcons];
vc_scrbuf444drivers/char/console.ckfree_s(vc_scrbuf[currcons], screenbuf_size);
vc_scrbuf1823drivers/char/console.clong base = (long) vc_scrbuf[currcons];
vc_scrbuf1951drivers/char/console.cvc_scrbuf[currcons] = (unsigned short *) kmem_start;
vc_scrbuf1977drivers/char/console.cmemcpy((void *)vc_scrbuf[currcons], (void *)origin, video_screen_size);
vc_scrbuf1978drivers/char/console.corigin = video_mem_start = (unsigned long)vc_scrbuf[currcons];