Searched refs:_IOR (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | agpgart.h | 112 #define AGPIOC_INFO _IOR(AGPIOC_BASE, 0, 100)
|
H A D | drm.h | 98 #define _IOR(type, nr, size) _IOC(_IOC_READ, (type), (nr), sizeof (size)) macro 744 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
|
/solaris-x11-s11/open-src/lib/libdga/sun-src/ |
H A D | dga_db.c | 40 #define FBIOVRTOFFSET _IOR(F, 38, int)
|
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm.h | 702 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
|
Completed in 29 milliseconds