HomeSort by relevance Sort by last modified time
    Searched defs:DRM_IOCTL_BASE (Results 1 - 17 of 17) sorted by null

  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6733/
local_pwn.h 57 #define DRM_IOCTL_BASE 'd'
58 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
poc.c 70 #define DRM_IOCTL_BASE 'd'
71 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6730/
poc.c 79 #define DRM_IOCTL_BASE 'd'
80 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6731/
poc.c 79 #define DRM_IOCTL_BASE 'd'
80 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6732/
poc.c 71 #define DRM_IOCTL_BASE 'd'
72 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6734/
poc.c 75 #define DRM_IOCTL_BASE 'd'
76 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6735/
poc.c 76 #define DRM_IOCTL_BASE 'd'
77 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6736/
poc.c 90 #define DRM_IOCTL_BASE 'd'
91 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0508/
poc.c 88 #define DRM_IOCTL_BASE 'd'
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-8431/
local_poc.h 115 #define DRM_IOCTL_BASE 'd'
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-8432/
local_poc.h 115 #define DRM_IOCTL_BASE 'd'
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-2017-0333/
local_poc.h 4 #define DRM_IOCTL_BASE 'd'
5 #define DRM_IOW(nr, type) _IOW(DRM_IOCTL_BASE, nr, type)
6 #define DRM_IOWR(nr, type) _IOWR(DRM_IOCTL_BASE, nr, type)
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-6262/
local_poc.h 207 #define DRM_IOCTL_BASE 'd'
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)
  /bionic/libc/kernel/uapi/drm/
drm.h 439 #define DRM_IOCTL_BASE 'd'
440 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE, nr)
441 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE, nr, type)
442 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE, nr, type)
443 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE, nr, type)
  /external/kernel-headers/original/uapi/drm/
drm.h 788 #define DRM_IOCTL_BASE 'd'
789 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
790 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
791 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
792 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
  /external/libdrm/include/drm/
drm.h 766 #define DRM_IOCTL_BASE 'd'
767 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
768 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
769 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
770 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
  /external/mesa3d/include/drm-uapi/
drm.h 766 #define DRM_IOCTL_BASE 'd'
767 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
768 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
769 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
770 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)

Completed in 1060 milliseconds