HomeSort by relevance Sort by last modified time
    Searched full:ioctl (Results 326 - 350 of 5025) sorted by null

<<11121314151617181920>>

  /device/moto/shamu/sepolicy/
mediaserver.te 19 allow mediaserver tee_device:chr_file { ioctl open read write };
  /external/autotest/client/bin/input/
linux_ioctl.py 7 # Python version of include/asm-generic/ioctl.h
13 # ioctl command encoding: 32 bits total, command in lower 16 bits,
16 # Encoding the size of the parameter structure in the ioctl request
62 # used to decode ioctl numbers..
  /external/fio/os/
os-android.h 6 #include <sys/ioctl.h>
75 int length = ioctl(__shmid, ASHMEM_GET_SIZE, NULL);
77 ret = ioctl(__shmid, ASHMEM_UNPIN, &pin);
93 ret = ioctl(fd, ASHMEM_SET_NAME, key);
97 ret = ioctl(fd, ASHMEM_SET_SIZE, __size);
110 size_t *ptr, size = ioctl(__shmid, ASHMEM_GET_SIZE, NULL);
169 return ioctl(f->fd, BLKFLSBUF);
174 if (!ioctl(f->fd, BLKGETSIZE64, bytes))
262 if (!ioctl(fd, BLKDISCARD, range))
  /external/kernel-headers/original/uapi/asm-generic/
ioctl.h 4 /* ioctl command encoding: 32 bits total, command in lower 16 bits,
7 * Encoding the size of the parameter structure in the ioctl request
16 * platforms. The generic ioctl numbering scheme doesn't really enforce
84 /* used to decode ioctl numbers.. */
  /external/kernel-headers/original/uapi/asm-mips/asm/
sockios.h 13 #include <asm/ioctl.h>
  /external/kernel-headers/original/uapi/linux/
i2c-dev.h 29 /* /dev/i2c-X ioctl commands. The ioctl's parameter is always an
55 /* This is the structure as used in the I2C_SMBUS ioctl call */
63 /* This is the structure as used in the I2C_RDWR ioctl call */
if_slip.h 19 * VSV = ioctl for keepalive & outfill in SLIP driver
ion.h 20 #include <linux/ioctl.h>
91 * Provided by userspace as an argument to the ioctl
125 * struct ion_custom_data - metadata passed to/from userspace for a custom ioctl
126 * @cmd: the custom ioctl function to call
127 * @arg: additional data to pass to the custom ioctl, typically a user
130 * This works just like the regular cmd and arg fields of an ioctl.
196 * DOC: ION_IOC_CUSTOM - call architecture specific ion ioctl
198 * Takes the argument of the architecture specific ioctl to call and
199 * passes appropriate userdata for that ioctl
reiserfs_fs.h 17 /* ioctl's command */
  /external/kernel-headers/original/uapi/linux/usb/
cdc-wdm.h 15 * This IOCTL is used to retrieve the wMaxCommand for the device,
  /external/wpa_supplicant_8/src/drivers/
driver_openbsd.c 10 #include <sys/ioctl.h>
38 if (ioctl(drv->sock, SIOCG80211NWID, &ifr) < 0 ||
53 if (ioctl(drv->sock, SIOCG80211BSSID, &id) < 0)
87 if (ioctl(drv->sock, SIOCS80211KEYAVAIL, &keyavail) < 0)
  /frameworks/base/services/core/jni/
com_android_server_PersistentDataBlockService.cpp 23 #include <sys/ioctl.h>
40 ret = ioctl(fd, BLKGETSIZE64, &size);
60 ret = ioctl(fd, BLKSECDISCARD, &range);
65 ret = ioctl(fd, BLKDISCARD, &range);
  /hardware/broadcom/libbt/include/
userial_vendor.h 76 /* These are the ioctl values used for bt_wake ioctl via UART driver. you may
78 * Logically they need to be unique and not colide with existing uart ioctl's.
167 ** Description ioctl inteface
  /hardware/qcom/msm8994/original-kernel-headers/sound/
voice_svc.h 5 #include <linux/ioctl.h>
  /hardware/qcom/msm8996/original-kernel-headers/linux/
fips_status.h 5 #include <linux/ioctl.h>
ion.h 20 #include <linux/ioctl.h>
84 * Provided by userspace as an argument to the ioctl
118 * struct ion_custom_data - metadata passed to/from userspace for a custom ioctl
119 * @cmd: the custom ioctl function to call
120 * @arg: additional data to pass to the custom ioctl, typically a user
123 * This works just like the regular cmd and arg fields of an ioctl.
189 * DOC: ION_IOC_CUSTOM - call architecture specific ion ioctl
191 * Takes the argument of the architecture specific ioctl to call and
192 * passes appropriate userdata for that ioctl
  /hardware/qcom/msm8996/original-kernel-headers/sound/
voice_svc.h 5 #include <linux/ioctl.h>
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
ion.h 20 #include <linux/ioctl.h>
84 * Provided by userspace as an argument to the ioctl
118 * struct ion_custom_data - metadata passed to/from userspace for a custom ioctl
119 * @cmd: the custom ioctl function to call
120 * @arg: additional data to pass to the custom ioctl, typically a user
123 * This works just like the regular cmd and arg fields of an ioctl.
188 * DOC: ION_IOC_CUSTOM - call architecture specific ion ioctl
190 * Takes the argument of the architecture specific ioctl to call and
191 * passes appropriate userdata for that ioctl
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
ion.h 20 #include <linux/ioctl.h>
87 * Provided by userspace as an argument to the ioctl
121 * struct ion_custom_data - metadata passed to/from userspace for a custom ioctl
122 * @cmd: the custom ioctl function to call
123 * @arg: additional data to pass to the custom ioctl, typically a user
126 * This works just like the regular cmd and arg fields of an ioctl.
191 * DOC: ION_IOC_CUSTOM - call architecture specific ion ioctl
193 * Takes the argument of the architecture specific ioctl to call and
194 * passes appropriate userdata for that ioctl
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
ioctl.h 4 /* ioctl command encoding: 32 bits total, command in lower 16 bits,
7 * Encoding the size of the parameter structure in the ioctl request
16 * platforms. The generic ioctl numbering scheme doesn't really enforce
82 /* used to decode ioctl numbers.. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
ioctl-types.h 21 # error "Never use <bits/ioctl-types.h> directly; include <sys/ioctl.h> instead."
24 /* Get definition of constants for use with `ioctl'. */
60 /* ioctl (fd, TIOCSERGETLSR, &result) where result may be as below */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
i2c-dev.h 28 /* /dev/i2c-X ioctl commands. The ioctl's parameter is always an
54 /* This is the structure as used in the I2C_SMBUS ioctl call */
62 /* This is the structure as used in the I2C_RDWR ioctl call */
if_slip.h 19 * VSV = ioctl for keepalive & outfill in SLIP driver
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
ioctl.h 4 /* ioctl command encoding: 32 bits total, command in lower 16 bits,
7 * Encoding the size of the parameter structure in the ioctl request
16 * platforms. The generic ioctl numbering scheme doesn't really enforce
82 /* used to decode ioctl numbers.. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
ioctl-types.h 21 # error "Never use <bits/ioctl-types.h> directly; include <sys/ioctl.h> instead."
24 /* Get definition of constants for use with `ioctl'. */
60 /* ioctl (fd, TIOCSERGETLSR, &result) where result may be as below */

Completed in 636 milliseconds

<<11121314151617181920>>