_IOC 48 arch/alpha/include/uapi/asm/ioctl.h #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) _IOC 49 arch/alpha/include/uapi/asm/ioctl.h #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) _IOC 50 arch/alpha/include/uapi/asm/ioctl.h #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) _IOC 51 arch/alpha/include/uapi/asm/ioctl.h #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) _IOC 306 arch/s390/include/uapi/asm/zcrypt.h #define ICARSAMODEXPO _IOC(_IOC_READ|_IOC_WRITE, ZCRYPT_IOCTL_MAGIC, 0x05, 0) _IOC 307 arch/s390/include/uapi/asm/zcrypt.h #define ICARSACRT _IOC(_IOC_READ|_IOC_WRITE, ZCRYPT_IOCTL_MAGIC, 0x06, 0) _IOC 308 arch/s390/include/uapi/asm/zcrypt.h #define ZSECSENDCPRB _IOC(_IOC_READ|_IOC_WRITE, ZCRYPT_IOCTL_MAGIC, 0x81, 0) _IOC 309 arch/s390/include/uapi/asm/zcrypt.h #define ZSENDEP11CPRB _IOC(_IOC_READ|_IOC_WRITE, ZCRYPT_IOCTL_MAGIC, 0x04, 0) _IOC 311 arch/s390/include/uapi/asm/zcrypt.h #define ZCRYPT_DEVICE_STATUS _IOC(_IOC_READ|_IOC_WRITE, ZCRYPT_IOCTL_MAGIC, 0x5f, 0) _IOC 353 arch/s390/include/uapi/asm/zcrypt.h #define ZDEVICESTATUS _IOC(_IOC_READ|_IOC_WRITE, ZCRYPT_IOCTL_MAGIC, 0x4f, 0) _IOC 45 arch/sparc/include/uapi/asm/ioctl.h #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) _IOC 46 arch/sparc/include/uapi/asm/ioctl.h #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) _IOC 47 arch/sparc/include/uapi/asm/ioctl.h #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) _IOC 48 arch/sparc/include/uapi/asm/ioctl.h #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) _IOC 255 drivers/pps/pps.c cmd = _IOC(_IOC_DIR(cmd), _IOC_TYPE(cmd), _IOC_NR(cmd), sizeof(void *)); _IOC 1055 drivers/scsi/pmcraid.h _IOC(_IOC_READ|_IOC_WRITE, PMCRAID_DRIVER_IOCTL, (n), (size)) _IOC 1058 drivers/scsi/pmcraid.h _IOC(_IOC_READ|_IOC_WRITE, PMCRAID_PASSTHROUGH_IOCTL, (n), (size)) _IOC 67 drivers/usb/class/usblp.c #define LPIOC_GET_DEVICE_ID(len) _IOC(_IOC_READ, 'P', IOCNR_GET_DEVICE_ID, len) _IOC 76 drivers/usb/class/usblp.c #define LPIOC_GET_PROTOCOLS(len) _IOC(_IOC_READ, 'P', IOCNR_GET_PROTOCOLS, len) _IOC 82 drivers/usb/class/usblp.c #define LPIOC_SET_PROTOCOL _IOC(_IOC_WRITE, 'P', IOCNR_SET_PROTOCOL, 0) _IOC 84 drivers/usb/class/usblp.c #define LPIOC_HP_SET_CHANNEL _IOC(_IOC_WRITE, 'P', IOCNR_HP_SET_CHANNEL, 0) _IOC 86 drivers/usb/class/usblp.c #define LPIOC_GET_BUS_ADDRESS(len) _IOC(_IOC_READ, 'P', IOCNR_GET_BUS_ADDRESS, len) _IOC 88 drivers/usb/class/usblp.c #define LPIOC_GET_VID_PID(len) _IOC(_IOC_READ, 'P', IOCNR_GET_VID_PID, len) _IOC 90 drivers/usb/class/usblp.c #define LPIOC_SOFT_RESET _IOC(_IOC_NONE, 'P', IOCNR_SOFT_RESET, 0); _IOC 27 fs/xfs/xfs_ioctl32.c _IOC(_IOC_DIR(cmd), _IOC_TYPE(cmd), _IOC_NR(cmd), sizeof(type)) _IOC 85 include/uapi/asm-generic/ioctl.h #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) _IOC 86 include/uapi/asm-generic/ioctl.h #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) _IOC 87 include/uapi/asm-generic/ioctl.h #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) _IOC 88 include/uapi/asm-generic/ioctl.h #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) _IOC 89 include/uapi/asm-generic/ioctl.h #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) _IOC 90 include/uapi/asm-generic/ioctl.h #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) _IOC 91 include/uapi/asm-generic/ioctl.h #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) _IOC 160 include/uapi/linux/hiddev.h #define HIDIOCGNAME(len) _IOC(_IOC_READ, 'H', 0x06, len) _IOC 172 include/uapi/linux/hiddev.h #define HIDIOCGPHYS(len) _IOC(_IOC_READ, 'H', 0x12, len) _IOC 37 include/uapi/linux/hidraw.h #define HIDIOCGRAWNAME(len) _IOC(_IOC_READ, 'H', 0x04, len) _IOC 38 include/uapi/linux/hidraw.h #define HIDIOCGRAWPHYS(len) _IOC(_IOC_READ, 'H', 0x05, len) _IOC 40 include/uapi/linux/hidraw.h #define HIDIOCSFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x06, len) _IOC 41 include/uapi/linux/hidraw.h #define HIDIOCGFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x07, len) _IOC 139 include/uapi/linux/input.h #define EVIOCGNAME(len) _IOC(_IOC_READ, 'E', 0x06, len) /* get device name */ _IOC 140 include/uapi/linux/input.h #define EVIOCGPHYS(len) _IOC(_IOC_READ, 'E', 0x07, len) /* get physical location */ _IOC 141 include/uapi/linux/input.h #define EVIOCGUNIQ(len) _IOC(_IOC_READ, 'E', 0x08, len) /* get unique identifier */ _IOC 142 include/uapi/linux/input.h #define EVIOCGPROP(len) _IOC(_IOC_READ, 'E', 0x09, len) /* get device properties */ _IOC 168 include/uapi/linux/input.h #define EVIOCGMTSLOTS(len) _IOC(_IOC_READ, 'E', 0x0a, len) _IOC 170 include/uapi/linux/input.h #define EVIOCGKEY(len) _IOC(_IOC_READ, 'E', 0x18, len) /* get global key state */ _IOC 171 include/uapi/linux/input.h #define EVIOCGLED(len) _IOC(_IOC_READ, 'E', 0x19, len) /* get all LEDs */ _IOC 172 include/uapi/linux/input.h #define EVIOCGSND(len) _IOC(_IOC_READ, 'E', 0x1a, len) /* get all sounds status */ _IOC 173 include/uapi/linux/input.h #define EVIOCGSW(len) _IOC(_IOC_READ, 'E', 0x1b, len) /* get all switch states */ _IOC 175 include/uapi/linux/input.h #define EVIOCGBIT(ev,len) _IOC(_IOC_READ, 'E', 0x20 + (ev), len) /* get event bits */ _IOC 59 include/uapi/linux/joystick.h #define JSIOCGNAME(len) _IOC(_IOC_READ, 'j', 0x13, len) /* get identifier string */ _IOC 161 include/uapi/linux/uinput.h #define UI_GET_SYSNAME(len) _IOC(_IOC_READ, UINPUT_IOCTL_BASE, 44, len) _IOC 226 include/uapi/linux/usbdevice_fs.h #define USBDEVFS_CONNINFO_EX(len) _IOC(_IOC_READ, 'U', 32, len) _IOC 102 include/uapi/linux/vboxguest.h #define VBG_IOCTL_VMMDEV_REQUEST(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 2, s) _IOC 106 include/uapi/linux/vboxguest.h #define VBG_IOCTL_VMMDEV_REQUEST_BIG _IOC(_IOC_READ | _IOC_WRITE, 'V', 3, 0) _IOC 176 include/uapi/linux/vboxguest.h #define VBG_IOCTL_HGCM_CALL_32(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 6, s) _IOC 177 include/uapi/linux/vboxguest.h #define VBG_IOCTL_HGCM_CALL_64(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 7, s) _IOC 201 include/uapi/linux/vboxguest.h #define VBG_IOCTL_LOG(s) _IOC(_IOC_READ | _IOC_WRITE, 'V', 9, s) _IOC 110 include/uapi/sound/sb16_csp.h _IOC(_IOC_WRITE, 'H', 0x11, sizeof(struct snd_sb_csp_microcode)) _IOC 42 include/uapi/xen/evtchn.h _IOC(_IOC_NONE, 'E', 0, sizeof(struct ioctl_evtchn_bind_virq)) _IOC 52 include/uapi/xen/evtchn.h _IOC(_IOC_NONE, 'E', 1, sizeof(struct ioctl_evtchn_bind_interdomain)) _IOC 62 include/uapi/xen/evtchn.h _IOC(_IOC_NONE, 'E', 2, sizeof(struct ioctl_evtchn_bind_unbound_port)) _IOC 71 include/uapi/xen/evtchn.h _IOC(_IOC_NONE, 'E', 3, sizeof(struct ioctl_evtchn_unbind)) _IOC 80 include/uapi/xen/evtchn.h _IOC(_IOC_NONE, 'E', 4, sizeof(struct ioctl_evtchn_notify)) _IOC 87 include/uapi/xen/evtchn.h _IOC(_IOC_NONE, 'E', 5, 0) _IOC 99 include/uapi/xen/evtchn.h _IOC(_IOC_NONE, 'E', 6, sizeof(struct ioctl_evtchn_restrict_domid)) _IOC 20 include/uapi/xen/gntalloc.h _IOC(_IOC_NONE, 'G', 5, sizeof(struct ioctl_gntalloc_alloc_gref)) _IOC 44 include/uapi/xen/gntalloc.h _IOC(_IOC_NONE, 'G', 6, sizeof(struct ioctl_gntalloc_dealloc_gref)) _IOC 64 include/uapi/xen/gntalloc.h _IOC(_IOC_NONE, 'G', 7, sizeof(struct ioctl_gntalloc_unmap_notify)) _IOC 53 include/uapi/xen/gntdev.h _IOC(_IOC_NONE, 'G', 0, sizeof(struct ioctl_gntdev_map_grant_ref)) _IOC 73 include/uapi/xen/gntdev.h _IOC(_IOC_NONE, 'G', 1, sizeof(struct ioctl_gntdev_unmap_grant_ref)) _IOC 96 include/uapi/xen/gntdev.h _IOC(_IOC_NONE, 'G', 2, sizeof(struct ioctl_gntdev_get_offset_for_vaddr)) _IOC 116 include/uapi/xen/gntdev.h _IOC(_IOC_NONE, 'G', 3, sizeof(struct ioctl_gntdev_set_max_grants)) _IOC 134 include/uapi/xen/gntdev.h _IOC(_IOC_NONE, 'G', 7, sizeof(struct ioctl_gntdev_unmap_notify)) _IOC 193 include/uapi/xen/gntdev.h _IOC(_IOC_NONE, 'G', 8, sizeof(struct ioctl_gntdev_grant_copy)) _IOC 235 include/uapi/xen/gntdev.h _IOC(_IOC_NONE, 'G', 9, \ _IOC 265 include/uapi/xen/gntdev.h _IOC(_IOC_NONE, 'G', 10, \ _IOC 278 include/uapi/xen/gntdev.h _IOC(_IOC_NONE, 'G', 11, \ _IOC 301 include/uapi/xen/gntdev.h _IOC(_IOC_NONE, 'G', 12, \ _IOC 115 include/uapi/xen/privcmd.h _IOC(_IOC_NONE, 'P', 0, sizeof(struct privcmd_hypercall)) _IOC 117 include/uapi/xen/privcmd.h _IOC(_IOC_NONE, 'P', 2, sizeof(struct privcmd_mmap)) _IOC 119 include/uapi/xen/privcmd.h _IOC(_IOC_NONE, 'P', 3, sizeof(struct privcmd_mmapbatch)) _IOC 121 include/uapi/xen/privcmd.h _IOC(_IOC_NONE, 'P', 4, sizeof(struct privcmd_mmapbatch_v2)) _IOC 123 include/uapi/xen/privcmd.h _IOC(_IOC_NONE, 'P', 5, sizeof(struct privcmd_dm_op)) _IOC 125 include/uapi/xen/privcmd.h _IOC(_IOC_NONE, 'P', 6, sizeof(domid_t)) _IOC 127 include/uapi/xen/privcmd.h _IOC(_IOC_NONE, 'P', 7, sizeof(struct privcmd_mmap_resource)) _IOC 39 include/xen/xenbus_dev.h _IOC(_IOC_NONE, 'B', 0, 0) _IOC 42 include/xen/xenbus_dev.h _IOC(_IOC_NONE, 'B', 1, 0) _IOC 24 samples/hidraw/hid-example.c #define HIDIOCSFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x06, len) _IOC 25 samples/hidraw/hid-example.c #define HIDIOCGFEATURE(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x07, len) _IOC 226 tools/include/uapi/linux/usbdevice_fs.h #define USBDEVFS_CONNINFO_EX(len) _IOC(_IOC_READ, 'U', 32, len)