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

/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.c1239 kb8042_send_to_keyboard(kb8042, KB_SET_LED, polled);
1353 * KB_SET_LED and KB_ENABLE are special commands which require blocking
1359 if (byte == KB_SET_LED) {
1366 if (kb8042_send_and_wait(kb8042, KB_SET_LED, polled)) {
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_keyboard.c113 #define KB_SET_LED 0xED /* LED byte follows... */ macro
462 kb_send(KB_SET_LED);

Completed in 48 milliseconds