Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_keyboard_table.h47 #define KBTYPE_SPEC 0x400 /* One-of-a-kind codes. Self-explanatory. */ macro
48 #define KBTYPE_SPEC_NOP (KBTYPE_SPEC | 0x00)
49 #define KBTYPE_SPEC_UNDEF (KBTYPE_SPEC | 0x01)
50 #define KBTYPE_SPEC_LSHIFT (KBTYPE_SPEC | 0x02)
51 #define KBTYPE_SPEC_RSHIFT (KBTYPE_SPEC | 0x03)
52 #define KBTYPE_SPEC_CTRL (KBTYPE_SPEC | 0x04)
53 #define KBTYPE_SPEC_ALT (KBTYPE_SPEC | 0x05)
54 #define KBTYPE_SPEC_CAPS_LOCK (KBTYPE_SPEC | 0x06)
55 #define KBTYPE_SPEC_NUM_LOCK (KBTYPE_SPEC | 0x07)
56 #define KBTYPE_SPEC_SCROLL_LOCK (KBTYPE_SPEC | 0x08)
[all …]
H A Dboot_keyboard.c384 case KBTYPE_SPEC: in kb_translate()