/freebsd/sys/sys/ |
H A D | sockio.h | 48 #define SIOCGETVIFCNT _IOWR('r', 15, struct sioc_vif_req)/* get vif pkt cnt */ 49 #define SIOCGETSGCNT _IOWR('r', 16, struct sioc_sg_req) /* get s,g pkt cnt */ 53 #define SIOCGIFADDR _IOWR('i', 33, struct ifreq) /* get ifnet address */ 56 #define SIOCGIFDSTADDR _IOWR('i', 34, struct ifreq) /* get p-p address */ 58 #define SIOCGIFFLAGS _IOWR('i', 17, struct ifreq) /* get ifnet flags */ 60 #define SIOCGIFBRDADDR _IOWR('i', 35, struct ifreq) /* get broadcast addr */ 63 #define SIOCGIFCONF _IOWR('i', 36, struct ifconf) /* get ifnet list */ 65 #define SIOCGIFNETMASK _IOWR('i', 37, struct ifreq) /* get net addr mask */ 67 #define SIOCGIFMETRIC _IOWR('i', 23, struct ifreq) /* get IF metric */ 75 #define SIOCGIFCAP _IOWR('i', 31, struct ifreq) /* get IF features */ [all …]
|
H A D | mpt_ioctl.h | 85 #define MPTIO_READ_CFG_HEADER _IOWR('M', 100, struct mpt_cfg_page_req) 86 #define MPTIO_READ_CFG_PAGE _IOWR('M', 101, struct mpt_cfg_page_req) 87 #define MPTIO_READ_EXT_CFG_HEADER _IOWR('M', 102, struct mpt_ext_cfg_page_req) 88 #define MPTIO_READ_EXT_CFG_PAGE _IOWR('M', 103, struct mpt_ext_cfg_page_req) 89 #define MPTIO_WRITE_CFG_PAGE _IOWR('M', 104, struct mpt_cfg_page_req) 90 #define MPTIO_RAID_ACTION _IOWR('M', 105, struct mpt_raid_action) 124 #define MPTIO_READ_CFG_HEADER32 _IOWR('M', 100, struct mpt_cfg_page_req32) 125 #define MPTIO_READ_CFG_PAGE32 _IOWR('M', 101, struct mpt_cfg_page_req32) 126 #define MPTIO_READ_EXT_CFG_HEADER32 _IOWR('M', 102, struct mpt_ext_cfg_page_req32) 127 #define MPTIO_READ_EXT_CFG_PAGE32 _IOWR('M', 103, struct mpt_ext_cfg_page_req32) [all …]
|
H A D | soundcard.h | 107 #ifndef _IOWR 141 #define AIOSSIZE _IOWR('A', 11, struct snd_size) /* sets blocksize */ 249 #define AIOSFMT _IOWR('f', 12, snd_chan_param) /* sets format */ 262 #define AIOGMIX _IOWR('A', 13, snd_mix_param) /* return mixer status */ 263 #define AIOSMIX _IOWR('A', 14, snd_mix_param) /* sets mixer status */ 271 #define AIOSTOP _IOWR ('A', 15, int) 285 #define AIOSYNC _IOWR ('A', 15, snd_sync_parm) /* misc. synchronization */ 304 #define AIOGCAP _IOWR('A', 15, snd_capabilities) /* get capabilities */ 316 #define SNDCTL_SYNTH_INFO _IOWR('Q', 2, struct synth_info) 317 #define SNDCTL_SEQ_CTRLRATE _IOWR('Q', 3, int) /* Set/get timer res.(hz) */ [all …]
|
H A D | cpuctl.h | 53 #define CPUCTL_RDMSR _IOWR('c', 1, cpuctl_msr_args_t) 54 #define CPUCTL_WRMSR _IOWR('c', 2, cpuctl_msr_args_t) 55 #define CPUCTL_CPUID _IOWR('c', 3, cpuctl_cpuid_args_t) 56 #define CPUCTL_UPDATE _IOWR('c', 4, cpuctl_update_args_t) 57 #define CPUCTL_MSRSBIT _IOWR('c', 5, cpuctl_msr_args_t) 58 #define CPUCTL_MSRCBIT _IOWR('c', 6, cpuctl_msr_args_t) 59 #define CPUCTL_CPUID_COUNT _IOWR('c', 7, cpuctl_cpuid_count_args_t)
|
H A D | pciio.h | 168 #define PCIOCGETCONF _IOWR('p', 5, struct pci_conf_io) 169 #define PCIOCREAD _IOWR('p', 2, struct pci_io) 170 #define PCIOCWRITE _IOWR('p', 3, struct pci_io) 171 #define PCIOCATTACHED _IOWR('p', 4, struct pci_io) 172 #define PCIOCGETBAR _IOWR('p', 6, struct pci_bar_io) 173 #define PCIOCLISTVPD _IOWR('p', 7, struct pci_list_vpd_io) 174 #define PCIOCBARMMAP _IOWR('p', 8, struct pci_bar_mmap) 175 #define PCIOCBARIO _IOWR('p', 9, struct pci_bar_ioreq)
|
/freebsd/sys/netgraph/bluetooth/include/ |
H A D | ng_btsocket.h | 85 _IOWR('b', NGM_HCI_NODE_GET_STATE, \ 97 _IOWR('b', NGM_HCI_NODE_GET_DEBUG, \ 100 _IOWR('b', NGM_HCI_NODE_SET_DEBUG, \ 108 _IOWR('b', NGM_HCI_NODE_GET_BUFFER, \ 116 _IOWR('b', NGM_HCI_NODE_GET_BDADDR, \ 124 _IOWR('b', NGM_HCI_NODE_GET_FEATURES, \ 132 _IOWR('b', NGM_HCI_NODE_GET_STAT, \ 149 _IOWR('b', NGM_HCI_NODE_GET_NEIGHBOR_CACHE, \ 158 _IOWR('b', NGM_HCI_NODE_GET_CON_LIST, \ 166 _IOWR('b', NGM_HCI_NODE_GET_LINK_POLICY_SETTINGS_MASK, \ [all …]
|
/freebsd/sys/dev/mps/ |
H A D | mps_ioctl.h | 349 #define MPSIO_READ_CFG_HEADER _IOWR('M', 200, struct mps_cfg_page_req) 350 #define MPSIO_READ_CFG_PAGE _IOWR('M', 201, struct mps_cfg_page_req) 351 #define MPSIO_READ_EXT_CFG_HEADER _IOWR('M', 202, struct mps_ext_cfg_page_req) 352 #define MPSIO_READ_EXT_CFG_PAGE _IOWR('M', 203, struct mps_ext_cfg_page_req) 353 #define MPSIO_WRITE_CFG_PAGE _IOWR('M', 204, struct mps_cfg_page_req) 354 #define MPSIO_RAID_ACTION _IOWR('M', 205, struct mps_raid_action) 355 #define MPSIO_MPS_COMMAND _IOWR('M', 210, struct mps_usr_command) 359 #define MPTIOCTL_GET_ADAPTER_DATA _IOWR(MPTIOCTL, 1,\ 361 #define MPTIOCTL_UPDATE_FLASH _IOWR(MPTIOCTL, 2,\ 364 #define MPTIOCTL_PASS_THRU _IOWR(MPTIOCTL, 4,\ [all …]
|
/freebsd/sys/dev/mpr/ |
H A D | mpr_ioctl.h | 348 #define MPRIO_READ_CFG_HEADER _IOWR('M', 200, struct mpr_cfg_page_req) 349 #define MPRIO_READ_CFG_PAGE _IOWR('M', 201, struct mpr_cfg_page_req) 350 #define MPRIO_READ_EXT_CFG_HEADER _IOWR('M', 202, struct mpr_ext_cfg_page_req) 351 #define MPRIO_READ_EXT_CFG_PAGE _IOWR('M', 203, struct mpr_ext_cfg_page_req) 352 #define MPRIO_WRITE_CFG_PAGE _IOWR('M', 204, struct mpr_cfg_page_req) 353 #define MPRIO_RAID_ACTION _IOWR('M', 205, struct mpr_raid_action) 354 #define MPRIO_MPR_COMMAND _IOWR('M', 210, struct mpr_usr_command) 358 #define MPTIOCTL_GET_ADAPTER_DATA _IOWR(MPTIOCTL, 1,\ 360 #define MPTIOCTL_UPDATE_FLASH _IOWR(MPTIOCTL, 2,\ 363 #define MPTIOCTL_PASS_THRU _IOWR(MPTIOCTL, 4,\ [all …]
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_ioctl.h | 354 #define OCS_IOCTL_CMD_TEST _IOWR(OCS_IOCTL_CMD_BASE, 1, ocs_ioctl_test_t) 355 #define OCS_IOCTL_CMD_ELXU_MBOX _IOWR(OCS_IOCTL_CMD_BASE, 2, ocs_ioctl_elxu_mbox_t) 356 #define OCS_IOCTL_CMD_SCSI_CMD _IOWR(OCS_IOCTL_CMD_BASE, 3, ocs_ioctl_scsi_cmd_t) 357 #define OCS_IOCTL_CMD_DRIVER_INFO _IOWR(OCS_IOCTL_CMD_BASE, 4, ocs_ioctl_driver_info_t) 358 #define OCS_IOCTL_CMD_ECD_HELPER _IOWR(OCS_IOCTL_CMD_BASE, 5, ocs_ioctl_ecd_helper_t) 359 #define OCS_IOCTL_CMD_CONNECTION_INFO _IOWR(OCS_IOCTL_CMD_BASE, 6, ocs_ioctl_connection_info_t) 360 #define OCS_IOCTL_CMD_VPORT _IOWR(OCS_IOCTL_CMD_BASE, 7, ocs_ioctl_vport_t) 361 #define OCS_IOCTL_CMD_GET_DDUMP _IOWR(OCS_IOCTL_CMD_BASE, 8, ocs_ioctl_ddump_t) 362 #define OCS_IOCTL_CMD_MGMT_GET _IOWR(OCS_IOCTL_CMD_BASE, 9, ocs_ioctl_cmd_get_t) 363 #define OCS_IOCTL_CMD_MGMT_GET_ALL _IOWR(OCS_IOCTL_CMD_BASE, 10, ocs_ioctl_mgmt_buffer_t) [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | qlnx_ioctl.h | 269 #define QLNX_GRC_DUMP_SIZE _IOWR('q', 1, qlnx_grcdump_t) 274 #define QLNX_GRC_DUMP _IOWR('q', 2, qlnx_grcdump_t) 279 #define QLNX_IDLE_CHK_SIZE _IOWR('q', 3, qlnx_idle_chk_t) 284 #define QLNX_IDLE_CHK _IOWR('q', 4, qlnx_idle_chk_t) 289 #define QLNX_DRV_INFO _IOWR('q', 5, qlnx_drvinfo_t) 304 #define QLNX_NVRAM _IOWR('q', 8, qlnx_nvram_t) 309 #define QLNX_RD_WR_REG _IOWR('q', 9, qlnx_reg_rd_wr_t) 314 #define QLNX_RD_WR_PCICFG _IOWR('q', 10, qlnx_pcicfg_rd_wr_t) 319 #define QLNX_MAC_ADDR _IOWR('q', 11, qlnx_perm_mac_addr_t) 324 #define QLNX_STORM_STATS _IOWR('q', 12, qlnx_storm_stats_dump_t) [all …]
|
/freebsd/sys/dev/ofw/ |
H A D | openfirmio.h | 54 #define OFIOCGET _IOWR(OFIOC_BASE, 1, struct ofiocdesc) 56 #define OFIOCSET _IOWR(OFIOC_BASE, 2, struct ofiocdesc) 58 #define OFIOCNEXTPROP _IOWR(OFIOC_BASE, 3, struct ofiocdesc) 62 #define OFIOCGETNEXT _IOWR(OFIOC_BASE, 5, phandle_t) 64 #define OFIOCGETCHILD _IOWR(OFIOC_BASE, 6, phandle_t) 66 #define OFIOCFINDDEVICE _IOWR(OFIOC_BASE, 7, struct ofiocdesc) 68 #define OFIOCGETPROPLEN _IOWR(OFIOC_BASE, 8, struct ofiocdesc)
|
/freebsd/sys/amd64/include/ |
H A D | vmm_dev.h | 349 _IOWR('v', IOCNUM_GET_MEMSEG, struct vm_memseg) 353 _IOWR('v', IOCNUM_MMAP_GETNEXT, struct vm_memmap) 359 _IOWR('v', IOCNUM_GET_REGISTER, struct vm_register) 363 _IOWR('v', IOCNUM_GET_SEGMENT_DESCRIPTOR, struct vm_seg_desc) 367 _IOWR('v', IOCNUM_GET_REGISTER_SET, struct vm_register_set) 372 _IOWR('v', IOCNUM_GET_KERNEMU_DEV, \ 401 _IOWR('v', IOCNUM_GET_CAPABILITY, struct vm_capability) 419 _IOWR('v', IOCNUM_VM_STATS, struct vm_stats) 421 _IOWR('v', IOCNUM_VM_STAT_DESC, struct vm_stat_desc) 425 _IOWR('v', IOCNUM_GET_X2APIC_STATE, struct vm_x2apic) [all …]
|
/freebsd/sys/dev/tws/ |
H A D | tws_user.h | 138 _IOWR('T', 202, struct tws_ioctl_no_data_buf) 140 _IOWR('T', 203, struct tws_ioctl_with_payload) 142 _IOWR('T', 204, struct tws_ioctl_with_payload) 144 _IOWR('T', 205, struct tws_ioctl_with_payload) 146 _IOWR('T', 206, struct tws_ioctl_with_payload) 148 _IOWR('T', 207, struct tws_ioctl_with_payload) 150 _IOWR('T', 208, struct tws_ioctl_with_payload) 152 _IOWR('T', 209, struct tws_ioctl_with_payload)
|
/freebsd/sys/contrib/v4l/ |
H A D | videodev2.h | 1674 #define VIDIOC_ENUM_FMT _IOWR('V', 2, struct v4l2_fmtdesc) 1675 #define VIDIOC_G_FMT _IOWR('V', 4, struct v4l2_format) 1676 #define VIDIOC_S_FMT _IOWR('V', 5, struct v4l2_format) 1677 #define VIDIOC_REQBUFS _IOWR('V', 8, struct v4l2_requestbuffers) 1678 #define VIDIOC_QUERYBUF _IOWR('V', 9, struct v4l2_buffer) 1682 #define VIDIOC_QBUF _IOWR('V', 15, struct v4l2_buffer) 1683 #define VIDIOC_DQBUF _IOWR('V', 17, struct v4l2_buffer) 1686 #define VIDIOC_G_PARM _IOWR('V', 21, struct v4l2_streamparm) 1687 #define VIDIOC_S_PARM _IOWR('V', 22, struct v4l2_streamparm) 1690 #define VIDIOC_ENUMSTD _IOWR('V', 25, struct v4l2_standard) [all …]
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_ioctl.h | 244 #define CHELSIO_GETREG _IOWR('f', CH_GETREG, struct ch_reg) 249 #define CHELSIO_READ_TCAM_WORD _IOWR('f', CH_READ_TCAM_WORD, struct ch_tcam_word) 250 #define CHELSIO_GET_MEM _IOWR('f', CH_GET_MEM, struct ch_mem_range) 251 #define CHELSIO_GET_SGE_CONTEXT _IOWR('f', CH_GET_SGE_CONTEXT, struct ch_cntxt) 252 #define CHELSIO_GET_SGE_DESC _IOWR('f', CH_GET_SGE_DESC, struct ch_desc) 253 #define CHELSIO_LOAD_FW _IOWR('f', CH_LOAD_FW, struct ch_mem_range) 255 #define CHELSIO_GET_QSET_PARAMS _IOWR('f', CH_GET_QSET_PARAMS, struct ch_qset_params) 261 #define CHELSIO_IFCONF_GETREGS _IOWR('f', CH_IFCONF_GETREGS, struct ch_ifconf_regs) 262 #define CHELSIO_GET_MIIREG _IOWR('f', CH_GET_MIIREG, struct ch_mii_data) 264 #define CHELSIO_GET_EEPROM _IOWR('f', CH_GET_EEPROM, struct ch_eeprom) [all …]
|
/freebsd/sys/dev/qlxgbe/ |
H A D | ql_ioctl.h | 187 #define QLA_RDWR_REG _IOWR('q', 1, qla_reg_val_t) 192 #define QLA_RD_FLASH _IOWR('q', 2, qla_rd_flash_t) 197 #define QLA_WR_FLASH _IOWR('q', 3, qla_wr_flash_t) 202 #define QLA_RDWR_MS_MEM _IOWR('q', 4, qla_offchip_mem_val_t) 207 #define QLA_ERASE_FLASH _IOWR('q', 5, qla_erase_flash_t) 212 #define QLA_RD_PCI_IDS _IOWR('q', 6, qla_rd_pci_ids_t) 217 #define QLA_RD_FW_DUMP_SIZE _IOWR('q', 7, qla_rd_fw_dump_t) 222 #define QLA_RD_FW_DUMP _IOWR('q', 8, qla_rd_fw_dump_t) 227 #define QLA_RD_DRVR_STATE _IOWR('q', 9, qla_driver_state_t) 232 #define QLA_RD_SLOWPATH_LOG _IOWR('q', 10, qla_sp_log_t)
|
/freebsd/sys/dev/firewire/ |
H A D | firewire.h | 428 #define FW_SSTBUF _IOWR('S', 86, struct fw_isobufreq) 429 #define FW_GSTBUF _IOWR('S', 87, struct fw_isobufreq) 430 #define FW_SRSTREAM _IOWR('S', 88, struct fw_isochreq) 431 #define FW_GRSTREAM _IOWR('S', 89, struct fw_isochreq) 432 #define FW_STSTREAM _IOWR('S', 90, struct fw_isochreq) 433 #define FW_GTSTREAM _IOWR('S', 91, struct fw_isochreq) 435 #define FW_ASYREQ _IOWR('S', 92, struct fw_asyreq) 437 #define FW_GDEVLST _IOWR('S', 2, struct fw_devlstreq) 438 #define FW_SBINDADDR _IOWR('S', 3, struct fw_asybindreq) 439 #define FW_CBINDADDR _IOWR('S', 4, struct fw_asybindreq) [all …]
|
/freebsd/sys/dev/smbus/ |
H A D | smb.h | 63 #define SMB_RECVB _IOWR('i', 4, struct smbcmd) 66 #define SMB_READB _IOWR('i', 7, struct smbcmd) 67 #define SMB_READW _IOWR('i', 8, struct smbcmd) 68 #define SMB_PCALL _IOWR('i', 9, struct smbcmd) 70 #define SMB_BREAD _IOWR('i', 11, struct smbcmd) 71 #define SMB_OLD_TRANS _IOWR('i', 12, struct smbcmd)
|
/freebsd/sys/dev/usb/ |
H A D | usb_ioctl.h | 235 #define USB_REQUEST _IOWR('U', 1, struct usb_ctl_request) 238 #define USB_DEVICEINFO _IOWR('U', 4, struct usb_device_info) 243 #define USB_GET_REPORT_DESC _IOWR('U', 21, struct usb_gen_descriptor) 245 #define USB_GET_REPORT _IOWR('U', 23, struct usb_gen_descriptor) 252 #define USB_GET_ALTINTERFACE _IOWR('U', 102, struct usb_alt_interface) 253 #define USB_SET_ALTINTERFACE _IOWR('U', 103, struct usb_alt_interface) 258 #define USB_GET_FULL_DESC _IOWR('U', 109, struct usb_gen_descriptor) 259 #define USB_GET_STRING_DESC _IOWR('U', 110, struct usb_gen_descriptor) 260 #define USB_DO_REQUEST _IOWR('U', 111, struct usb_ctl_request) 269 #define USB_GET_IFACE_DRIVER _IOWR('U', 121, struct usb_gen_descriptor) [all …]
|
H A D | ufm_ioctl.h | 37 #define FM_SET_FREQ _IOWR('U', 200, int) 38 #define FM_GET_FREQ _IOWR('U', 201, int) 39 #define FM_START _IOWR('U', 202, int) 40 #define FM_STOP _IOWR('U', 203, int) 41 #define FM_GET_STAT _IOWR('U', 204, int)
|
/freebsd/sys/riscv/include/ |
H A D | vmm_dev.h | 205 _IOWR('v', IOCNUM_RUN, struct vm_run) 213 _IOWR('v', IOCNUM_GET_MEMSEG, struct vm_memseg) 217 _IOWR('v', IOCNUM_MMAP_GETNEXT, struct vm_memmap) 223 _IOWR('v', IOCNUM_GET_REGISTER, struct vm_register) 227 _IOWR('v', IOCNUM_GET_REGISTER_SET, struct vm_register_set) 231 _IOWR('v', IOCNUM_GET_CAPABILITY, struct vm_capability) 233 _IOWR('v', IOCNUM_VM_STATS, struct vm_stats) 235 _IOWR('v', IOCNUM_VM_STAT_DESC, struct vm_stat_desc) 249 _IOWR('v', IOCNUM_GLA2GPA_NOFAULT, struct vm_gla2gpa)
|
/freebsd/sys/net/ |
H A D | pfvar.h | 1994 #define DIOCADDRULE _IOWR('D', 4, struct pfioc_rule) 1995 #define DIOCADDRULENV _IOWR('D', 4, struct pfioc_nv) 1996 #define DIOCGETRULES _IOWR('D', 6, struct pfioc_rule) 1997 #define DIOCGETRULENV _IOWR('D', 7, struct pfioc_nv) 1999 #define DIOCCLRSTATESNV _IOWR('D', 18, struct pfioc_nv) 2000 #define DIOCGETSTATE _IOWR('D', 19, struct pfioc_state) 2001 #define DIOCGETSTATENV _IOWR('D', 19, struct pfioc_nv) 2002 #define DIOCSETSTATUSIF _IOWR('D', 20, struct pfioc_if) 2003 #define DIOCGETSTATUSNV _IOWR('D', 21, struct pfioc_nv) 2005 #define DIOCNATLOOK _IOWR('D', 23, struct pfioc_natlook) [all …]
|
/freebsd/sys/arm64/include/ |
H A D | vmm_dev.h | 212 _IOWR('v', IOCNUM_RUN, struct vm_run) 220 _IOWR('v', IOCNUM_GET_MEMSEG, struct vm_memseg) 224 _IOWR('v', IOCNUM_MMAP_GETNEXT, struct vm_memmap) 230 _IOWR('v', IOCNUM_GET_REGISTER, struct vm_register) 234 _IOWR('v', IOCNUM_GET_REGISTER_SET, struct vm_register_set) 238 _IOWR('v', IOCNUM_GET_CAPABILITY, struct vm_capability) 240 _IOWR('v', IOCNUM_VM_STATS, struct vm_stats) 242 _IOWR('v', IOCNUM_VM_STAT_DESC, struct vm_stat_desc) 256 _IOWR('v', IOCNUM_GLA2GPA_NOFAULT, struct vm_gla2gpa)
|
/freebsd/sys/netinet6/ |
H A D | in6_var.h | 428 #define SIOCGIFADDR_IN6 _IOWR('i', 33, struct in6_ifreq) 439 #define SIOCGIFDSTADDR_IN6 _IOWR('i', 34, struct in6_ifreq) 440 #define SIOCGIFNETMASK_IN6 _IOWR('i', 37, struct in6_ifreq) 447 #define SIOCGIFPSRCADDR_IN6 _IOWR('i', 71, struct in6_ifreq) 448 #define SIOCGIFPDSTADDR_IN6 _IOWR('i', 72, struct in6_ifreq) 450 #define SIOCGIFAFLAG_IN6 _IOWR('i', 73, struct in6_ifreq) 453 #define OSIOCGIFINFO_IN6 _IOWR('i', 76, struct in6_ondireq) 455 #define SIOCGIFINFO_IN6 _IOWR('i', 108, struct in6_ndireq) 456 #define SIOCSIFINFO_IN6 _IOWR('i', 109, struct in6_ndireq) 457 #define SIOCSNDFLUSH_IN6 _IOWR('i', 77, struct in6_ifreq) [all …]
|
/freebsd/sys/net/altq/ |
H A D | altq_cdnr.h | 199 #define CDNR_ADD_FILTER _IOWR('Q', 10, struct cdnr_add_filter) 201 #define CDNR_GETSTATS _IOWR('Q', 12, struct cdnr_get_stats) 202 #define CDNR_ADD_ELEM _IOWR('Q', 30, struct cdnr_add_element) 204 #define CDNR_ADD_TBM _IOWR('Q', 32, struct cdnr_add_tbmeter) 206 #define CDNR_TBM_STATS _IOWR('Q', 34, struct cdnr_tbmeter_stats) 207 #define CDNR_ADD_TCM _IOWR('Q', 35, struct cdnr_add_trtcm) 208 #define CDNR_MOD_TCM _IOWR('Q', 36, struct cdnr_modify_trtcm) 209 #define CDNR_TCM_STATS _IOWR('Q', 37, struct cdnr_tcm_stats) 210 #define CDNR_ADD_TSW _IOWR('Q', 38, struct cdnr_add_tswtcm) 211 #define CDNR_MOD_TSW _IOWR('Q', 39, struct cdnr_modify_tswtcm)
|