OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NVMAP_IOC_MAGIC
(Results
1 - 7
of
7
) sorted by null
/cts/hostsidetests/security/securityPatch/CVE-2016-8424/
poc.c
54
#define
NVMAP_IOC_MAGIC
'N'
55
#define NVMAP_IOC_CREATE _IOWR(
NVMAP_IOC_MAGIC
, 0, struct nvmap_create_handle)
56
#define NVMAP_IOC_PARAM _IOWR(
NVMAP_IOC_MAGIC
, 8, struct nvmap_handle_param)
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)
59
#define NVMAP_IOC_FREE _IO(
NVMAP_IOC_MAGIC
, 4)
/cts/hostsidetests/security/securityPatch/CVE-2016-8428/
poc.c
70
#define
NVMAP_IOC_MAGIC
'N'
71
#define NVMAP_IOC_CREATE _IOWR(
NVMAP_IOC_MAGIC
, 0, struct nvmap_create_handle)
72
#define NVMAP_IOC_PARAM _IOWR(
NVMAP_IOC_MAGIC
, 8, struct nvmap_handle_param)
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)
75
#define NVMAP_IOC_FREE _IO(
NVMAP_IOC_MAGIC
, 4)
76
#define NVMAP_IOC_ALLOC _IOW(
NVMAP_IOC_MAGIC
, 3, struct nvmap_alloc_handle)
77
#define NVMAP_IOC_RESERVE _IOW(
NVMAP_IOC_MAGIC
, 18, struct nvmap_cache_op_list)
/cts/hostsidetests/security/securityPatch/CVE-2016-8429/
poc.c
80
#define
NVMAP_IOC_MAGIC
'N'
81
#define NVMAP_IOC_CREATE _IOWR(
NVMAP_IOC_MAGIC
, 0, struct nvmap_create_handle)
82
#define NVMAP_IOC_PARAM _IOWR(
NVMAP_IOC_MAGIC
, 8, struct nvmap_handle_param)
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)
85
#define NVMAP_IOC_FREE _IO(
NVMAP_IOC_MAGIC
, 4)
86
#define NVMAP_IOC_ALLOC _IOW(
NVMAP_IOC_MAGIC
, 3, struct nvmap_alloc_handle)
87
#define NVMAP_IOC_FROM_FD _IOWR(
NVMAP_IOC_MAGIC
, 16, struct nvmap_create_handle)
/cts/hostsidetests/security/securityPatch/CVE-2016-8460/
poc.c
79
#define
NVMAP_IOC_MAGIC
'N'
80
#define NVMAP_IOC_CREATE _IOWR(
NVMAP_IOC_MAGIC
, 0, struct nvmap_create_handle)
81
#define NVMAP_IOC_PIN_MULT _IOWR(
NVMAP_IOC_MAGIC
, 10, struct nvmap_pin_handle)
82
#define NVMAP_IOC_ALLOC _IOW(
NVMAP_IOC_MAGIC
, 3, struct nvmap_alloc_handle)
83
#define NVMAP_IOC_PIN_MULT_32 _IOWR(
NVMAP_IOC_MAGIC
, 10, struct nvmap_pin_handle_32)
84
#define NVMAP_IOC_MMAP_32 _IOWR(
NVMAP_IOC_MAGIC
, 5, struct nvmap_map_caller_32)
/cts/hostsidetests/security/securityPatch/CVE-2016-8430/
poc.c
86
#define
NVMAP_IOC_MAGIC
'N'
91
#define NVMAP_IOC_ALLOC _IOW(
NVMAP_IOC_MAGIC
, 3, struct nvmap_alloc_handle)
92
#define NVMAP_IOC_CREATE _IOWR(
NVMAP_IOC_MAGIC
, 0, struct nvmap_create_handle)
93
#define NVMAP_IOC_FREE _IO(
NVMAP_IOC_MAGIC
, 4)
/cts/hostsidetests/security/securityPatch/CVE-2016-8482/
poc.c
40
#define
NVMAP_IOC_MAGIC
'N'
49
#define NVMAP_IOC_CREATE _IOWR(
NVMAP_IOC_MAGIC
, 0, struct nvmap_create_handle)
67
#define NVMAP_IOC_ALLOC _IOW(
NVMAP_IOC_MAGIC
, 3, struct nvmap_alloc_handle)
/cts/hostsidetests/security/securityPatch/CVE-2017-0429/
poc.c
39
#define
NVMAP_IOC_MAGIC
'N'
48
#define NVMAP_IOC_CREATE _IOWR(
NVMAP_IOC_MAGIC
, 0, struct nvmap_create_handle)
56
#define NVMAP_IOC_ALLOC _IOW(
NVMAP_IOC_MAGIC
, 3, struct nvmap_alloc_handle)
Completed in 449 milliseconds