Home
last modified time | relevance | path

Searched refs:NVMAP_IOC_ALLOC (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8460/
Dpoc.c82 #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/
Dpoc.c86 #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/
Dpoc.c91 #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/
Dpoc.c76 #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/
Dpoc.c67 #define NVMAP_IOC_ALLOC _IOW(NVMAP_IOC_MAGIC, 3, struct nvmap_alloc_handle) macro
182 ret = ioctl(nvmap, NVMAP_IOC_ALLOC, &alloc); in main()