Searched refs:close_c (Results 1 – 7 of 7) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6733/ |
D | poc.c | 81 volatile struct drm_tegra_close_channel close_c = { 0 }; variable 107 ret = ioctl(fd, DRM_IOCTL_TEGRA_CLOSE_CHANNEL, &close_c); in child() 138 close_c.context = open_c.context; in main() 139 ret = ioctl(fd, DRM_IOCTL_TEGRA_CLOSE_CHANNEL, &close_c); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6732/ |
D | poc.c | 82 volatile struct drm_tegra_close_channel close_c = { 0 }; variable 107 ret = ioctl(fd, DRM_IOCTL_TEGRA_CLOSE_CHANNEL, &close_c); in child() 140 close_c.context = open_c.context; in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6734/ |
D | poc.c | 86 volatile struct drm_tegra_close_channel close_c = { 0 }; variable 147 close_c.context = open_c.context; in main() 149 ret = ioctl(fd, DRM_IOCTL_TEGRA_CLOSE_CHANNEL, &close_c); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6735/ |
D | poc.c | 87 volatile struct drm_tegra_close_channel close_c = { 0 }; variable 146 close_c.context = open_c.context; in main() 148 ret = ioctl(fd, DRM_IOCTL_TEGRA_CLOSE_CHANNEL, &close_c); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6730/ |
D | poc.c | 89 volatile struct drm_tegra_close_channel close_c = { 0 }; variable 150 close_c.context = open_c.context; in main() 152 ret = ioctl(fd, DRM_IOCTL_TEGRA_CLOSE_CHANNEL, &close_c); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6731/ |
D | poc.c | 89 volatile struct drm_tegra_close_channel close_c = { 0 }; variable 150 close_c.context = open_c.context; in main() 152 ret = ioctl(fd, DRM_IOCTL_TEGRA_CLOSE_CHANNEL, &close_c); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-6736/ |
D | poc.c | 101 volatile struct drm_tegra_close_channel close_c = { 0 }; variable 160 close_c.context = open_c.context; in main() 162 ret = ioctl(fd, DRM_IOCTL_TEGRA_CLOSE_CHANNEL, &close_c); in main()
|