Searched refs:open_c (Results 1 – 9 of 9) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6733/ |
D | poc.c | 80 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/securitybulletin/securityPatch/CVE-2016-6734/ |
D | poc.c | 85 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/securitybulletin/securityPatch/CVE-2016-6735/ |
D | poc.c | 86 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/securitybulletin/securityPatch/CVE-2016-6730/ |
D | poc.c | 88 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/securitybulletin/securityPatch/CVE-2016-6731/ |
D | poc.c | 88 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/securitybulletin/securityPatch/CVE-2016-6736/ |
D | poc.c | 100 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/securitybulletin/securityPatch/CVE-2016-8431/ |
D | poc.c | 33 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/securitybulletin/securityPatch/CVE-2016-6732/ |
D | poc.c | 81 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/securitybulletin/securityPatch/CVE-2016-8432/ |
D | poc.c | 37 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()
|