Home
last modified time | relevance | path

Searched refs:IOC_IN (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dioccom.h59 #define IOC_IN 0x80000000 /* copy in parameters */ macro
60 #define IOC_INOUT (IOC_IN|IOC_OUT)
74 ((int)((uint32_t)(IOC_IN|(((sizeof (t))&IOCPARM_MASK)<<16)| \
77 #define _IOWN(x, y, t) ((int32_t)(uint32_t)(IOC_IN|(((t)&IOCPARM_MASK)<<16)| \
/titanic_44/usr/src/uts/common/io/drm/
H A Ddrm.h102 #define DRM_IOC_WRITE IOC_IN
149 #define IOC_IN (_IOC_WRITE << _IOC_DIRSHIFT) macro
159 #define DRM_IOC_WRITE IOC_IN
/titanic_44/usr/src/uts/common/io/
H A Dtty_pts.c866 (cmd & (IOC_INOUT | 0xff00)) == (IOC_IN|('t'<<8)) && in ptslioctl()
/titanic_44/usr/src/cmd/truss/
H A Dcodes.c1652 inoutstr = code & IOC_IN ? "W" : "R"; in ioctl_ioccom()
H A Dexpound.c1499 code & IOC_IN ? "write" : "read"); in show_ioctl()