Searched defs:DRM_IOR (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm.h744 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type) macro
750 #define DRM_IOCTL_GET_MAGIC DRM_IOR( 0x02, struct drm_auth)
754 #define DRM_IOCTL_GET_STATS DRM_IOR( 0x06, struct drm_stats)
802 #define DRM_IOCTL_AGP_INFO DRM_IOR( 0x33, struct drm_agp_info)
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm.h702 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type) macro
708 #define DRM_IOCTL_GET_MAGIC DRM_IOR( 0x02, struct drm_auth)
712 #define DRM_IOCTL_GET_STATS DRM_IOR( 0x06, struct drm_stats)
761 #define DRM_IOCTL_AGP_INFO DRM_IOR( 0x33, struct drm_agp_info)

Completed in 18 milliseconds