Searched refs:ioctl_code (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0069/ |
D | poc.c | 86 OperationResult work_out_ioctl_code(int fd, int *ioctl_code) { in work_out_ioctl_code() argument 107 *ioctl_code = CMDQ_IOCTL_EXEC_COMMAND | (ii << 16); in work_out_ioctl_code() 116 OperationResult perform_pa_read(int fd, int ioctl_code, uint32_t kernel_buffer, in perform_pa_read() argument 171 switch (ioctl(fd, ioctl_code, &command)) { in perform_pa_read() 202 int ioctl_code = 0; in main() local 230 if (OperationSuccess != work_out_ioctl_code(fd, &ioctl_code)) { in main() 240 switch (perform_pa_read(fd, ioctl_code, kernel_buffer.address, pa, buffer, in main()
|