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

/illumos-gate/usr/src/uts/common/sys/
H A Dkbd.h91 #define RELEASED 0x80 /* 0x80 bit on : key was released */ macro
155 #define STATEOF(key) ((key) & RELEASED) /* 0 = key down, !=0 = key up */
156 #define KEYOF(key) ((key) & ~RELEASED) /* The key number that moved */
/illumos-gate/usr/src/uts/common/io/
H A Dkbd.c1535 key = BUILDKEY(key, RELEASED);
1609 kbdd->shiftkey |= RELEASED;
1770 if (newstate == RELEASED)
1807 newstate = RELEASED; /* toggling off */
1817 if (newstate == RELEASED)
1831 if (newstate == RELEASED)
1872 if (newstate == RELEASED)
1917 if ((newstate == RELEASED) && (kbdd->kbdd_translate == TR_EVENT))
1923 * don't have to check for newstate == RELEASED.
1947 if (newstate == RELEASED) {
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dcstyle.pl167 LOCK\ RELEASED\ AS\ SIDE\ EFFECT:|

Completed in 64 milliseconds