Home | History | Annotate | Download | only in tests

Lines Matching full:ioctl

1 /* Tests Valgrind moans about unknown ioctl.
5 #include <sys/ioctl.h>
7 /* An ioctl request for a strange ioctl device driver.
19 ioctl(-1, IOCTL_REQUEST_BASE + 0x0);
20 ioctl(-1, IOCTL_REQUEST_BASE + 0x1);
21 ioctl(-1, IOCTL_REQUEST_BASE + 0x0);
22 ioctl(-1, IOCTL_REQUEST_BASE + 0x2);
23 ioctl(-1, IOCTL_REQUEST_BASE + 0x3);
24 ioctl(-1, IOCTL_REQUEST_BASE + 0x4);
25 ioctl(-1, IOCTL_REQUEST_BASE + 0x1);
26 ioctl(-1, IOCTL_REQUEST_BASE + 0x5);
27 ioctl(-1, IOCTL_REQUEST_BASE + 0x5);
28 ioctl(-1, IOCTL_REQUEST_BASE + 0x1);
29 ioctl(-1, IOCTL_REQUEST_BASE + 0x6);
30 ioctl(-1, IOCTL_REQUEST_BASE + 0x7);
31 ioctl(-1, IOCTL_REQUEST_BASE + 0x8);
32 ioctl(-1, IOCTL_REQUEST_BASE + 0x1);
33 ioctl(-1, IOCTL_REQUEST_BASE + 0x9);
34 ioctl(-1, IOCTL_REQUEST_BASE + 0x1);
35 ioctl(-1, IOCTL_REQUEST_BASE + 0x0);
36 ioctl(-1, IOCTL_REQUEST_BASE + 0xa);
37 ioctl(-1, IOCTL_REQUEST_BASE + 0xb);
38 ioctl(-1, IOCTL_REQUEST_BASE + 0xc);
39 ioctl(-1, IOCTL_REQUEST_BASE + 0xd);
40 ioctl(-1, IOCTL_REQUEST_BASE + 0x1);
41 ioctl(-1, IOCTL_REQUEST_BASE + 0xe);
42 ioctl(-1, IOCTL_REQUEST_BASE + 0x0);
43 ioctl(-1, IOCTL_REQUEST_BASE + 0xf);