Home
last modified time | relevance | path

Searched refs:open_c (Results 1 – 10 of 10) sorted by relevance

/cts/hostsidetests/security/securityPatch/CVE-2016-8435/
Dpoc.c33 struct drm_tegra_open_channel open_c = { 0 }; variable
51 open_c.client = HOST1X_CLASS_VIC; in main()
61 ret = ioctl(dev_fd, DRM_IOCTL_TEGRA_OPEN_CHANNEL, &open_c); in main()
66 submit_c.context = open_c.context; in main()
/cts/hostsidetests/security/securityPatch/CVE-2016-6733/
Dpoc.c80 struct drm_tegra_open_channel open_c = { 0 }; variable
98 open_c.client = HOST1X_CLASS_VIC; in prepare()
136 ret = ioctl(fd, DRM_IOCTL_TEGRA_OPEN_CHANNEL, &open_c); in main()
138 close_c.context = open_c.context; in main()
142 open_c.context = 0UL; in main()
/cts/hostsidetests/security/securityPatch/CVE-2016-6734/
Dpoc.c85 volatile struct drm_tegra_open_channel open_c = { 0 }; variable
103 open_c.client = HOST1X_CLASS_VIC; in prepare()
141 ret = ioctl(fd, DRM_IOCTL_TEGRA_OPEN_CHANNEL, &open_c); in main()
145 keepon_c.context = open_c.context; in main()
147 close_c.context = open_c.context; in main()
/cts/hostsidetests/security/securityPatch/CVE-2016-6735/
Dpoc.c86 volatile struct drm_tegra_open_channel open_c = { 0 }; variable
102 open_c.client = HOST1X_CLASS_VIC; in prepare()
140 ret = ioctl(fd, DRM_IOCTL_TEGRA_OPEN_CHANNEL, &open_c); in main()
144 keepon_c.context = open_c.context; in main()
146 close_c.context = open_c.context; in main()
/cts/hostsidetests/security/securityPatch/CVE-2016-6730/
Dpoc.c88 volatile struct drm_tegra_open_channel open_c = { 0 }; variable
106 open_c.client = HOST1X_CLASS_VIC; in prepare()
144 ret = ioctl(fd, DRM_IOCTL_TEGRA_OPEN_CHANNEL, &open_c); in main()
148 clk_c.context = open_c.context; in main()
150 close_c.context = open_c.context; in main()
/cts/hostsidetests/security/securityPatch/CVE-2016-6731/
Dpoc.c88 volatile struct drm_tegra_open_channel open_c = { 0 }; variable
106 open_c.client = HOST1X_CLASS_VIC; in prepare()
144 ret = ioctl(fd, DRM_IOCTL_TEGRA_OPEN_CHANNEL, &open_c); in main()
148 clk_c.context = open_c.context; in main()
150 close_c.context = open_c.context; in main()
/cts/hostsidetests/security/securityPatch/CVE-2016-8431/
Dpoc.c33 volatile struct drm_tegra_open_channel open_c; variable
43 open_c.client = HOST1X_CLASS_VIC; in prepare()
66 ret = ioctl(dev_fd, DRM_IOCTL_TEGRA_OPEN_CHANNEL, &open_c); in main()
71 submit_c.context = open_c.context; in main()
/cts/hostsidetests/security/securityPatch/CVE-2016-6736/
Dpoc.c100 volatile struct drm_tegra_open_channel open_c = { 0 }; variable
116 open_c.client = HOST1X_CLASS_VIC; in prepare()
154 ret = ioctl(fd, DRM_IOCTL_TEGRA_OPEN_CHANNEL, &open_c); in main()
158 submit_c.context = open_c.context; in main()
160 close_c.context = open_c.context; in main()
/cts/hostsidetests/security/securityPatch/CVE-2016-6732/
Dpoc.c81 struct drm_tegra_open_channel open_c = { 0 }; variable
98 open_c.client = HOST1X_CLASS_VIC; in prepare()
135 ret = ioctl(fd, DRM_IOCTL_TEGRA_OPEN_CHANNEL, &open_c); in main()
140 close_c.context = open_c.context; in main()
/cts/hostsidetests/security/securityPatch/CVE-2016-8432/
Dpoc.c37 volatile struct drm_tegra_open_channel open_c; variable
62 open_c.client = HOST1X_CLASS_VIC; in prepare()
114 ret = ioctl(dev_fd, DRM_IOCTL_TEGRA_OPEN_CHANNEL, &open_c); in main()
119 submit_c.context = open_c.context; in main()