tag | line | file | source code |
---|---|---|---|
vc_scr_end | 194 | arch/m68k/kernel/console.c | #define scr_end (vc_cons[currcons].d->vc_scr_end) |
vc_scr_end | 19 | drivers/char/console_struct.h | unsigned long vc_scr_end; /* Used for EGA/VGA fast scroll */ |
vc_scr_end | 82 | drivers/char/console_struct.h | #define scr_end (vc_cons[currcons].d->vc_scr_end) |
vc_scr_end | 30 | include/linux/console.h | unsigned long vc_scr_end; /* Used for EGA/VGA fast scroll */ |