Symbol: KIOC
usr/src/uts/common/os/streamio.c
3416
((cmd & IOCTYPE) == KIOC) ||
usr/src/uts/common/sys/kbio.h
100
#define KIOCGETKEY (KIOC|32) /* avoid conflict with "GIO_SCRNMAP" */
usr/src/uts/common/sys/kbio.h
102
#define KIOCGETKEY (KIOC|2)
usr/src/uts/common/sys/kbio.h
116
#define KIOCCMD (KIOC|8)
usr/src/uts/common/sys/kbio.h
123
#define KIOCTYPE (KIOC|9) /* get keyboard type */
usr/src/uts/common/sys/kbio.h
128
#define KIOCSDIRECT (KIOC|10)
usr/src/uts/common/sys/kbio.h
134
#define KIOCGDIRECT (KIOC|41) /* avoid conflict with "GIO_STRMAP" */
usr/src/uts/common/sys/kbio.h
136
#define KIOCGDIRECT (KIOC|11)
usr/src/uts/common/sys/kbio.h
157
#define KIOCSKEY (KIOC|42) /* avoid conflict with "PIO_STRMAP" */
usr/src/uts/common/sys/kbio.h
159
#define KIOCSKEY (KIOC|12)
usr/src/uts/common/sys/kbio.h
167
#define KIOCGKEY (KIOC|13)
usr/src/uts/common/sys/kbio.h
172
#define KIOCSLED (KIOC|14)
usr/src/uts/common/sys/kbio.h
173
#define KIOCGLED (KIOC|15)
usr/src/uts/common/sys/kbio.h
178
#define KIOCSCOMPAT (KIOC|16)
usr/src/uts/common/sys/kbio.h
179
#define KIOCGCOMPAT (KIOC|17)
usr/src/uts/common/sys/kbio.h
184
#define KIOCSLAYOUT (KIOC|19)
usr/src/uts/common/sys/kbio.h
185
#define KIOCLAYOUT (KIOC|20)
usr/src/uts/common/sys/kbio.h
198
#define KIOCSKABORTEN (KIOC|21)
usr/src/uts/common/sys/kbio.h
208
#define KIOCGRPTDELAY (KIOC|22)
usr/src/uts/common/sys/kbio.h
209
#define KIOCSRPTDELAY (KIOC|23)
usr/src/uts/common/sys/kbio.h
210
#define KIOCGRPTRATE (KIOC|24)
usr/src/uts/common/sys/kbio.h
211
#define KIOCSRPTRATE (KIOC|25)
usr/src/uts/common/sys/kbio.h
214
#define KIOCSETFREQ (KIOC|26)
usr/src/uts/common/sys/kbio.h
225
#define KIOCMKTONE (KIOC|27)
usr/src/uts/common/sys/kbio.h
243
#define KIOCGRPTCOUNT (KIOC|28)
usr/src/uts/common/sys/kbio.h
244
#define KIOCSRPTCOUNT (KIOC|29)
usr/src/uts/common/sys/kbio.h
50
#define KIOCTRANS (KIOC|30) /* set keyboard translation */
usr/src/uts/common/sys/kbio.h
51
#define KIOCGTRANS (KIOC|35) /* get keyboard translation */
usr/src/uts/common/sys/kbio.h
52
#define KIOCTRANSABLE (KIOC|36) /* set keyboard translatability */
usr/src/uts/common/sys/kbio.h
53
#define KIOCGTRANSABLE (KIOC|37) /* get keyboard translatability */
usr/src/uts/common/sys/kbio.h
57
#define KIOCTRANS (KIOC|0) /* set keyboard translation */
usr/src/uts/common/sys/kbio.h
58
#define KIOCGTRANS (KIOC|5) /* get keyboard translation */
usr/src/uts/common/sys/kbio.h
59
#define KIOCTRANSABLE (KIOC|6) /* set keyboard translatability */
usr/src/uts/common/sys/kbio.h
60
#define KIOCGTRANSABLE (KIOC|7) /* get keyboard translatability */
usr/src/uts/common/sys/kbio.h
89
#define KIOCSETKEY (KIOC|31) /* avoid conflict with "SETFKEY" */
usr/src/uts/common/sys/kbio.h
91
#define KIOCSETKEY (KIOC|1)