Searched refs:_IOR (Results 1 – 7 of 7) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-0844/ |
D | local_poc.h | 458 _IOR(IPC_ROUTER_IOCTL_MAGIC, 0, unsigned int) 460 #define IPC_ROUTER_IOCTL_GET_MTU _IOR(IPC_ROUTER_IOCTL_MAGIC, 1, unsigned int) 466 _IOR(IPC_ROUTER_IOCTL_MAGIC, 3, unsigned int) 469 _IOR(IPC_ROUTER_IOCTL_MAGIC, 4, unsigned int) 472 _IOR(IPC_ROUTER_IOCTL_MAGIC, 5, struct config_sec_rules_args)
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8425/ |
D | poc.c | 44 _IOR(NVHOST_IOCTL_MAGIC, 112, struct nvhost_channel_open_args)
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8426/ |
D | poc.c | 44 _IOR(NVHOST_IOCTL_MAGIC, 112, struct nvhost_channel_open_args)
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8430/ |
D | poc.c | 49 _IOR(NVHOST_IOCTL_MAGIC, 112, struct nvhost_channel_open_args)
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0508/ |
D | poc.c | 90 #define DRM_IOR(nr, type) _IOR(DRM_IOCTL_BASE, nr, type)
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0490/ |
D | poc.cpp | 81 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) macro
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-6262/ |
D | local_poc.h | 208 #define DRM_IOR(nr, type) _IOR(DRM_IOCTL_BASE, nr, type)
|