/bionic/libc/bionic/ |
ioctl.c | 32 int ioctl(int fd, int request, ...) function
|
/development/ndk/platforms/android-3/include/linux/ |
android_pmem.h | 48 long (*ioctl) (struct file *, unsigned int, unsigned long); member in struct:pmem_file_operations
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
android_pmem.h | 48 long (*ioctl) (struct file *, unsigned int, unsigned long); member in struct:pmem_file_operations
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
android_pmem.h | 48 long (*ioctl) (struct file *, unsigned int, unsigned long); member in struct:pmem_file_operations
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
android_pmem.h | 48 long (*ioctl) (struct file *, unsigned int, unsigned long); member in struct:pmem_file_operations
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
android_pmem.h | 48 long (*ioctl) (struct file *, unsigned int, unsigned long); member in struct:pmem_file_operations
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
android_pmem.h | 48 long (*ioctl) (struct file *, unsigned int, unsigned long); member in struct:pmem_file_operations
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
android_pmem.h | 48 long (*ioctl) (struct file *, unsigned int, unsigned long); member in struct:pmem_file_operations
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
android_pmem.h | 48 long (*ioctl) (struct file *, unsigned int, unsigned long); member in struct:pmem_file_operations
|
/external/openssl/apps/ |
s_time.c | 91 #undef ioctl macro 92 #define ioctl ioctlsocket macro
|
/external/kernel-headers/original/linux/ |
loop.h | 48 int (*ioctl)(struct loop_device *, int cmd, member in struct:loop_device 85 int lo_number; /* ioctl r/o */ 86 __kernel_old_dev_t lo_device; /* ioctl r/o */ 87 unsigned long lo_inode; /* ioctl r/o */ 88 __kernel_old_dev_t lo_rdevice; /* ioctl r/o */ 91 int lo_encrypt_key_size; /* ioctl w/o */ 92 int lo_flags; /* ioctl r/o */ 94 unsigned char lo_encrypt_key[LO_KEY_SIZE]; /* ioctl w/o */ 100 __u64 lo_device; /* ioctl r/o */ 101 __u64 lo_inode; /* ioctl r/o * 142 int (*ioctl)(struct loop_device *, int cmd, unsigned long arg); member in struct:loop_func_table [all...] |
net.h | 144 int (*ioctl) (struct socket *sock, unsigned int cmd, member in struct:proto_ops 254 SOCKCALL_WRAP(name, ioctl, (struct socket *sock, unsigned int cmd, \ 281 .ioctl = __lock_##name##_ioctl, \
|
if_pppox.h | 100 * ioctl interface for defining forwarding of connections 227 int (*ioctl)(struct socket *sock, unsigned int cmd, member in struct:pppox_proto
|
rtc.h | 5 * Struct rtc_time and first 12 ioctl by Paul Gortmaker, 1996 - separated out 15 * The struct used to pass data via the following ioctl. Similar to the 66 * ioctl calls that are permitted to the /dev/rtc interface, if 121 int (*ioctl)(struct device *, unsigned int, unsigned long); member in struct:rtc_class_ops
|
atmdev.h | 374 * ioctl, getsockopt, and setsockopt are optional and can be set to NULL. 381 int (*ioctl)(struct atm_dev *dev,unsigned int cmd,void __user *arg); member in struct:atmdev_ops 398 int (*ioctl)(struct atm_dev *dev,unsigned int cmd,void __user *arg); member in struct:atmphy_ops 480 int (*ioctl)(struct socket *, unsigned int cmd, unsigned long arg); member in struct:atm_ioctl 485 * register_atm_ioctl - register handler for ioctl operations 487 * Special (non-device) handlers of ioctl's should 489 * set .ioctl in your atmdev_ops instead. 494 * deregister_atm_ioctl - remove the ioctl handler
|
serial_core.h | 191 int (*ioctl)(struct uart_port *, unsigned int, unsigned long); member in struct:uart_ops
|
usb.h | 555 * @ioctl: Used for drivers that want to talk to userspace through 597 int (*ioctl) (struct usb_interface *intf, unsigned int code, member in struct:usb_driver [all...] |
wanrouter.h | 53 #define ROUTER_IOCTL 'W' /* for IOCTL calls */ 56 /* IOCTL codes for /proc/router/<device> entries (up to 255) */ 196 * WAN device configuration. Passed to ROUTER_SETUP IOCTL. 330 * WAN Link Status Info (for ROUTER_STAT IOCTL). 389 * WAN interface (logical channel) configuration (for ROUTER_IFNEW IOCTL). 504 int (*ioctl) (struct wan_device *wandev, unsigned cmd, member in struct:wan_device
|
fs.h | 10 #include <linux/ioctl.h> 153 * ioctl() that is not currently implemented. 1012 int (*ioctl) (struct inode *, struct file *, unsigned, unsigned long); member in struct:block_device_operations 1063 int (*ioctl) (struct inode *, struct file *, unsigned int, unsigned long); member in struct:file_operations [all...] |