Searched refs:o_args (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8426/ |
D | poc.c | 85 struct nvhost_channel_open_args o_args = { 0 }; in main() local 100 ret = ioctl(fd, NVHOST_IOCTL_CHANNEL_OPEN, &o_args); in main() 105 printf("[+] ioctl OK, fd = %d\n", o_args.channel_fd); in main() 108 target_fd = o_args.channel_fd; in main() 127 ret = ioctl(fd, NVHOST_IOCTL_CHANNEL_OPEN, &o_args); in main() 131 printf("[+] ioctl OK, fd = %d\n", o_args.channel_fd); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8425/ |
D | poc.c | 85 struct nvhost_channel_open_args o_args = { 0 }; in main() local 100 ret = ioctl(fd, NVHOST_IOCTL_CHANNEL_OPEN, &o_args); in main() 105 printf("[+] ioctl OK, fd = %d\n", o_args.channel_fd); in main() 108 target_fd = o_args.channel_fd; in main() 125 ret = ioctl(fd, NVHOST_IOCTL_CHANNEL_OPEN, &o_args); in main()
|