Symbol: _IOW
crypto/heimdal/lib/kafs/afssys.c
43
#define VIOC_SYSCALL_PROC _IOW('C', 1, void *)
crypto/heimdal/lib/kafs/kafs.h
49
#define _VICEIOCTL(id) ((unsigned int ) _IOW('V', id, struct ViceIoctl))
crypto/heimdal/lib/kafs/kafs.h
50
#define _AFSCIOCTL(id) ((unsigned int ) _IOW('C', id, struct ViceIoctl))
sbin/ipf/ipf/bpf-ipf.h
112
#define BIOCSETF _IOW(B,103, struct bpf_program)
sbin/ipf/ipf/bpf-ipf.h
117
#define BIOCSETIF _IOW(B,108, struct ifreq)
sbin/ipf/ipf/bpf-ipf.h
118
#define BIOCSRTIMEOUT _IOW(B,109, struct timeval)
sbin/ipf/ipf/bpf-ipf.h
121
#define BIOCIMMEDIATE _IOW(B,112, u_int)
sbin/ipf/ipf/bpf-ipf.h
123
#define BIOCSTCPF _IOW(B,114, struct bpf_program)
sbin/ipf/ipf/bpf-ipf.h
124
#define BIOCSUDPF _IOW(B,115, struct bpf_program)
sbin/ipf/ipf/bpf-ipf.h
128
#define BIOCSETF _IOW('B',103, struct bpf_program)
sbin/ipf/ipf/bpf-ipf.h
133
#define BIOCSETIF _IOW('B',108, struct ifreq)
sbin/ipf/ipf/bpf-ipf.h
134
#define BIOCSRTIMEOUT _IOW('B',109, struct timeval)
sbin/ipf/ipf/bpf-ipf.h
137
#define BIOCIMMEDIATE _IOW('B',112, u_int)
sbin/ipf/ipf/bpf-ipf.h
139
#define BIOCSTCPF _IOW('B',114, struct bpf_program)
sbin/ipf/ipf/bpf-ipf.h
140
#define BIOCSUDPF _IOW('B',115, struct bpf_program)
stand/kboot/include/arch/powerpc64/termios_arch.h
190
#define HOST_TCSETS _IOW('t', 20, char[44])
stand/kboot/include/arch/powerpc64/termios_arch.h
191
#define HOST_TCSETSW _IOW('t', 21, char[44])
stand/kboot/include/arch/powerpc64/termios_arch.h
192
#define HOST_TCSETSF _IOW('t', 22, char[44])
sys/amd64/include/sgx.h
39
_IOW(SGX_MAGIC, 0x00, struct sgx_enclave_create)
sys/amd64/include/sgx.h
41
_IOW(SGX_MAGIC, 0x01, struct sgx_enclave_add_page)
sys/amd64/include/sgx.h
43
_IOW(SGX_MAGIC, 0x02, struct sgx_enclave_init)
sys/amd64/include/vmm_dev.h
348
_IOW('v', IOCNUM_RUN, struct vm_run)
sys/amd64/include/vmm_dev.h
350
_IOW('v', IOCNUM_SUSPEND, struct vm_suspend)
sys/amd64/include/vmm_dev.h
354
_IOW('v', IOCNUM_ALLOC_MEMSEG, struct vm_memseg)
sys/amd64/include/vmm_dev.h
358
_IOW('v', IOCNUM_MMAP_MEMSEG, struct vm_memmap)
sys/amd64/include/vmm_dev.h
362
_IOW('v', IOCNUM_MUNMAP_MEMSEG, struct vm_munmap)
sys/amd64/include/vmm_dev.h
364
_IOW('v', IOCNUM_SET_REGISTER, struct vm_register)
sys/amd64/include/vmm_dev.h
368
_IOW('v', IOCNUM_SET_SEGMENT_DESCRIPTOR, struct vm_seg_desc)
sys/amd64/include/vmm_dev.h
372
_IOW('v', IOCNUM_SET_REGISTER_SET, struct vm_register_set)
sys/amd64/include/vmm_dev.h
376
_IOW('v', IOCNUM_SET_KERNEMU_DEV, \
sys/amd64/include/vmm_dev.h
382
_IOW('v', IOCNUM_INJECT_EXCEPTION, struct vm_exception)
sys/amd64/include/vmm_dev.h
384
_IOW('v', IOCNUM_LAPIC_IRQ, struct vm_lapic_irq)
sys/amd64/include/vmm_dev.h
386
_IOW('v', IOCNUM_LAPIC_LOCAL_IRQ, struct vm_lapic_irq)
sys/amd64/include/vmm_dev.h
388
_IOW('v', IOCNUM_LAPIC_MSI, struct vm_lapic_msi)
sys/amd64/include/vmm_dev.h
390
_IOW('v', IOCNUM_IOAPIC_ASSERT_IRQ, struct vm_ioapic_irq)
sys/amd64/include/vmm_dev.h
392
_IOW('v', IOCNUM_IOAPIC_DEASSERT_IRQ, struct vm_ioapic_irq)
sys/amd64/include/vmm_dev.h
394
_IOW('v', IOCNUM_IOAPIC_PULSE_IRQ, struct vm_ioapic_irq)
sys/amd64/include/vmm_dev.h
398
_IOW('v', IOCNUM_ISA_ASSERT_IRQ, struct vm_isa_irq)
sys/amd64/include/vmm_dev.h
400
_IOW('v', IOCNUM_ISA_DEASSERT_IRQ, struct vm_isa_irq)
sys/amd64/include/vmm_dev.h
402
_IOW('v', IOCNUM_ISA_PULSE_IRQ, struct vm_isa_irq)
sys/amd64/include/vmm_dev.h
404
_IOW('v', IOCNUM_ISA_SET_IRQ_TRIGGER, struct vm_isa_irq_trigger)
sys/amd64/include/vmm_dev.h
406
_IOW('v', IOCNUM_SET_CAPABILITY, struct vm_capability)
sys/amd64/include/vmm_dev.h
410
_IOW('v', IOCNUM_BIND_PPTDEV, struct vm_pptdev)
sys/amd64/include/vmm_dev.h
412
_IOW('v', IOCNUM_UNBIND_PPTDEV, struct vm_pptdev)
sys/amd64/include/vmm_dev.h
414
_IOW('v', IOCNUM_MAP_PPTDEV_MMIO, struct vm_pptdev_mmio)
sys/amd64/include/vmm_dev.h
416
_IOW('v', IOCNUM_PPTDEV_MSI, struct vm_pptdev_msi)
sys/amd64/include/vmm_dev.h
418
_IOW('v', IOCNUM_PPTDEV_MSIX, struct vm_pptdev_msix)
sys/amd64/include/vmm_dev.h
420
_IOW('v', IOCNUM_PPTDEV_DISABLE_MSIX, struct vm_pptdev)
sys/amd64/include/vmm_dev.h
422
_IOW('v', IOCNUM_UNMAP_PPTDEV_MMIO, struct vm_pptdev_mmio)
sys/amd64/include/vmm_dev.h
424
_IOW('v', IOCNUM_INJECT_NMI, struct vm_nmi)
sys/amd64/include/vmm_dev.h
430
_IOW('v', IOCNUM_SET_X2APIC_STATE, struct vm_x2apic)
sys/amd64/include/vmm_dev.h
436
_IOW('v', IOCNUM_SET_TOPOLOGY, struct vm_cpu_topology)
sys/amd64/include/vmm_dev.h
446
_IOW('v', IOCNUM_ACTIVATE_CPU, struct vm_activate_cpu)
sys/amd64/include/vmm_dev.h
448
_IOW('v', IOCNUM_GET_CPUSET, struct vm_cpuset)
sys/amd64/include/vmm_dev.h
450
_IOW('v', IOCNUM_SUSPEND_CPU, struct vm_activate_cpu)
sys/amd64/include/vmm_dev.h
452
_IOW('v', IOCNUM_RESUME_CPU, struct vm_activate_cpu)
sys/amd64/include/vmm_dev.h
454
_IOW('v', IOCNUM_SET_INTINFO, struct vm_intinfo)
sys/amd64/include/vmm_dev.h
458
_IOW('v', IOCNUM_RTC_WRITE, struct vm_rtc_data)
sys/amd64/include/vmm_dev.h
462
_IOW('v', IOCNUM_RTC_SETTIME, struct vm_rtc_time)
sys/amd64/include/vmm_dev.h
466
_IOW('v', IOCNUM_RESTART_INSTRUCTION, int)
sys/arm64/include/vmm_dev.h
221
_IOW('v', IOCNUM_SUSPEND, struct vm_suspend)
sys/arm64/include/vmm_dev.h
225
_IOW('v', IOCNUM_ALLOC_MEMSEG, struct vm_memseg)
sys/arm64/include/vmm_dev.h
229
_IOW('v', IOCNUM_MMAP_MEMSEG, struct vm_memmap)
sys/arm64/include/vmm_dev.h
233
_IOW('v', IOCNUM_MUNMAP_MEMSEG, struct vm_munmap)
sys/arm64/include/vmm_dev.h
235
_IOW('v', IOCNUM_SET_REGISTER, struct vm_register)
sys/arm64/include/vmm_dev.h
239
_IOW('v', IOCNUM_SET_REGISTER_SET, struct vm_register_set)
sys/arm64/include/vmm_dev.h
243
_IOW('v', IOCNUM_SET_CAPABILITY, struct vm_capability)
sys/arm64/include/vmm_dev.h
251
_IOW('v', IOCNUM_ASSERT_IRQ, struct vm_irq)
sys/arm64/include/vmm_dev.h
253
_IOW('v', IOCNUM_DEASSERT_IRQ, struct vm_irq)
sys/arm64/include/vmm_dev.h
255
_IOW('v', IOCNUM_RAISE_MSI, struct vm_msi)
sys/arm64/include/vmm_dev.h
257
_IOW('v', IOCNUM_INJECT_EXCEPTION, struct vm_exception)
sys/arm64/include/vmm_dev.h
259
_IOW('v', IOCNUM_SET_TOPOLOGY, struct vm_cpu_topology)
sys/arm64/include/vmm_dev.h
265
_IOW('v', IOCNUM_ACTIVATE_CPU, struct vm_activate_cpu)
sys/arm64/include/vmm_dev.h
267
_IOW('v', IOCNUM_GET_CPUSET, struct vm_cpuset)
sys/arm64/include/vmm_dev.h
269
_IOW('v', IOCNUM_SUSPEND_CPU, struct vm_activate_cpu)
sys/arm64/include/vmm_dev.h
271
_IOW('v', IOCNUM_RESUME_CPU, struct vm_activate_cpu)
sys/arm64/include/vmm_dev.h
275
_IOW('v', IOCNUM_ATTACH_VGIC, struct vm_vgic_descr)
sys/cam/ctl/ctl_ioctl.h
826
#define CTL_ENABLE_PORT _IOW(CTL_MINOR, 0x04, struct ctl_port_entry)
sys/cam/ctl/ctl_ioctl.h
827
#define CTL_DISABLE_PORT _IOW(CTL_MINOR, 0x05, struct ctl_port_entry)
sys/cam/ctl/ctl_ioctl.h
834
#define CTL_ERROR_INJECT_DELETE _IOW(CTL_MINOR, 0x23, struct ctl_error_desc)
sys/cam/ctl/ctl_ioctl.h
835
#define CTL_SET_PORT_WWNS _IOW(CTL_MINOR, 0x24, struct ctl_port_entry)
sys/cam/ctl/ctl_ioctl.h
839
#define CTL_LUN_MAP _IOW(CTL_MINOR, 0x28, struct ctl_lun_map)
sys/cam/scsi/scsi_sg.h
14
#define SG_GET_COMMAND_Q _IOW(SGIOC, 0x70, int)
sys/cam/scsi/scsi_sg.h
17
#define SG_SET_RESERVED_SIZE _IOW(SGIOC, 0x75, int)
sys/cam/scsi/scsi_sg.h
19
#define SG_SET_FORCE_LOW_DMA _IOW(SGIOC, 0x79, int)
sys/cam/scsi/scsi_sg.h
21
#define SG_SET_FORCE_PACK_ID _IOW(SGIOC, 0x7b, int)
sys/cam/scsi/scsi_sg.h
24
#define SG_SET_DEBUG _IOW(SGIOC, 0x7e, int)
sys/cam/scsi/scsi_sg.h
27
#define SG_NEXT_CMD_LEN _IOW(SGIOC, 0x83, int)
sys/cam/scsi/scsi_sg.h
28
#define SG_SCSI_RESET _IOW(SGIOC, 0x84, int)
sys/cam/scsi/scsi_sg.h
31
#define SG_SET_KEEP_ORPHAN _IOW(SGIOC, 0x87, int)
sys/cam/scsi/scsi_sg.h
9
#define SG_SET_TIMEOUT _IOW(SGIOC, 0x01, u_int)
sys/cam/scsi/scsi_targetio.h
67
#define TARGIOCENABLE _IOW('C', 5, struct ioc_enable_lun)
sys/cam/scsi/scsi_targetio.h
73
#define TARGIOCDEBUG _IOW('C', 7, int)
sys/cddl/dev/kinst/kinst.h
22
#define KINSTIOC_MAKEPROBE _IOW('k', 1, dtrace_kinst_probedesc_t)
sys/compat/freebsd32/freebsd32_ioctl.h
57
#define MEMRANGE_SET32 _IOW('m', 51, struct mem_range_op32)
sys/dev/acpica/acpiio.h
34
#define ACPIIO_SETSLPSTATE _IOW('P', 3, int) /* DEPRECATED */
sys/dev/acpica/acpiio.h
37
#define ACPIIO_REQSLPSTATE _IOW('P', 4, int)
sys/dev/acpica/acpiio.h
40
#define ACPIIO_ACKSLPSTATE _IOW('P', 5, int)
sys/dev/atkbdc/psm.c
539
#define OLD_MOUSE_SETMODE _IOW('M', 3, old_mousemode_t)
sys/dev/bnxt/bnxt_en/bnxt_mgmt.h
43
#define IOW_BNXT_MGMT_OPCODE_GET_DEV_INFO _IOW(0, 0, 0)
sys/dev/bnxt/bnxt_en/bnxt_mgmt.h
44
#define IOW_BNXT_MGMT_OPCODE_PASSTHROUGH_HWRM _IOW(0, 1, 0)
sys/dev/bnxt/bnxt_en/bnxt_mgmt.h
45
#define IOW_BNXT_MGMT_OPCODE_DCB_OPS _IOW(0, 2, 0)
sys/dev/ciss/cissio.h
221
#define CCISS_SETINTINFO _IOW ('C', 202, cciss_coalint_struct)
sys/dev/ciss/cissio.h
223
#define CCISS_SETNODENAME _IOW ('C', 204, NodeName_type)
sys/dev/cxgb/cxgb_ioctl.h
243
#define CHELSIO_SETREG _IOW('f', CH_SETREG, struct ch_reg)
sys/dev/cxgb/cxgb_ioctl.h
246
#define CHELSIO_SETMTUTAB _IOW('f', CH_SETMTUTAB, struct ch_mtus)
sys/dev/cxgb/cxgb_ioctl.h
247
#define CHELSIO_SET_PM _IOW('f', CH_SET_PM, struct ch_pm)
sys/dev/cxgb/cxgb_ioctl.h
254
#define CHELSIO_SET_TRACE_FILTER _IOW('f', CH_SET_TRACE_FILTER, struct ch_trace)
sys/dev/cxgb/cxgb_ioctl.h
257
#define CHELSIO_SET_PKTSCHED _IOW('f', CH_SET_PKTSCHED, struct ch_pktsched_params)
sys/dev/cxgb/cxgb_ioctl.h
258
#define CHELSIO_SET_HW_SCHED _IOW('f', CH_SET_HW_SCHED, struct ch_hw_sched)
sys/dev/cxgb/cxgb_ioctl.h
259
#define CHELSIO_LOAD_BOOT _IOW('f', CH_LOAD_BOOT, struct ch_mem_range)
sys/dev/cxgb/cxgb_ioctl.h
263
#define CHELSIO_SET_MIIREG _IOW('f', CH_SET_MIIREG, struct ch_mii_data)
sys/dev/cxgb/cxgb_ioctl.h
267
#define CHELSIO_SET_FILTER _IOW('f', CH_SET_FILTER, struct ch_filter)
sys/dev/cxgb/cxgb_ioctl.h
268
#define CHELSIO_DEL_FILTER _IOW('f', CH_DEL_FILTER, struct ch_filter)
sys/dev/cxgbe/t4_ioctl.h
436
#define CHELSIO_T4_SETREG _IOW('f', T4_SETREG, struct t4_reg)
sys/dev/cxgbe/t4_ioctl.h
439
#define CHELSIO_T4_SET_FILTER_MODE _IOW('f', T4_SET_FILTER_MODE, uint32_t)
sys/dev/cxgbe/t4_ioctl.h
442
#define CHELSIO_T4_DEL_FILTER _IOW('f', T4_DEL_FILTER, struct t4_filter)
sys/dev/cxgbe/t4_ioctl.h
445
#define CHELSIO_T4_LOAD_FW _IOW('f', T4_LOAD_FW, struct t4_data)
sys/dev/cxgbe/t4_ioctl.h
446
#define CHELSIO_T4_GET_MEM _IOW('f', T4_GET_MEM, struct t4_mem_range)
sys/dev/cxgbe/t4_ioctl.h
448
#define CHELSIO_T4_CLEAR_STATS _IOW('f', T4_CLEAR_STATS, uint32_t)
sys/dev/cxgbe/t4_ioctl.h
449
#define CHELSIO_T4_SCHED_CLASS _IOW('f', T4_SET_SCHED_CLASS, \
sys/dev/cxgbe/t4_ioctl.h
451
#define CHELSIO_T4_SCHED_QUEUE _IOW('f', T4_SET_SCHED_QUEUE, \
sys/dev/cxgbe/t4_ioctl.h
454
#define CHELSIO_T4_SET_TRACER _IOW('f', T4_SET_TRACER, struct t4_tracer)
sys/dev/cxgbe/t4_ioctl.h
455
#define CHELSIO_T4_LOAD_CFG _IOW('f', T4_LOAD_CFG, struct t4_data)
sys/dev/cxgbe/t4_ioctl.h
456
#define CHELSIO_T4_LOAD_BOOT _IOW('f', T4_LOAD_BOOT, struct t4_bootrom)
sys/dev/cxgbe/t4_ioctl.h
457
#define CHELSIO_T4_LOAD_BOOTCFG _IOW('f', T4_LOAD_BOOTCFG, struct t4_data)
sys/dev/cxgbe/t4_ioctl.h
459
#define CHELSIO_T4_SET_OFLD_POLICY _IOW('f', T4_SET_OFLD_POLICY, struct t4_offload_policy)
sys/dev/cxgbe/t4_ioctl.h
460
#define CHELSIO_T4_SET_FILTER_MASK _IOW('f', T4_SET_FILTER_MASK, uint32_t)
sys/dev/cxgbe/t4_ioctl.h
461
#define CHELSIO_T4_HOLD_CLIP_ADDR _IOW('f', T4_HOLD_CLIP_ADDR, struct t4_clip_addr)
sys/dev/cxgbe/t4_ioctl.h
462
#define CHELSIO_T4_RELEASE_CLIP_ADDR _IOW('f', T4_RELEASE_CLIP_ADDR, struct t4_clip_addr)
sys/dev/drm2/drm.h
638
#define DRM_IOW(nr,type) _IOW(DRM_IOCTL_BASE,nr,type)
sys/dev/etherswitch/etherswitch.h
132
#define IOETHERSWITCHSETREG _IOW('i', 3, etherswitch_reg_t)
sys/dev/etherswitch/etherswitch.h
134
#define IOETHERSWITCHSETPORT _IOW('i', 5, etherswitch_port_t)
sys/dev/etherswitch/etherswitch.h
136
#define IOETHERSWITCHSETVLANGROUP _IOW('i', 7, etherswitch_vlangroup_t)
sys/dev/etherswitch/etherswitch.h
138
#define IOETHERSWITCHSETPHYREG _IOW('i', 9, etherswitch_phyreg_t)
sys/dev/etherswitch/etherswitch.h
140
#define IOETHERSWITCHSETCONF _IOW('i', 11, etherswitch_conf_t)
sys/dev/etherswitch/etherswitch.h
141
#define IOETHERSWITCHFLUSHALL _IOW('i', 12, etherswitch_portid_t) /* Dummy */
sys/dev/etherswitch/etherswitch.h
142
#define IOETHERSWITCHFLUSHPORT _IOW('i', 13, etherswitch_portid_t)
sys/dev/etherswitch/etherswitch.h
143
#define IOETHERSWITCHFLUSHMAC _IOW('i', 14, etherswitch_atu_flush_macentry_t)
sys/dev/evdev/input.h
102
#define EVIOCSABS(abs) _IOW(EVDEV_IOC_MAGIC, 0xc0 + (abs), struct input_absinfo) /* set abs value/limits */
sys/dev/evdev/input.h
104
#define EVIOCSFF _IOW(EVDEV_IOC_MAGIC, 0x80, struct ff_effect) /* send a force effect to a force feedback device */
sys/dev/evdev/input.h
111
#define EVIOCSCLOCKID _IOW(EVDEV_IOC_MAGIC, 0xa0, int) /* Set clockid to be used for timestamps */
sys/dev/evdev/input.h
81
#define EVIOCSREP _IOW(EVDEV_IOC_MAGIC, 0x03, unsigned int[2]) /* set repeat settings */
sys/dev/evdev/input.h
85
#define EVIOCSKEYCODE _IOW(EVDEV_IOC_MAGIC, 0x04, unsigned int[2]) /* set keycode */
sys/dev/evdev/input.h
86
#define EVIOCSKEYCODE_V2 _IOW(EVDEV_IOC_MAGIC, 0x04, struct input_keymap_entry)
sys/dev/evdev/uinput.h
62
#define UI_DEV_SETUP _IOW(UINPUT_IOCTL_BASE, 3, struct uinput_setup)
sys/dev/evdev/uinput.h
69
#define UI_ABS_SETUP _IOW(UINPUT_IOCTL_BASE, 4, struct uinput_abs_setup)
sys/dev/evdev/uinput.h
87
#define UI_END_FF_UPLOAD _IOW(UINPUT_IOCTL_BASE, 201, struct uinput_ff_upload)
sys/dev/evdev/uinput.h
89
#define UI_END_FF_ERASE _IOW(UINPUT_IOCTL_BASE, 203, struct uinput_ff_erase)
sys/dev/firewire/firewire.h
443
#define FW_SDEUI64 _IOW('S', 20, struct fw_eui64)
sys/dev/hid/hidraw.h
79
#define HIDRAW_SET_IMMED _IOW ('U', 22, int)
sys/dev/hid/hidraw.h
81
#define HIDRAW_SET_REPORT _IOW ('U', 24, struct hidraw_gen_descriptor)
sys/dev/hid/hidraw.h
83
#define HIDRAW_SET_REPORT_DESC _IOW ('U', 26, struct hidraw_gen_descriptor)
sys/dev/hpt27xx/os_bsd.h
192
#define HPT_DO_IOCONTROL _IOW('H', 0, HPT_IOCTL_PARAM)
sys/dev/hptiop/hptiop.h
471
#define HPT_DO_IOCONTROL _IOW('H', 0, struct hpt_iop_ioctl_param)
sys/dev/hptnr/os_bsd.h
196
#define HPT_DO_IOCONTROL _IOW('H', 0, HPT_IOCTL_PARAM)
sys/dev/hptrr/os_bsd.h
197
#define HPT_DO_IOCONTROL _IOW('H', 0, HPT_IOCTL_PARAM)
sys/dev/hyperv/utilities/hv_snapshot.h
53
#define IOCHVVSSWRITE _IOW('v', 3, struct hv_vss_opt_msg)
sys/dev/iicbus/iic.c
82
#define I2CWRITE32 _IOW('i', 4, struct iiccmd32)
sys/dev/iicbus/iic.c
83
#define I2CREAD32 _IOW('i', 5, struct iiccmd32)
sys/dev/iicbus/iic.c
84
#define I2CRDWR32 _IOW('i', 6, struct iic_rdwr_data32)
sys/dev/iicbus/iic.h
61
#define I2CSTART _IOW('i', 1, struct iiccmd) /* start condition */
sys/dev/iicbus/iic.h
63
#define I2CRSTCARD _IOW('i', 3, struct iiccmd) /* reset the card */
sys/dev/iicbus/iic.h
64
#define I2CWRITE _IOW('i', 4, struct iiccmd) /* send data */
sys/dev/iicbus/iic.h
65
#define I2CREAD _IOW('i', 5, struct iiccmd) /* receive data */
sys/dev/iicbus/iic.h
66
#define I2CRDWR _IOW('i', 6, struct iic_rdwr_data) /* General read/write interface */
sys/dev/iicbus/iic.h
67
#define I2CRPTSTART _IOW('i', 7, struct iiccmd) /* repeated start */
sys/dev/iicbus/iic.h
68
#define I2CSADDR _IOW('i', 8, uint8_t) /* set slave address for future I/O */
sys/dev/ipmi/ipmi_linux.c
60
#define L_IPMICTL_SEND_COMMAND _IOW(IPMI_IOC_MAGIC, 13, struct ipmi_req)
sys/dev/ipmi/ipmi_linux.c
61
#define L_IPMICTL_REGISTER_FOR_CMD _IOW(IPMI_IOC_MAGIC, 14, struct ipmi_cmdspec)
sys/dev/ipmi/ipmi_linux.c
62
#define L_IPMICTL_UNREGISTER_FOR_CMD _IOW(IPMI_IOC_MAGIC, 15, struct ipmi_cmdspec)
sys/dev/ipmi/ipmi_linux.c
63
#define L_IPMICTL_SET_GETS_EVENTS_CMD _IOW(IPMI_IOC_MAGIC, 16, int)
sys/dev/ipmi/ipmi_linux.c
64
#define L_IPMICTL_SET_MY_ADDRESS_CMD _IOW(IPMI_IOC_MAGIC, 17, unsigned int)
sys/dev/ipmi/ipmi_linux.c
65
#define L_IPMICTL_GET_MY_ADDRESS_CMD _IOW(IPMI_IOC_MAGIC, 18, unsigned int)
sys/dev/ipmi/ipmi_linux.c
66
#define L_IPMICTL_SET_MY_LUN_CMD _IOW(IPMI_IOC_MAGIC, 19, unsigned int)
sys/dev/ipmi/ipmi_linux.c
67
#define L_IPMICTL_GET_MY_LUN_CMD _IOW(IPMI_IOC_MAGIC, 20, unsigned int)
sys/dev/iscsi/iscsi_ioctl.h
154
#define ISCSIDHANDOFF _IOW('I', 0x02, struct iscsi_daemon_handoff)
sys/dev/iscsi/iscsi_ioctl.h
155
#define ISCSIDFAIL _IOW('I', 0x03, struct iscsi_daemon_fail)
sys/dev/iscsi/iscsi_ioctl.h
240
#define ISCSISADD _IOW('I', 0x11, struct iscsi_session_add)
sys/dev/iscsi/iscsi_ioctl.h
241
#define ISCSISREMOVE _IOW('I', 0x12, struct iscsi_session_remove)
sys/dev/mfi/mfi_ioctl.h
108
#define MFI_SET_AEN _IOW('M', 3, struct mfi_ioc_aen)
sys/dev/mlx/mlxio.h
92
#define MLX_DETACH_DRIVE _IOW ('M', 2, int)
sys/dev/mlx/mlxio.h
93
#define MLX_PAUSE_CHANNEL _IOW ('M', 3, struct mlx_pause)
sys/dev/mlx5/mlx5io.h
64
#define MLX5_FWDUMP_RESET _IOW('m', 2, struct mlx5_tool_addr)
sys/dev/mlx5/mlx5io.h
65
#define MLX5_FWDUMP_FORCE _IOW('m', 3, struct mlx5_tool_addr)
sys/dev/mlx5/mlx5io.h
66
#define MLX5_FW_UPDATE _IOW('m', 4, struct mlx5_fw_update)
sys/dev/mlx5/mlx5io.h
67
#define MLX5_FW_RESET _IOW('m', 5, struct mlx5_tool_addr)
sys/dev/mwl/mwldiag.h
107
#define SIOCGMVRESET _IOW('i', 139, struct mwl_diag)
sys/dev/nvmf/nvmf.h
124
#define NVMF_HANDOFF_HOST _IOW('n', 200, struct nvmf_ioc_nv)
sys/dev/nvmf/nvmf.h
125
#define NVMF_DISCONNECT_HOST _IOW('n', 201, const char *)
sys/dev/nvmf/nvmf.h
130
#define NVMF_RECONNECT_HOST _IOW('n', 204, struct nvmf_ioc_nv)
sys/dev/pbio/pbioio.h
46
#define PBIO_SETDIFF _IOW('p', 0x01, int)
sys/dev/pbio/pbioio.h
47
#define PBIO_SETIPACE _IOW('p', 0x02, int)
sys/dev/pbio/pbioio.h
48
#define PBIO_SETOPACE _IOW('p', 0x03, int)
sys/dev/ppbus/lptio.h
20
#define LPT_IRQ _IOW('p', 1, long) /* set interrupt status */
sys/dev/ppbus/ppi.h
44
#define PPISDATA _IOW('P', 16, u_int8_t)
sys/dev/ppbus/ppi.h
45
#define PPISSTATUS _IOW('P', 17, u_int8_t)
sys/dev/ppbus/ppi.h
46
#define PPISCTRL _IOW('P', 18, u_int8_t)
sys/dev/ppbus/ppi.h
47
#define PPISEPPD _IOW('P', 19, u_int8_t)
sys/dev/ppbus/ppi.h
48
#define PPISECR _IOW('P', 20, u_int8_t)
sys/dev/ppbus/ppi.h
49
#define PPISFIFO _IOW('P', 21, u_int8_t)
sys/dev/ppbus/ppi.h
52
#define PPISEPPA _IOW('P', 23, u_int8_t)
sys/dev/qat/include/common/adf_cfg_common.h
217
_IOW(ADF_CTL_IOC_MAGIC, 5, struct adf_user_cfg_ctl_data)
sys/dev/qat/include/common/adf_common_drv.h
23
#define IOCTL_ALLOC_BUNDLE _IOW(QAT_UIO_IOC_MAGIC, 1, int)
sys/dev/qat/include/common/adf_common_drv.h
25
#define IOCTL_ADD_MEM_FD _IOW(QAT_UIO_IOC_MAGIC, 3, int)
sys/dev/smbus/smb.c
68
#define SMB_QUICK_WRITE32 _IOW('i', 1, struct smbcmd32)
sys/dev/smbus/smb.c
69
#define SMB_QUICK_READ32 _IOW('i', 2, struct smbcmd32)
sys/dev/smbus/smb.c
70
#define SMB_SENDB32 _IOW('i', 3, struct smbcmd32)
sys/dev/smbus/smb.c
72
#define SMB_WRITEB32 _IOW('i', 5, struct smbcmd32)
sys/dev/smbus/smb.c
73
#define SMB_WRITEW32 _IOW('i', 6, struct smbcmd32)
sys/dev/smbus/smb.c
77
#define SMB_BWRITE32 _IOW('i', 10, struct smbcmd32)
sys/dev/smbus/smb.c
79
#define SMB_OLD_READB32 _IOW('i', 7, struct smbcmd32)
sys/dev/smbus/smb.c
80
#define SMB_OLD_READW32 _IOW('i', 8, struct smbcmd32)
sys/dev/smbus/smb.c
81
#define SMB_OLD_PCALL32 _IOW('i', 9, struct smbcmd32)
sys/dev/smbus/smb.c
84
#define SMB_OLD_READB _IOW('i', 7, struct smbcmd)
sys/dev/smbus/smb.c
85
#define SMB_OLD_READW _IOW('i', 8, struct smbcmd)
sys/dev/smbus/smb.c
86
#define SMB_OLD_PCALL _IOW('i', 9, struct smbcmd)
sys/dev/smbus/smb.h
60
#define SMB_QUICK_WRITE _IOW('i', 1, struct smbcmd)
sys/dev/smbus/smb.h
61
#define SMB_QUICK_READ _IOW('i', 2, struct smbcmd)
sys/dev/smbus/smb.h
62
#define SMB_SENDB _IOW('i', 3, struct smbcmd)
sys/dev/smbus/smb.h
64
#define SMB_WRITEB _IOW('i', 5, struct smbcmd)
sys/dev/smbus/smb.h
65
#define SMB_WRITEW _IOW('i', 6, struct smbcmd)
sys/dev/smbus/smb.h
69
#define SMB_BWRITE _IOW('i', 10, struct smbcmd)
sys/dev/speaker/speaker.h
13
#define SPKRTONE _IOW('S', 1, tone_t) /* emit tone */
sys/dev/superio/superio_io.h
40
#define SUPERIO_CR_WRITE _IOW('s', 1, struct superiocmd)
sys/dev/usb/uftdiio.h
87
#define UFTDIIOC_SET_BITMODE _IOW('c', 3, struct uftdi_bitmode)
sys/dev/usb/uftdiio.h
89
#define UFTDIIOC_SET_ERROR_CHAR _IOW('c', 5, int) /* -1 to disable */
sys/dev/usb/uftdiio.h
90
#define UFTDIIOC_SET_EVENT_CHAR _IOW('c', 6, int) /* -1 to disable */
sys/dev/usb/uftdiio.h
91
#define UFTDIIOC_SET_LATENCY _IOW('c', 7, int) /* 1-255 ms */
sys/dev/usb/uftdiio.h
95
#define UFTDIIOC_WRITE_EEPROM _IOW('c', 11, struct uftdi_eeio)
sys/dev/usb/uftdiio.h
96
#define UFTDIIOC_ERASE_EEPROM _IOW('c', 12, int)
sys/dev/usb/uled_ioctl.h
39
#define ULED_SET_COLOR _IOW('U', 206, struct uled_color)
sys/dev/usb/usb_ioctl.h
236
#define USB_SETDEBUG _IOW ('U', 2, int)
sys/dev/usb/usb_ioctl.h
240
#define USB_DEVICEENUMERATE _IOW ('U', 6, int)
sys/dev/usb/usb_ioctl.h
244
#define USB_SET_IMMED _IOW ('U', 22, int)
sys/dev/usb/usb_ioctl.h
246
#define USB_SET_REPORT _IOW ('U', 24, struct usb_gen_descriptor)
sys/dev/usb/usb_ioctl.h
251
#define USB_SET_CONFIG _IOW ('U', 101, int)
sys/dev/usb/usb_ioctl.h
262
#define USB_SET_RX_SHORT_XFER _IOW ('U', 113, int)
sys/dev/usb/usb_ioctl.h
263
#define USB_SET_RX_TIMEOUT _IOW ('U', 114, int)
sys/dev/usb/usb_ioctl.h
266
#define USB_SET_RX_BUFFER_SIZE _IOW ('U', 118, int)
sys/dev/usb/usb_ioctl.h
267
#define USB_SET_RX_STALL_FLAG _IOW ('U', 119, int)
sys/dev/usb/usb_ioctl.h
268
#define USB_SET_TX_STALL_FLAG _IOW ('U', 120, int)
sys/dev/usb/usb_ioctl.h
270
#define USB_CLAIM_INTERFACE _IOW ('U', 122, int)
sys/dev/usb/usb_ioctl.h
271
#define USB_RELEASE_INTERFACE _IOW ('U', 123, int)
sys/dev/usb/usb_ioctl.h
272
#define USB_IFACE_DRIVER_ACTIVE _IOW ('U', 124, int)
sys/dev/usb/usb_ioctl.h
273
#define USB_IFACE_DRIVER_DETACH _IOW ('U', 125, int)
sys/dev/usb/usb_ioctl.h
275
#define USB_READ_DIR _IOW ('U', 127, struct usb_read_dir)
sys/dev/usb/usb_ioctl.h
279
#define USB_SET_TX_FORCE_SHORT _IOW ('U', 136, int)
sys/dev/usb/usb_ioctl.h
280
#define USB_SET_TX_TIMEOUT _IOW ('U', 137, int)
sys/dev/usb/usb_ioctl.h
283
#define USB_SET_TX_BUFFER_SIZE _IOW ('U', 140, int)
sys/dev/usb/usb_ioctl.h
286
#define USB_SET_PORT_ENABLE _IOW ('U', 143, int)
sys/dev/usb/usb_ioctl.h
287
#define USB_SET_PORT_DISABLE _IOW ('U', 144, int)
sys/dev/usb/usb_ioctl.h
288
#define USB_SET_POWER_MODE _IOW ('U', 145, int)
sys/dev/usb/usb_ioctl.h
290
#define USB_SET_TEMPLATE _IOW ('U', 147, int)
sys/dev/usb/usb_ioctl.h
295
#define USB_SET_CM_OVER_DATA _IOW ('U', 181, int)
sys/dev/usb/usb_ioctl.h
299
#define USB_SET_GPIO _IOW ('U', 183, int)
sys/dev/usb/usb_ioctl.h
302
#define USB_FS_START _IOW ('U', 192, struct usb_fs_start)
sys/dev/usb/usb_ioctl.h
303
#define USB_FS_STOP _IOW ('U', 193, struct usb_fs_stop)
sys/dev/usb/usb_ioctl.h
305
#define USB_FS_INIT _IOW ('U', 195, struct usb_fs_init)
sys/dev/usb/usb_ioctl.h
306
#define USB_FS_UNINIT _IOW ('U', 196, struct usb_fs_uninit)
sys/dev/usb/usb_ioctl.h
308
#define USB_FS_CLOSE _IOW ('U', 198, struct usb_fs_close)
sys/dev/usb/usb_ioctl.h
309
#define USB_FS_CLEAR_STALL_SYNC _IOW ('U', 199, struct usb_fs_clear_stall_sync)
sys/dev/usb/usb_ioctl.h
315
#define USB_DEV_QUIRK_ADD _IOW ('Q', 2, struct usb_gen_quirk)
sys/dev/usb/usb_ioctl.h
316
#define USB_DEV_QUIRK_REMOVE _IOW ('Q', 3, struct usb_gen_quirk)
sys/dev/veriexec/veriexec_ioctl.h
58
#define VERIEXEC_LOAD _IOW('S', 0x1, struct verified_exec_params)
sys/dev/veriexec/veriexec_ioctl.h
65
#define VERIEXEC_SIGNED_LOAD32 _IOW('S', 0x8, struct verified_exec_params32)
sys/dev/veriexec/veriexec_ioctl.h
66
#define VERIEXEC_VERIFIED_FILE _IOW('S', 0x9, int) /* fd */
sys/dev/veriexec/veriexec_ioctl.h
68
#define VERIEXEC_LABEL_LOAD _IOW('S', 0xb, struct verified_exec_label_params)
sys/dev/veriexec/veriexec_ioctl.h
69
#define VERIEXEC_SIGNED_LOAD _IOW('S', 0xc, struct verified_exec_params)
sys/dev/vmm/vmm_dev.c
50
_IOW('v', IOCNUM_ALLOC_MEMSEG, struct vm_memseg_12)
sys/dev/vmm/vmm_dev.c
64
_IOW('v', IOCNUM_ALLOC_MEMSEG, struct vm_memseg_14)
sys/dev/watchdog/watchdog.c
54
#define WDIOCPATPAT_14 _IOW('W', 42, u_int) /* pat the watchdog */
sys/dev/watchdog/watchdog.c
55
#define WDIOC_SETTIMEOUT_14 _IOW('W', 43, int) /* set/reset the timer */
sys/dev/watchdog/watchdog.c
59
#define WDIOC_SETPRETIMEOUT_14 _IOW('W', 47, int) /* set the pre-timeout */
sys/dev/wtap/if_wtapioctl.h
49
#define WTAPIOCTLCRT _IOW('W', 1, int)
sys/dev/wtap/if_wtapioctl.h
50
#define WTAPIOCTLDEL _IOW('W', 2, int)
sys/dev/wtap/plugins/visibility_ioctl.h
45
#define VISIOCTLOPEN _IOW('W', 3, int) // 0 close, 1 open
sys/dev/wtap/plugins/visibility_ioctl.h
46
#define VISIOCTLLINK _IOW('W', 4, struct link) //
sys/fs/autofs/autofs_ioctl.h
112
#define AUTOFSDONE101 _IOW('I', 0x02, struct autofs_daemon_done_101)
sys/fs/autofs/autofs_ioctl.h
113
#define AUTOFSDONE _IOW('I', 0x03, struct autofs_daemon_done)
sys/fs/cuse/cuse_ioctl.h
75
#define CUSE_IOCTL_WRITE_DATA _IOW('C', 1, struct cuse_data_chunk)
sys/fs/cuse/cuse_ioctl.h
76
#define CUSE_IOCTL_READ_DATA _IOW('C', 2, struct cuse_data_chunk)
sys/fs/cuse/cuse_ioctl.h
77
#define CUSE_IOCTL_SYNC_COMMAND _IOW('C', 3, int)
sys/fs/cuse/cuse_ioctl.h
79
#define CUSE_IOCTL_ALLOC_MEMORY _IOW('C', 5, struct cuse_alloc_info)
sys/fs/cuse/cuse_ioctl.h
80
#define CUSE_IOCTL_FREE_MEMORY _IOW('C', 6, struct cuse_alloc_info)
sys/fs/cuse/cuse_ioctl.h
81
#define CUSE_IOCTL_SET_PFH _IOW('C', 7, uintptr_t)
sys/fs/cuse/cuse_ioctl.h
82
#define CUSE_IOCTL_CREATE_DEV _IOW('C', 8, struct cuse_create_dev)
sys/fs/cuse/cuse_ioctl.h
83
#define CUSE_IOCTL_DESTROY_DEV _IOW('C', 9, struct cuse_dev *)
sys/fs/cuse/cuse_ioctl.h
85
#define CUSE_IOCTL_FREE_UNIT _IOW('C',11, int)
sys/fs/cuse/cuse_ioctl.h
86
#define CUSE_IOCTL_SELWAKEUP _IOW('C',12, int)
sys/fs/devfs/devfs.h
106
#define DEVFSIO_RDEL _IOW('D', 1, devfs_rid)
sys/fs/devfs/devfs.h
107
#define DEVFSIO_RAPPLY _IOW('D', 2, struct devfs_rule)
sys/fs/devfs/devfs.h
108
#define DEVFSIO_RAPPLYID _IOW('D', 3, devfs_rid)
sys/fs/devfs/devfs.h
111
#define DEVFSIO_SUSE _IOW('D', 10, devfs_rsnum)
sys/fs/devfs/devfs.h
112
#define DEVFSIO_SAPPLY _IOW('D', 11, devfs_rsnum)
sys/geom/geom_ctl.h
77
#define GEOM_CTL _IOW('G', GCTL_VERSION, struct gctl_req)
sys/i386/include/perfmon.h
45
#define PMIOSETUP _IOW('5', 1, struct pmc)
sys/i386/include/perfmon.h
47
#define PMIOSTART _IOW('5', 2, int)
sys/i386/include/perfmon.h
48
#define PMIOSTOP _IOW('5', 3, int)
sys/i386/include/perfmon.h
50
#define PMIORESET _IOW('5', 5, int)
sys/net/altq/altq_cdnr.h
195
#define CDNR_IF_ATTACH _IOW('Q', 1, struct cdnr_interface)
sys/net/altq/altq_cdnr.h
196
#define CDNR_IF_DETACH _IOW('Q', 2, struct cdnr_interface)
sys/net/altq/altq_cdnr.h
197
#define CDNR_ENABLE _IOW('Q', 3, struct cdnr_interface)
sys/net/altq/altq_cdnr.h
198
#define CDNR_DISABLE _IOW('Q', 4, struct cdnr_interface)
sys/net/altq/altq_cdnr.h
200
#define CDNR_DEL_FILTER _IOW('Q', 11, struct cdnr_delete_filter)
sys/net/altq/altq_cdnr.h
203
#define CDNR_DEL_ELEM _IOW('Q', 31, struct cdnr_delete_element)
sys/net/altq/altq_cdnr.h
205
#define CDNR_MOD_TBM _IOW('Q', 33, struct cdnr_modify_tbmeter)
sys/net/bpf.c
207
#define BIOCSETF32 _IOW('B', 103, struct bpf_program32)
sys/net/bpf.c
208
#define BIOCSRTIMEOUT32 _IOW('B', 109, struct timeval32)
sys/net/bpf.c
211
#define BIOCSETWF32 _IOW('B', 123, struct bpf_program32)
sys/net/bpf.c
212
#define BIOCSETFNR32 _IOW('B', 130, struct bpf_program32)
sys/net/bpf.h
132
#define BIOCSETF _IOW('B', 103, struct bpf_program)
sys/net/bpf.h
137
#define BIOCSETIF _IOW('B', 108, struct ifreq)
sys/net/bpf.h
138
#define BIOCSRTIMEOUT _IOW('B', 109, struct timeval)
sys/net/bpf.h
141
#define BIOCIMMEDIATE _IOW('B', 112, u_int)
sys/net/bpf.h
144
#define BIOCSRSIG _IOW('B', 115, u_int)
sys/net/bpf.h
146
#define BIOCSHDRCMPLT _IOW('B', 117, u_int)
sys/net/bpf.h
148
#define BIOCSDIRECTION _IOW('B', 119, u_int)
sys/net/bpf.h
149
#define BIOCSDLT _IOW('B', 120, u_int)
sys/net/bpf.h
152
#define BIOCSETWF _IOW('B', 123, struct bpf_program)
sys/net/bpf.h
153
#define BIOCFEEDBACK _IOW('B', 124, u_int)
sys/net/bpf.h
155
#define BIOCSETBUFMODE _IOW('B', 126, u_int)
sys/net/bpf.h
158
#define BIOCSETZBUF _IOW('B', 129, struct bpf_zbuf)
sys/net/bpf.h
159
#define BIOCSETFNR _IOW('B', 130, struct bpf_program)
sys/net/bpf.h
161
#define BIOCSTSTAMP _IOW('B', 132, u_int)
sys/net/bpf.h
162
#define BIOCSETVLANPCP _IOW('B', 133, u_int)
sys/net/if_gif.h
121
#define GIFSOPTS _IOW('i', 151, struct ifreq)
sys/net/if_gre.h
163
#define GRESADDRS _IOW('i', 101, struct ifreq)
sys/net/if_gre.h
164
#define GRESADDRD _IOW('i', 102, struct ifreq)
sys/net/if_gre.h
167
#define GRESPROTO _IOW('i' , 105, struct ifreq)
sys/net/if_gre.h
171
#define GRESKEY _IOW('i', 108, struct ifreq)
sys/net/if_gre.h
173
#define GRESOPTS _IOW('i', 110, struct ifreq)
sys/net/if_gre.h
175
#define GRESPORT _IOW('i', 112, struct ifreq)
sys/net/if_ipsec.h
35
#define IPSECSREQID _IOW('i', 161, struct ifreq)
sys/net/if_lagg.h
135
#define SIOCSLAGGPORT _IOW('i', 141, struct lagg_reqport)
sys/net/if_lagg.h
136
#define SIOCSLAGGDELPORT _IOW('i', 142, struct lagg_reqport)
sys/net/if_lagg.h
153
#define SIOCSLAGG _IOW('i', 144, struct lagg_reqall)
sys/net/if_lagg.h
161
#define SIOCSLAGGHASH _IOW('i', 146, struct lagg_reqflags)
sys/net/if_lagg.h
186
#define SIOCSLAGGOPTS _IOW('i', 153, struct lagg_reqopts)
sys/net/if_pfsync.h
276
#define SIOCSETPFSYNC _IOW('i', 247, struct ifreq)
sys/net/if_pfsync.h
278
#define SIOCSETPFSYNCNV _IOW('i', 249, struct ifreq)
sys/net/if_tap.h
58
#define TAPSVNETHDR _IOW('t', 91, int)
sys/net/if_tun.h
36
#define TUNSDEBUG _IOW('t', 90, int)
sys/net/if_tun.h
38
#define TUNSIFINFO _IOW('t', 91, struct tuninfo)
sys/net/if_tun.h
40
#define TUNSLMODE _IOW('t', 93, int)
sys/net/if_tun.h
42
#define TUNSIFMODE _IOW('t', 94, int)
sys/net/if_tun.h
44
#define TUNSIFHEAD _IOW('t', 96, int)
sys/net/if_tun.h
46
#define TUNSTRANSIENT _IOW('t', 98, int)
sys/net/pfil.h
78
#define PFILIOC_LINK _IOW('P', 3, struct pfilioc_link)
sys/net80211/ieee80211_ioctl.h
605
#define SIOCS80211 _IOW('i', 234, struct ieee80211req)
sys/netgraph/ng_message.h
372
#define NGIOCSETNAME _IOW('N', 41, struct ngm_name) /* set node name */
sys/netinet6/in6_var.h
408
#define SIOCSIFADDR_IN6 _IOW('i', 12, struct in6_ifreq)
sys/netinet6/in6_var.h
416
#define SIOCSIFDSTADDR_IN6 _IOW('i', 14, struct in6_ifreq)
sys/netinet6/in6_var.h
417
#define SIOCSIFNETMASK_IN6 _IOW('i', 22, struct in6_ifreq)
sys/netinet6/in6_var.h
423
#define SIOCDIFADDR_IN6 _IOW('i', 25, struct in6_ifreq)
sys/netinet6/in6_var.h
424
#define OSIOCAIFADDR_IN6 _IOW('i', 26, struct oin6_aliasreq)
sys/netinet6/in6_var.h
425
#define SIOCAIFADDR_IN6 _IOW('i', 27, struct in6_aliasreq)
sys/netinet6/in6_var.h
427
#define SIOCSIFPHYADDR_IN6 _IOW('i', 70, struct in6_aliasreq)
sys/netinet6/in6_var.h
449
#define SIOCSSCOPE6 _IOW('i', 88, struct in6_ifreq)
sys/netinet6/in6_var.h
453
#define SIOCSIFPREFIX_IN6 _IOW('i', 100, struct in6_prefixreq) /* set */
sys/netinet6/in6_var.h
455
#define SIOCDIFPREFIX_IN6 _IOW('i', 102, struct in6_prefixreq) /* del */
sys/netinet6/in6_var.h
456
#define SIOCAIFPREFIX_IN6 _IOW('i', 103, struct in6_rrenumreq) /* add */
sys/netinet6/in6_var.h
457
#define SIOCCIFPREFIX_IN6 _IOW('i', 104, \
sys/netinet6/in6_var.h
459
#define SIOCSGIFPREFIX_IN6 _IOW('i', 105, \
sys/netinet6/in6_var.h
467
#define SIOCAADDRCTL_POLICY _IOW('u', 108, struct in6_addrpolicy)
sys/netinet6/in6_var.h
468
#define SIOCDADDRCTL_POLICY _IOW('u', 109, struct in6_addrpolicy)
sys/netpfil/ipfilter/netinet/ip_fil.h
34
#define SIOCADAFR _IOW('r', 60, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_fil.h
35
#define SIOCRMAFR _IOW('r', 61, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_fil.h
36
#define SIOCSETFF _IOW('r', 62, u_int)
sys/netpfil/ipfilter/netinet/ip_fil.h
41
#define SIOCADIFR _IOW('r', 67, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_fil.h
42
#define SIOCRMIFR _IOW('r', 68, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_fil.h
44
#define SIOCINAFR _IOW('r', 70, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_fil.h
45
#define SIOCINIFR _IOW('r', 71, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_fil.h
46
#define SIOCFRENB _IOW('r', 72, u_int)
sys/netpfil/ipfilter/netinet/ip_fil.h
47
#define SIOCFRSYN _IOW('r', 73, u_int)
sys/netpfil/ipfilter/netinet/ip_lookup.h
14
# define SIOCLOOKUPSTATW _IOW('r', 64, struct iplookupop)
sys/netpfil/ipfilter/netinet/ip_lookup.h
17
# define SIOCLOOKUPADDNODEW _IOW('r', 67, struct iplookupop)
sys/netpfil/ipfilter/netinet/ip_lookup.h
19
# define SIOCLOOKUPDELNODEW _IOW('r', 68, struct iplookupop)
sys/netpfil/ipfilter/netinet/ip_nat.h
20
#define SIOCADNAT _IOW('r', 60, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_nat.h
21
#define SIOCRMNAT _IOW('r', 61, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_state.h
11
# define SIOCDELST _IOW('r', 61, struct ipfobj)
sys/netsmb/smb_dev.h
142
#define SMBIOC_OPENSESSION _IOW('n', 100, struct smbioc_ossn)
sys/netsmb/smb_dev.h
143
#define SMBIOC_OPENSHARE _IOW('n', 101, struct smbioc_oshare)
sys/netsmb/smb_dev.h
146
#define SMBIOC_SETFLAGS _IOW('n', 104, struct smbioc_flags)
sys/netsmb/smb_dev.h
147
#define SMBIOC_LOOKUP _IOW('n', 106, struct smbioc_lookup)
sys/ofed/include/uapi/rdma/rdma_user_ioctl.h
59
#define IB_USER_MAD_UNREGISTER_AGENT _IOW(RDMA_IOCTL_MAGIC, 0x02, __u32)
sys/opencrypto/cryptodev.h
298
#define CIOCFSESSION _IOW('c', 102, uint32_t)
sys/powerpc/amigaone/cpld.h
41
#define IOCCPLDSEND _IOW('c', 2, struct cpld_cmd_data)
sys/powerpc/amigaone/cpld.h
42
#define IOCCPLDRECV _IOW('c', 3, struct cpld_cmd_data)
sys/riscv/include/vmm_dev.h
214
_IOW('v', IOCNUM_SUSPEND, struct vm_suspend)
sys/riscv/include/vmm_dev.h
218
_IOW('v', IOCNUM_ALLOC_MEMSEG, struct vm_memseg)
sys/riscv/include/vmm_dev.h
222
_IOW('v', IOCNUM_MMAP_MEMSEG, struct vm_memmap)
sys/riscv/include/vmm_dev.h
226
_IOW('v', IOCNUM_MUNMAP_MEMSEG, struct vm_munmap)
sys/riscv/include/vmm_dev.h
228
_IOW('v', IOCNUM_SET_REGISTER, struct vm_register)
sys/riscv/include/vmm_dev.h
232
_IOW('v', IOCNUM_SET_REGISTER_SET, struct vm_register_set)
sys/riscv/include/vmm_dev.h
236
_IOW('v', IOCNUM_SET_CAPABILITY, struct vm_capability)
sys/riscv/include/vmm_dev.h
244
_IOW('v', IOCNUM_ASSERT_IRQ, struct vm_irq)
sys/riscv/include/vmm_dev.h
246
_IOW('v', IOCNUM_DEASSERT_IRQ, struct vm_irq)
sys/riscv/include/vmm_dev.h
248
_IOW('v', IOCNUM_RAISE_MSI, struct vm_msi)
sys/riscv/include/vmm_dev.h
250
_IOW('v', IOCNUM_INJECT_EXCEPTION, struct vm_exception)
sys/riscv/include/vmm_dev.h
252
_IOW('v', IOCNUM_SET_TOPOLOGY, struct vm_cpu_topology)
sys/riscv/include/vmm_dev.h
258
_IOW('v', IOCNUM_ACTIVATE_CPU, struct vm_activate_cpu)
sys/riscv/include/vmm_dev.h
260
_IOW('v', IOCNUM_GET_CPUSET, struct vm_cpuset)
sys/riscv/include/vmm_dev.h
262
_IOW('v', IOCNUM_SUSPEND_CPU, struct vm_activate_cpu)
sys/riscv/include/vmm_dev.h
264
_IOW('v', IOCNUM_RESUME_CPU, struct vm_activate_cpu)
sys/riscv/include/vmm_dev.h
266
_IOW('v', IOCNUM_ATTACH_APLIC, struct vm_aplic_descr)
sys/security/audit/audit_ioctl.h
57
#define AUDITPIPE_SET_QLIMIT _IOW(AUDITPIPE_IOBASE, 3, u_int)
sys/security/audit/audit_ioctl.h
61
#define AUDITPIPE_SET_PRESELECT_FLAGS _IOW(AUDITPIPE_IOBASE, 7, au_mask_t)
sys/security/audit/audit_ioctl.h
63
#define AUDITPIPE_SET_PRESELECT_NAFLAGS _IOW(AUDITPIPE_IOBASE, 9, au_mask_t)
sys/security/audit/audit_ioctl.h
66
#define AUDITPIPE_SET_PRESELECT_AUID _IOW(AUDITPIPE_IOBASE, 11, \
sys/security/audit/audit_ioctl.h
68
#define AUDITPIPE_DELETE_PRESELECT_AUID _IOW(AUDITPIPE_IOBASE, 12, au_id_t)
sys/security/audit/audit_ioctl.h
71
#define AUDITPIPE_SET_PRESELECT_MODE _IOW(AUDITPIPE_IOBASE, 15, int)
sys/sys/agpio.h
82
#define AGPIOC_SETUP _IOW (AGPIOC_BASE, 3, agp_setup)
sys/sys/agpio.h
84
#define AGPIOC_RESERVE _IOW (AGPIOC_BASE, 4, agp_region)
sys/sys/agpio.h
85
#define AGPIOC_PROTECT _IOW (AGPIOC_BASE, 5, agp_region)
sys/sys/agpio.h
88
#define AGPIOC_DEALLOCATE _IOW (AGPIOC_BASE, 7, int)
sys/sys/agpio.h
89
#define AGPIOC_BIND _IOW (AGPIOC_BASE, 8, agp_bind)
sys/sys/agpio.h
90
#define AGPIOC_UNBIND _IOW (AGPIOC_BASE, 9, agp_unbind)
sys/sys/ata.h
1013
#define IOCATASMODE _IOW('a', 103, int)
sys/sys/ata.h
1016
#define IOCATASSPINDOWN _IOW('a', 105, int)
sys/sys/ata.h
1059
#define IOCATARAIDDELETE _IOW('a', 201, int)
sys/sys/ata.h
1061
#define IOCATARAIDADDSPARE _IOW('a', 203, struct ata_ioc_raid_config)
sys/sys/ata.h
1062
#define IOCATARAIDREBUILD _IOW('a', 204, int)
sys/sys/ata.h
596
#define IOCATAREINIT _IOW('a', 2, int)
sys/sys/ata.h
597
#define IOCATAATTACH _IOW('a', 3, int)
sys/sys/ata.h
598
#define IOCATADETACH _IOW('a', 4, int)
sys/sys/bus.h
132
#define DEV_ATTACH _IOW('D', 1, struct devreq)
sys/sys/bus.h
133
#define DEV_DETACH _IOW('D', 2, struct devreq)
sys/sys/bus.h
134
#define DEV_ENABLE _IOW('D', 3, struct devreq)
sys/sys/bus.h
135
#define DEV_DISABLE _IOW('D', 4, struct devreq)
sys/sys/bus.h
136
#define DEV_SUSPEND _IOW('D', 5, struct devreq)
sys/sys/bus.h
137
#define DEV_RESUME _IOW('D', 6, struct devreq)
sys/sys/bus.h
138
#define DEV_SET_DRIVER _IOW('D', 7, struct devreq)
sys/sys/bus.h
139
#define DEV_CLEAR_DRIVER _IOW('D', 8, struct devreq)
sys/sys/bus.h
140
#define DEV_RESCAN _IOW('D', 9, struct devreq)
sys/sys/bus.h
141
#define DEV_DELETE _IOW('D', 10, struct devreq)
sys/sys/bus.h
142
#define DEV_FREEZE _IOW('D', 11, struct devreq)
sys/sys/bus.h
143
#define DEV_THAW _IOW('D', 12, struct devreq)
sys/sys/bus.h
144
#define DEV_RESET _IOW('D', 13, struct devreq)
sys/sys/cdio.h
119
#define CDIOCPLAYTRACKS _IOW('c',1,struct ioc_play_track)
sys/sys/cdio.h
125
#define CDIOCPLAYBLOCKS _IOW('c',2,struct ioc_play_blocks)
sys/sys/cdio.h
167
#define CDIOCSETPATCH _IOW('c',9,struct ioc_patch)
sys/sys/cdio.h
174
#define CDIOCSETVOL _IOW('c',11,struct ioc_vol)
sys/sys/cdio.h
211
#define CDIOCPLAYMSF _IOW('c',25,struct ioc_play_msf)
sys/sys/cdio.h
228
#define CDIOCPITCH _IOW('c',29,struct ioc_pitch) /*<1>*/
sys/sys/cdrio.h
119
#define CDRIOCBLANK _IOW('c', 100, int)
sys/sys/cdrio.h
125
#define CDRIOCINITWRITER _IOW('c', 102, int)
sys/sys/cdrio.h
126
#define CDRIOCINITTRACK _IOW('c', 103, struct cdr_track)
sys/sys/cdrio.h
127
#define CDRIOCSENDCUE _IOW('c', 104, struct cdr_cuesheet)
sys/sys/cdrio.h
129
#define CDRIOCFIXATE _IOW('c', 106, int)
sys/sys/cdrio.h
130
#define CDRIOCREADSPEED _IOW('c', 107, int)
sys/sys/cdrio.h
131
#define CDRIOCWRITESPEED _IOW('c', 108, int)
sys/sys/cdrio.h
134
#define CDRIOCSETBLOCKSIZE _IOW('c', 110, int)
sys/sys/cdrio.h
137
#define CDRIOCFORMAT _IOW('c', 113, struct cdr_format_params)
sys/sys/cfictl.h
50
#define CFIOCSOEMPR _IOW('q', 3, uint64_t) /* set oem protection reg */
sys/sys/chio.h
267
#define CHIOMOVE _IOW('c', 0x01, struct changer_move)
sys/sys/chio.h
268
#define CHIOEXCHANGE _IOW('c', 0x02, struct changer_exchange)
sys/sys/chio.h
269
#define CHIOPOSITION _IOW('c', 0x03, struct changer_position)
sys/sys/chio.h
271
#define CHIOSPICKER _IOW('c', 0x05, int)
sys/sys/chio.h
273
#define CHIOIELEM _IOW('c', 0x07, u_int32_t)
sys/sys/chio.h
274
#define OCHIOGSTATUS _IOW('c', 0x08, struct changer_element_status_request)
sys/sys/chio.h
275
#define CHIOSETVOLTAG _IOW('c', 0x09, struct changer_set_voltag_request)
sys/sys/chio.h
276
#define CHIOGSTATUS _IOW('c', 0x0A, struct changer_element_status_request)
sys/sys/consio.h
104
#define CONS_SSAVER _IOW('c', 5, ssaver_t)
sys/sys/consio.h
116
#define CONS_CURSORTYPE _IOW('c', 7, int)
sys/sys/consio.h
121
#define CONS_BELLTYPE _IOW('c', 8, int)
sys/sys/consio.h
124
#define CONS_HISTORY _IOW('c', 9, int)
sys/sys/consio.h
180
#define CONS_SAVERMODE _IOW('c', 12, int)
sys/sys/consio.h
183
#define CONS_SAVERSTART _IOW('c', 13, int)
sys/sys/consio.h
202
#define CONS_SETCURSORSHAPE _IOW('c', 15, struct cshape)
sys/sys/consio.h
230
#define PIO_FONT8x8 _IOW('c', 64, fnt8_t)
sys/sys/consio.h
232
#define PIO_FONT8x14 _IOW('c', 66, fnt14_t)
sys/sys/consio.h
234
#define PIO_FONT8x16 _IOW('c', 68, fnt16_t)
sys/sys/consio.h
236
#define PIO_VFONT _IOW('c', 70, vfnt_t)
sys/sys/consio.h
312
#define CONS_SETTERM _IOW('c', 113, term_info_t)
sys/sys/consio.h
337
#define VT_SETMODE _IOW('v', 2, vtmode_t)
sys/sys/consio.h
359
#define VT_LOCKSWITCH _IOW('v', 9, int)
sys/sys/consio.h
66
#define KDRASTER _IOW('K', 100, scr_size_t)
sys/sys/consio.h
75
#define PIO_SCRNMAP _IOW('k', 3, scrmap_t)
sys/sys/consio.h
93
#define CONS_BLANKTIME _IOW('c', 4, int)
sys/sys/disk.h
170
#define DIOCSKERNELDUMP _IOW('d', 145, struct diocskerneldump_arg)
sys/sys/disk.h
60
#define DIOCGDELETE _IOW('d', 136, off_t[2]) /* Delete data */
sys/sys/diskmbr.h
38
#define DIOCSMBR _IOW('M', 129, u_char[512])
sys/sys/efiio.h
75
#define EFIIOC_SET_TIME _IOW('E', 3, struct efi_tm)
sys/sys/efiio.h
80
#define EFIIOC_SET_WAKETIME _IOW('E', 8, struct efi_waketime_ioctl)
sys/sys/fbio.h
193
#define FBIOPUTCMAP _IOW('F', 3, struct fbcmap)
sys/sys/fbio.h
194
#define FBIOGETCMAP _IOW('F', 4, struct fbcmap)
sys/sys/fbio.h
460
#define FBIO_SETMODE _IOW('F', 106, int)
sys/sys/fbio.h
464
#define FBIO_SETWINORG _IOW('F', 108, u_int)
sys/sys/fbio.h
468
#define FBIO_SETDISPSTART _IOW('F', 110, video_display_start_t)
sys/sys/fbio.h
472
#define FBIO_SETLINEWIDTH _IOW('F', 112, u_int)
sys/sys/fbio.h
475
#define FBIO_GETPALETTE _IOW('F', 113, video_color_palette_t)
sys/sys/fbio.h
476
#define FBIO_SETPALETTE _IOW('F', 114, video_color_palette_t)
sys/sys/fbio.h
484
#define FBIO_BLANK _IOW('F', 115, int)
sys/sys/fdcio.h
126
#define FD_FORM _IOW('F', 61, struct fd_formb) /* format a track */
sys/sys/fdcio.h
128
#define FD_STYPE _IOW('F', 63, struct fd_type) /* set drive type */
sys/sys/fdcio.h
131
#define FD_SOPTS _IOW('F', 65, int)
sys/sys/filio.h
47
#define FIONBIO _IOW('f', 126, int) /* set/clear non-blocking i/o */
sys/sys/filio.h
48
#define FIOASYNC _IOW('f', 125, int) /* set/clear async i/o */
sys/sys/filio.h
49
#define FIOSETOWN _IOW('f', 124, int) /* set owner */
sys/sys/filio.h
57
#define FIODGNAME _IOW('f', 120, struct fiodgname_arg) /* get dev. name */
sys/sys/filio.h
71
#define FIOSSHMLPGCNF _IOW('f', 100, struct shm_largepage_conf)
sys/sys/gpio.h
224
#define GPIOSETCONFIG _IOW('G', 2, struct gpio_pin)
sys/sys/gpio.h
226
#define GPIOSET _IOW('G', 4, struct gpio_req)
sys/sys/gpio.h
228
#define GPIOSETNAME _IOW('G', 6, struct gpio_pin)
sys/sys/gpio.h
230
#define GPIOCONFIG32 _IOW('G', 8, struct gpio_config_32)
sys/sys/gpio.h
231
#define GPIOCONFIGEVENTS _IOW('G', 9, struct gpio_event_config)
sys/sys/hwt.h
40
#define HWT_IOC_ALLOC _IOW(HWT_MAGIC, 0x00, struct hwt_alloc)
sys/sys/hwt.h
41
#define HWT_IOC_START _IOW(HWT_MAGIC, 0x01, struct hwt_start)
sys/sys/hwt.h
42
#define HWT_IOC_STOP _IOW(HWT_MAGIC, 0x02, struct hwt_stop)
sys/sys/hwt.h
43
#define HWT_IOC_RECORD_GET _IOW(HWT_MAGIC, 0x03, struct hwt_record_get)
sys/sys/hwt.h
44
#define HWT_IOC_BUFPTR_GET _IOW(HWT_MAGIC, 0x04, struct hwt_bufptr_get)
sys/sys/hwt.h
45
#define HWT_IOC_SET_CONFIG _IOW(HWT_MAGIC, 0x05, struct hwt_set_config)
sys/sys/hwt.h
46
#define HWT_IOC_WAKEUP _IOW(HWT_MAGIC, 0x06, struct hwt_wakeup)
sys/sys/hwt.h
47
#define HWT_IOC_SVC_BUF _IOW(HWT_MAGIC, 0x07, struct hwt_svc_buf)
sys/sys/ioctl_compat.h
130
#define TIOCSLTC _IOW('t', 117,struct ltchars) /* set special chars */
sys/sys/ioctl_compat.h
147
#define TIOCLSET _IOW('t', 125, int) /* set entire local mode word */
sys/sys/ioctl_compat.h
148
#define TIOCLBIC _IOW('t', 126, int) /* bic local mode bits */
sys/sys/ioctl_compat.h
149
#define TIOCLBIS _IOW('t', 127, int) /* bis local mode bits */
sys/sys/ioctl_compat.h
74
#define OTIOCSETD _IOW('t', 1, int) /* set line discipline */
sys/sys/ioctl_compat.h
77
#define TIOCSETP _IOW('t', 9, struct sgttyb) /* set parameters */
sys/sys/ioctl_compat.h
78
#define TIOCSETN _IOW('t',10, struct sgttyb) /* as above, but no flush */
sys/sys/ioctl_compat.h
79
#define TIOCSETC _IOW('t',17, struct tchars) /* set special characters */
sys/sys/iov.h
254
#define IOV_CONFIG _IOW('p', 10, struct pci_iov_arg)
sys/sys/ipmi.h
154
#define IPMICTL_SEND_COMMAND_32 _IOW(IPMI_IOC_MAGIC, 13, struct ipmi_req32)
sys/sys/ipmi.h
48
#define IPMICTL_SEND_COMMAND _IOW(IPMI_IOC_MAGIC, 13, struct ipmi_req)
sys/sys/ipmi.h
49
#define IPMICTL_REGISTER_FOR_CMD _IOW(IPMI_IOC_MAGIC, 14, struct ipmi_cmdspec)
sys/sys/ipmi.h
50
#define IPMICTL_UNREGISTER_FOR_CMD _IOW(IPMI_IOC_MAGIC, 15, struct ipmi_cmdspec)
sys/sys/ipmi.h
51
#define IPMICTL_SET_GETS_EVENTS_CMD _IOW(IPMI_IOC_MAGIC, 16, int)
sys/sys/ipmi.h
52
#define IPMICTL_SET_MY_ADDRESS_CMD _IOW(IPMI_IOC_MAGIC, 17, unsigned int)
sys/sys/ipmi.h
54
#define IPMICTL_SET_MY_LUN_CMD _IOW(IPMI_IOC_MAGIC, 19, unsigned int)
sys/sys/joystick.h
43
#define JOY_SETTIMEOUT _IOW('J', 1, int) /* set timeout */
sys/sys/joystick.h
45
#define JOY_SET_X_OFFSET _IOW('J', 3, int) /* set offset on X-axis */
sys/sys/joystick.h
46
#define JOY_SET_Y_OFFSET _IOW('J', 4, int) /* set offset on Y-axis */
sys/sys/kbio.h
254
#define PIO_SCRNMAP _IOW('k', 3, scrmap_t)
sys/sys/kbio.h
261
#define OPIO_KEYMAP _IOW('k', 7, okeymap_t)
sys/sys/kbio.h
268
#define OPIO_DEADKEYMAP _IOW('k', 9, oaccentmap_t)
sys/sys/kbio.h
271
#define PIO_KEYMAPENT _IOW('k', 11, keyarg_t)
sys/sys/kbio.h
80
#define KBADDKBD _IOW('K', 68, keyboard_info_t) /* add keyboard */
sys/sys/kbio.h
81
#define KBRELKBD _IOW('K', 69, keyboard_info_t) /* release keyboard */
sys/sys/kbio.h
85
#define KDRASTER _IOW('K', 100, scr_size_t)
sys/sys/kbio.h
96
#define KDSETREPEAT _IOW('K', 102, keyboard_repeat_t)
sys/sys/memrange.h
46
#define MEMRANGE_SET _IOW('m', 51, struct mem_range_op)
sys/sys/memrange.h
70
#define MEM_KERNELDUMP _IOW('m', 53, struct mem_livedump_arg)
sys/sys/mouse.h
36
#define MOUSE_SETMODE _IOW('M', 3, mousemode_t)
sys/sys/mouse.h
38
#define MOUSE_SETLEVEL _IOW('M', 5, int)
sys/sys/mouse.h
43
#define MOUSE_SETRESOLUTION _IOW('M', 10, int)
sys/sys/mouse.h
44
#define MOUSE_SETSCALING _IOW('M', 11, int)
sys/sys/mouse.h
45
#define MOUSE_SETRATE _IOW('M', 12, int)
sys/sys/mtio.h
311
#define MTIOCTOP _IOW('m', 1, struct mtop) /* do a mag tape op */
sys/sys/mtio.h
324
#define MTIOCSLOCATE _IOW('m', 5, u_int32_t) /* seek to logical blk addr */
sys/sys/mtio.h
325
#define MTIOCHLOCATE _IOW('m', 6, u_int32_t) /* seek to hardware blk addr */
sys/sys/mtio.h
332
#define MTIOCSETEOTMODEL _IOW('m', 8, u_int32_t)
sys/sys/mtio.h
337
#define MTIOCEXTLOCATE _IOW('m', 10, struct mtlocate) /* seek to position */
sys/sys/ptio.h
35
#define PTIOCSETTIMEOUT _IOW('T', 2, int)
sys/sys/snoop.h
29
#define SNPSTTY _IOW('T', 90, int)
sys/sys/sockio.h
103
#define SIOCSIFPHYADDR _IOW('i', 70, struct ifaliasreq) /* set gif address */
sys/sys/sockio.h
106
#define SIOCDIFPHYADDR _IOW('i', 73, struct ifreq) /* delete gif addrs */
sys/sys/sockio.h
117
#define SIOCSIFFIB _IOW('i', 93, struct ifreq) /* set IF fib */
sys/sys/sockio.h
120
#define SIOCSTUNFIB _IOW('i', 95, struct ifreq) /* set tunnel fib */
sys/sys/sockio.h
122
#define SIOCSDRVSPEC _IOW('i', 123, struct ifdrv) /* set driver-specific
sys/sys/sockio.h
129
#define SIOCIFDESTROY _IOW('i', 121, struct ifreq) /* destroy clone if */
sys/sys/sockio.h
132
#define SIOCAIFGROUP _IOW('i', 135, struct ifgroupreq) /* add an ifgroup */
sys/sys/sockio.h
134
#define SIOCDIFGROUP _IOW('i', 137, struct ifgroupreq) /* delete ifgroup */
sys/sys/sockio.h
143
#define SIOCSLANPCP _IOW('i', 153, struct ifreq) /* Set (V)LAN PCP */
sys/sys/sockio.h
147
#define SIOCSIFCAPNV _IOW('i', 155, struct ifreq) /* set IF features */
sys/sys/sockio.h
151
#define SIOCSUMBPARAM _IOW('i', 158, struct ifreq) /* set MBIM param */
sys/sys/sockio.h
38
#define SIOCSHIWAT _IOW('s', 0, int) /* set high watermark */
sys/sys/sockio.h
40
#define SIOCSLOWAT _IOW('s', 2, int) /* set low watermark */
sys/sys/sockio.h
43
#define SIOCSPGRP _IOW('s', 8, int) /* set process group */
sys/sys/sockio.h
51
#define SIOCSIFADDR _IOW('i', 12, struct ifreq) /* set ifnet address */
sys/sys/sockio.h
54
#define SIOCSIFDSTADDR _IOW('i', 14, struct ifreq) /* set p-p address */
sys/sys/sockio.h
57
#define SIOCSIFFLAGS _IOW('i', 16, struct ifreq) /* set ifnet flags */
sys/sys/sockio.h
61
#define SIOCSIFBRDADDR _IOW('i', 19, struct ifreq) /* set broadcast addr */
sys/sys/sockio.h
66
#define SIOCSIFNETMASK _IOW('i', 22, struct ifreq) /* set net addr mask */
sys/sys/sockio.h
68
#define SIOCSIFMETRIC _IOW('i', 24, struct ifreq) /* set IF metric */
sys/sys/sockio.h
69
#define SIOCDIFADDR _IOW('i', 25, struct ifreq) /* delete IF addr */
sys/sys/sockio.h
70
#define OSIOCAIFADDR _IOW('i', 26, struct oifaliasreq) /* FreeBSD 9.x */
sys/sys/sockio.h
74
#define SIOCSIFCAP _IOW('i', 30, struct ifreq) /* set IF features */
sys/sys/sockio.h
78
#define SIOCSIFMAC _IOW('i', 39, struct ifreq) /* set IF MAC label */
sys/sys/sockio.h
79
#define SIOCSIFNAME _IOW('i', 40, struct ifreq) /* set IF name */
sys/sys/sockio.h
80
#define SIOCSIFDESCR _IOW('i', 41, struct ifreq) /* set ifnet descr */
sys/sys/sockio.h
82
#define SIOCAIFADDR _IOW('i', 43, struct ifaliasreq)/* add/chg IF alias */
sys/sys/sockio.h
83
#define SIOCGIFDATA _IOW('i', 44, struct ifreq) /* get if_data */
sys/sys/sockio.h
86
#define SIOCADDMULTI _IOW('i', 49, struct ifreq) /* add m'cast addr */
sys/sys/sockio.h
87
#define SIOCDELMULTI _IOW('i', 50, struct ifreq) /* del m'cast addr */
sys/sys/sockio.h
89
#define SIOCSIFMTU _IOW('i', 52, struct ifreq) /* set IF mtu */
sys/sys/sockio.h
91
#define SIOCSIFPHYS _IOW('i', 54, struct ifreq) /* set IF wire */
sys/sys/sockio.h
95
#define SIOCSIFGENERIC _IOW('i', 57, struct ifreq) /* generic IF set op */
sys/sys/sockio.h
99
#define SIOCSIFLLADDR _IOW('i', 60, struct ifreq) /* set linklevel addr */
sys/sys/soundcard.h
1615
#define SNDCTL_DSP_SYNCSTART _IOW ('P', 29, int)
sys/sys/soundcard.h
1631
#define SNDCTL_DSP_COOKEDMODE _IOW ('P', 30, int)
sys/sys/soundcard.h
1655
#define SNDCTL_DSP_LOW_WATER _IOW ('P', 34, int)
sys/sys/soundcard.h
1712
#define SNDCTL_DSP_POLICY _IOW('P', 45, int) /* See the manual */
sys/sys/soundcard.h
2005
#define SNDCTL_SETSONG _IOW ('Y', 2, oss_longname_t)
sys/sys/soundcard.h
2007
#define SNDCTL_SETNAME _IOW ('Y', 3, oss_longname_t)
sys/sys/soundcard.h
2008
#define SNDCTL_SETLABEL _IOW ('Y', 4, oss_label_t)
sys/sys/soundcard.h
328
#define SNDCTL_SEQ_PERCMODE _IOW ('Q', 6, int)
sys/sys/soundcard.h
329
#define SNDCTL_FM_LOAD_INSTR _IOW ('Q', 7, struct sbi_instrument) /* Valid for FM only */
sys/sys/soundcard.h
330
#define SNDCTL_SEQ_TESTMIDI _IOW ('Q', 8, int)
sys/sys/soundcard.h
331
#define SNDCTL_SEQ_RESETSAMPLES _IOW ('Q', 9, int)
sys/sys/soundcard.h
335
#define SNDCTL_SEQ_THRESHOLD _IOW ('Q',13, int)
sys/sys/soundcard.h
338
#define SNDCTL_FM_4OP_ENABLE _IOW ('Q',15, int) /* in=dev# */
sys/sys/soundcard.h
341
#define SNDCTL_SEQ_OUTOFBAND _IOW ('Q',18, struct seq_event_rec)
sys/sys/soundcard.h
360
#define SNDCTL_TMR_METRONOME _IOW ('T', 7, int)
sys/sys/soundcard.h
361
#define SNDCTL_TMR_SELECT _IOW ('T', 8, int)
sys/sys/soundcard.h
792
#define SNDCTL_DSP_SETBLKSIZE _IOW('P', 4, int)
sys/sys/soundcard.h
925
#define SNDCTL_DSP_SETTRIGGER _IOW ('P',16, int)
sys/sys/soundcard.h
995
#define SNDCTL_COPR_WDATA _IOW ('C', 4, copr_debug_buf)
sys/sys/soundcard.h
996
#define SNDCTL_COPR_WCODE _IOW ('C', 5, copr_debug_buf)
sys/sys/soundcard.h
999
#define SNDCTL_COPR_SENDMSG _IOW ('C', 8, copr_msg)
sys/sys/spigenio.h
45
#define SPIGENIOC_TRANSFER _IOW(SPIGENIOC_BASE, 0, \
sys/sys/spigenio.h
47
#define SPIGENIOC_TRANSFER_MMAPPED _IOW(SPIGENIOC_BASE, 1, \
sys/sys/spigenio.h
50
#define SPIGENIOC_SET_CLOCK_SPEED _IOW(SPIGENIOC_BASE, 3, uint32_t)
sys/sys/spigenio.h
52
#define SPIGENIOC_SET_SPI_MODE _IOW(SPIGENIOC_BASE, 5, uint32_t)
sys/sys/tiio.h
318
#define TIIOCSETPARAMS _IOW('T', 3, struct ti_params)
sys/sys/tiio.h
319
#define TIIOCSETTRACE _IOW('T', 11, ti_trace_type)
sys/sys/timepps.h
125
#define PPS_IOC_SETPARAMS _IOW('1', 3, pps_params_t)
sys/sys/timepps.h
129
#define PPS_IOC_KCBIND _IOW('1', 7, struct pps_kcbind_args)
sys/sys/ttycom.h
102
#define TIOCMBIC _IOW('t', 107, int) /* bic modem bits */
sys/sys/ttycom.h
103
#define TIOCMBIS _IOW('t', 108, int) /* bis modem bits */
sys/sys/ttycom.h
104
#define TIOCMSET _IOW('t', 109, int) /* set all modem bits */
sys/sys/ttycom.h
107
#define TIOCPKT _IOW('t', 112, int) /* pty: set/clear packet mode */
sys/sys/ttycom.h
117
#define TIOCSTI _IOW('t', 114, char) /* simulate terminal input */
sys/sys/ttycom.h
120
#define TIOCSPGRP _IOW('t', 118, int) /* set pgrp of tty */
sys/sys/ttycom.h
55
#define TIOCFLUSH _IOW('t', 16, int) /* flush buffers */
sys/sys/ttycom.h
58
#define TIOCSETA _IOW('t', 20, struct termios) /* set termios struct */
sys/sys/ttycom.h
59
#define TIOCSETAW _IOW('t', 21, struct termios) /* drain output, set */
sys/sys/ttycom.h
60
#define TIOCSETAF _IOW('t', 22, struct termios) /* drn out, fls in, set */
sys/sys/ttycom.h
63
#define TIOCSETD _IOW('t', 27, int) /* set line discipline */
sys/sys/ttycom.h
67
#define TIOCSDRAINWAIT _IOW('t', 87, int) /* set ttywait timeout */
sys/sys/ttycom.h
78
#define TIOCEXT _IOW('t', 96, int) /* pty: external processing */
sys/sys/ttycom.h
80
#define TIOCCONS _IOW('t', 98, int) /* become virtual console */
sys/sys/ttycom.h
84
#define TIOCUCNTL _IOW('t', 102, int) /* pty: set/clr usr cntl mode */
sys/sys/ttycom.h
86
#define TIOCSWINSZ _IOW('t', 103, struct winsize) /* set window size */
sys/sys/watchdog.h
39
#define WDIOC_PATPAT _IOW('W', 52, sbintime_t) /* pat the watchdog */
sys/sys/watchdog.h
40
#define WDIOC_SETTIMEOUT _IOW('W', 53, sbintime_t) /* set/reset the timer */
sys/sys/watchdog.h
44
#define WDIOC_SETPRETIMEOUT _IOW('W', 57, sbintime_t) /* set the pre-timeout */
sys/sys/watchdog.h
46
#define WDIOC_SETPRETIMEOUTACT _IOW('W', 48, int)
sys/sys/watchdog.h
49
#define WDIOC_SETSOFT _IOW('W', 49, int)
sys/sys/watchdog.h
50
#define WDIOC_SETSOFTTIMEOUTACT _IOW('W', 50, int)
sys/sys/watchdog.h
52
#define WDIOC_CONTROL _IOW('W', 51, int) /* configure watchdog */
sys/ufs/ffs/fs.h
912
#define UFSSUSPEND _IOW('U', 1, fsid_t)
sys/x86/include/apm_bios.h
250
#define APMIO_DISPLAY _IOW('P', 9, int)
sys/xen/evtchn.h
67
_IOW('E', 7, struct ioctl_evtchn_unbind)
sys/xen/evtchn.h
76
_IOW('E', 8, struct ioctl_evtchn_notify)
sys/xen/gntdev.h
117
_IOW('E', 0, struct ioctl_gntdev_unmap_notify)
sys/xen/gntdev.h
146
_IOW('E', 2, struct ioctl_gntdev_dealloc_gref)
sys/xen/gntdev.h
173
_IOW('E', 4, struct ioctl_gntdev_unmap_grant_ref)
sys/xen/privcmd.h
84
_IOW('E', 3, struct ioctl_privcmd_dmop)
sys/xen/privcmd.h
86
_IOW('E', 4, domid_t)
tests/sys/fs/fusefs/ioctl.cc
162
unsigned long req = _IOW(0xff, 3, INPUT_DATA);
usr.sbin/dumpcis/cardinfo.h
45
#define PIOCSMEM _IOW('P', 3, struct mem_desc) /* Set memory map */
usr.sbin/dumpcis/cardinfo.h
47
#define PIOCSIO _IOW('P', 5, struct io_desc) /* Set I/O map */
usr.sbin/dumpcis/cardinfo.h
49
#define PIOCRWFLAG _IOW('P', 7, int) /* Set flags for drv use */
usr.sbin/dumpcis/cardinfo.h
51
#define PIOCSPOW _IOW('P', 9, struct power) /* Set power structure */
usr.sbin/dumpcis/cardinfo.h
52
#define PIOCSVIR _IOW('P', 10, int) /* Virtual insert/remove */
usr.sbin/dumpcis/cardinfo.h
53
#define PIOCSBEEP _IOW('P', 11, int) /* Select Beep */
usr.sbin/dumpcis/cardinfo.h
59
#define PIOCSREG _IOW('P', 101, struct pcic_reg) /* Set reg */
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
124
#define VIRTUAL_OSS_SET_OUTPUT_LIMIT _IOW('O', 17, struct virtual_oss_compressor)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
132
#define VIRTUAL_OSS_SET_DEV_LIMIT _IOW('O', 19, struct virtual_oss_io_limit)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
135
#define VIRTUAL_OSS_SET_LOOP_LIMIT _IOW('O', 21, struct virtual_oss_io_limit)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
147
#define VIRTUAL_OSS_SET_RECORDING _IOW('O', 25, int)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
160
#define VIRTUAL_OSS_SET_AUDIO_DELAY_LOCATOR _IOW('O', 27, struct virtual_oss_audio_delay_locator)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
172
#define VIRTUAL_OSS_SET_MIDI_DELAY_LOCATOR _IOW('O', 30, struct virtual_oss_midi_delay_locator)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
58
#define VIRTUAL_OSS_SET_DEV_INFO _IOW('O', 2, struct virtual_oss_io_info)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
61
#define VIRTUAL_OSS_SET_LOOP_INFO _IOW('O', 4, struct virtual_oss_io_info)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
74
#define VIRTUAL_OSS_SET_INPUT_MON_INFO _IOW('O', 6, struct virtual_oss_mon_info)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
77
#define VIRTUAL_OSS_SET_OUTPUT_MON_INFO _IOW('O', 8, struct virtual_oss_mon_info)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
80
#define VIRTUAL_OSS_SET_LOCAL_MON_INFO _IOW('O', 44, struct virtual_oss_mon_info)