Searched refs:KEYMAP_SIZE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dkbd.h213 * A translation table is KEYMAP_SIZE "entries", each of which is 2 bytes
220 * The KEYMAP_SIZE is dependent upon the keyboard type. For example, the
221 * Sun Type 4/5 keyboards have a KEYMAP_SIZE of 128 where a USB keyboard
222 * has a KEYMAP_SIZE of 255. Instead of defining a KEYMAP_SIZE per
233 #define KEYMAP_SIZE 128 macro
236 unsigned short keymap[KEYMAP_SIZE]; /* maps keycodes to actions */
/illumos-gate/usr/src/uts/common/io/
H A Dkbd.c1135 if (key->kio_station >= KEYMAP_SIZE)
1204 if (key->kio_station >= KEYMAP_SIZE)
1247 if (key->kio_station >= KEYMAP_SIZE)
1285 if (key->kio_station >= KEYMAP_SIZE)
1779 if (key >= KEYMAP_SIZE)

Completed in 62 milliseconds