tag | line | file | source code |
---|---|---|---|
halfcolor | 838 | arch/m68k/kernel/console.c | attr = (attr & 0xf0) | halfcolor; |
halfcolor | 1196 | arch/m68k/kernel/console.c | halfcolor = color_table[par[1]]; |
halfcolor | 2134 | arch/m68k/kernel/console.c | halfcolor = 0x08; /* grey */ |
halfcolor | 802 | drivers/char/console.c | attr = (attr & 0xf0) | halfcolor; |
halfcolor | 1127 | drivers/char/console.c | halfcolor = color_table[par[1]]; |
halfcolor | 1936 | drivers/char/console.c | halfcolor = 0x08; /* grey */ |