Searched refs:fd_dbg (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8427/ |
D | poc.c | 31 int fd_dbg; variable 39 fd_dbg = open("/dev/nvhost-dbg-gpu",0x0ul,0x101000ul); in thr() 42 fd_dbg_1 = dup3(fd_dbg, fd_dbg,0x80000ul); in thr() 47 ioctl(fd_dbg,NVHOST_DBG_GPU_IOCTL_BIND_CHANNEL,ioarg, 0, 0, 0); in thr() 55 ioctl(fd_dbg,NVHOST_DBG_GPU_IOCTL_BIND_CHANNEL,ioarg); in thr() 60 ioctl(fd_dbg,NVHOST_DBG_GPU_IOCTL_BIND_CHANNEL,ioarg); in thr()
|