Searched defs:ioctl (Results 1 - 10 of 10) sorted by relevance

/external/kernel-headers/original/linux/
H A Dwatchdog.h12 #include <linux/ioctl.h>
70 * @ioctl: The routines that handles extra ioctl calls.
87 long (*ioctl)(struct watchdog_device *, unsigned int, unsigned long); member in struct:watchdog_ops
H A Dloop.h48 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
142 int (*ioctl)(struct loop_device *, int cmd, unsigned long arg); member in struct:loop_func_table
[all...]
H A Dnet.h144 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, \
H A Dif_pppox.h100 * ioctl interface for defining forwarding of connections
227 int (*ioctl)(struct socket *sock, unsigned int cmd, member in struct:pppox_proto
H A Drtc.h5 * 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
H A Datmdev.h374 * 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
H A Dserial_core.h191 int (*ioctl)(struct uart_port *, unsigned int, unsigned long); member in struct:uart_ops
H A Dusb.h555 * @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
H A Dwanrouter.h504 int (*ioctl) (struct wan_device *wandev, unsigned cmd, member in struct:wan_device
/external/openssl/apps/
H A Ds_time.c91 #undef ioctl macro
92 #define ioctl ioctlsocket macro

Completed in 450 milliseconds