HomeSort by relevance Sort by last modified time
    Searched refs:NVMAP_IOC_ALLOC (Results 1 - 5 of 5) sorted by null

  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8428/
poc.c 76 #define NVMAP_IOC_ALLOC _IOW(NVMAP_IOC_MAGIC, 3, struct nvmap_alloc_handle)
134 ioctl(g_fd, NVMAP_IOC_ALLOC, &g_real_alloc);
135 printf("[*] NVMAP_IOC_ALLOC, last error = %d\n", errno);
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8429/
poc.c 86 #define NVMAP_IOC_ALLOC _IOW(NVMAP_IOC_MAGIC, 3, struct nvmap_alloc_handle)
120 ioctl(g_fd, NVMAP_IOC_ALLOC, &alloc);
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8430/
poc.c 91 #define NVMAP_IOC_ALLOC _IOW(NVMAP_IOC_MAGIC, 3, struct nvmap_alloc_handle)
146 ioctl(g_nvmap_fd, NVMAP_IOC_ALLOC, &g_real_alloc);
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8460/
poc.c 82 #define NVMAP_IOC_ALLOC _IOW(NVMAP_IOC_MAGIC, 3, struct nvmap_alloc_handle)
136 ioctl(g_fd, NVMAP_IOC_ALLOC, &alloc);
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8482/
poc.c 67 #define NVMAP_IOC_ALLOC _IOW(NVMAP_IOC_MAGIC, 3, struct nvmap_alloc_handle)
182 ret = ioctl(nvmap, NVMAP_IOC_ALLOC, &alloc);
184 ERR("[-] ioctl NVMAP_IOC_ALLOC failed");
186 LOG("[+] NVMAP_IOC_ALLOC succeeded");

Completed in 77 milliseconds