VUIOC
((cmd & IOCTYPE) == VUIOC)) {
#define VUIDSFORMAT (VUIOC|11) /* avoid conflict with VT_?????? */
#define VUIDGFORMAT (VUIOC|12) /* avoid conflict with VT_?????? */
#define VUIDSFORMAT (VUIOC|1) /* Set input device byte stream format */
#define VUIDGFORMAT (VUIOC|2) /* Get input device byte stream format */
#define VUIDSADDR (VUIOC|13) /* avoid conflict with VT_?????? */
#define VUIDGADDR (VUIOC|14) /* avoid conflict with VT_?????? */
#define VUIDSADDR (VUIOC|3) /* Set vuid address */
#define VUIDGADDR (VUIOC|4) /* Get vuid address */
#define VUIDGWHEELCOUNT (VUIOC|15)
#define VUIDGWHEELINFO (VUIOC|16)
#define VUIDGWHEELSTATE (VUIOC|17)
#define VUIDSWHEELSTATE (VUIOC|18)