Home
last modified time | relevance | path

Searched refs:KB_LED_IDLE (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/i86pc/boot/
H A Dboot_keyboard.c127 enum { KB_LED_IDLE, KB_LED_COMMAND_SENT, KB_LED_VALUE_SENT } enumerator
142 KB_LED_IDLE, /* LED command state */
230 case KB_LED_IDLE: in kb_ischar()
242 kb.led_state = KB_LED_IDLE; in kb_ischar()
451 if (kb.led_state != KB_LED_IDLE) { in kb_update_leds()
460 kb.led_state = KB_LED_IDLE; in kb_update_leds()