Symbol: VKEY_FIRSTPAD
usr/src/uts/common/io/kbtrans/kbtrans_streams.c
2020
fe.id = VKEY_FIRSTPAD + (entry & 0x001F);
usr/src/uts/common/sys/vuid_event.h
270
#define VKEY_PADEQUAL (VKEY_FIRSTPAD+0) /* 32618 */
usr/src/uts/common/sys/vuid_event.h
271
#define VKEY_PADSLASH (VKEY_FIRSTPAD+1) /* 32619 */
usr/src/uts/common/sys/vuid_event.h
272
#define VKEY_PADSTAR (VKEY_FIRSTPAD+2) /* 32620 */
usr/src/uts/common/sys/vuid_event.h
273
#define VKEY_PADMINUS (VKEY_FIRSTPAD+3) /* 32621 */
usr/src/uts/common/sys/vuid_event.h
274
#define VKEY_PADSEP (VKEY_FIRSTPAD+4) /* 32622 */
usr/src/uts/common/sys/vuid_event.h
275
#define VKEY_PAD7 (VKEY_FIRSTPAD+5) /* 32623 */
usr/src/uts/common/sys/vuid_event.h
276
#define VKEY_PAD8 (VKEY_FIRSTPAD+6) /* 32624 */
usr/src/uts/common/sys/vuid_event.h
277
#define VKEY_PAD9 (VKEY_FIRSTPAD+7) /* 32625 */
usr/src/uts/common/sys/vuid_event.h
278
#define VKEY_PADPLUS (VKEY_FIRSTPAD+8) /* 32626 */
usr/src/uts/common/sys/vuid_event.h
279
#define VKEY_PAD4 (VKEY_FIRSTPAD+9) /* 32627 */
usr/src/uts/common/sys/vuid_event.h
280
#define VKEY_PAD5 (VKEY_FIRSTPAD+10) /* 32628 */
usr/src/uts/common/sys/vuid_event.h
281
#define VKEY_PAD6 (VKEY_FIRSTPAD+11) /* 32629 */
usr/src/uts/common/sys/vuid_event.h
282
#define VKEY_PAD1 (VKEY_FIRSTPAD+12) /* 32630 */
usr/src/uts/common/sys/vuid_event.h
283
#define VKEY_PAD2 (VKEY_FIRSTPAD+13) /* 32631 */
usr/src/uts/common/sys/vuid_event.h
284
#define VKEY_PAD3 (VKEY_FIRSTPAD+14) /* 32632 */
usr/src/uts/common/sys/vuid_event.h
285
#define VKEY_PAD0 (VKEY_FIRSTPAD+15) /* 32633 */
usr/src/uts/common/sys/vuid_event.h
286
#define VKEY_PADDOT (VKEY_FIRSTPAD+16) /* 32634 */
usr/src/uts/common/sys/vuid_event.h
287
#define VKEY_PADENTER (VKEY_FIRSTPAD+17) /* 32635 */
usr/src/uts/common/sys/vuid_event.h
289
#define VKEY_LASTPAD (VKEY_FIRSTPAD+17) /* 32635 */