Searched refs:VC_NUMLOCK (Results 1 – 5 of 5) sorted by relevance
15 return boot_params.kbd_status & 0x20 ? (1 << VC_NUMLOCK) : 0; in kbd_defleds()
14 return 1 << VC_NUMLOCK; in kbd_defleds()
42 #define VC_NUMLOCK 1 /* numeric lock mode */ macro
237 on_off = vt_get_leds(fg_console, VC_NUMLOCK); in keyboard_notifier_call()
1827 on_off = vt_get_leds(fg_console, VC_NUMLOCK); in do_handle_spec()2126 (vt_get_leds(fg_console, VC_NUMLOCK))) { in speakup_key()