Searched refs:DRM_IOCTL_BASE (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm.h700 #define DRM_IOCTL_BASE 'd' macro
701 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
702 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
703 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
704 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm.h742 #define DRM_IOCTL_BASE 'd' macro
743 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
744 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
745 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
746 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)

Completed in 19 milliseconds