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

/illumos-gate/usr/src/uts/common/io/
H A Dkbd.c535 TR_ASCII : TR_EVENT;
620 (kbdd->kbdd_translate == TR_EVENT ||
1851 TR_EVENT) {
1884 if (kbdd->kbdd_translate == TR_EVENT) {
1902 * and the function keys when in TR_EVENT mode.
1908 kbdd->kbdd_translate == TR_EVENT)) {
1917 if ((newstate == RELEASED) && (kbdd->kbdd_translate == TR_EVENT))
1930 case TR_EVENT:
1973 if (kbdd->kbdd_translate == TR_EVENT && newstate == PRESSED) {
1989 if (kbdd->kbdd_translate == TR_EVENT
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dkbd.h140 * TR_EVENT means that each keystroke is sent as a firm event.
148 #define TR_EVENT 2 macro
162 * result of TR_ASCII getkey()s, and can be ORed into the result of TR_EVENT
/illumos-gate/usr/src/uts/common/io/kbtrans/
H A Dkbtrans_streams.c182 * Keyboard Translation Mode (TR_EVENT)
718 TR_ASCII : TR_EVENT;
776 (upper->kbtrans_streams_translate_mode == TR_EVENT ||
1386 if (upper->kbtrans_streams_translate_mode != TR_EVENT &&
1539 case TR_EVENT:
1852 * This is the function if we are in TR_EVENT mode and a key
2010 * This is the function if we are in TR_EVENT mode and a key
2025 * This is the function if we are in TR_EVENT mode and the

Completed in 67 milliseconds