Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dioccom.h65 #define _IO(x, y) (IOC_VOID|(x<<8)|y) macro
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dioccom.h31 #define _IO(x,y) (_IOC_VOID|(x<<8)|y) macro
/titanic_44/usr/src/uts/common/io/drm/
H A Ddrm.h138 #define _IO(type, nr) _IOC(_IOC_NONE, (type), (nr), 0) macro