tag | line | file | source code |
def_color | 857 | arch/m68k/kernel/console.c | color = def_color; |
def_color | 929 | arch/m68k/kernel/console.c | color = (def_color & 0x0f) | background; |
def_color | 937 | arch/m68k/kernel/console.c | color = (def_color & 0x0f) | background; |
def_color | 941 | arch/m68k/kernel/console.c | color = (def_color & 0xf0) | foreground; |
def_color | 1202 | arch/m68k/kernel/console.c | def_color = attr; |
def_color | 2132 | arch/m68k/kernel/console.c | def_color = 0x07; /* white */ |
def_color | 828 | drivers/char/console.c | color = def_color; |
def_color | 900 | drivers/char/console.c | color = (def_color & 0x0f) | background; |
def_color | 908 | drivers/char/console.c | color = (def_color & 0x0f) | background; |
def_color | 912 | drivers/char/console.c | color = (def_color & 0xf0) | foreground; |
def_color | 1133 | drivers/char/console.c | def_color = attr; |
def_color | 1934 | drivers/char/console.c | def_color = 0x07; /* white */ |