Searched refs:NVMAP_IOC_ALLOC (Results 1 – 5 of 5) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8460/ |
D | poc.c | 82 #define NVMAP_IOC_ALLOC _IOW(NVMAP_IOC_MAGIC, 3, struct nvmap_alloc_handle) macro 136 ioctl(g_fd, NVMAP_IOC_ALLOC, &alloc); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8429/ |
D | poc.c | 86 #define NVMAP_IOC_ALLOC _IOW(NVMAP_IOC_MAGIC, 3, struct nvmap_alloc_handle) macro 120 ioctl(g_fd, NVMAP_IOC_ALLOC, &alloc); in trigger_nvmap_alloc()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8430/ |
D | poc.c | 91 #define NVMAP_IOC_ALLOC _IOW(NVMAP_IOC_MAGIC, 3, struct nvmap_alloc_handle) macro 146 ioctl(g_nvmap_fd, NVMAP_IOC_ALLOC, &g_real_alloc); in trigger_nvmap_alloc()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8428/ |
D | poc.c | 76 #define NVMAP_IOC_ALLOC _IOW(NVMAP_IOC_MAGIC, 3, struct nvmap_alloc_handle) macro 134 ioctl(g_fd, NVMAP_IOC_ALLOC, &g_real_alloc); in trigger_nvmap_alloc()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8482/ |
D | poc.c | 67 #define NVMAP_IOC_ALLOC _IOW(NVMAP_IOC_MAGIC, 3, struct nvmap_alloc_handle) macro 182 ret = ioctl(nvmap, NVMAP_IOC_ALLOC, &alloc); in main()
|