/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0508/ |
D | poc.c | 88 #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/ |
D | local_pwn.h | 57 #define DRM_IOCTL_BASE 'd' macro 58 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
|
D | poc.c | 70 #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/ |
D | local_poc.h | 115 #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/ |
D | local_poc.h | 115 #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/ |
D | poc.c | 71 #define DRM_IOCTL_BASE 'd' macro 72 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-6262/ |
D | local_poc.h | 207 #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)
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0333/ |
D | local_poc.h | 20 #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-6734/ |
D | poc.c | 75 #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/ |
D | poc.c | 76 #define DRM_IOCTL_BASE 'd' macro 77 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6731/ |
D | poc.c | 79 #define DRM_IOCTL_BASE 'd' macro 80 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6730/ |
D | poc.c | 79 #define DRM_IOCTL_BASE 'd' macro 80 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6736/ |
D | poc.c | 90 #define DRM_IOCTL_BASE 'd' macro 91 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
|