tag | line | file | source code |
kleds | 58 | kernel/chr_drv/console.c | extern unsigned char kleds; |
kleds | 869 | kernel/chr_drv/console.c | kleds = 2; |
kleds | 1349 | kernel/chr_drv/console.c | kbdleds = kleds; |
kleds | 1357 | kernel/chr_drv/console.c | kleds = kbdleds; |
kleds | 38 | kernel/chr_drv/keyboard.c | unsigned char kleds = NUMLED; |
kleds | 212 | kernel/chr_drv/keyboard.c | kleds ^= CAPSLED; |
kleds | 221 | kernel/chr_drv/keyboard.c | if (kleds != old_leds) { |
kleds | 222 | kernel/chr_drv/keyboard.c | old_leds = kleds; |
kleds | 227 | kernel/chr_drv/keyboard.c | outb(kleds, 0x60); |
kleds | 260 | kernel/chr_drv/keyboard.c | kleds ^= SCRLED; |
kleds | 269 | kernel/chr_drv/keyboard.c | kleds ^= NUMLED; |
kleds | 1099 | kernel/chr_drv/keyboard.c | if (kleds&NUMLED) { |
kleds | 27 | kernel/chr_drv/vt.c | extern unsigned char kleds; |
kleds | 176 | kernel/chr_drv/vt.c | ucval = (console == fg_console) ? kleds : |
kleds | 190 | kernel/chr_drv/vt.c | kleds = ucval; |