Searched refs:TR_UNTRANS_EVENT (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dkbd.h141 * TR_UNTRANS_EVENT also sends a firm event for each up / down transition,
149 #define TR_UNTRANS_EVENT 3 macro
152 * These bits can appear in the result of TR_NONE & TR_UNTRANS_EVENT getkey()s.
/illumos-gate/usr/src/uts/common/io/kbtrans/
H A Dkbtrans_streams.c777 upper->kbtrans_streams_translate_mode == TR_UNTRANS_EVENT) ?
1387 upper->kbtrans_streams_translate_mode != TR_UNTRANS_EVENT) {
1544 case TR_UNTRANS_EVENT:
1553 * This is the callback we get if we are in TR_UNTRANS_EVENT and a
1578 * This is the callback we get if we are in TR_UNTRANS_EVENT mode
/illumos-gate/usr/src/uts/common/io/
H A Dkbd.c621 kbdd->kbdd_translate == TR_UNTRANS_EVENT) ?
1757 if (kbdd->kbdd_translate == TR_UNTRANS_EVENT) {
2274 kbdd->kbdd_translate == TR_UNTRANS_EVENT) {
2314 kbdd->kbdd_translate != TR_UNTRANS_EVENT)
H A Dconskbd.c1574 /* Set the translate mode to TR_UNTRANS_EVENT */
1575 *(int *)req->b_cont->b_wptr = TR_UNTRANS_EVENT;

Completed in 112 milliseconds