Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dioccom.h58 #define IOC_OUT 0x40000000 /* copy out parameters */ macro
60 #define IOC_INOUT (IOC_IN|IOC_OUT)
68 (IOC_OUT|(((sizeof (t))&IOCPARM_MASK)<<16)|(x<<8)|y)))
70 #define _IORN(x, y, t) ((int)((uint32_t)(IOC_OUT|(((t)&IOCPARM_MASK)<<16)| \
/titanic_44/usr/src/uts/common/io/drm/
H A Ddrm.h101 #define DRM_IOC_READ IOC_OUT
150 #define IOC_OUT (_IOC_READ << _IOC_DIRSHIFT) macro
158 #define DRM_IOC_READ IOC_OUT
/titanic_44/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/
H A Dusbwcm.c980 } else if ((copyresp->cp_cmd & IOC_INOUT) != IOC_OUT) { in usbwcm_iocpy()
1163 } else if ((iocp->ioc_cmd & IOC_INOUT) != IOC_OUT) { in usbwcm_ioctl()