Searched refs:ioctl (Results 1 - 25 of 444) sorted by relevance

1234567891011>>

/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dioctl.h1 #include <asm-generic/ioctl.h>
/external/kernel-headers/original/uapi/asm-arm64/asm/
H A Dioctl.h1 #include <asm-generic/ioctl.h>
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dioctl.h1 #include <asm-generic/ioctl.h>
H A Dmsr.h9 #include <linux/ioctl.h>
/external/kernel-headers/original/uapi/linux/
H A Dif_ppp.h1 #include <linux/ppp-ioctl.h>
H A Dioctl.h4 #include <asm/ioctl.h>
H A Dnvram.h4 #include <linux/ioctl.h>
H A Dradeonfb.h4 #include <asm/ioctl.h>
/external/valgrind/memcheck/tests/linux/
H A Dioctl-tiocsig.c1 #include <sys/ioctl.h>
6 ioctl(9, TIOCSIG, 9);
/external/valgrind/memcheck/tests/darwin/
H A Dioctl-tiocsbrk.c4 #include <sys/ioctl.h>
9 ioctl(1, TIOCSBRK, 0);
10 ioctl(1, TIOCCBRK, 0);
/external/valgrind/none/tests/
H A Dioctl_moans.c1 /* 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(
[all...]
/external/strace/tests/
H A Dioctl.test3 # Check ioctl syscall decoding.
8 run_strace -e ioctl $args
H A Dioctl.c8 #include <sys/ioctl.h>
32 if (ioctl(-1, TCGETS, &tty) != -1 ||
33 ioctl(-1, MMTIMER_GETRES, &data) != -1 ||
34 ioctl(-1, HIDIOCGVERSION, &data) != -1 ||
35 ioctl(-1, HIDIOCGPHYS(8), &data) != -1 ||
36 ioctl(-1, EVIOCGBIT(EV_KEY, 8), &data) != -1 ||
37 ioctl(-1, _IOR(0xde, 0xad, data), &data) != -1)
/external/e2fsprogs/lib/e2p/
H A Dsetversion.c22 #include <sys/ioctl.h>
32 return ioctl (fd, EXT2_IOC_SETVERSION, &ver);
H A Dgetversion.c22 #include <sys/ioctl.h>
31 r = ioctl (fd, EXT2_IOC_GETVERSION, &ver);
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dioctl.h18 * And this turns out useful to catch old ioctl numbers in header
25 #include <asm-generic/ioctl.h>
H A Dsockios.h13 #include <asm/ioctl.h>
/external/toybox/toys/other/
H A Dpartprobe.c24 if (ioctl(fd, BLKRRPART, 0)) perror_msg("ioctl failed");
H A Dchvt.c32 if (!*cc || fd < 0 || ioctl(fd, 0x5606, vtnum) || ioctl(fd, 0x5607, vtnum))
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dioctl.cc9 #include <sys/ioctl.h>
17 int res = ioctl(fd, FIONBIO, &nonblock + 1);
20 // CHECK: {{#.* in main .*ioctl.cc:}}[[@LINE-3]]
/external/compiler-rt/test/msan/
H A Dioctl.cc6 #include <sys/ioctl.h>
14 int res = ioctl(fd, FIOGETOWN, &z);
/external/skia/platform_tools/android/third_party/ashmem/cutils/
H A Dashmem-dev.c27 #include <sys/ioctl.h>
54 ret = ioctl(fd, ASHMEM_SET_NAME, buf);
59 ret = ioctl(fd, ASHMEM_SET_SIZE, size);
72 return ioctl(fd, ASHMEM_SET_PROT_MASK, prot);
78 return ioctl(fd, ASHMEM_PIN, &pin);
84 return ioctl(fd, ASHMEM_UNPIN, &pin);
89 return ioctl(fd, ASHMEM_GET_SIZE, NULL);
97 const int ret = ioctl(fd, ASHMEM_PURGE_ALL_CACHES, 0);
/external/e2fsprogs/lib/ext2fs/
H A Dflushb.c21 #include <sys/ioctl.h>
66 if (ioctl (fd, BLKFLSBUF, 0) == 0)
72 return ioctl(fd, FDFLUSH, 0); /* In case this is a floppy */
/external/android-clat/
H A Dmtu.c23 #include <sys/ioctl.h>
42 if(ioctl(fd, SIOCGIFMTU, &if_mtu) < 0) {
/external/libdrm/tests/
H A Dgetclient.c46 ret = ioctl(fd, DRM_IOCTL_GET_CLIENT, &client);
55 ret = ioctl(fd, DRM_IOCTL_GET_CLIENT, &client);

Completed in 811 milliseconds

1234567891011>>