Home
last modified time | relevance | path

Searched refs:g_allocation (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8429/
Dpoc.c91 struct nvmap_create_handle* g_allocation = NULL; variable
106 ioctl(g_fd, NVMAP_IOC_CREATE, g_allocation); in trigger_nvmap_create()
119 alloc.handle = g_allocation->handle; in trigger_nvmap_alloc()
139 g_allocation = (struct nvmap_create_handle*)data; in prepare_data()
140 g_allocation->size = 1024; in prepare_data()
141 g_allocation->handle = -1; in prepare_data()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8428/
Dpoc.c107 struct nvmap_create_handle* g_allocation = NULL; variable
126 g_allocation->handle = -1; in trigger_nvmap_create()
127 ioctl(g_fd, NVMAP_IOC_CREATE, g_allocation); in trigger_nvmap_create()
129 return g_allocation->handle; in trigger_nvmap_create()
157 g_allocation = (struct nvmap_create_handle*)data; in prepare_data()
158 g_allocation->size = 0x40; in prepare_data()