Home
last modified time | relevance | path

Searched refs:DRM_IOCTL_BASE (Results 1 – 13 of 13) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0508/
Dpoc.c88 #define DRM_IOCTL_BASE 'd' macro
89 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE, nr)
90 #define DRM_IOR(nr, type) _IOR(DRM_IOCTL_BASE, nr, type)
91 #define DRM_IOW(nr, type) _IOW(DRM_IOCTL_BASE, nr, type)
92 #define DRM_IOWR(nr, type) _IOWR(DRM_IOCTL_BASE, nr, type)
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6733/
Dlocal_pwn.h57 #define DRM_IOCTL_BASE 'd' macro
58 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
Dpoc.c70 #define DRM_IOCTL_BASE 'd' macro
71 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8432/
Dlocal_poc.h115 #define DRM_IOCTL_BASE 'd' macro
116 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
117 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8431/
Dlocal_poc.h115 #define DRM_IOCTL_BASE 'd' macro
116 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
117 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6732/
Dpoc.c71 #define DRM_IOCTL_BASE 'd' macro
72 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6734/
Dpoc.c75 #define DRM_IOCTL_BASE 'd' macro
76 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6735/
Dpoc.c76 #define DRM_IOCTL_BASE 'd' macro
77 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6730/
Dpoc.c79 #define DRM_IOCTL_BASE 'd' macro
80 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6731/
Dpoc.c79 #define DRM_IOCTL_BASE 'd' macro
80 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0333/
Dlocal_poc.h20 #define DRM_IOCTL_BASE 'd' macro
21 #define DRM_IOW(nr, type) _IOW(DRM_IOCTL_BASE, nr, type)
22 #define DRM_IOWR(nr, type) _IOWR(DRM_IOCTL_BASE, nr, type)
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6736/
Dpoc.c90 #define DRM_IOCTL_BASE 'd' macro
91 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-6262/
Dlocal_poc.h207 #define DRM_IOCTL_BASE 'd' macro
208 #define DRM_IOR(nr, type) _IOR(DRM_IOCTL_BASE, nr, type)
209 #define DRM_IOW(nr, type) _IOW(DRM_IOCTL_BASE, nr, type)
210 #define DRM_IOWR(nr, type) _IOWR(DRM_IOCTL_BASE, nr, type)