Searched refs:MAGIC (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/security/securityPatch/CVE-2017-0462/ |
D | poc.c | 40 #define MAGIC 'z' macro 42 #define SEEMP_CMD_RESERVE_RDBLKS _IOR(MAGIC, 1, int) 43 #define SEEMP_CMD_RELEASE_RDBLKS _IO(MAGIC, 2) 44 #define SEEMP_CMD_GET_RINGSZ _IOR(MAGIC, 3, int) 45 #define SEEMP_CMD_GET_BLKSZ _IOR(MAGIC, 4, int) 46 #define SEEMP_CMD_SET_MASK _IO(MAGIC, 5) 47 #define SEEMP_CMD_SET_MAPPING _IO(MAGIC, 6) 48 #define SEEMP_CMD_CHECK_FILTER _IOR(MAGIC, 7, int) 49 #define SEEMP_CMD_DEBUG_START _IOR(MAGIC, 8, int) 50 #define SEEMP_CMD_DEBUG_STOP _IOR(MAGIC, 9, int)
|