OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:o_args
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/security/securityPatch/CVE-2016-8425/
poc.c
85
struct nvhost_channel_open_args
o_args
= { 0 };
local
100
ret = ioctl(fd, NVHOST_IOCTL_CHANNEL_OPEN, &
o_args
);
105
printf("[+] ioctl OK, fd = %d\n",
o_args
.channel_fd);
108
target_fd =
o_args
.channel_fd;
125
ret = ioctl(fd, NVHOST_IOCTL_CHANNEL_OPEN, &
o_args
);
/cts/hostsidetests/security/securityPatch/CVE-2016-8426/
poc.c
85
struct nvhost_channel_open_args
o_args
= { 0 };
local
100
ret = ioctl(fd, NVHOST_IOCTL_CHANNEL_OPEN, &
o_args
);
105
printf("[+] ioctl OK, fd = %d\n",
o_args
.channel_fd);
108
target_fd =
o_args
.channel_fd;
127
ret = ioctl(fd, NVHOST_IOCTL_CHANNEL_OPEN, &
o_args
);
131
printf("[+] ioctl OK, fd = %d\n",
o_args
.channel_fd);
Completed in 60 milliseconds