Searched refs:KIOCSKEY (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | kbio.h | 159 #define KIOCSKEY (KIOC|42) /* avoid conflict with "PIO_STRMAP" */ macro 161 #define KIOCSKEY (KIOC|12) macro
|
/titanic_50/usr/src/cmd/loadkeys/ |
H A D | loadkeys.y | 489 if (ioctl(kbdfd, KIOCSKEY, &kep->ke_entry) < 0) { 511 if (ioctl(kbdfd, KIOCSKEY, &entry) < 0) { 541 if (ioctl(kbdfd, KIOCSKEY, &entry1) < 0) { 546 if (ioctl(kbdfd, KIOCSKEY, &entry2) < 0) {
|
/titanic_50/usr/src/uts/common/io/kbtrans/ |
H A D | kbtrans_streams.c | 942 case KIOCSKEY: in kbtrans_ioctl()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | kbd.c | 765 case KIOCSKEY: in kbdioctl()
|
/titanic_50/usr/src/cmd/truss/ |
H A D | codes.c | 1064 { (uint_t)KIOCSKEY, "KIOCSKEY", NULL },
|
/titanic_50/usr/src/uts/common/os/ |
H A D | streamio.c | 3437 case KIOCSKEY: in strioctl()
|