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

1234567891011>>

/external/kernel-headers/original/asm-arm/
H A Dioctl.h1 #include <asm-generic/ioctl.h>
/external/kernel-headers/original/asm-x86/
H A Dioctl.h1 #include <asm-generic/ioctl.h>
/external/kernel-headers/original/linux/
H A Dioctl.h4 #include <asm/ioctl.h>
H A Dlightsensor.h21 #include <linux/ioctl.h>
H A Dblkpg.h7 * A single ioctl with lots of subfunctions:
28 #include <linux/ioctl.h>
H A Dbmp085.h22 #include <linux/ioctl.h> /* For IOCTL macros */
27 /** The following define the IOCTL command values via the ioctl macros */
H A Dcapella_cm3602.h21 #include <linux/ioctl.h>
H A Dnvram.h4 #include <linux/ioctl.h>
H A Dsfh7743.h22 #include <linux/ioctl.h>
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dioctl.c8 int ioctl(int d, int request, char* argp) { function
/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/chromium_org/third_party/skia/src/utils/android/
H A Dashmem.cpp20 #include <sys/ioctl.h>
46 ret = ioctl(fd, ASHMEM_SET_NAME, buf);
51 ret = ioctl(fd, ASHMEM_SET_SIZE, size);
64 return ioctl(fd, ASHMEM_SET_PROT_MASK, prot);
70 return ioctl(fd, ASHMEM_PIN, &pin);
76 return ioctl(fd, ASHMEM_UNPIN, &pin);
81 return ioctl(fd, ASHMEM_GET_SIZE, NULL);
86 return ioctl(fd, ASHMEM_PURGE_ALL_CACHES, NULL);
/external/compiler-rt/lib/asan/lit_tests/TestCases/
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/lib/msan/lit_tests/
H A Dioctl.cc6 #include <sys/ioctl.h>
14 int res = ioctl(fd, FIOGETOWN, &z);
/external/skia/src/utils/android/
H A Dashmem.cpp20 #include <sys/ioctl.h>
46 ret = ioctl(fd, ASHMEM_SET_NAME, buf);
51 ret = ioctl(fd, ASHMEM_SET_SIZE, size);
64 return ioctl(fd, ASHMEM_SET_PROT_MASK, prot);
70 return ioctl(fd, ASHMEM_PIN, &pin);
76 return ioctl(fd, ASHMEM_UNPIN, &pin);
81 return ioctl(fd, ASHMEM_GET_SIZE, NULL);
86 return ioctl(fd, ASHMEM_PURGE_ALL_CACHES, NULL);
/external/e2fsprogs/lib/ext2fs/
H A Dflushb.c21 #include <sys/ioctl.h>
66 if (ioctl (fd, BLKFLSBUF, 0) == 0)
74 ioctl (fd, FDFLUSH, 0); /* In case this is a floppy */
H A Dgetsectsize.c25 #include <sys/ioctl.h>
57 if (ioctl(fd, BLKSSZGET, sectsize) >= 0) {
83 if (ioctl(fd, BLKPBSZGET, sectsize) >= 0) {
/external/kernel-headers/original/asm-mips/
H A Dsockios.h13 #include <asm/ioctl.h>
/external/android-clat/
H A Dmtu.c23 #include <sys/ioctl.h>
42 if(ioctl(fd, SIOCGIFMTU, &if_mtu) < 0) {
/external/openssh/openbsd-compat/
H A Dbsd-nextstep.c49 return (ioctl(fd, TIOCGETA, t));
64 return (ioctl(fd, TIOCSETA, t));
66 return (ioctl(fd, TIOCSETAW, t));
68 return (ioctl(fd, TIOCSETAF, t));
77 return (ioctl(fd, TIOCSPGRP, &pgrp));
/external/e2fsprogs/e2fsck/
H A Dflushb.c21 #include <sys/ioctl.h>
52 * Note: to reread the partition table, use the ioctl
56 if (ioctl(fd, BLKFLSBUF, 0) < 0) {
57 perror("ioctl BLKFLSBUF");
63 _("BLKFLSBUF ioctl not supported! Can't flush buffers.\n"));
/external/libpcap/lbl/
H A Dos-ultrix4.h35 int ioctl(int, int, caddr_t);
/external/tcpdump/lbl/
H A Dos-ultrix4.h35 int ioctl(int, int, caddr_t);
/external/qemu/target-i386/
H A Dhax-darwin.c19 #include <sys/ioctl.h>
48 ret = ioctl(hax_global.vm->fd, HAX_VM_IOCTL_ALLOC_RAM, &info);
79 ret = ioctl(hax_global.vm->fd, HAX_VM_IOCTL_SET_RAM, pinfo);
92 ret = ioctl(hax->fd, HAX_IOCTL_CAPABILITY, cap);
106 ret = ioctl(hax->fd, HAX_IOCTL_VERSION, version);
164 ret = ioctl(hax->fd, HAX_IOCTL_CREATE_VM, &vm_id);
191 ret = ioctl(vm_fd, HAX_VM_IOCTL_NOTIFY_QEMU_VERSION, qversion);
210 ret = ioctl(vm_fd, HAX_VM_IOCTL_VCPU_CREATE, &vcpuid);
241 ret = ioctl(vcpu->fd, HAX_VCPU_IOCTL_SETUP_TUNNEL, &info);
264 ret = ioctl(vcp
[all...]

Completed in 621 milliseconds

1234567891011>>