crypto/heimdal/lib/kafs/afssys.c
55
#ifdef _IOWR
crypto/heimdal/lib/kafs/afssys.c
56
#define VIOC_SYSCALL_DEV _IOWR('C', 2, struct devdata)
crypto/heimdal/lib/kafs/afssys.c
57
#define VIOC_SYSCALL_DEV_OPENAFS _IOWR('C', 1, struct devdata)
sbin/ipf/ipf/bpf-ipf.h
111
#define BIOCSBLEN _IOWR(B,102, u_int)
sbin/ipf/ipf/bpf-ipf.h
127
#define BIOCSBLEN _IOWR('B',102, u_int)
sys/amd64/include/vmm_dev.h
356
_IOWR('v', IOCNUM_GET_MEMSEG, struct vm_memseg)
sys/amd64/include/vmm_dev.h
360
_IOWR('v', IOCNUM_MMAP_GETNEXT, struct vm_memmap)
sys/amd64/include/vmm_dev.h
366
_IOWR('v', IOCNUM_GET_REGISTER, struct vm_register)
sys/amd64/include/vmm_dev.h
370
_IOWR('v', IOCNUM_GET_SEGMENT_DESCRIPTOR, struct vm_seg_desc)
sys/amd64/include/vmm_dev.h
374
_IOWR('v', IOCNUM_GET_REGISTER_SET, struct vm_register_set)
sys/amd64/include/vmm_dev.h
379
_IOWR('v', IOCNUM_GET_KERNEMU_DEV, \
sys/amd64/include/vmm_dev.h
408
_IOWR('v', IOCNUM_GET_CAPABILITY, struct vm_capability)
sys/amd64/include/vmm_dev.h
426
_IOWR('v', IOCNUM_VM_STATS, struct vm_stats)
sys/amd64/include/vmm_dev.h
428
_IOWR('v', IOCNUM_VM_STAT_DESC, struct vm_stat_desc)
sys/amd64/include/vmm_dev.h
432
_IOWR('v', IOCNUM_GET_X2APIC_STATE, struct vm_x2apic)
sys/amd64/include/vmm_dev.h
440
_IOWR('v', IOCNUM_GET_GPA_PMAP, struct vm_gpa_pte)
sys/amd64/include/vmm_dev.h
442
_IOWR('v', IOCNUM_GLA2GPA, struct vm_gla2gpa)
sys/amd64/include/vmm_dev.h
444
_IOWR('v', IOCNUM_GLA2GPA_NOFAULT, struct vm_gla2gpa)
sys/amd64/include/vmm_dev.h
456
_IOWR('v', IOCNUM_GET_INTINFO, struct vm_intinfo)
sys/amd64/include/vmm_dev.h
460
_IOWR('v', IOCNUM_RTC_READ, struct vm_rtc_data)
sys/amd64/include/vmm_dev.h
468
_IOWR('v', IOCNUM_SNAPSHOT_REQ, struct vm_snapshot_meta)
sys/amd64/include/vmm_dev.h
470
_IOWR('v', IOCNUM_RESTORE_TIME, int)
sys/amd64/vmm/vmm_dev_machdep.c
105
_IOWR('v', IOCNUM_RUN, struct vm_run_13)
sys/amd64/vmm/vmm_dev_machdep.c
70
#define VM_STATS_13 _IOWR('v', IOCNUM_VM_STATS, struct vm_stats_13)
sys/amd64/vmm/vmm_dev_machdep.c
84
_IOWR('v', IOCNUM_SNAPSHOT_REQ, struct vm_snapshot_meta_13)
sys/arm/broadcom/bcm2835/bcm2835_vcio.c
49
#define IOCTL_MBOX_PROPERTY _IOWR(VCIO_IOC_MAGIC, 0, char *)
sys/arm64/include/vmm_dev.h
219
_IOWR('v', IOCNUM_RUN, struct vm_run)
sys/arm64/include/vmm_dev.h
227
_IOWR('v', IOCNUM_GET_MEMSEG, struct vm_memseg)
sys/arm64/include/vmm_dev.h
231
_IOWR('v', IOCNUM_MMAP_GETNEXT, struct vm_memmap)
sys/arm64/include/vmm_dev.h
237
_IOWR('v', IOCNUM_GET_REGISTER, struct vm_register)
sys/arm64/include/vmm_dev.h
241
_IOWR('v', IOCNUM_GET_REGISTER_SET, struct vm_register_set)
sys/arm64/include/vmm_dev.h
245
_IOWR('v', IOCNUM_GET_CAPABILITY, struct vm_capability)
sys/arm64/include/vmm_dev.h
247
_IOWR('v', IOCNUM_VM_STATS, struct vm_stats)
sys/arm64/include/vmm_dev.h
249
_IOWR('v', IOCNUM_VM_STAT_DESC, struct vm_stat_desc)
sys/arm64/include/vmm_dev.h
263
_IOWR('v', IOCNUM_GLA2GPA_NOFAULT, struct vm_gla2gpa)
sys/cam/cam_compat.h
223
#define CAMIOCOMMAND_0x19 _IOWR(CAM_VERSION_0x19, 2, union ccb)
sys/cam/cam_compat.h
224
#define CAMGETPASSTHRU_0x19 _IOWR(CAM_VERSION_0x19, 3, union ccb)
sys/cam/ctl/ctl_ioctl.h
825
#define CTL_IO _IOWR(CTL_MINOR, 0x00, union ctl_io)
sys/cam/ctl/ctl_ioctl.h
828
#define CTL_DELAY_IO _IOWR(CTL_MINOR, 0x10, struct ctl_io_delay_info)
sys/cam/ctl/ctl_ioctl.h
829
#define CTL_ERROR_INJECT _IOWR(CTL_MINOR, 0x16, struct ctl_error_desc)
sys/cam/ctl/ctl_ioctl.h
830
#define CTL_GET_OOA _IOWR(CTL_MINOR, 0x18, struct ctl_ooa)
sys/cam/ctl/ctl_ioctl.h
832
#define CTL_LUN_REQ _IOWR(CTL_MINOR, 0x21, struct ctl_lun_req)
sys/cam/ctl/ctl_ioctl.h
833
#define CTL_LUN_LIST _IOWR(CTL_MINOR, 0x22, struct ctl_lun_list)
sys/cam/ctl/ctl_ioctl.h
836
#define CTL_ISCSI _IOWR(CTL_MINOR, 0x25, struct ctl_iscsi)
sys/cam/ctl/ctl_ioctl.h
837
#define CTL_PORT_REQ _IOWR(CTL_MINOR, 0x26, struct ctl_req)
sys/cam/ctl/ctl_ioctl.h
838
#define CTL_PORT_LIST _IOWR(CTL_MINOR, 0x27, struct ctl_lun_list)
sys/cam/ctl/ctl_ioctl.h
840
#define CTL_GET_LUN_STATS _IOWR(CTL_MINOR, 0x29, struct ctl_get_io_stats)
sys/cam/ctl/ctl_ioctl.h
841
#define CTL_GET_PORT_STATS _IOWR(CTL_MINOR, 0x2a, struct ctl_get_io_stats)
sys/cam/ctl/ctl_ioctl.h
842
#define CTL_NVMF _IOWR(CTL_MINOR, 0x2b, struct ctl_nvmf)
sys/cam/scsi/scsi_pass.h
39
#define CAMIOCOMMAND _IOWR(CAM_VERSION, 2, union ccb)
sys/cam/scsi/scsi_pass.h
40
#define CAMGETPASSTHRU _IOWR(CAM_VERSION, 3, union ccb)
sys/cam/scsi/scsi_sg.h
29
#define SG_IO _IOWR(SGIOC, 0x85, struct sg_io_hdr)
sys/compat/freebsd32/freebsd32_ioctl.h
56
#define MEMRANGE_GET32 _IOWR('m', 50, struct mem_range_op32)
sys/compat/freebsd32/freebsd32_ioctl.h
58
#define SG_IO_32 _IOWR(SGIOC, 0x85, struct sg_io_hdr32)
sys/compat/freebsd32/freebsd32_ioctl.h
59
#define PCIOCBARMMAP_32 _IOWR('p', 8, struct pci_bar_mmap32)
sys/dev/acpica/acpiio.h
190
#define ACPIIO_BATT_GET_BATTINFO _IOWR('B', 0x03, union acpi_battery_ioctl_arg)
sys/dev/acpica/acpiio.h
191
#define ACPIIO_BATT_GET_BATTINFO_V1 _IOWR('B', 0x03, union acpi_battery_ioctl_arg_v1)
sys/dev/acpica/acpiio.h
192
#define ACPIIO_BATT_GET_BIF _IOWR('B', 0x10, union acpi_battery_ioctl_arg_v1)
sys/dev/acpica/acpiio.h
193
#define ACPIIO_BATT_GET_BIX _IOWR('B', 0x10, union acpi_battery_ioctl_arg)
sys/dev/acpica/acpiio.h
194
#define ACPIIO_BATT_GET_BST _IOWR('B', 0x11, union acpi_battery_ioctl_arg)
sys/dev/acpica/acpiio.h
195
#define ACPIIO_BATT_GET_BST_V1 _IOWR('B', 0x11, union acpi_battery_ioctl_arg_v1)
sys/dev/adlink/adlink.c
69
#define ADLINK_SETDIVISOR _IOWR('A', 255, u_int) /* divisor */
sys/dev/adlink/adlink.c
70
#define ADLINK_SETCHUNKSIZE _IOWR('A', 254, u_int) /* bytes */
sys/dev/adlink/adlink.c
71
#define ADLINK_SETRINGSIZE _IOWR('A', 253, u_int) /* bytes */
sys/dev/adlink/adlink.c
72
#define ADLINK_START _IOWR('A', 252, u_int) /* dummy */
sys/dev/adlink/adlink.c
73
#define ADLINK_STOP _IOWR('A', 251, u_int) /* dummy */
sys/dev/adlink/adlink.c
74
#define ADLINK_RESET _IOWR('A', 250, u_int) /* dummy */
sys/dev/arcmsr/arcmsr.h
254
#define ARCMSR_MESSAGE_READ_RQBUFFER _IOWR('F', FUNCTION_READ_RQBUFFER, struct CMD_MESSAGE_FIELD)
sys/dev/arcmsr/arcmsr.h
255
#define ARCMSR_MESSAGE_WRITE_WQBUFFER _IOWR('F', FUNCTION_WRITE_WQBUFFER, struct CMD_MESSAGE_FIELD)
sys/dev/arcmsr/arcmsr.h
256
#define ARCMSR_MESSAGE_CLEAR_RQBUFFER _IOWR('F', FUNCTION_CLEAR_RQBUFFER, struct CMD_MESSAGE_FIELD)
sys/dev/arcmsr/arcmsr.h
257
#define ARCMSR_MESSAGE_CLEAR_WQBUFFER _IOWR('F', FUNCTION_CLEAR_WQBUFFER, struct CMD_MESSAGE_FIELD)
sys/dev/arcmsr/arcmsr.h
258
#define ARCMSR_MESSAGE_CLEAR_ALLQBUFFER _IOWR('F', FUNCTION_CLEAR_ALLQBUFFER, struct CMD_MESSAGE_FIELD)
sys/dev/arcmsr/arcmsr.h
259
#define ARCMSR_MESSAGE_REQUEST_RETURNCODE_3F _IOWR('F', FUNCTION_REQUEST_RETURNCODE_3F, struct CMD_MESSAGE_FIELD)
sys/dev/arcmsr/arcmsr.h
260
#define ARCMSR_MESSAGE_SAY_HELLO _IOWR('F', FUNCTION_SAY_HELLO, struct CMD_MESSAGE_FIELD)
sys/dev/arcmsr/arcmsr.h
261
#define ARCMSR_MESSAGE_SAY_GOODBYE _IOWR('F', FUNCTION_SAY_GOODBYE, struct CMD_MESSAGE_FIELD)
sys/dev/arcmsr/arcmsr.h
262
#define ARCMSR_MESSAGE_FLUSH_ADAPTER_CACHE _IOWR('F', FUNCTION_FLUSH_ADAPTER_CACHE, struct CMD_MESSAGE_FIELD)
sys/dev/ath/if_athioctl.h
182
#define SIOCGATHSTATS _IOWR('i', 137, struct ifreq)
sys/dev/ath/if_athioctl.h
183
#define SIOCZATHSTATS _IOWR('i', 139, struct ifreq)
sys/dev/ath/if_athioctl.h
184
#define SIOCGATHAGSTATS _IOWR('i', 141, struct ifreq)
sys/dev/ath/if_athioctl.h
199
#define SIOCGATHDIAG _IOWR('i', 138, struct ath_diag)
sys/dev/ath/if_athioctl.h
200
#define SIOCGATHPHYERR _IOWR('i', 140, struct ath_diag)
sys/dev/ath/if_athioctl.h
245
#define SIOCGATHNODERATESTATS _IOWR('i', 149, struct ath_rateioctl)
sys/dev/ath/if_athioctl.h
246
#define SIOCGATHRATESTATS _IOWR('i', 150, struct ath_rateioctl)
sys/dev/ath/if_athioctl.h
447
#define SIOCGATHSPECTRAL _IOWR('i', 151, struct ath_diag)
sys/dev/ath/if_athioctl.h
461
#define SIOCGATHBTCOEX _IOWR('i', 152, struct ath_diag)
sys/dev/bxe/bxe_ioctl.h
127
#define BXE_GRC_DUMP_SIZE _IOWR('e', 1, bxe_grcdump_t)
sys/dev/bxe/bxe_ioctl.h
132
#define BXE_GRC_DUMP _IOWR('e', 2, bxe_grcdump_t)
sys/dev/bxe/bxe_ioctl.h
152
#define BXE_EEPROM _IOWR('e', 6, bxe_eeprom_t)
sys/dev/bxe/bxe_ioctl.h
157
#define BXE_RDW_REG _IOWR('e', 7, bxe_reg_rdw_t)
sys/dev/bxe/bxe_ioctl.h
162
#define BXE_RDW_PCICFG _IOWR('e', 8, bxe_reg_rdw_t)
sys/dev/bxe/bxe_ioctl.h
168
#define BXE_MAC_ADDR _IOWR('e', 9, bxe_perm_mac_addr_t)
sys/dev/ciss/cissio.h
229
#define CCISS_PASSTHRU _IOWR ('C', 210, IOCTL_Command_struct)
sys/dev/ciss/cissio.h
231
#define CCISS_PASSTHRU32 _IOWR ('C', 210, IOCTL_Command_struct32)
sys/dev/ciss/cissio.h
233
#define CCISS_GETQSTATS _IOWR ('C', 211, union ciss_statrequest)
sys/dev/cxgb/cxgb_ioctl.h
244
#define CHELSIO_GETREG _IOWR('f', CH_GETREG, struct ch_reg)
sys/dev/cxgb/cxgb_ioctl.h
249
#define CHELSIO_READ_TCAM_WORD _IOWR('f', CH_READ_TCAM_WORD, struct ch_tcam_word)
sys/dev/cxgb/cxgb_ioctl.h
250
#define CHELSIO_GET_MEM _IOWR('f', CH_GET_MEM, struct ch_mem_range)
sys/dev/cxgb/cxgb_ioctl.h
251
#define CHELSIO_GET_SGE_CONTEXT _IOWR('f', CH_GET_SGE_CONTEXT, struct ch_cntxt)
sys/dev/cxgb/cxgb_ioctl.h
252
#define CHELSIO_GET_SGE_DESC _IOWR('f', CH_GET_SGE_DESC, struct ch_desc)
sys/dev/cxgb/cxgb_ioctl.h
253
#define CHELSIO_LOAD_FW _IOWR('f', CH_LOAD_FW, struct ch_mem_range)
sys/dev/cxgb/cxgb_ioctl.h
255
#define CHELSIO_GET_QSET_PARAMS _IOWR('f', CH_GET_QSET_PARAMS, struct ch_qset_params)
sys/dev/cxgb/cxgb_ioctl.h
261
#define CHELSIO_IFCONF_GETREGS _IOWR('f', CH_IFCONF_GETREGS, struct ch_ifconf_regs)
sys/dev/cxgb/cxgb_ioctl.h
262
#define CHELSIO_GET_MIIREG _IOWR('f', CH_GET_MIIREG, struct ch_mii_data)
sys/dev/cxgb/cxgb_ioctl.h
264
#define CHELSIO_GET_EEPROM _IOWR('f', CH_GET_EEPROM, struct ch_eeprom)
sys/dev/cxgb/cxgb_ioctl.h
265
#define CHELSIO_GET_UP_LA _IOWR('f', CH_GET_UP_LA, struct ch_up_la)
sys/dev/cxgb/cxgb_ioctl.h
266
#define CHELSIO_GET_UP_IOQS _IOWR('f', CH_GET_UP_IOQS, struct ch_up_ioqs)
sys/dev/cxgb/cxgb_ioctl.h
269
#define CHELSIO_GET_FILTER _IOWR('f', CH_GET_FILTER, struct ch_filter)
sys/dev/cxgbe/t4_ioctl.h
435
#define CHELSIO_T4_GETREG _IOWR('f', T4_GETREG, struct t4_reg)
sys/dev/cxgbe/t4_ioctl.h
437
#define CHELSIO_T4_REGDUMP _IOWR('f', T4_REGDUMP, struct t4_regdump)
sys/dev/cxgbe/t4_ioctl.h
438
#define CHELSIO_T4_GET_FILTER_MODE _IOWR('f', T4_GET_FILTER_MODE, uint32_t)
sys/dev/cxgbe/t4_ioctl.h
440
#define CHELSIO_T4_GET_FILTER _IOWR('f', T4_GET_FILTER, struct t4_filter)
sys/dev/cxgbe/t4_ioctl.h
441
#define CHELSIO_T4_SET_FILTER _IOWR('f', T4_SET_FILTER, struct t4_filter)
sys/dev/cxgbe/t4_ioctl.h
443
#define CHELSIO_T4_GET_SGE_CONTEXT _IOWR('f', T4_GET_SGE_CONTEXT, \
sys/dev/cxgbe/t4_ioctl.h
447
#define CHELSIO_T4_GET_I2C _IOWR('f', T4_GET_I2C, struct t4_i2c_data)
sys/dev/cxgbe/t4_ioctl.h
453
#define CHELSIO_T4_GET_TRACER _IOWR('f', T4_GET_TRACER, struct t4_tracer)
sys/dev/cxgbe/t4_ioctl.h
458
#define CHELSIO_T4_CUDBG_DUMP _IOWR('f', T4_CUDBG_DUMP, struct t4_cudbg_dump)
sys/dev/cxgbe/t4_ioctl.h
463
#define CHELSIO_T4_GET_SGE_CTXT _IOWR('f', T4_GET_SGE_CTXT, struct t4_sge_ctxt)
sys/dev/drm2/drm.h
639
#define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
sys/dev/etherswitch/etherswitch.h
131
#define IOETHERSWITCHGETREG _IOWR('i', 2, etherswitch_reg_t)
sys/dev/etherswitch/etherswitch.h
133
#define IOETHERSWITCHGETPORT _IOWR('i', 4, etherswitch_port_t)
sys/dev/etherswitch/etherswitch.h
135
#define IOETHERSWITCHGETVLANGROUP _IOWR('i', 6, etherswitch_vlangroup_t)
sys/dev/etherswitch/etherswitch.h
137
#define IOETHERSWITCHGETPHYREG _IOWR('i', 8, etherswitch_phyreg_t)
sys/dev/etherswitch/etherswitch.h
144
#define IOETHERSWITCHGETTABLE _IOWR('i', 15, etherswitch_atu_table_t)
sys/dev/etherswitch/etherswitch.h
145
#define IOETHERSWITCHGETTABLEENTRY _IOWR('i', 16, etherswitch_atu_entry_t)
sys/dev/evdev/input.h
83
#define EVIOCGKEYCODE _IOWR(EVDEV_IOC_MAGIC, 0x04, unsigned int[2]) /* get keycode */
sys/dev/evdev/input.h
84
#define EVIOCGKEYCODE_V2 _IOWR(EVDEV_IOC_MAGIC, 0x04, struct input_keymap_entry)
sys/dev/evdev/uinput.h
86
#define UI_BEGIN_FF_UPLOAD _IOWR(UINPUT_IOCTL_BASE, 200, struct uinput_ff_upload)
sys/dev/evdev/uinput.h
88
#define UI_BEGIN_FF_ERASE _IOWR(UINPUT_IOCTL_BASE, 202, struct uinput_ff_erase)
sys/dev/filemon/filemon.h
30
#define FILEMON_SET_FD _IOWR('S', 1, int)
sys/dev/filemon/filemon.h
31
#define FILEMON_SET_PID _IOWR('S', 2, pid_t)
sys/dev/firewire/firewire.h
428
#define FW_SSTBUF _IOWR('S', 86, struct fw_isobufreq)
sys/dev/firewire/firewire.h
429
#define FW_GSTBUF _IOWR('S', 87, struct fw_isobufreq)
sys/dev/firewire/firewire.h
430
#define FW_SRSTREAM _IOWR('S', 88, struct fw_isochreq)
sys/dev/firewire/firewire.h
431
#define FW_GRSTREAM _IOWR('S', 89, struct fw_isochreq)
sys/dev/firewire/firewire.h
432
#define FW_STSTREAM _IOWR('S', 90, struct fw_isochreq)
sys/dev/firewire/firewire.h
433
#define FW_GTSTREAM _IOWR('S', 91, struct fw_isochreq)
sys/dev/firewire/firewire.h
435
#define FW_ASYREQ _IOWR('S', 92, struct fw_asyreq)
sys/dev/firewire/firewire.h
437
#define FW_GDEVLST _IOWR('S', 2, struct fw_devlstreq)
sys/dev/firewire/firewire.h
438
#define FW_SBINDADDR _IOWR('S', 3, struct fw_asybindreq)
sys/dev/firewire/firewire.h
439
#define FW_CBINDADDR _IOWR('S', 4, struct fw_asybindreq)
sys/dev/firewire/firewire.h
441
#define FW_GCROM _IOWR('S', 7, struct fw_crom_buf)
sys/dev/firewire/firewire.h
446
#define FWOHCI_RDREG _IOWR('S', 80, struct fw_reg_req_t)
sys/dev/firewire/firewire.h
447
#define FWOHCI_WRREG _IOWR('S', 81, struct fw_reg_req_t)
sys/dev/firewire/firewire.h
448
#define FWOHCI_RDPHYREG _IOWR('S', 82, struct fw_reg_req_t)
sys/dev/firewire/firewire.h
449
#define FWOHCI_WRPHYREG _IOWR('S', 83, struct fw_reg_req_t)
sys/dev/firewire/firewire.h
451
#define DUMPDMA _IOWR('S', 82, uint32_t)
sys/dev/hid/hidraw.h
78
#define HIDRAW_GET_REPORT_DESC _IOWR('U', 21, struct hidraw_gen_descriptor)
sys/dev/hid/hidraw.h
80
#define HIDRAW_GET_REPORT _IOWR('U', 23, struct hidraw_gen_descriptor)
sys/dev/ida/idaio.h
22
#define IDAIO_COMMAND _IOWR('I', 100, struct ida_user_command)
sys/dev/io/iodev.h
42
#define IODEV_PIO _IOWR('I', 0, struct iodev_pio_req)
sys/dev/ioat/ioat_test.h
88
#define IOAT_DMATEST _IOWR('i', 0, struct ioat_test)
sys/dev/ipmi/ipmi_linux.c
58
#define L_IPMICTL_RECEIVE_MSG_TRUNC _IOWR(IPMI_IOC_MAGIC, 11, struct ipmi_recv)
sys/dev/ipmi/ipmi_linux.c
59
#define L_IPMICTL_RECEIVE_MSG _IOWR(IPMI_IOC_MAGIC, 12, struct ipmi_recv)
sys/dev/ips/ips_ioctl.h
36
#define IPS_USER_CMD _IOWR(0x81,0x21,ips_user_request)
sys/dev/iscsi/iscsi_ioctl.h
156
#define ISCSIDLIMITS _IOWR('I', 0x07, struct iscsi_daemon_limits)
sys/dev/iscsi/iscsi_ioctl.h
208
#define ISCSIDCONNECT _IOWR('I', 0x04, struct iscsi_daemon_connect)
sys/dev/iscsi/iscsi_ioctl.h
209
#define ISCSIDSEND _IOWR('I', 0x05, struct iscsi_daemon_send)
sys/dev/iscsi/iscsi_ioctl.h
210
#define ISCSIDRECEIVE _IOWR('I', 0x06, struct iscsi_daemon_receive)
sys/dev/iscsi/iscsi_ioctl.h
242
#define ISCSISLIST _IOWR('I', 0x13, struct iscsi_session_list)
sys/dev/iscsi/iscsi_ioctl.h
243
#define ISCSISMODIFY _IOWR('I', 0x14, struct iscsi_session_modify)
sys/dev/isp/isp_ioctl.h
122
#define ISP_FC_GETDINFO _IOWR(ISP_IOC, 9, struct isp_fc_device)
sys/dev/isp/isp_ioctl.h
160
#define ISP_FC_GETHINFO _IOWR(ISP_IOC, 13, struct isp_hba_device)
sys/dev/isp/isp_ioctl.h
178
#define ISP_TSK_MGMT _IOWR(ISP_IOC, 98, struct isp_fc_tsk_mgmt)
sys/dev/isp/isp_ioctl.h
42
#define ISP_SDBLEV _IOWR(ISP_IOC, 1, int)
sys/dev/isp/isp_ioctl.h
61
#define ISP_SETROLE _IOWR(ISP_IOC, 4, int)
sys/dev/iwi/if_iwi_ioctl.h
20
#define SIOCGIWISTATS _IOWR('i', 147, struct ifreq)
sys/dev/iwi/if_iwi_ioctl.h
21
#define SIOCZIWISTATS _IOWR('i', 148, struct ifreq)
sys/dev/iwn/if_iwn_ioctl.h
25
#define SIOCGIWNSTATS _IOWR('f', 145, struct iwn_ioctl_data)
sys/dev/iwn/if_iwn_ioctl.h
26
#define SIOCZIWNSTATS _IOWR('f', 146, struct iwn_ioctl_data)
sys/dev/malo/if_maloioctl.h
71
#define SIOCGMVSTATS _IOWR('i', 137, struct ifreq)
sys/dev/mfi/mfi_ioctl.h
104
#define MFI_CMD _IOWR('M', 1, struct mfi_ioc_packet)
sys/dev/mfi/mfi_ioctl.h
106
#define MFI_CMD32 _IOWR('M', 1, struct mfi_ioc_packet32)
sys/dev/mfi/mfi_ioctl.h
145
#define MFIIO_STATS _IOWR('Q', 101, union mfi_statrequest)
sys/dev/mfi/mfi_ioctl.h
146
#define MFIIO_PASSTHRU _IOWR('C', 102, struct mfi_ioc_passthru)
sys/dev/mfi/mfi_ioctl.h
148
#define MFIIO_PASSTHRU32 _IOWR('C', 102, struct mfi_ioc_passthru32)
sys/dev/mfi/mfi_ioctl.h
166
#define MFIIO_QUERY_DISK _IOWR('Q', 102, struct mfi_query_disk)
sys/dev/mlx/mlxio.h
90
#define MLX_NEXT_CHILD _IOWR('M', 0, int)
sys/dev/mlx/mlxio.h
94
#define MLX_COMMAND _IOWR('M', 4, struct mlx_usercommand)
sys/dev/mlx/mlxio.h
95
#define MLX_REBUILDASYNC _IOWR('M', 5, struct mlx_rebuild_request)
sys/dev/mlx/mlxio.h
97
#define MLX_GET_SYSDRIVE _IOWR('M', 7, int)
sys/dev/mlx5/mlx5io.h
151
#define MLX5_FPGA_TEMPERATURE _IOWR('m', 0x86, struct mlx5_fpga_temperature)
sys/dev/mlx5/mlx5io.h
152
#define MLX5_FPGA_CONNECT _IOWR('m', 0x87, enum mlx5_fpga_connect)
sys/dev/mlx5/mlx5io.h
63
#define MLX5_FWDUMP_GET _IOWR('m', 1, struct mlx5_fwdump_get)
sys/dev/mlx5/mlx5io.h
68
#define MLX5_EEPROM_GET _IOWR('m', 6, struct mlx5_eeprom_get)
sys/dev/mmc/mmc_ioctl.h
54
#define MMC_IOC_CMD _IOWR(MMC_IOC_BASE, 0, struct mmc_ioc_cmd)
sys/dev/mmc/mmc_ioctl.h
55
#define MMC_IOC_MULTI_CMD _IOWR(MMC_IOC_BASE, 1, struct mmc_ioc_multi_cmd)
sys/dev/mpi3mr/mpi3mr_app.h
52
#define MPI3MRDRVCMD _IOWR('B', 1, struct mpi3mr_ioctl_drvcmd)
sys/dev/mpi3mr/mpi3mr_app.h
53
#define MPI3MRMPTCMD _IOWR('B', 2, struct mpi3mr_ioctl_mptcmd)
sys/dev/mpr/mpr_ioctl.h
348
#define MPRIO_READ_CFG_HEADER _IOWR('M', 200, struct mpr_cfg_page_req)
sys/dev/mpr/mpr_ioctl.h
349
#define MPRIO_READ_CFG_PAGE _IOWR('M', 201, struct mpr_cfg_page_req)
sys/dev/mpr/mpr_ioctl.h
350
#define MPRIO_READ_EXT_CFG_HEADER _IOWR('M', 202, struct mpr_ext_cfg_page_req)
sys/dev/mpr/mpr_ioctl.h
351
#define MPRIO_READ_EXT_CFG_PAGE _IOWR('M', 203, struct mpr_ext_cfg_page_req)
sys/dev/mpr/mpr_ioctl.h
352
#define MPRIO_WRITE_CFG_PAGE _IOWR('M', 204, struct mpr_cfg_page_req)
sys/dev/mpr/mpr_ioctl.h
353
#define MPRIO_RAID_ACTION _IOWR('M', 205, struct mpr_raid_action)
sys/dev/mpr/mpr_ioctl.h
354
#define MPRIO_MPR_COMMAND _IOWR('M', 210, struct mpr_usr_command)
sys/dev/mpr/mpr_ioctl.h
358
#define MPTIOCTL_GET_ADAPTER_DATA _IOWR(MPTIOCTL, 1,\
sys/dev/mpr/mpr_ioctl.h
360
#define MPTIOCTL_UPDATE_FLASH _IOWR(MPTIOCTL, 2,\
sys/dev/mpr/mpr_ioctl.h
363
#define MPTIOCTL_PASS_THRU _IOWR(MPTIOCTL, 4,\
sys/dev/mpr/mpr_ioctl.h
365
#define MPTIOCTL_EVENT_QUERY _IOWR(MPTIOCTL, 5,\
sys/dev/mpr/mpr_ioctl.h
367
#define MPTIOCTL_EVENT_ENABLE _IOWR(MPTIOCTL, 6,\
sys/dev/mpr/mpr_ioctl.h
369
#define MPTIOCTL_EVENT_REPORT _IOWR(MPTIOCTL, 7,\
sys/dev/mpr/mpr_ioctl.h
371
#define MPTIOCTL_GET_PCI_INFO _IOWR(MPTIOCTL, 8,\
sys/dev/mpr/mpr_ioctl.h
373
#define MPTIOCTL_DIAG_ACTION _IOWR(MPTIOCTL, 9,\
sys/dev/mpr/mpr_ioctl.h
375
#define MPTIOCTL_REG_ACCESS _IOWR(MPTIOCTL, 10,\
sys/dev/mpr/mpr_ioctl.h
377
#define MPTIOCTL_BTDH_MAPPING _IOWR(MPTIOCTL, 11,\
sys/dev/mpr/mpr_user.c
2480
#define MPRIO_READ_CFG_HEADER32 _IOWR('M', 200, struct mpr_cfg_page_req32)
sys/dev/mpr/mpr_user.c
2481
#define MPRIO_READ_CFG_PAGE32 _IOWR('M', 201, struct mpr_cfg_page_req32)
sys/dev/mpr/mpr_user.c
2482
#define MPRIO_READ_EXT_CFG_HEADER32 _IOWR('M', 202, struct mpr_ext_cfg_page_req32)
sys/dev/mpr/mpr_user.c
2483
#define MPRIO_READ_EXT_CFG_PAGE32 _IOWR('M', 203, struct mpr_ext_cfg_page_req32)
sys/dev/mpr/mpr_user.c
2484
#define MPRIO_WRITE_CFG_PAGE32 _IOWR('M', 204, struct mpr_cfg_page_req32)
sys/dev/mpr/mpr_user.c
2485
#define MPRIO_RAID_ACTION32 _IOWR('M', 205, struct mpr_raid_action32)
sys/dev/mpr/mpr_user.c
2486
#define MPRIO_MPR_COMMAND32 _IOWR('M', 210, struct mpr_usr_command32)
sys/dev/mps/mps_ioctl.h
349
#define MPSIO_READ_CFG_HEADER _IOWR('M', 200, struct mps_cfg_page_req)
sys/dev/mps/mps_ioctl.h
350
#define MPSIO_READ_CFG_PAGE _IOWR('M', 201, struct mps_cfg_page_req)
sys/dev/mps/mps_ioctl.h
351
#define MPSIO_READ_EXT_CFG_HEADER _IOWR('M', 202, struct mps_ext_cfg_page_req)
sys/dev/mps/mps_ioctl.h
352
#define MPSIO_READ_EXT_CFG_PAGE _IOWR('M', 203, struct mps_ext_cfg_page_req)
sys/dev/mps/mps_ioctl.h
353
#define MPSIO_WRITE_CFG_PAGE _IOWR('M', 204, struct mps_cfg_page_req)
sys/dev/mps/mps_ioctl.h
354
#define MPSIO_RAID_ACTION _IOWR('M', 205, struct mps_raid_action)
sys/dev/mps/mps_ioctl.h
355
#define MPSIO_MPS_COMMAND _IOWR('M', 210, struct mps_usr_command)
sys/dev/mps/mps_ioctl.h
359
#define MPTIOCTL_GET_ADAPTER_DATA _IOWR(MPTIOCTL, 1,\
sys/dev/mps/mps_ioctl.h
361
#define MPTIOCTL_UPDATE_FLASH _IOWR(MPTIOCTL, 2,\
sys/dev/mps/mps_ioctl.h
364
#define MPTIOCTL_PASS_THRU _IOWR(MPTIOCTL, 4,\
sys/dev/mps/mps_ioctl.h
366
#define MPTIOCTL_EVENT_QUERY _IOWR(MPTIOCTL, 5,\
sys/dev/mps/mps_ioctl.h
368
#define MPTIOCTL_EVENT_ENABLE _IOWR(MPTIOCTL, 6,\
sys/dev/mps/mps_ioctl.h
370
#define MPTIOCTL_EVENT_REPORT _IOWR(MPTIOCTL, 7,\
sys/dev/mps/mps_ioctl.h
372
#define MPTIOCTL_GET_PCI_INFO _IOWR(MPTIOCTL, 8,\
sys/dev/mps/mps_ioctl.h
374
#define MPTIOCTL_DIAG_ACTION _IOWR(MPTIOCTL, 9,\
sys/dev/mps/mps_ioctl.h
376
#define MPTIOCTL_REG_ACCESS _IOWR(MPTIOCTL, 10,\
sys/dev/mps/mps_ioctl.h
378
#define MPTIOCTL_BTDH_MAPPING _IOWR(MPTIOCTL, 11,\
sys/dev/mps/mps_user.c
2367
#define MPSIO_READ_CFG_HEADER32 _IOWR('M', 200, struct mps_cfg_page_req32)
sys/dev/mps/mps_user.c
2368
#define MPSIO_READ_CFG_PAGE32 _IOWR('M', 201, struct mps_cfg_page_req32)
sys/dev/mps/mps_user.c
2369
#define MPSIO_READ_EXT_CFG_HEADER32 _IOWR('M', 202, struct mps_ext_cfg_page_req32)
sys/dev/mps/mps_user.c
2370
#define MPSIO_READ_EXT_CFG_PAGE32 _IOWR('M', 203, struct mps_ext_cfg_page_req32)
sys/dev/mps/mps_user.c
2371
#define MPSIO_WRITE_CFG_PAGE32 _IOWR('M', 204, struct mps_cfg_page_req32)
sys/dev/mps/mps_user.c
2372
#define MPSIO_RAID_ACTION32 _IOWR('M', 205, struct mps_raid_action32)
sys/dev/mps/mps_user.c
2373
#define MPSIO_MPS_COMMAND32 _IOWR('M', 210, struct mps_usr_command32)
sys/dev/mrsas/mrsas_ioctl.h
129
#define MFIIO_PASSTHRU _IOWR('C', 102, struct mfi_ioc_passthru)
sys/dev/mrsas/mrsas_ioctl.h
44
#ifndef _IOWR
sys/dev/mrsas/mrsas_ioctl.h
64
#define MRSAS_IOC_FIRMWARE_PASS_THROUGH64 _IOWR('M', 1, struct mrsas_iocpacket)
sys/dev/mrsas/mrsas_ioctl.h
66
#define MRSAS_IOC_FIRMWARE_PASS_THROUGH32 _IOWR('M', 1, struct mrsas_iocpacket32)
sys/dev/mwl/if_mwlioctl.h
93
#define SIOCGMVSTATS _IOWR('i', 137, struct ifreq)
sys/dev/mwl/mwldiag.h
106
#define SIOCGMVDIAG _IOWR('i', 138, struct mwl_diag)
sys/dev/nvme/nvme.h
43
#define NVME_PASSTHROUGH_CMD _IOWR('n', 0, struct nvme_pt_command)
sys/dev/nvme/nvme.h
49
#define NVME_IO_TEST _IOWR('n', 100, struct nvme_io_test)
sys/dev/nvme/nvme.h
50
#define NVME_BIO_TEST _IOWR('n', 101, struct nvme_io_test)
sys/dev/nvme/nvme_linux.h
44
#define NVME_IOCTL_ADMIN_CMD _IOWR('N', 0x41, struct nvme_admin_cmd)
sys/dev/nvme/nvme_linux.h
46
#define NVME_IOCTL_IO_CMD _IOWR('N', 0x43, struct nvme_passthru_cmd)
sys/dev/nvmf/nvmf.h
129
#define NVMF_RECONNECT_PARAMS _IOWR('n', 203, struct nvmf_ioc_nv)
sys/dev/nvmf/nvmf.h
131
#define NVMF_CONNECTION_STATUS _IOWR('n', 205, struct nvmf_ioc_nv)
sys/dev/ocs_fc/ocs_ioctl.h
354
#define OCS_IOCTL_CMD_TEST _IOWR(OCS_IOCTL_CMD_BASE, 1, ocs_ioctl_test_t)
sys/dev/ocs_fc/ocs_ioctl.h
355
#define OCS_IOCTL_CMD_ELXU_MBOX _IOWR(OCS_IOCTL_CMD_BASE, 2, ocs_ioctl_elxu_mbox_t)
sys/dev/ocs_fc/ocs_ioctl.h
356
#define OCS_IOCTL_CMD_SCSI_CMD _IOWR(OCS_IOCTL_CMD_BASE, 3, ocs_ioctl_scsi_cmd_t)
sys/dev/ocs_fc/ocs_ioctl.h
357
#define OCS_IOCTL_CMD_DRIVER_INFO _IOWR(OCS_IOCTL_CMD_BASE, 4, ocs_ioctl_driver_info_t)
sys/dev/ocs_fc/ocs_ioctl.h
358
#define OCS_IOCTL_CMD_ECD_HELPER _IOWR(OCS_IOCTL_CMD_BASE, 5, ocs_ioctl_ecd_helper_t)
sys/dev/ocs_fc/ocs_ioctl.h
359
#define OCS_IOCTL_CMD_CONNECTION_INFO _IOWR(OCS_IOCTL_CMD_BASE, 6, ocs_ioctl_connection_info_t)
sys/dev/ocs_fc/ocs_ioctl.h
360
#define OCS_IOCTL_CMD_VPORT _IOWR(OCS_IOCTL_CMD_BASE, 7, ocs_ioctl_vport_t)
sys/dev/ocs_fc/ocs_ioctl.h
361
#define OCS_IOCTL_CMD_GET_DDUMP _IOWR(OCS_IOCTL_CMD_BASE, 8, ocs_ioctl_ddump_t)
sys/dev/ocs_fc/ocs_ioctl.h
362
#define OCS_IOCTL_CMD_MGMT_GET _IOWR(OCS_IOCTL_CMD_BASE, 9, ocs_ioctl_cmd_get_t)
sys/dev/ocs_fc/ocs_ioctl.h
363
#define OCS_IOCTL_CMD_MGMT_GET_ALL _IOWR(OCS_IOCTL_CMD_BASE, 10, ocs_ioctl_mgmt_buffer_t)
sys/dev/ocs_fc/ocs_ioctl.h
364
#define OCS_IOCTL_CMD_MGMT_SET _IOWR(OCS_IOCTL_CMD_BASE, 11, ocs_ioctl_cmd_set_t)
sys/dev/ocs_fc/ocs_ioctl.h
365
#define OCS_IOCTL_CMD_MGMT_LIST _IOWR(OCS_IOCTL_CMD_BASE, 12, ocs_ioctl_mgmt_buffer_t)
sys/dev/ocs_fc/ocs_ioctl.h
366
#define OCS_IOCTL_CMD_MGMT_EXEC _IOWR(OCS_IOCTL_CMD_BASE, 13, ocs_ioctl_action_t)
sys/dev/ocs_fc/ocs_ioctl.h
367
#define OCS_IOCTL_CMD_LINK_ONLINE _IOWR(OCS_IOCTL_CMD_BASE, 16, int)
sys/dev/ocs_fc/ocs_ioctl.h
368
#define OCS_IOCTL_CMD_GEN_DUMP _IOWR(OCS_IOCTL_CMD_BASE, 17, int)
sys/dev/ocs_fc/ocs_ioctl.h
370
#define OCS_IOCTL_CMD_SEND_FRAME _IOWR(OCS_IOCTL_CMD_BASE, 19, ocs_ioctl_send_frame_t)
sys/dev/ofw/openfirmio.h
54
#define OFIOCGET _IOWR(OFIOC_BASE, 1, struct ofiocdesc)
sys/dev/ofw/openfirmio.h
56
#define OFIOCSET _IOWR(OFIOC_BASE, 2, struct ofiocdesc)
sys/dev/ofw/openfirmio.h
58
#define OFIOCNEXTPROP _IOWR(OFIOC_BASE, 3, struct ofiocdesc)
sys/dev/ofw/openfirmio.h
62
#define OFIOCGETNEXT _IOWR(OFIOC_BASE, 5, phandle_t)
sys/dev/ofw/openfirmio.h
64
#define OFIOCGETCHILD _IOWR(OFIOC_BASE, 6, phandle_t)
sys/dev/ofw/openfirmio.h
66
#define OFIOCFINDDEVICE _IOWR(OFIOC_BASE, 7, struct ofiocdesc)
sys/dev/ofw/openfirmio.h
68
#define OFIOCGETPROPLEN _IOWR(OFIOC_BASE, 8, struct ofiocdesc)
sys/dev/pci/pci_user.c
374
#define PCIOCGETCONF_FREEBSD6_32 _IOWR('p', 1, struct pci_conf_io32)
sys/dev/pci/pci_user.c
377
#define PCIOCGETCONF_FREEBSD6 _IOWR('p', 1, struct pci_conf_io)
sys/dev/pci/pci_user.c
378
#define PCIOCREAD_FREEBSD6 _IOWR('p', 2, struct pci_io_freebsd6)
sys/dev/pci/pci_user.c
379
#define PCIOCWRITE_FREEBSD6 _IOWR('p', 3, struct pci_io_freebsd6)
sys/dev/pci/pci_user.c
527
#define PCIOCGETCONF_FREEBSD14 _IOWR('p', 5, struct pci_conf_io)
sys/dev/pms/freebsd/driver/common/lxcommon.h
503
#define AGTIAPI_IOCTL _IOWR(AGTIAPI_IOCTL_BASE, 0,datatosend ) //receiving payload here//
sys/dev/proto/proto_dev.h
39
#define PROTO_IOC_REGION _IOWR(PROTO_IOC_CLASS, 1, struct proto_ioc_region)
sys/dev/proto/proto_dev.h
84
#define PROTO_IOC_BUSDMA _IOWR(PROTO_IOC_CLASS, 2, struct proto_ioc_busdma)
sys/dev/pwm/pwmc.h
44
#define PWMGETSTATE _IOWR('G', 0, struct pwm_state)
sys/dev/pwm/pwmc.h
45
#define PWMSETSTATE _IOWR('G', 1, struct pwm_state)
sys/dev/qat/include/common/adf_cfg_common.h
203
_IOWR(ADF_CTL_IOC_MAGIC, 3, struct adf_dev_status_info)
sys/dev/qat/include/common/adf_cfg_common.h
205
_IOWR(ADF_CTL_IOC_MAGIC, 10, struct adf_user_reserve_ring)
sys/dev/qat/include/common/adf_cfg_common.h
207
_IOWR(ADF_CTL_IOC_MAGIC, 11, struct adf_user_reserve_ring)
sys/dev/qat/include/common/adf_cfg_common.h
209
_IOWR(ADF_CTL_IOC_MAGIC, 12, struct adf_user_reserve_ring)
sys/dev/qat/include/common/adf_cfg_common.h
211
_IOWR(ADF_CTL_IOC_MAGIC, 13, struct adf_user_reserve_ring)
sys/dev/qat/include/common/adf_cfg_common.h
230
_IOWR(ADF_CTL_IOC_MAGIC, 9, struct adf_dev_heartbeat_status_ctl)
sys/dev/qlnx/qlnxe/qlnx_ioctl.h
269
#define QLNX_GRC_DUMP_SIZE _IOWR('q', 1, qlnx_grcdump_t)
sys/dev/qlnx/qlnxe/qlnx_ioctl.h
274
#define QLNX_GRC_DUMP _IOWR('q', 2, qlnx_grcdump_t)
sys/dev/qlnx/qlnxe/qlnx_ioctl.h
279
#define QLNX_IDLE_CHK_SIZE _IOWR('q', 3, qlnx_idle_chk_t)
sys/dev/qlnx/qlnxe/qlnx_ioctl.h
284
#define QLNX_IDLE_CHK _IOWR('q', 4, qlnx_idle_chk_t)
sys/dev/qlnx/qlnxe/qlnx_ioctl.h
289
#define QLNX_DRV_INFO _IOWR('q', 5, qlnx_drvinfo_t)
sys/dev/qlnx/qlnxe/qlnx_ioctl.h
304
#define QLNX_NVRAM _IOWR('q', 8, qlnx_nvram_t)
sys/dev/qlnx/qlnxe/qlnx_ioctl.h
309
#define QLNX_RD_WR_REG _IOWR('q', 9, qlnx_reg_rd_wr_t)
sys/dev/qlnx/qlnxe/qlnx_ioctl.h
314
#define QLNX_RD_WR_PCICFG _IOWR('q', 10, qlnx_pcicfg_rd_wr_t)
sys/dev/qlnx/qlnxe/qlnx_ioctl.h
319
#define QLNX_MAC_ADDR _IOWR('q', 11, qlnx_perm_mac_addr_t)
sys/dev/qlnx/qlnxe/qlnx_ioctl.h
324
#define QLNX_STORM_STATS _IOWR('q', 12, qlnx_storm_stats_dump_t)
sys/dev/qlnx/qlnxe/qlnx_ioctl.h
329
#define QLNX_TRACE_SIZE _IOWR('q', 13, qlnx_trace_t)
sys/dev/qlnx/qlnxe/qlnx_ioctl.h
334
#define QLNX_TRACE _IOWR('q', 14, qlnx_trace_t)
sys/dev/qlnx/qlnxe/qlnx_ioctl.h
339
#define QLNX_SET_LLDP_TLVS _IOWR('q', 15, qlnx_lldp_sys_tlvs_t)
sys/dev/qlxgb/qla_ioctl.h
79
#define QLA_RDWR_REG _IOWR('q', 1, qla_reg_val_t)
sys/dev/qlxgb/qla_ioctl.h
84
#define QLA_RD_FLASH _IOWR('q', 2, qla_rd_flash_t)
sys/dev/qlxgb/qla_ioctl.h
89
#define QLA_WR_FLASH _IOWR('q', 3, qla_wr_flash_t)
sys/dev/qlxgb/qla_ioctl.h
94
#define QLA_ERASE_FLASH _IOWR('q', 5, qla_erase_flash_t)
sys/dev/qlxgb/qla_ioctl.h
99
#define QLA_RD_PCI_IDS _IOWR('q', 6, qla_rd_pci_ids_t)
sys/dev/qlxgbe/ql_ioctl.h
187
#define QLA_RDWR_REG _IOWR('q', 1, qla_reg_val_t)
sys/dev/qlxgbe/ql_ioctl.h
192
#define QLA_RD_FLASH _IOWR('q', 2, qla_rd_flash_t)
sys/dev/qlxgbe/ql_ioctl.h
197
#define QLA_WR_FLASH _IOWR('q', 3, qla_wr_flash_t)
sys/dev/qlxgbe/ql_ioctl.h
202
#define QLA_RDWR_MS_MEM _IOWR('q', 4, qla_offchip_mem_val_t)
sys/dev/qlxgbe/ql_ioctl.h
207
#define QLA_ERASE_FLASH _IOWR('q', 5, qla_erase_flash_t)
sys/dev/qlxgbe/ql_ioctl.h
212
#define QLA_RD_PCI_IDS _IOWR('q', 6, qla_rd_pci_ids_t)
sys/dev/qlxgbe/ql_ioctl.h
217
#define QLA_RD_FW_DUMP_SIZE _IOWR('q', 7, qla_rd_fw_dump_t)
sys/dev/qlxgbe/ql_ioctl.h
222
#define QLA_RD_FW_DUMP _IOWR('q', 8, qla_rd_fw_dump_t)
sys/dev/qlxgbe/ql_ioctl.h
227
#define QLA_RD_DRVR_STATE _IOWR('q', 9, qla_driver_state_t)
sys/dev/qlxgbe/ql_ioctl.h
232
#define QLA_RD_SLOWPATH_LOG _IOWR('q', 10, qla_sp_log_t)
sys/dev/qlxge/qls_ioctl.h
48
#define QLA_MPI_DUMP _IOWR('q', 1, qls_mpi_dump_t)
sys/dev/sbni/if_sbnivar.h
143
#define SIOCGHWFLAGS _IOWR('i', 62, struct ifreq) /* get flags */
sys/dev/sbni/if_sbnivar.h
144
#define SIOCSHWFLAGS _IOWR('i', 61, struct ifreq) /* set flags */
sys/dev/sbni/if_sbnivar.h
145
#define SIOCGINSTATS _IOWR('i', 60, struct ifreq) /* get internal stats */
sys/dev/sbni/if_sbnivar.h
146
#define SIOCRINSTATS _IOWR('i', 63, struct ifreq) /* reset internal stats */
sys/dev/smartpqi/smartpqi_defines.h
911
#define CCISS_GETDRIVVER _IOWR(SMARTPQI_IOCTL_BASE, 0, driver_info)
sys/dev/smartpqi/smartpqi_defines.h
912
#define CCISS_GETPCIINFO _IOWR(SMARTPQI_IOCTL_BASE, 1, pqi_pci_info_t)
sys/dev/smartpqi/smartpqi_defines.h
913
#define SMARTPQI_PASS_THRU _IOWR(SMARTPQI_IOCTL_BASE, 2, IOCTL_Command_struct)
sys/dev/smartpqi/smartpqi_defines.h
914
#define SMARTPQI_BIG_PASS_THRU _IOWR(SMARTPQI_IOCTL_BASE, 3, BIG_IOCTL_Command_struct)
sys/dev/smartpqi/smartpqi_defines.h
915
#define CCISS_PASSTHRU _IOWR('C', 210, IOCTL_Command_struct)
sys/dev/smbus/smb.c
71
#define SMB_RECVB32 _IOWR('i', 4, struct smbcmd32)
sys/dev/smbus/smb.c
74
#define SMB_READB32 _IOWR('i', 7, struct smbcmd32)
sys/dev/smbus/smb.c
75
#define SMB_READW32 _IOWR('i', 8, struct smbcmd32)
sys/dev/smbus/smb.c
76
#define SMB_PCALL32 _IOWR('i', 9, struct smbcmd32)
sys/dev/smbus/smb.c
78
#define SMB_BREAD32 _IOWR('i', 11, struct smbcmd32)
sys/dev/smbus/smb.h
63
#define SMB_RECVB _IOWR('i', 4, struct smbcmd)
sys/dev/smbus/smb.h
66
#define SMB_READB _IOWR('i', 7, struct smbcmd)
sys/dev/smbus/smb.h
67
#define SMB_READW _IOWR('i', 8, struct smbcmd)
sys/dev/smbus/smb.h
68
#define SMB_PCALL _IOWR('i', 9, struct smbcmd)
sys/dev/smbus/smb.h
70
#define SMB_BREAD _IOWR('i', 11, struct smbcmd)
sys/dev/smbus/smb.h
71
#define SMB_OLD_TRANS _IOWR('i', 12, struct smbcmd)
sys/dev/superio/superio_io.h
39
#define SUPERIO_CR_READ _IOWR('s', 0, struct superiocmd)
sys/dev/syscons/scmouse.c
60
#define OLD_CONS_MOUSECTL _IOWR('c', 10, old_mouse_info_t)
sys/dev/syscons/scvidctl.c
106
#define OLD_CONS_ADPINFO2 _IOWR('c', 101, old_video_adapter_info_t)
sys/dev/syscons/scvidctl.c
131
#define OLD_CONS_MODEINFO _IOWR('c', 102, old_video_info_t)
sys/dev/syscons/scvidctl.c
132
#define OLD_CONS_FINDMODE _IOWR('c', 103, old_video_info_t)
sys/dev/syscons/scvidctl.c
81
#define OLD_CONS_ADPINFO _IOWR('c', 101, old_video_adapter_t)
sys/dev/thunderbolt/tb_ioctl.h
44
#define TBT_DISCOVER _IOWR('h', 1, struct tbt_ioc)
sys/dev/thunderbolt/tb_ioctl.h
50
#define TBT_REQUEST _IOWR('h', 2, struct tbt_ioc)
sys/dev/tws/tws_user.h
138
_IOWR('T', 202, struct tws_ioctl_no_data_buf)
sys/dev/tws/tws_user.h
140
_IOWR('T', 203, struct tws_ioctl_with_payload)
sys/dev/tws/tws_user.h
142
_IOWR('T', 204, struct tws_ioctl_with_payload)
sys/dev/tws/tws_user.h
144
_IOWR('T', 205, struct tws_ioctl_with_payload)
sys/dev/tws/tws_user.h
146
_IOWR('T', 206, struct tws_ioctl_with_payload)
sys/dev/tws/tws_user.h
148
_IOWR('T', 207, struct tws_ioctl_with_payload)
sys/dev/tws/tws_user.h
150
_IOWR('T', 208, struct tws_ioctl_with_payload)
sys/dev/tws/tws_user.h
152
_IOWR('T', 209, struct tws_ioctl_with_payload)
sys/dev/usb/storage/rio500_usb.h
43
#define RIO_SEND_COMMAND _IOWR('U', 200, struct RioCommand)
sys/dev/usb/storage/rio500_usb.h
44
#define RIO_RECV_COMMAND _IOWR('U', 201, struct RioCommand)
sys/dev/usb/ufm_ioctl.h
37
#define FM_SET_FREQ _IOWR('U', 200, int)
sys/dev/usb/ufm_ioctl.h
38
#define FM_GET_FREQ _IOWR('U', 201, int)
sys/dev/usb/ufm_ioctl.h
39
#define FM_START _IOWR('U', 202, int)
sys/dev/usb/ufm_ioctl.h
40
#define FM_STOP _IOWR('U', 203, int)
sys/dev/usb/ufm_ioctl.h
41
#define FM_GET_STAT _IOWR('U', 204, int)
sys/dev/usb/uftdiio.h
94
#define UFTDIIOC_READ_EEPROM _IOWR('c', 10, struct uftdi_eeio)
sys/dev/usb/usb_ioctl.h
235
#define USB_REQUEST _IOWR('U', 1, struct usb_ctl_request)
sys/dev/usb/usb_ioctl.h
238
#define USB_DEVICEINFO _IOWR('U', 4, struct usb_device_info)
sys/dev/usb/usb_ioctl.h
243
#define USB_GET_REPORT_DESC _IOWR('U', 21, struct usb_gen_descriptor)
sys/dev/usb/usb_ioctl.h
245
#define USB_GET_REPORT _IOWR('U', 23, struct usb_gen_descriptor)
sys/dev/usb/usb_ioctl.h
252
#define USB_GET_ALTINTERFACE _IOWR('U', 102, struct usb_alt_interface)
sys/dev/usb/usb_ioctl.h
253
#define USB_SET_ALTINTERFACE _IOWR('U', 103, struct usb_alt_interface)
sys/dev/usb/usb_ioctl.h
258
#define USB_GET_FULL_DESC _IOWR('U', 109, struct usb_gen_descriptor)
sys/dev/usb/usb_ioctl.h
259
#define USB_GET_STRING_DESC _IOWR('U', 110, struct usb_gen_descriptor)
sys/dev/usb/usb_ioctl.h
260
#define USB_DO_REQUEST _IOWR('U', 111, struct usb_ctl_request)
sys/dev/usb/usb_ioctl.h
269
#define USB_GET_IFACE_DRIVER _IOWR('U', 121, struct usb_gen_descriptor)
sys/dev/usb/usb_ioctl.h
307
#define USB_FS_OPEN _IOWR('U', 197, struct usb_fs_open)
sys/dev/usb/usb_ioctl.h
310
#define USB_FS_OPEN_STREAM _IOWR('U', 200, struct usb_fs_open_stream)
sys/dev/usb/usb_ioctl.h
313
#define USB_DEV_QUIRK_GET _IOWR('Q', 0, struct usb_gen_quirk)
sys/dev/usb/usb_ioctl.h
314
#define USB_QUIRK_NAME_GET _IOWR('Q', 1, struct usb_gen_quirk)
sys/dev/veriexec/veriexec_ioctl.h
62
#define VERIEXEC_DEBUG_ON _IOWR('S', 0x5, int) /* set/get debug level */
sys/dev/vmm/vmm_dev.c
52
_IOWR('v', IOCNUM_GET_MEMSEG, struct vm_memseg_12)
sys/dev/vmm/vmm_dev.c
66
_IOWR('v', IOCNUM_GET_MEMSEG, struct vm_memseg_14)
sys/dev/vmm/vmm_dev.h
87
#define VMMCTL_VM_CREATE _IOWR('V', 0, struct vmmctl_vm_create)
sys/dev/vmm/vmm_dev.h
88
#define VMMCTL_VM_DESTROY _IOWR('V', 1, struct vmmctl_vm_destroy)
sys/dev/wg/if_wg.h
32
#define SIOCSWG _IOWR('i', 210, struct wg_data_io)
sys/dev/wg/if_wg.h
33
#define SIOCGWG _IOWR('i', 211, struct wg_data_io)
sys/dev/wtap/if_wtapioctl.h
46
#define SIOCGATHSTATS _IOWR('i', 137, struct ifreq)
sys/dev/wtap/if_wtapioctl.h
47
#define SIOCZATHSTATS _IOWR('i', 139, struct ifreq)
sys/fs/cuse/cuse_ioctl.h
87
#define CUSE_IOCTL_ALLOC_UNIT_BY_ID _IOWR('C',13, int)
sys/fs/cuse/cuse_ioctl.h
88
#define CUSE_IOCTL_FREE_UNIT_BY_ID _IOWR('C',14, int)
sys/fs/devfs/devfs.h
105
#define DEVFSIO_RADD _IOWR('D', 0, struct devfs_rule)
sys/fs/devfs/devfs.h
109
#define DEVFSIO_RGETNEXT _IOWR('D', 4, struct devfs_rule)
sys/fs/devfs/devfs.h
113
#define DEVFSIO_SGETNEXT _IOWR('D', 12, devfs_rsnum)
sys/geom/gate/g_gate.h
66
#define G_GATE_CMD_CREATE _IOWR('m', 0, struct g_gate_ctl_create)
sys/geom/gate/g_gate.h
67
#define G_GATE_CMD_MODIFY _IOWR('m', 1, struct g_gate_ctl_modify)
sys/geom/gate/g_gate.h
68
#define G_GATE_CMD_DESTROY _IOWR('m', 2, struct g_gate_ctl_destroy)
sys/geom/gate/g_gate.h
69
#define G_GATE_CMD_CANCEL _IOWR('m', 3, struct g_gate_ctl_cancel)
sys/geom/gate/g_gate.h
70
#define G_GATE_CMD_START _IOWR('m', 4, struct g_gate_ctl_io)
sys/geom/gate/g_gate.h
71
#define G_GATE_CMD_DONE _IOWR('m', 5, struct g_gate_ctl_io)
sys/i386/include/perfmon.h
46
#define PMIOGET _IOWR('5', 7, struct pmc)
sys/i386/include/perfmon.h
49
#define PMIOREAD _IOWR('5', 4, struct pmc_data)
sys/i386/include/smapi.h
89
#define SMAPIOCGFUNCTION _IOWR('$', 1, struct smapi_bios_parameter)
sys/net/altq/altq_cdnr.h
199
#define CDNR_ADD_FILTER _IOWR('Q', 10, struct cdnr_add_filter)
sys/net/altq/altq_cdnr.h
201
#define CDNR_GETSTATS _IOWR('Q', 12, struct cdnr_get_stats)
sys/net/altq/altq_cdnr.h
202
#define CDNR_ADD_ELEM _IOWR('Q', 30, struct cdnr_add_element)
sys/net/altq/altq_cdnr.h
204
#define CDNR_ADD_TBM _IOWR('Q', 32, struct cdnr_add_tbmeter)
sys/net/altq/altq_cdnr.h
206
#define CDNR_TBM_STATS _IOWR('Q', 34, struct cdnr_tbmeter_stats)
sys/net/altq/altq_cdnr.h
207
#define CDNR_ADD_TCM _IOWR('Q', 35, struct cdnr_add_trtcm)
sys/net/altq/altq_cdnr.h
208
#define CDNR_MOD_TCM _IOWR('Q', 36, struct cdnr_modify_trtcm)
sys/net/altq/altq_cdnr.h
209
#define CDNR_TCM_STATS _IOWR('Q', 37, struct cdnr_tcm_stats)
sys/net/altq/altq_cdnr.h
210
#define CDNR_ADD_TSW _IOWR('Q', 38, struct cdnr_add_tswtcm)
sys/net/altq/altq_cdnr.h
211
#define CDNR_MOD_TSW _IOWR('Q', 39, struct cdnr_modify_tswtcm)
sys/net/bpf.c
210
#define BIOCGDLTLIST32 _IOWR('B', 121, struct bpf_dltlist32)
sys/net/bpf.h
131
#define BIOCSBLEN _IOWR('B', 102, u_int)
sys/net/bpf.h
150
#define BIOCGDLTLIST _IOWR('B', 121, struct bpf_dltlist)
sys/net/bpf.h
163
#define BIOCGETIFLIST _IOWR('B', 134, struct bpf_iflist)
sys/net/if.c
164
#define SIOCGIFCONF32 _IOWR('i', 36, struct ifconf32)
sys/net/if_gif.h
120
#define GIFGOPTS _IOWR('i', 150, struct ifreq)
sys/net/if_gre.h
165
#define GREGADDRS _IOWR('i', 103, struct ifreq)
sys/net/if_gre.h
166
#define GREGADDRD _IOWR('i', 104, struct ifreq)
sys/net/if_gre.h
168
#define GREGPROTO _IOWR('i', 106, struct ifreq)
sys/net/if_gre.h
170
#define GREGKEY _IOWR('i', 107, struct ifreq)
sys/net/if_gre.h
172
#define GREGOPTS _IOWR('i', 109, struct ifreq)
sys/net/if_gre.h
174
#define GREGPORT _IOWR('i', 111, struct ifreq)
sys/net/if_ipsec.h
34
#define IPSECGREQID _IOWR('i', 160, struct ifreq)
sys/net/if_lagg.h
134
#define SIOCGLAGGPORT _IOWR('i', 140, struct lagg_reqport)
sys/net/if_lagg.h
152
#define SIOCGLAGG _IOWR('i', 143, struct lagg_reqall)
sys/net/if_lagg.h
160
#define SIOCGLAGGFLAGS _IOWR('i', 145, struct lagg_reqflags)
sys/net/if_lagg.h
185
#define SIOCGLAGGOPTS _IOWR('i', 152, struct lagg_reqopts)
sys/net/if_pfsync.h
277
#define SIOCGETPFSYNC _IOWR('i', 248, struct ifreq)
sys/net/if_pfsync.h
279
#define SIOCGETPFSYNCNV _IOWR('i', 250, struct ifreq)
sys/net/netmap.h
652
#define NIOCCTRL _IOWR('i', 151, struct nmreq_header)
sys/net/netmap_legacy.h
252
#define NIOCGINFO _IOWR('i', 145, struct nmreq) /* return IF info */
sys/net/netmap_legacy.h
253
#define NIOCREGIF _IOWR('i', 146, struct nmreq) /* interface register */
sys/net/netmap_legacy.h
254
#define NIOCCONFIG _IOWR('i',150, struct nm_ifreq) /* for ext. modules */
sys/net/pfil.h
76
#define PFILIOC_LISTHEADS _IOWR('P', 1, struct pfilioc_list)
sys/net/pfil.h
77
#define PFILIOC_LISTHOOKS _IOWR('P', 2, struct pfilioc_list)
sys/net/pfvar.h
2481
#define DIOCADDRULE _IOWR('D', 4, struct pfioc_rule)
sys/net/pfvar.h
2482
#define DIOCADDRULENV _IOWR('D', 4, struct pfioc_nv)
sys/net/pfvar.h
2483
#define DIOCGETRULES _IOWR('D', 6, struct pfioc_rule)
sys/net/pfvar.h
2484
#define DIOCGETRULENV _IOWR('D', 7, struct pfioc_nv)
sys/net/pfvar.h
2485
#define DIOCCLRSTATESNV _IOWR('D', 18, struct pfioc_nv)
sys/net/pfvar.h
2486
#define DIOCGETSTATE _IOWR('D', 19, struct pfioc_state)
sys/net/pfvar.h
2487
#define DIOCGETSTATENV _IOWR('D', 19, struct pfioc_nv)
sys/net/pfvar.h
2488
#define DIOCSETSTATUSIF _IOWR('D', 20, struct pfioc_if)
sys/net/pfvar.h
2489
#define DIOCGETSTATUSNV _IOWR('D', 21, struct pfioc_nv)
sys/net/pfvar.h
2491
#define DIOCNATLOOK _IOWR('D', 23, struct pfioc_natlook)
sys/net/pfvar.h
2492
#define DIOCSETDEBUG _IOWR('D', 24, u_int32_t)
sys/net/pfvar.h
2494
#define DIOCGETSTATES _IOWR('D', 25, struct pfioc_states)
sys/net/pfvar.h
2496
#define DIOCCHANGERULE _IOWR('D', 26, struct pfioc_rule)
sys/net/pfvar.h
2497
#define DIOCSETTIMEOUT _IOWR('D', 29, struct pfioc_tm)
sys/net/pfvar.h
2498
#define DIOCGETTIMEOUT _IOWR('D', 30, struct pfioc_tm)
sys/net/pfvar.h
2499
#define DIOCADDSTATE _IOWR('D', 37, struct pfioc_state)
sys/net/pfvar.h
2501
#define DIOCGETLIMIT _IOWR('D', 39, struct pfioc_limit)
sys/net/pfvar.h
2502
#define DIOCSETLIMIT _IOWR('D', 40, struct pfioc_limit)
sys/net/pfvar.h
2503
#define DIOCKILLSTATESNV _IOWR('D', 41, struct pfioc_nv)
sys/net/pfvar.h
2506
#define DIOCADDALTQV0 _IOWR('D', 45, struct pfioc_altq_v0)
sys/net/pfvar.h
2507
#define DIOCADDALTQV1 _IOWR('D', 45, struct pfioc_altq_v1)
sys/net/pfvar.h
2508
#define DIOCGETALTQSV0 _IOWR('D', 47, struct pfioc_altq_v0)
sys/net/pfvar.h
2509
#define DIOCGETALTQSV1 _IOWR('D', 47, struct pfioc_altq_v1)
sys/net/pfvar.h
2510
#define DIOCGETALTQV0 _IOWR('D', 48, struct pfioc_altq_v0)
sys/net/pfvar.h
2511
#define DIOCGETALTQV1 _IOWR('D', 48, struct pfioc_altq_v1)
sys/net/pfvar.h
2512
#define DIOCCHANGEALTQV0 _IOWR('D', 49, struct pfioc_altq_v0)
sys/net/pfvar.h
2513
#define DIOCCHANGEALTQV1 _IOWR('D', 49, struct pfioc_altq_v1)
sys/net/pfvar.h
2514
#define DIOCGETQSTATSV0 _IOWR('D', 50, struct pfioc_qstats_v0)
sys/net/pfvar.h
2515
#define DIOCGETQSTATSV1 _IOWR('D', 50, struct pfioc_qstats_v1)
sys/net/pfvar.h
2516
#define DIOCBEGINADDRS _IOWR('D', 51, struct pfioc_pooladdr)
sys/net/pfvar.h
2517
#define DIOCADDADDR _IOWR('D', 52, struct pfioc_pooladdr)
sys/net/pfvar.h
2518
#define DIOCGETADDRS _IOWR('D', 53, struct pfioc_pooladdr)
sys/net/pfvar.h
2519
#define DIOCGETADDR _IOWR('D', 54, struct pfioc_pooladdr)
sys/net/pfvar.h
2520
#define DIOCCHANGEADDR _IOWR('D', 55, struct pfioc_pooladdr)
sys/net/pfvar.h
2521
#define DIOCGETRULESETS _IOWR('D', 58, struct pfioc_ruleset)
sys/net/pfvar.h
2522
#define DIOCGETRULESET _IOWR('D', 59, struct pfioc_ruleset)
sys/net/pfvar.h
2523
#define DIOCRCLRTABLES _IOWR('D', 60, struct pfioc_table)
sys/net/pfvar.h
2524
#define DIOCRADDTABLES _IOWR('D', 61, struct pfioc_table)
sys/net/pfvar.h
2525
#define DIOCRDELTABLES _IOWR('D', 62, struct pfioc_table)
sys/net/pfvar.h
2526
#define DIOCRGETTABLES _IOWR('D', 63, struct pfioc_table)
sys/net/pfvar.h
2527
#define DIOCRGETTSTATS _IOWR('D', 64, struct pfioc_table)
sys/net/pfvar.h
2528
#define DIOCRCLRTSTATS _IOWR('D', 65, struct pfioc_table)
sys/net/pfvar.h
2529
#define DIOCRCLRADDRS _IOWR('D', 66, struct pfioc_table)
sys/net/pfvar.h
2530
#define DIOCRADDADDRS _IOWR('D', 67, struct pfioc_table)
sys/net/pfvar.h
2531
#define DIOCRDELADDRS _IOWR('D', 68, struct pfioc_table)
sys/net/pfvar.h
2532
#define DIOCRSETADDRS _IOWR('D', 69, struct pfioc_table)
sys/net/pfvar.h
2533
#define DIOCRGETADDRS _IOWR('D', 70, struct pfioc_table)
sys/net/pfvar.h
2534
#define DIOCRGETASTATS _IOWR('D', 71, struct pfioc_table)
sys/net/pfvar.h
2535
#define DIOCRCLRASTATS _IOWR('D', 72, struct pfioc_table)
sys/net/pfvar.h
2536
#define DIOCRTSTADDRS _IOWR('D', 73, struct pfioc_table)
sys/net/pfvar.h
2537
#define DIOCRSETTFLAGS _IOWR('D', 74, struct pfioc_table)
sys/net/pfvar.h
2538
#define DIOCRINADEFINE _IOWR('D', 77, struct pfioc_table)
sys/net/pfvar.h
2540
#define DIOCOSFPADD _IOWR('D', 79, struct pf_osfp_ioctl)
sys/net/pfvar.h
2541
#define DIOCOSFPGET _IOWR('D', 80, struct pf_osfp_ioctl)
sys/net/pfvar.h
2542
#define DIOCXBEGIN _IOWR('D', 81, struct pfioc_trans)
sys/net/pfvar.h
2543
#define DIOCXCOMMIT _IOWR('D', 82, struct pfioc_trans)
sys/net/pfvar.h
2544
#define DIOCXROLLBACK _IOWR('D', 83, struct pfioc_trans)
sys/net/pfvar.h
2545
#define DIOCGETSRCNODES _IOWR('D', 84, struct pfioc_src_nodes)
sys/net/pfvar.h
2547
#define DIOCSETHOSTID _IOWR('D', 86, u_int32_t)
sys/net/pfvar.h
2548
#define DIOCIGETIFACES _IOWR('D', 87, struct pfioc_iface)
sys/net/pfvar.h
2549
#define DIOCSETIFFLAG _IOWR('D', 89, struct pfioc_iface)
sys/net/pfvar.h
2550
#define DIOCCLRIFFLAG _IOWR('D', 90, struct pfioc_iface)
sys/net/pfvar.h
2551
#define DIOCKILLSRCNODES _IOWR('D', 91, struct pfioc_src_node_kill)
sys/net/pfvar.h
2552
#define DIOCGIFSPEEDV0 _IOWR('D', 92, struct pf_ifspeed_v0)
sys/net/pfvar.h
2553
#define DIOCGIFSPEEDV1 _IOWR('D', 92, struct pf_ifspeed_v1)
sys/net/pfvar.h
2555
#define DIOCGETSTATESV2 _IOWR('D', 93, struct pfioc_states_v2)
sys/net/pfvar.h
2557
#define DIOCGETSYNCOOKIES _IOWR('D', 94, struct pfioc_nv)
sys/net/pfvar.h
2558
#define DIOCSETSYNCOOKIES _IOWR('D', 95, struct pfioc_nv)
sys/net/pfvar.h
2559
#define DIOCKEEPCOUNTERS _IOWR('D', 96, struct pfioc_nv)
sys/net/pfvar.h
2560
#define DIOCKEEPCOUNTERS_FREEBSD13 _IOWR('D', 92, struct pfioc_nv)
sys/net/pfvar.h
2561
#define DIOCADDETHRULE _IOWR('D', 97, struct pfioc_nv)
sys/net/pfvar.h
2562
#define DIOCGETETHRULE _IOWR('D', 98, struct pfioc_nv)
sys/net/pfvar.h
2563
#define DIOCGETETHRULES _IOWR('D', 99, struct pfioc_nv)
sys/net/pfvar.h
2564
#define DIOCGETETHRULESETS _IOWR('D', 100, struct pfioc_nv)
sys/net/pfvar.h
2565
#define DIOCGETETHRULESET _IOWR('D', 101, struct pfioc_nv)
sys/net/pfvar.h
2566
#define DIOCSETREASS _IOWR('D', 102, u_int32_t)
sys/net80211/ieee80211_ioctl.h
606
#define SIOCG80211 _IOWR('i', 235, struct ieee80211req)
sys/net80211/ieee80211_ioctl.h
607
#define SIOCG80211STATS _IOWR('i', 236, struct ifreq)
sys/netgraph/bluetooth/include/ng_btsocket.h
100
_IOWR('b', NGM_HCI_NODE_SET_DEBUG, \
sys/netgraph/bluetooth/include/ng_btsocket.h
108
_IOWR('b', NGM_HCI_NODE_GET_BUFFER, \
sys/netgraph/bluetooth/include/ng_btsocket.h
116
_IOWR('b', NGM_HCI_NODE_GET_BDADDR, \
sys/netgraph/bluetooth/include/ng_btsocket.h
124
_IOWR('b', NGM_HCI_NODE_GET_FEATURES, \
sys/netgraph/bluetooth/include/ng_btsocket.h
132
_IOWR('b', NGM_HCI_NODE_GET_STAT, \
sys/netgraph/bluetooth/include/ng_btsocket.h
149
_IOWR('b', NGM_HCI_NODE_GET_NEIGHBOR_CACHE, \
sys/netgraph/bluetooth/include/ng_btsocket.h
158
_IOWR('b', NGM_HCI_NODE_GET_CON_LIST, \
sys/netgraph/bluetooth/include/ng_btsocket.h
166
_IOWR('b', NGM_HCI_NODE_GET_LINK_POLICY_SETTINGS_MASK, \
sys/netgraph/bluetooth/include/ng_btsocket.h
169
_IOWR('b', NGM_HCI_NODE_SET_LINK_POLICY_SETTINGS_MASK, \
sys/netgraph/bluetooth/include/ng_btsocket.h
177
_IOWR('b', NGM_HCI_NODE_GET_PACKET_MASK, \
sys/netgraph/bluetooth/include/ng_btsocket.h
180
_IOWR('b', NGM_HCI_NODE_SET_PACKET_MASK, \
sys/netgraph/bluetooth/include/ng_btsocket.h
188
_IOWR('b', NGM_HCI_NODE_GET_ROLE_SWITCH, \
sys/netgraph/bluetooth/include/ng_btsocket.h
191
_IOWR('b', NGM_HCI_NODE_SET_ROLE_SWITCH, \
sys/netgraph/bluetooth/include/ng_btsocket.h
200
_IOWR('b', NGM_HCI_NODE_LIST_NAMES, \
sys/netgraph/bluetooth/include/ng_btsocket.h
265
_IOWR('b', NGM_L2CAP_L2CA_PING, \
sys/netgraph/bluetooth/include/ng_btsocket.h
276
_IOWR('b', NGM_L2CAP_L2CA_GET_INFO, \
sys/netgraph/bluetooth/include/ng_btsocket.h
284
_IOWR('b', NGM_L2CAP_NODE_GET_FLAGS, \
sys/netgraph/bluetooth/include/ng_btsocket.h
292
_IOWR('b', NGM_L2CAP_NODE_GET_DEBUG, \
sys/netgraph/bluetooth/include/ng_btsocket.h
295
_IOWR('b', NGM_L2CAP_NODE_SET_DEBUG, \
sys/netgraph/bluetooth/include/ng_btsocket.h
304
_IOWR('b', NGM_L2CAP_NODE_GET_CON_LIST, \
sys/netgraph/bluetooth/include/ng_btsocket.h
313
_IOWR('b', NGM_L2CAP_NODE_GET_CHAN_LIST, \
sys/netgraph/bluetooth/include/ng_btsocket.h
322
_IOWR('b', NGM_L2CAP_NODE_GET_AUTO_DISCON_TIMO, \
sys/netgraph/bluetooth/include/ng_btsocket.h
325
_IOWR('b', NGM_L2CAP_NODE_SET_AUTO_DISCON_TIMO, \
sys/netgraph/bluetooth/include/ng_btsocket.h
85
_IOWR('b', NGM_HCI_NODE_GET_STATE, \
sys/netgraph/bluetooth/include/ng_btsocket.h
97
_IOWR('b', NGM_HCI_NODE_GET_DEBUG, \
sys/netinet6/in6.c
260
#define SIOCGDEFIFACE32_IN6 _IOWR('i', 86, struct in6_ndifreq32)
sys/netinet6/in6_var.h
409
#define SIOCGIFADDR_IN6 _IOWR('i', 33, struct in6_ifreq)
sys/netinet6/in6_var.h
420
#define SIOCGIFDSTADDR_IN6 _IOWR('i', 34, struct in6_ifreq)
sys/netinet6/in6_var.h
421
#define SIOCGIFNETMASK_IN6 _IOWR('i', 37, struct in6_ifreq)
sys/netinet6/in6_var.h
428
#define SIOCGIFPSRCADDR_IN6 _IOWR('i', 71, struct in6_ifreq)
sys/netinet6/in6_var.h
429
#define SIOCGIFPDSTADDR_IN6 _IOWR('i', 72, struct in6_ifreq)
sys/netinet6/in6_var.h
431
#define SIOCGIFAFLAG_IN6 _IOWR('i', 73, struct in6_ifreq)
sys/netinet6/in6_var.h
433
#define SIOCGIFINFO_IN6 _IOWR('i', 108, struct in6_ndireq)
sys/netinet6/in6_var.h
434
#define SIOCSIFINFO_IN6 _IOWR('i', 109, struct in6_ndireq)
sys/netinet6/in6_var.h
435
#define SIOCSNDFLUSH_IN6 _IOWR('i', 77, struct in6_ifreq)
sys/netinet6/in6_var.h
436
#define SIOCGNBRINFO_IN6 _IOWR('i', 78, struct in6_nbrinfo)
sys/netinet6/in6_var.h
437
#define SIOCSPFXFLUSH_IN6 _IOWR('i', 79, struct in6_ifreq)
sys/netinet6/in6_var.h
438
#define SIOCSRTRFLUSH_IN6 _IOWR('i', 80, struct in6_ifreq)
sys/netinet6/in6_var.h
440
#define SIOCGIFALIFETIME_IN6 _IOWR('i', 81, struct in6_ifreq)
sys/netinet6/in6_var.h
441
#define SIOCGIFSTAT_IN6 _IOWR('i', 83, struct in6_ifreq)
sys/netinet6/in6_var.h
442
#define SIOCGIFSTAT_ICMP6 _IOWR('i', 84, struct in6_ifreq)
sys/netinet6/in6_var.h
444
#define SIOCSDEFIFACE_IN6 _IOWR('i', 85, struct in6_ndifreq)
sys/netinet6/in6_var.h
445
#define SIOCGDEFIFACE_IN6 _IOWR('i', 86, struct in6_ndifreq)
sys/netinet6/in6_var.h
447
#define SIOCSIFINFO_FLAGS _IOWR('i', 87, struct in6_ndireq) /* XXX */
sys/netinet6/in6_var.h
450
#define SIOCGSCOPE6 _IOWR('i', 89, struct in6_ifreq)
sys/netinet6/in6_var.h
451
#define SIOCGSCOPE6DEF _IOWR('i', 90, struct in6_ifreq)
sys/netinet6/in6_var.h
454
#define SIOCGIFPREFIX_IN6 _IOWR('i', 101, struct in6_prefixreq) /* get */
sys/netinet6/in6_var.h
462
#define SIOCGETSGCNT_IN6 _IOWR('u', 106, \
sys/netinet6/in6_var.h
464
#define SIOCGETMIFCNT_IN6 _IOWR('u', 107, \
sys/netpfil/ipfilter/netinet/ip_fil.h
38
#define SIOCGETFS _IOWR('r', 64, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_fil.h
39
#define SIOCIPFFL _IOWR('r', 65, int)
sys/netpfil/ipfilter/netinet/ip_fil.h
48
#define SIOCFRZST _IOWR('r', 74, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_fil.h
49
#define SIOCZRLST _IOWR('r', 75, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_fil.h
50
#define SIOCAUTHW _IOWR('r', 76, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_fil.h
51
#define SIOCAUTHR _IOWR('r', 77, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_fil.h
52
#define SIOCSTAT1 _IOWR('r', 78, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_fil.h
53
#define SIOCSTLCK _IOWR('r', 79, u_int)
sys/netpfil/ipfilter/netinet/ip_fil.h
54
#define SIOCSTPUT _IOWR('r', 80, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_fil.h
55
#define SIOCSTGET _IOWR('r', 81, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_fil.h
56
#define SIOCSTGSZ _IOWR('r', 82, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_fil.h
57
#define SIOCSTAT2 _IOWR('r', 83, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_fil.h
58
#define SIOCSETLG _IOWR('r', 84, int)
sys/netpfil/ipfilter/netinet/ip_fil.h
59
#define SIOCGETLG _IOWR('r', 85, int)
sys/netpfil/ipfilter/netinet/ip_fil.h
60
#define SIOCFUNCL _IOWR('r', 86, struct ipfunc_resolve)
sys/netpfil/ipfilter/netinet/ip_fil.h
61
#define SIOCIPFGETNEXT _IOWR('r', 87, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_fil.h
62
#define SIOCIPFGET _IOWR('r', 88, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_fil.h
63
#define SIOCIPFSET _IOWR('r', 89, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_fil.h
64
#define SIOCIPFL6 _IOWR('r', 90, int)
sys/netpfil/ipfilter/netinet/ip_fil.h
65
#define SIOCIPFITER _IOWR('r', 91, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_fil.h
66
#define SIOCGENITER _IOWR('r', 92, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_fil.h
67
#define SIOCGTABL _IOWR('r', 93, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_fil.h
68
#define SIOCIPFDELTOK _IOWR('r', 94, int)
sys/netpfil/ipfilter/netinet/ip_fil.h
69
#define SIOCLOOKUPITER _IOWR('r', 95, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_fil.h
70
#define SIOCGTQTAB _IOWR('r', 96, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_fil.h
71
#define SIOCMATCHFLUSH _IOWR('r', 97, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_lookup.h
11
# define SIOCLOOKUPADDTABLE _IOWR('r', 60, struct iplookupop)
sys/netpfil/ipfilter/netinet/ip_lookup.h
12
# define SIOCLOOKUPDELTABLE _IOWR('r', 61, struct iplookupop)
sys/netpfil/ipfilter/netinet/ip_lookup.h
13
# define SIOCLOOKUPSTAT _IOWR('r', 64, struct iplookupop)
sys/netpfil/ipfilter/netinet/ip_lookup.h
15
# define SIOCLOOKUPFLUSH _IOWR('r', 65, struct iplookupflush)
sys/netpfil/ipfilter/netinet/ip_lookup.h
16
# define SIOCLOOKUPADDNODE _IOWR('r', 67, struct iplookupop)
sys/netpfil/ipfilter/netinet/ip_lookup.h
18
# define SIOCLOOKUPDELNODE _IOWR('r', 68, struct iplookupop)
sys/netpfil/ipfilter/netinet/ip_nat.h
22
#define SIOCGNATS _IOWR('r', 62, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_nat.h
23
#define SIOCGNATL _IOWR('r', 63, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_nat.h
24
#define SIOCPURGENAT _IOWR('r', 100, struct ipfobj)
sys/netpfil/ipfilter/netinet/ip_proxy.h
20
#define SIOCPROXY _IOWR('r', 64, struct ap_control)
sys/netpfil/ipfilter/netinet/ip_scan.h
26
# define SIOCADSCA _IOWR('r', 60, struct ipscan *)
sys/netpfil/ipfilter/netinet/ip_scan.h
27
# define SIOCRMSCA _IOWR('r', 61, struct ipscan *)
sys/netpfil/ipfilter/netinet/ip_scan.h
28
# define SIOCGSCST _IOWR('r', 62, struct ipscan *)
sys/netsmb/smb_dev.h
144
#define SMBIOC_REQUEST _IOWR('n', 102, struct smbioc_rq)
sys/netsmb/smb_dev.h
145
#define SMBIOC_T2RQ _IOWR('n', 103, struct smbioc_t2rq)
sys/netsmb/smb_dev.h
148
#define SMBIOC_READ _IOWR('n', 107, struct smbioc_rw)
sys/netsmb/smb_dev.h
149
#define SMBIOC_WRITE _IOWR('n', 108, struct smbioc_rw)
sys/ofed/include/uapi/rdma/rdma_user_ioctl.h
58
#define IB_USER_MAD_REGISTER_AGENT _IOWR(RDMA_IOCTL_MAGIC, 0x01, struct ib_user_mad_reg_req)
sys/ofed/include/uapi/rdma/rdma_user_ioctl.h
61
#define IB_USER_MAD_REGISTER_AGENT2 _IOWR(RDMA_IOCTL_MAGIC, 0x04, struct ib_user_mad_reg_req2)
sys/ofed/include/uapi/rdma/rdma_user_ioctl_cmds.h
47
_IOWR(RDMA_IOCTL_MAGIC, 1, struct ib_uverbs_ioctl_hdr)
sys/opencrypto/cryptodev.c
132
#define CIOCGSESSION32 _IOWR('c', 101, struct session_op32)
sys/opencrypto/cryptodev.c
133
#define CIOCCRYPT32 _IOWR('c', 103, struct crypt_op32)
sys/opencrypto/cryptodev.c
134
#define CIOCGSESSION232 _IOWR('c', 106, struct session2_op32)
sys/opencrypto/cryptodev.c
135
#define CIOCCRYPTAEAD32 _IOWR('c', 109, struct crypt_aead32)
sys/opencrypto/cryptodev.c
75
#define CRIOGET _IOWR('c', 100, uint32_t)
sys/opencrypto/cryptodev.h
297
#define CIOCGSESSION _IOWR('c', 101, struct session_op)
sys/opencrypto/cryptodev.h
299
#define CIOCCRYPT _IOWR('c', 103, struct crypt_op)
sys/opencrypto/cryptodev.h
300
#define CIOCGSESSION2 _IOWR('c', 106, struct session2_op)
sys/opencrypto/cryptodev.h
301
#define CIOCFINDDEV _IOWR('c', 108, struct crypt_find_op)
sys/opencrypto/cryptodev.h
302
#define CIOCCRYPTAEAD _IOWR('c', 109, struct crypt_aead)
sys/riscv/include/vmm_dev.h
212
_IOWR('v', IOCNUM_RUN, struct vm_run)
sys/riscv/include/vmm_dev.h
220
_IOWR('v', IOCNUM_GET_MEMSEG, struct vm_memseg)
sys/riscv/include/vmm_dev.h
224
_IOWR('v', IOCNUM_MMAP_GETNEXT, struct vm_memmap)
sys/riscv/include/vmm_dev.h
230
_IOWR('v', IOCNUM_GET_REGISTER, struct vm_register)
sys/riscv/include/vmm_dev.h
234
_IOWR('v', IOCNUM_GET_REGISTER_SET, struct vm_register_set)
sys/riscv/include/vmm_dev.h
238
_IOWR('v', IOCNUM_GET_CAPABILITY, struct vm_capability)
sys/riscv/include/vmm_dev.h
240
_IOWR('v', IOCNUM_VM_STATS, struct vm_stats)
sys/riscv/include/vmm_dev.h
242
_IOWR('v', IOCNUM_VM_STAT_DESC, struct vm_stat_desc)
sys/riscv/include/vmm_dev.h
256
_IOWR('v', IOCNUM_GLA2GPA_NOFAULT, struct vm_gla2gpa)
sys/sys/aac_ioctl.h
53
#define AACIO_STATS _IOWR('T', 101, union aac_statrequest)
sys/sys/agpio.h
87
#define AGPIOC_ALLOCATE _IOWR(AGPIOC_BASE, 6, agp_allocate)
sys/sys/ata.h
1010
#define IOCATAREQUEST _IOWR('a', 100, struct ata_ioc_request)
sys/sys/ata.h
1058
#define IOCATARAIDCREATE _IOWR('a', 200, struct ata_ioc_raid_config)
sys/sys/ata.h
1060
#define IOCATARAIDSTATUS _IOWR('a', 202, struct ata_ioc_raid_status)
sys/sys/ata.h
599
#define IOCATADEVICES _IOWR('a', 5, struct ata_ioc_devices)
sys/sys/backlight.h
57
#define BACKLIGHTGETSTATUS _IOWR('G', 0, struct backlight_props)
sys/sys/backlight.h
58
#define BACKLIGHTUPDATESTATUS _IOWR('G', 1, struct backlight_props)
sys/sys/backlight.h
59
#define BACKLIGHTGETINFO _IOWR('G', 2, struct backlight_info)
sys/sys/bus.h
145
#define DEV_GET_PATH _IOWR('D', 14, struct devreq)
sys/sys/cdio.h
140
#define CDIOCREADSUBCHANNEL _IOWR('c', 3 , struct ioc_read_subchannel )
sys/sys/cdio.h
155
#define CDIOREADTOCENTRYS _IOWR('c',5,struct ioc_read_toc_entry)
sys/sys/cdio.h
162
#define CDIOREADTOCENTRY _IOWR('c',6,struct ioc_read_toc_single_entry)
sys/sys/cfictl.h
45
#define CFIOCQRY _IOWR('q', 0, struct cfiocqry)
sys/sys/consio.h
105
#define CONS_GSAVER _IOWR('c', 6, ssaver_t)
sys/sys/consio.h
171
#define CONS_MOUSECTL _IOWR('c', 10, mouse_info_t)
sys/sys/consio.h
201
#define CONS_GETCURSORSHAPE _IOWR('c', 14, struct cshape)
sys/sys/consio.h
261
#define CONS_GETINFO _IOWR('c', 73, vid_info_t)
sys/sys/consio.h
270
#define CONS_ADPINFO _IOWR('c', 101, video_adapter_info_t)
sys/sys/consio.h
273
#define CONS_MODEINFO _IOWR('c', 102, video_info_t)
sys/sys/consio.h
276
#define CONS_FINDMODE _IOWR('c', 103, video_info_t)
sys/sys/consio.h
297
#define CONS_SCRSHOT _IOWR('c', 105, scrshot_t)
sys/sys/consio.h
311
#define CONS_GETTERM _IOWR('c', 112, term_info_t)
sys/sys/cpuctl.h
53
#define CPUCTL_RDMSR _IOWR('c', 1, cpuctl_msr_args_t)
sys/sys/cpuctl.h
54
#define CPUCTL_WRMSR _IOWR('c', 2, cpuctl_msr_args_t)
sys/sys/cpuctl.h
55
#define CPUCTL_CPUID _IOWR('c', 3, cpuctl_cpuid_args_t)
sys/sys/cpuctl.h
56
#define CPUCTL_UPDATE _IOWR('c', 4, cpuctl_update_args_t)
sys/sys/cpuctl.h
57
#define CPUCTL_MSRSBIT _IOWR('c', 5, cpuctl_msr_args_t)
sys/sys/cpuctl.h
58
#define CPUCTL_MSRCBIT _IOWR('c', 6, cpuctl_msr_args_t)
sys/sys/cpuctl.h
59
#define CPUCTL_CPUID_COUNT _IOWR('c', 7, cpuctl_cpuid_count_args_t)
sys/sys/disk.h
123
#define DIOCGATTR _IOWR('d', 142, struct diocgattr_arg)
sys/sys/disk.h
125
#define DIOCZONECMD _IOWR('d', 143, struct disk_zone_args)
sys/sys/disk.h
175
#define DIOCGKERNELDUMP _IOWR('d', 146, struct diocskerneldump_arg)
sys/sys/dvdio.h
106
#define DVDIOCREPORTKEY _IOWR('c', 200, struct dvd_authinfo)
sys/sys/dvdio.h
107
#define DVDIOCSENDKEY _IOWR('c', 201, struct dvd_authinfo)
sys/sys/dvdio.h
108
#define DVDIOCREADSTRUCTURE _IOWR('c', 202, struct dvd_struct)
sys/sys/efiio.h
73
#define EFIIOC_GET_TABLE _IOWR('E', 1, struct efi_get_table_ioctl)
sys/sys/efiio.h
76
#define EFIIOC_VAR_GET _IOWR('E', 4, struct efi_var_ioctl)
sys/sys/efiio.h
77
#define EFIIOC_VAR_NEXT _IOWR('E', 5, struct efi_var_ioctl)
sys/sys/efiio.h
78
#define EFIIOC_VAR_SET _IOWR('E', 6, struct efi_var_ioctl)
sys/sys/fbio.h
457
#define FBIO_MODEINFO _IOWR('F', 103, struct video_info)
sys/sys/fbio.h
458
#define FBIO_FINDMODE _IOWR('F', 104, struct video_info)
sys/sys/fdcio.h
135
#define FD_READID _IOWR('F', 68, struct fdc_readid) /* read ID field */
sys/sys/filio.h
61
#define FIOSEEKDATA _IOWR('f', 97, off_t) /* SEEK_DATA */
sys/sys/filio.h
62
#define FIOSEEKHOLE _IOWR('f', 98, off_t) /* SEEK_HOLE */
sys/sys/filio.h
69
#define FIOBMAP2 _IOWR('f', 99, struct fiobmap2_arg)
sys/sys/gpio.h
223
#define GPIOGETCONFIG _IOWR('G', 1, struct gpio_pin)
sys/sys/gpio.h
225
#define GPIOGET _IOWR('G', 3, struct gpio_req)
sys/sys/gpio.h
227
#define GPIOTOGGLE _IOWR('G', 5, struct gpio_req)
sys/sys/gpio.h
229
#define GPIOACCESS32 _IOWR('G', 7, struct gpio_access_32)
sys/sys/iov.h
256
#define IOV_GET_SCHEMA _IOWR('p', 12, struct pci_iov_schema)
sys/sys/ipmi.h
152
#define IPMICTL_RECEIVE_MSG_TRUNC_32 _IOWR(IPMI_IOC_MAGIC, 11, struct ipmi_recv32)
sys/sys/ipmi.h
153
#define IPMICTL_RECEIVE_MSG_32 _IOWR(IPMI_IOC_MAGIC, 12, struct ipmi_recv32)
sys/sys/ipmi.h
46
#define IPMICTL_RECEIVE_MSG_TRUNC _IOWR(IPMI_IOC_MAGIC, 11, struct ipmi_recv)
sys/sys/ipmi.h
47
#define IPMICTL_RECEIVE_MSG _IOWR(IPMI_IOC_MAGIC, 12, struct ipmi_recv)
sys/sys/kbio.h
250
#define GETFKEY _IOWR('k', 0, fkeyarg_t)
sys/sys/kbio.h
251
#define SETFKEY _IOWR('k', 1, fkeyarg_t)
sys/sys/kbio.h
270
#define GIO_KEYMAPENT _IOWR('k', 10, keyarg_t)
sys/sys/mdioctl.h
75
#define MDIOCATTACH _IOWR('m', 0, struct md_ioctl) /* attach disk */
sys/sys/mdioctl.h
76
#define MDIOCDETACH _IOWR('m', 1, struct md_ioctl) /* detach disk */
sys/sys/mdioctl.h
77
#define MDIOCQUERY _IOWR('m', 2, struct md_ioctl) /* query status */
sys/sys/mdioctl.h
78
#define MDIOCRESIZE _IOWR('m', 4, struct md_ioctl) /* resize disk */
sys/sys/memrange.h
45
#define MEMRANGE_GET _IOWR('m', 50, struct mem_range_op)
sys/sys/memrange.h
60
#define MEM_EXTRACT_PADDR _IOWR('m', 52, struct mem_extract)
sys/sys/mouse.h
39
#define MOUSE_READSTATE _IOWR('M', 8, mousedata_t)
sys/sys/mouse.h
40
#define MOUSE_READDATA _IOWR('M', 9, mousedata_t)
sys/sys/mpt_ioctl.h
124
#define MPTIO_READ_CFG_HEADER32 _IOWR('M', 100, struct mpt_cfg_page_req32)
sys/sys/mpt_ioctl.h
125
#define MPTIO_READ_CFG_PAGE32 _IOWR('M', 101, struct mpt_cfg_page_req32)
sys/sys/mpt_ioctl.h
126
#define MPTIO_READ_EXT_CFG_HEADER32 _IOWR('M', 102, struct mpt_ext_cfg_page_req32)
sys/sys/mpt_ioctl.h
127
#define MPTIO_READ_EXT_CFG_PAGE32 _IOWR('M', 103, struct mpt_ext_cfg_page_req32)
sys/sys/mpt_ioctl.h
128
#define MPTIO_WRITE_CFG_PAGE32 _IOWR('M', 104, struct mpt_cfg_page_req32)
sys/sys/mpt_ioctl.h
129
#define MPTIO_RAID_ACTION32 _IOWR('M', 105, struct mpt_raid_action32)
sys/sys/mpt_ioctl.h
85
#define MPTIO_READ_CFG_HEADER _IOWR('M', 100, struct mpt_cfg_page_req)
sys/sys/mpt_ioctl.h
86
#define MPTIO_READ_CFG_PAGE _IOWR('M', 101, struct mpt_cfg_page_req)
sys/sys/mpt_ioctl.h
87
#define MPTIO_READ_EXT_CFG_HEADER _IOWR('M', 102, struct mpt_ext_cfg_page_req)
sys/sys/mpt_ioctl.h
88
#define MPTIO_READ_EXT_CFG_PAGE _IOWR('M', 103, struct mpt_ext_cfg_page_req)
sys/sys/mpt_ioctl.h
89
#define MPTIO_WRITE_CFG_PAGE _IOWR('M', 104, struct mpt_cfg_page_req)
sys/sys/mpt_ioctl.h
90
#define MPTIO_RAID_ACTION _IOWR('M', 105, struct mpt_raid_action)
sys/sys/mtio.h
338
#define MTIOCEXTGET _IOWR('m', 11, struct mtextget) /* get tape status */
sys/sys/mtio.h
339
#define MTIOCPARAMGET _IOWR('m', 12, struct mtextget) /* get tape params */
sys/sys/mtio.h
340
#define MTIOCPARAMSET _IOWR('m', 13, struct mtparamset) /* set tape params */
sys/sys/mtio.h
341
#define MTIOCSETLIST _IOWR('m', 14, struct mtsetlist) /* set N params */
sys/sys/pciio.h
173
#define PCIOCREAD _IOWR('p', 2, struct pci_io)
sys/sys/pciio.h
174
#define PCIOCWRITE _IOWR('p', 3, struct pci_io)
sys/sys/pciio.h
175
#define PCIOCATTACHED _IOWR('p', 4, struct pci_io)
sys/sys/pciio.h
176
#define PCIOCGETBAR _IOWR('p', 6, struct pci_bar_io)
sys/sys/pciio.h
177
#define PCIOCLISTVPD _IOWR('p', 7, struct pci_list_vpd_io)
sys/sys/pciio.h
178
#define PCIOCBARMMAP _IOWR('p', 8, struct pci_bar_mmap)
sys/sys/pciio.h
179
#define PCIOCBARIO _IOWR('p', 9, struct pci_bar_ioreq)
sys/sys/pciio.h
180
#define PCIOCGETCONF _IOWR('p', 10, struct pci_conf_io)
sys/sys/sndstat.h
120
_IOWR('D', 101, struct sndstioc_nv_arg)
sys/sys/sndstat.h
122
_IOWR('D', 102, struct sndstioc_nv_arg)
sys/sys/sndstat.h
35
#ifndef _IOWR
sys/sys/sockio.h
100
#define SIOCGI2C _IOWR('i', 61, struct ifreq) /* get I2C data */
sys/sys/sockio.h
101
#define SIOCGHWADDR _IOWR('i', 62, struct ifreq) /* get hardware lladdr */
sys/sys/sockio.h
104
#define SIOCGIFPSRCADDR _IOWR('i', 71, struct ifreq) /* get gif psrc addr */
sys/sys/sockio.h
105
#define SIOCGIFPDSTADDR _IOWR('i', 72, struct ifreq) /* get gif pdst addr */
sys/sys/sockio.h
110
#define SIOCGPRIVATE_0 _IOWR('i', 80, struct ifreq) /* device private 0 */
sys/sys/sockio.h
111
#define SIOCGPRIVATE_1 _IOWR('i', 81, struct ifreq) /* device private 1 */
sys/sys/sockio.h
113
#define SIOCSIFVNET _IOWR('i', 90, struct ifreq) /* move IF jail/vnet */
sys/sys/sockio.h
114
#define SIOCSIFRVNET _IOWR('i', 91, struct ifreq) /* reclaim vnet IF */
sys/sys/sockio.h
116
#define SIOCGIFFIB _IOWR('i', 92, struct ifreq) /* get IF fib */
sys/sys/sockio.h
119
#define SIOCGTUNFIB _IOWR('i', 94, struct ifreq) /* get tunnel fib */
sys/sys/sockio.h
124
#define SIOCGDRVSPEC _IOWR('i', 123, struct ifdrv) /* get driver-specific
sys/sys/sockio.h
127
#define SIOCIFCREATE _IOWR('i', 122, struct ifreq) /* create clone if */
sys/sys/sockio.h
128
#define SIOCIFCREATE2 _IOWR('i', 124, struct ifreq) /* create clone if */
sys/sys/sockio.h
130
#define SIOCIFGCLONERS _IOWR('i', 120, struct if_clonereq) /* get cloners */
sys/sys/sockio.h
133
#define SIOCGIFGROUP _IOWR('i', 136, struct ifgroupreq) /* get ifgroups */
sys/sys/sockio.h
135
#define SIOCGIFGMEMB _IOWR('i', 138, struct ifgroupreq) /* get members */
sys/sys/sockio.h
136
#define SIOCGIFXMEDIA _IOWR('i', 139, struct ifmediareq) /* get net xmedia */
sys/sys/sockio.h
138
#define SIOCGIFRSSKEY _IOWR('i', 150, struct ifrsskey)/* get RSS key */
sys/sys/sockio.h
139
#define SIOCGIFRSSHASH _IOWR('i', 151, struct ifrsshash)/* get the current RSS
sys/sys/sockio.h
142
#define SIOCGLANPCP _IOWR('i', 152, struct ifreq) /* Get (V)LAN PCP */
sys/sys/sockio.h
145
#define SIOCGIFDOWNREASON _IOWR('i', 154, struct ifdownreason)
sys/sys/sockio.h
148
#define SIOCGIFCAPNV _IOWR('i', 156, struct ifreq) /* get IF features */
sys/sys/sockio.h
150
#define SIOCGUMBINFO _IOWR('i', 157, struct ifreq) /* get MBIM info */
sys/sys/sockio.h
152
#define SIOCGUMBPARAM _IOWR('i', 159, struct ifreq) /* get MBIM param */
sys/sys/sockio.h
153
#define SIOCGI2CPB _IOWR('i', 160, struct ifreq) /* get I2C data */
sys/sys/sockio.h
48
#define SIOCGETVIFCNT _IOWR('r', 15, struct sioc_vif_req)/* get vif pkt cnt */
sys/sys/sockio.h
49
#define SIOCGETSGCNT _IOWR('r', 16, struct sioc_sg_req) /* get s,g pkt cnt */
sys/sys/sockio.h
53
#define SIOCGIFADDR _IOWR('i', 33, struct ifreq) /* get ifnet address */
sys/sys/sockio.h
56
#define SIOCGIFDSTADDR _IOWR('i', 34, struct ifreq) /* get p-p address */
sys/sys/sockio.h
58
#define SIOCGIFFLAGS _IOWR('i', 17, struct ifreq) /* get ifnet flags */
sys/sys/sockio.h
60
#define SIOCGIFBRDADDR _IOWR('i', 35, struct ifreq) /* get broadcast addr */
sys/sys/sockio.h
63
#define SIOCGIFCONF _IOWR('i', 36, struct ifconf) /* get ifnet list */
sys/sys/sockio.h
65
#define SIOCGIFNETMASK _IOWR('i', 37, struct ifreq) /* get net addr mask */
sys/sys/sockio.h
67
#define SIOCGIFMETRIC _IOWR('i', 23, struct ifreq) /* get IF metric */
sys/sys/sockio.h
75
#define SIOCGIFCAP _IOWR('i', 31, struct ifreq) /* get IF features */
sys/sys/sockio.h
76
#define SIOCGIFINDEX _IOWR('i', 32, struct ifreq) /* get IF index */
sys/sys/sockio.h
77
#define SIOCGIFMAC _IOWR('i', 38, struct ifreq) /* get IF MAC label */
sys/sys/sockio.h
81
#define SIOCGIFDESCR _IOWR('i', 42, struct ifreq) /* get ifnet descr */
sys/sys/sockio.h
84
#define SIOCGIFALIAS _IOWR('i', 45, struct ifaliasreq)/* get IF alias */
sys/sys/sockio.h
88
#define SIOCGIFMTU _IOWR('i', 51, struct ifreq) /* get IF mtu */
sys/sys/sockio.h
90
#define SIOCGIFPHYS _IOWR('i', 53, struct ifreq) /* get IF wire */
sys/sys/sockio.h
92
#define SIOCSIFMEDIA _IOWR('i', 55, struct ifreq) /* set net media */
sys/sys/sockio.h
93
#define SIOCGIFMEDIA _IOWR('i', 56, struct ifmediareq) /* get net media */
sys/sys/sockio.h
96
#define SIOCGIFGENERIC _IOWR('i', 58, struct ifreq) /* generic IF get op */
sys/sys/sockio.h
98
#define SIOCGIFSTATUS _IOWR('i', 59, struct ifstat) /* get IF status */
sys/sys/soundcard.h
107
#ifndef _IOWR
sys/sys/soundcard.h
1159
#define MIXER_WRITE(dev) _IOWR('M', dev, int)
sys/sys/soundcard.h
141
#define AIOSSIZE _IOWR('A', 11, struct snd_size) /* sets blocksize */
sys/sys/soundcard.h
1600
#define SNDCTL_DSP_SETPLAYVOL _IOWR('P', 24, int)
sys/sys/soundcard.h
1614
#define SNDCTL_DSP_SYNCGROUP _IOWR('P', 28, oss_syncgroup)
sys/sys/soundcard.h
1682
#define SNDCTL_DSP_SET_RECSRC _IOWR('P', 38, int)
sys/sys/soundcard.h
1686
#define SNDCTL_DSP_SET_PLAYTGT _IOWR('P', 40, int)
sys/sys/soundcard.h
1688
#define SNDCTL_DSP_SETRECVOL _IOWR('P', 41, int)
sys/sys/soundcard.h
1695
#define SNDCTL_DSP_SET_CHNORDER _IOWR('P', 42, unsigned long long)
sys/sys/soundcard.h
1719
#define SNDCTL_DSP_GETCHANNELMASK _IOWR('P', 64, int)
sys/sys/soundcard.h
1720
#define SNDCTL_DSP_BIND_CHANNEL _IOWR('P', 65, int)
sys/sys/soundcard.h
1989
#define SNDCTL_MIX_NREXT _IOWR('X', 3, int)
sys/sys/soundcard.h
1990
#define SNDCTL_MIX_EXTINFO _IOWR('X', 4, oss_mixext)
sys/sys/soundcard.h
1991
#define SNDCTL_MIX_READ _IOWR('X', 5, oss_mixer_value)
sys/sys/soundcard.h
1992
#define SNDCTL_MIX_WRITE _IOWR('X', 6, oss_mixer_value)
sys/sys/soundcard.h
1994
#define SNDCTL_AUDIOINFO _IOWR('X', 7, oss_audioinfo)
sys/sys/soundcard.h
1995
#define SNDCTL_MIX_ENUMINFO _IOWR('X', 8, oss_mixer_enuminfo)
sys/sys/soundcard.h
1996
#define SNDCTL_MIDIINFO _IOWR('X', 9, oss_midi_info)
sys/sys/soundcard.h
1997
#define SNDCTL_MIXERINFO _IOWR('X',10, oss_mixerinfo)
sys/sys/soundcard.h
1998
#define SNDCTL_CARDINFO _IOWR('X',11, oss_card_info)
sys/sys/soundcard.h
1999
#define SNDCTL_ENGINEINFO _IOWR('X',12, oss_audioinfo)
sys/sys/soundcard.h
2000
#define SNDCTL_AUDIOINFO_EX _IOWR('X',13, oss_audioinfo)
sys/sys/soundcard.h
257
#define AIOSFMT _IOWR('f', 12, snd_chan_param) /* sets format */
sys/sys/soundcard.h
270
#define AIOGMIX _IOWR('A', 13, snd_mix_param) /* return mixer status */
sys/sys/soundcard.h
271
#define AIOSMIX _IOWR('A', 14, snd_mix_param) /* sets mixer status */
sys/sys/soundcard.h
279
#define AIOSTOP _IOWR ('A', 15, int)
sys/sys/soundcard.h
293
#define AIOSYNC _IOWR ('A', 15, snd_sync_parm) /* misc. synchronization */
sys/sys/soundcard.h
312
#define AIOGCAP _IOWR('A', 15, snd_capabilities) /* get capabilities */
sys/sys/soundcard.h
324
#define SNDCTL_SYNTH_INFO _IOWR('Q', 2, struct synth_info)
sys/sys/soundcard.h
325
#define SNDCTL_SEQ_CTRLRATE _IOWR('Q', 3, int) /* Set/get timer res.(hz) */
sys/sys/soundcard.h
334
#define SNDCTL_MIDI_INFO _IOWR('Q',12, struct midi_info)
sys/sys/soundcard.h
337
#define SNDCTL_SYNTH_MEMAVL _IOWR('Q',14, int) /* in=dev#, out=memsize */
sys/sys/soundcard.h
339
#define SNDCTL_PMGR_ACCESS _IOWR('Q',16, struct patmgr_info)
sys/sys/soundcard.h
348
#define SNDCTL_TMR_TIMEBASE _IOWR('T', 1, int)
sys/sys/soundcard.h
352
#define SNDCTL_TMR_TEMPO _IOWR('T', 5, int)
sys/sys/soundcard.h
353
#define SNDCTL_TMR_SOURCE _IOWR('T', 6, int)
sys/sys/soundcard.h
482
#define SNDCTL_PMGR_IFACE _IOWR('P', 1, struct patmgr_info)
sys/sys/soundcard.h
776
#define SNDCTL_MIDI_PRETIME _IOWR('m', 0, int)
sys/sys/soundcard.h
777
#define SNDCTL_MIDI_MPUMODE _IOWR('m', 1, int)
sys/sys/soundcard.h
778
#define SNDCTL_MIDI_MPUCMD _IOWR('m', 2, mpu_command_rec)
sys/sys/soundcard.h
779
#define MIOSPASSTHRU _IOWR('m', 3, int)
sys/sys/soundcard.h
780
#define MIOGPASSTHRU _IOWR('m', 4, int)
sys/sys/soundcard.h
789
#define SNDCTL_DSP_SPEED _IOWR('P', 2, int)
sys/sys/soundcard.h
790
#define SNDCTL_DSP_STEREO _IOWR('P', 3, int)
sys/sys/soundcard.h
793
#define SNDCTL_DSP_SETFMT _IOWR('P',5, int) /* Selects ONE fmt*/
sys/sys/soundcard.h
799
#define SOUND_PCM_WRITE_CHANNELS _IOWR('P', 6, int)
sys/sys/soundcard.h
801
#define SOUND_PCM_WRITE_FILTER _IOWR('P', 7, int)
sys/sys/soundcard.h
808
#define SNDCTL_DSP_SUBDIVIDE _IOWR('P', 9, int)
sys/sys/soundcard.h
809
#define SNDCTL_DSP_SETFRAGMENT _IOWR('P',10, int)
sys/sys/soundcard.h
992
#define SNDCTL_COPR_LOAD _IOWR('C', 1, copr_buffer)
sys/sys/soundcard.h
993
#define SNDCTL_COPR_RDATA _IOWR('C', 2, copr_debug_buf)
sys/sys/soundcard.h
994
#define SNDCTL_COPR_RCODE _IOWR('C', 3, copr_debug_buf)
sys/sys/soundcard.h
997
#define SNDCTL_COPR_RUN _IOWR('C', 6, copr_debug_buf)
sys/sys/soundcard.h
998
#define SNDCTL_COPR_HALT _IOWR('C', 7, copr_debug_buf)
sys/sys/tiio.h
320
#define TIIOCGETTRACE _IOWR('T', 12, struct ti_trace_buf)
sys/sys/tiio.h
327
#define ALT_READ_TG_MEM _IOWR('a', 10, struct tg_mem)
sys/sys/tiio.h
328
#define ALT_WRITE_TG_MEM _IOWR('a', 11, struct tg_mem)
sys/sys/tiio.h
329
#define ALT_READ_TG_REG _IOWR('a', 12, struct tg_reg)
sys/sys/tiio.h
330
#define ALT_WRITE_TG_REG _IOWR('a', 13, struct tg_reg)
sys/sys/timepps.h
128
#define PPS_IOC_FETCH _IOWR('1', 6, struct pps_fetch_args)
sys/sys/timepps.h
130
#define PPS_IOC_FETCH_FFCOUNTER _IOWR('1', 8, struct pps_fetch_ffc_args)
sys/x86/include/apm_bios.h
251
#define APMIO_BIOS _IOWR('P', 10, struct apm_bios_arg)
sys/x86/include/apm_bios.h
254
#define APMIO_GETPWSTATUS _IOWR('P', 13, struct apm_pwstatus)
sys/xen/evtchn.h
37
_IOWR('E', 4, struct ioctl_evtchn_bind_virq)
sys/xen/evtchn.h
47
_IOWR('E', 5, struct ioctl_evtchn_bind_interdomain)
sys/xen/evtchn.h
57
_IOWR('E', 6, struct ioctl_evtchn_bind_unbound_port)
sys/xen/gntdev.h
131
_IOWR('E', 1, struct ioctl_gntdev_alloc_gref)
sys/xen/gntdev.h
161
_IOWR('E', 3, struct ioctl_gntdev_map_grant_ref)
sys/xen/gntdev.h
181
_IOWR('E', 5, struct ioctl_gntdev_get_offset_for_vaddr)
sys/xen/privcmd.h
78
_IOWR('E', 0, struct ioctl_privcmd_hypercall)
sys/xen/privcmd.h
80
_IOWR('E', 1, struct ioctl_privcmd_mmapbatch)
sys/xen/privcmd.h
82
_IOWR('E', 2, struct ioctl_privcmd_mmapresource)
tests/sys/fs/fusefs/ioctl.cc
179
unsigned long req = _IOWR(0xff, 4, buf);
tools/tools/kttcp/sys/kttcpio.h
53
#define KTTCP_IO_SEND _IOWR('K', 0, struct kttcp_io_args)
tools/tools/kttcp/sys/kttcpio.h
54
#define KTTCP_IO_RECV _IOWR('K', 1, struct kttcp_io_args)
usr.sbin/dumpcis/cardinfo.h
44
#define PIOCGMEM _IOWR('P', 2, struct mem_desc) /* Get memory map */
usr.sbin/dumpcis/cardinfo.h
46
#define PIOCGIO _IOWR('P', 4, struct io_desc) /* Get I/O map */
usr.sbin/dumpcis/cardinfo.h
48
#define PIOCSDRV _IOWR('P', 6, struct dev_desc) /* Set driver */
usr.sbin/dumpcis/cardinfo.h
50
#define PIOCRWMEM _IOWR('P', 8, unsigned long) /* Set mem for drv use */
usr.sbin/dumpcis/cardinfo.h
54
#define PIOCSRESOURCE _IOWR('P', 12, struct pccard_resource) /* get resource info */
usr.sbin/dumpcis/cardinfo.h
58
#define PIOCGREG _IOWR('P',100, struct pcic_reg) /* get reg */
usr.sbin/virtual_oss/virtual_oss/main.c
1239
case _IOWR('P', 4, int):
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
100
#define VIRTUAL_OSS_GET_INPUT_MON_PEAK _IOWR('O', 11, struct virtual_oss_mon_peak)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
101
#define VIRTUAL_OSS_GET_OUTPUT_MON_PEAK _IOWR('O', 12, struct virtual_oss_mon_peak)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
102
#define VIRTUAL_OSS_GET_LOCAL_MON_PEAK _IOWR('O', 45, struct virtual_oss_mon_peak)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
125
#define VIRTUAL_OSS_GET_OUTPUT_LIMIT _IOWR('O', 18, struct virtual_oss_compressor)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
133
#define VIRTUAL_OSS_GET_DEV_LIMIT _IOWR('O', 20, struct virtual_oss_io_limit)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
136
#define VIRTUAL_OSS_GET_LOOP_LIMIT _IOWR('O', 22, struct virtual_oss_io_limit)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
144
#define VIRTUAL_OSS_GET_OUTPUT_PEAK _IOWR('O', 23, struct virtual_oss_master_peak)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
145
#define VIRTUAL_OSS_GET_INPUT_PEAK _IOWR('O', 24, struct virtual_oss_master_peak)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
176
#define VIRTUAL_OSS_ADD_OPTIONS _IOWR('O', 33, char [VIRTUAL_OSS_OPTIONS_MAX])
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
185
#define VIRTUAL_OSS_GET_RX_DEV_FIR_FILTER _IOWR('O', 34, struct virtual_oss_fir_filter)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
186
#define VIRTUAL_OSS_SET_RX_DEV_FIR_FILTER _IOWR('O', 35, struct virtual_oss_fir_filter)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
187
#define VIRTUAL_OSS_GET_TX_DEV_FIR_FILTER _IOWR('O', 36, struct virtual_oss_fir_filter)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
188
#define VIRTUAL_OSS_SET_TX_DEV_FIR_FILTER _IOWR('O', 37, struct virtual_oss_fir_filter)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
189
#define VIRTUAL_OSS_GET_RX_LOOP_FIR_FILTER _IOWR('O', 38, struct virtual_oss_fir_filter)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
190
#define VIRTUAL_OSS_SET_RX_LOOP_FIR_FILTER _IOWR('O', 39, struct virtual_oss_fir_filter)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
191
#define VIRTUAL_OSS_GET_TX_LOOP_FIR_FILTER _IOWR('O', 40, struct virtual_oss_fir_filter)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
192
#define VIRTUAL_OSS_SET_TX_LOOP_FIR_FILTER _IOWR('O', 41, struct virtual_oss_fir_filter)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
57
#define VIRTUAL_OSS_GET_DEV_INFO _IOWR('O', 1, struct virtual_oss_io_info)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
60
#define VIRTUAL_OSS_GET_LOOP_INFO _IOWR('O', 3, struct virtual_oss_io_info)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
73
#define VIRTUAL_OSS_GET_INPUT_MON_INFO _IOWR('O', 5, struct virtual_oss_mon_info)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
76
#define VIRTUAL_OSS_GET_OUTPUT_MON_INFO _IOWR('O', 7, struct virtual_oss_mon_info)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
79
#define VIRTUAL_OSS_GET_LOCAL_MON_INFO _IOWR('O', 43, struct virtual_oss_mon_info)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
91
#define VIRTUAL_OSS_GET_DEV_PEAK _IOWR('O', 9, struct virtual_oss_io_peak)
usr.sbin/virtual_oss/virtual_oss/virtual_oss.h
92
#define VIRTUAL_OSS_GET_LOOP_PEAK _IOWR('O', 10, struct virtual_oss_io_peak)