tag | line | file | source code |
---|---|---|---|
vc_has_scrolled | 227 | arch/m68k/kernel/console.c | #define has_scrolled (vc_cons[currcons].d->vc_has_scrolled) |
vc_has_scrolled | 52 | drivers/char/console_struct.h | unsigned long vc_has_scrolled : 1; /* Info for unblank_screen */ |
vc_has_scrolled | 115 | drivers/char/console_struct.h | #define has_scrolled (vc_cons[currcons].d->vc_has_scrolled) |
vc_has_scrolled | 66 | include/linux/console.h | unsigned long vc_has_scrolled : 1; /* Info for unblank_screen */ |