Home
last modified time | relevance | path

Searched defs:_IOR (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dioccom.h66 #define _IOR(x, y, t) \ macro
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dioccom.h32 #define _IOR(x,y,t) (_IOC_OUT|((sizeof(t)&_IOCPARM_MASK)<<16)|(x<<8)|y) macro
/titanic_41/usr/src/uts/common/io/drm/
H A Ddrm.h139 #define _IOR(type, nr, size) _IOC(_IOC_READ, (type), (nr), sizeof (size)) macro