Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_keyboard.c112 #define KB_SET_LED 0xED /* LED byte follows... */ macro
493 kb_send(KB_SET_LED); in kb_update_leds()
/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dkb8042.h51 #define KB_SET_LED 0xED /* Tell kbd that following byte is led status */ macro
H A Dkb8042.c1295 kb8042_send_to_keyboard(kb8042, KB_SET_LED, polled);
1415 if (byte == KB_SET_LED) {
1422 if (kb8042_send_and_wait(kb8042, KB_SET_LED, polled)) {