Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8429/
Dpoc.c64 struct nvmap_create_handle { struct
81 #define NVMAP_IOC_CREATE _IOWR(NVMAP_IOC_MAGIC, 0, struct nvmap_create_handle) argument
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; in prepare_data()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8428/
Dpoc.c44 struct nvmap_create_handle { struct
71 #define NVMAP_IOC_CREATE _IOWR(NVMAP_IOC_MAGIC, 0, struct nvmap_create_handle) argument
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; in prepare_data()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8460/
Dpoc.c43 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}; in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8430/
Dpoc.c52 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/securitybulletin/securityPatch/CVE-2016-8482/
Dpoc.c41 struct nvmap_create_handle { struct
49 #define NVMAP_IOC_CREATE _IOWR(NVMAP_IOC_MAGIC, 0, struct nvmap_create_handle) argument
137 struct nvmap_create_handle args = { in main()