Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_keyboard.c126 enum { KB_LED_IDLE, KB_LED_COMMAND_SENT, KB_LED_VALUE_SENT } enumerator
141 KB_LED_IDLE, /* LED command state */
261 case KB_LED_IDLE: in kb_ischar()
273 kb.led_state = KB_LED_IDLE; in kb_ischar()
482 if (kb.led_state != KB_LED_IDLE) { in kb_update_leds()
491 kb.led_state = KB_LED_IDLE; in kb_update_leds()