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

  /cts/hostsidetests/security/securityPatch/CVE-2016-8424/
poc.c 45 struct nvmap_create_handle { struct
55 #define NVMAP_IOC_CREATE _IOWR(NVMAP_IOC_MAGIC, 0, struct nvmap_create_handle)
57 #define NVMAP_IOC_GET_ID _IOWR(NVMAP_IOC_MAGIC, 13, struct nvmap_create_handle)
58 #define NVMAP_IOC_GET_FD _IOWR(NVMAP_IOC_MAGIC, 15, struct nvmap_create_handle)
64 struct nvmap_create_handle* g_allocation = NULL;
101 g_allocation = (struct nvmap_create_handle*)data;
  /cts/hostsidetests/security/securityPatch/CVE-2016-8429/
poc.c 64 struct nvmap_create_handle { struct
81 #define NVMAP_IOC_CREATE _IOWR(NVMAP_IOC_MAGIC, 0, struct nvmap_create_handle)
83 #define NVMAP_IOC_GET_ID _IOWR(NVMAP_IOC_MAGIC, 13, struct nvmap_create_handle)
84 #define NVMAP_IOC_GET_FD _IOWR(NVMAP_IOC_MAGIC, 15, struct nvmap_create_handle)
87 #define NVMAP_IOC_FROM_FD _IOWR(NVMAP_IOC_MAGIC, 16, struct nvmap_create_handle)
91 struct nvmap_create_handle* g_allocation = NULL;
92 struct nvmap_create_handle g_allocation_dup;
139 g_allocation = (struct nvmap_create_handle*)data;
  /cts/hostsidetests/security/securityPatch/CVE-2016-8428/
poc.c 44 struct nvmap_create_handle { struct
71 #define NVMAP_IOC_CREATE _IOWR(NVMAP_IOC_MAGIC, 0, struct nvmap_create_handle)
73 #define NVMAP_IOC_GET_ID _IOWR(NVMAP_IOC_MAGIC, 13, struct nvmap_create_handle)
74 #define NVMAP_IOC_GET_FD _IOWR(NVMAP_IOC_MAGIC, 15, struct nvmap_create_handle)
107 struct nvmap_create_handle* g_allocation = NULL;
157 g_allocation = (struct nvmap_create_handle*)data;
  /cts/hostsidetests/security/securityPatch/CVE-2016-8430/
poc.c 52 struct nvmap_create_handle { struct
92 #define NVMAP_IOC_CREATE _IOWR(NVMAP_IOC_MAGIC, 0, struct nvmap_create_handle)
100 struct nvmap_create_handle g_nvmap_hdl;
  /cts/hostsidetests/security/securityPatch/CVE-2016-8460/
poc.c 43 struct nvmap_create_handle { struct
80 #define NVMAP_IOC_CREATE _IOWR(NVMAP_IOC_MAGIC, 0, struct nvmap_create_handle)
127 struct nvmap_create_handle op = {0};
  /cts/hostsidetests/security/securityPatch/CVE-2016-8482/
poc.c 41 struct nvmap_create_handle { struct
49 #define NVMAP_IOC_CREATE _IOWR(NVMAP_IOC_MAGIC, 0, struct nvmap_create_handle)
137 struct nvmap_create_handle args = {
  /cts/hostsidetests/security/securityPatch/CVE-2017-0429/
poc.c 40 struct nvmap_create_handle { struct
48 #define NVMAP_IOC_CREATE _IOWR(NVMAP_IOC_MAGIC, 0, struct nvmap_create_handle)
111 struct nvmap_create_handle args = {

Completed in 113 milliseconds