Home
last modified time | relevance | path

Searched refs:VUIOC (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dvuid_event.h394 #define VUIOC ('v'<<8) macro
396 #define VUIDSFORMAT (VUIOC|11) /* avoid conflict with VT_?????? */
397 #define VUIDGFORMAT (VUIOC|12) /* avoid conflict with VT_?????? */
399 #define VUIDSFORMAT (VUIOC|1) /* Set input device byte stream format */
400 #define VUIDGFORMAT (VUIOC|2) /* Get input device byte stream format */
428 #define VUIDSADDR (VUIOC|13) /* avoid conflict with VT_?????? */
429 #define VUIDGADDR (VUIOC|14) /* avoid conflict with VT_?????? */
431 #define VUIDSADDR (VUIOC|3) /* Set vuid address */
432 #define VUIDGADDR (VUIOC|4) /* Get vuid address */
H A Dvuid_wheel.h39 #define VUIDGWHEELCOUNT (VUIOC|15)
40 #define VUIDGWHEELINFO (VUIOC|16)
41 #define VUIDGWHEELSTATE (VUIOC|17)
42 #define VUIDSWHEELSTATE (VUIOC|18)
/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c3328 ((cmd & IOCTYPE) == VUIOC)) { in strioctl()