tag | line | file | source code |
---|---|---|---|
oldy | 1054 | arch/m68k/kernel/console.c | static unsigned short oldx = 0, oldy = 0; |
oldy | 1062 | arch/m68k/kernel/console.c | sw->con_putc(vc_cons[currcons].d, old & 0xff, oldy, oldx); |
oldy | 1072 | arch/m68k/kernel/console.c | oldy = (offset >> 1) / cols; |
oldy | 1080 | arch/m68k/kernel/console.c | sw->con_putc(vc_cons[currcons].d, new & 0xff, oldy, oldx); |