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

  /cts/hostsidetests/security/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/security/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/security/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/security/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/security/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/security/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/security/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/security/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/security/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/security/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/security/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/security/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 434 #define DRM_IOCTL_BASE 'd'
435 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE, nr)
436 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE, nr, type)
437 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE, nr, type)
438 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE, nr, type)
  /external/kernel-headers/original/uapi/drm/
drm.h 772 #define DRM_IOCTL_BASE 'd'
773 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
774 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
775 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
776 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
  /external/libdrm/include/drm/
drm.h 703 #define DRM_IOCTL_BASE 'd'
704 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
705 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
706 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
707 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
drm.h 622 #define DRM_IOCTL_BASE 'd'
623 #define DRM_IO(nr) _IO(DRM_IOCTL_BASE,nr)
624 #define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
625 #define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
626 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)

Completed in 301 milliseconds