Searched refs:keycode (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | kbd.c | 981 * Pass keycode upstream, either translated or untranslated. 984 kbduse(register struct kbddata *kbdd, unsigned keycode) argument 989 if (kbd_input_debug) printf("KBD USE key=%d\n", keycode); 996 kbdputcode(keycode, readq); 998 kbdtranslate(kbdd, keycode, readq); 1670 * the current keycode. 1732 kbdtranslate(struct kbddata *kbdd, unsigned keycode, queue_t *q) argument 1747 newstate = STATEOF(keycode); 1748 key = KEYOF(keycode); 1752 printf("KBD TRANSLATE keycode [all...] |
H A D | conskbd.c | 1154 * following keycode mapping between PS2 and USB, 1156 * PS2 AT-101 keycode(29) ---> USB(49) 1157 * PS2 AT-102 keycode(42) ---> USB(50) 1166 * in the table of keycode-to-symbol mapping, either 1168 * keycode 49, we look at the entry for 49. If it's 2183 kbtrans_key_t *keycode, enum keystate *state) 2196 cb->cons_polledio_argument, keycode, state); 2208 * USB(50) keycode mapping workaround, for 2211 * There are two possible USB keycode mappings 2213 * makes sure that we use the USB keycode tha 2182 conskbd_polled_keycheck(struct kbtrans_hardware *hw, kbtrans_key_t *keycode, enum keystate *state) argument [all...] |
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | builtins.c | 4319 unsigned char keycode; /* keyboard scancode */ 4414 return keysym_table[i].keycode; 4417 return keysym_table[i].keycode; 4267 unsigned char keycode; /* keyboard scancode */ member in struct:keysym
|
Completed in 98 milliseconds