Home
last modified time | relevance | path

Searched refs:_IOWR (Results 1 – 25 of 82) sorted by relevance

1234

/f-stack/tools/compat/include/sys/
H A Dsockio.h66 #define SIOCGIFCONF _IOWR('i', 36, struct ifconf) /* get ifnet list */
70 #define SIOCGIFMETRIC _IOWR('i', 23, struct ifreq) /* get IF metric */
78 #define SIOCGIFCAP _IOWR('i', 31, struct ifreq) /* get IF features */
79 #define SIOCGIFINDEX _IOWR('i', 32, struct ifreq) /* get IF index */
80 #define SIOCGIFMAC _IOWR('i', 38, struct ifreq) /* get IF MAC label */
91 #define SIOCGIFMTU _IOWR('i', 51, struct ifreq) /* get IF mtu */
93 #define SIOCGIFPHYS _IOWR('i', 53, struct ifreq) /* get IF wire */
95 #define SIOCSIFMEDIA _IOWR('i', 55, struct ifreq) /* set net media */
103 #define SIOCGI2C _IOWR('i', 61, struct ifreq) /* get I2C data */
119 #define SIOCGIFFIB _IOWR('i', 92, struct ifreq) /* get IF fib */
[all …]
/f-stack/freebsd/sys/
H A Dsockio.h66 #define SIOCGIFCONF _IOWR('i', 36, struct ifconf) /* get ifnet list */
70 #define SIOCGIFMETRIC _IOWR('i', 23, struct ifreq) /* get IF metric */
78 #define SIOCGIFCAP _IOWR('i', 31, struct ifreq) /* get IF features */
79 #define SIOCGIFINDEX _IOWR('i', 32, struct ifreq) /* get IF index */
80 #define SIOCGIFMAC _IOWR('i', 38, struct ifreq) /* get IF MAC label */
91 #define SIOCGIFMTU _IOWR('i', 51, struct ifreq) /* get IF mtu */
93 #define SIOCGIFPHYS _IOWR('i', 53, struct ifreq) /* get IF wire */
95 #define SIOCSIFMEDIA _IOWR('i', 55, struct ifreq) /* set net media */
103 #define SIOCGI2C _IOWR('i', 61, struct ifreq) /* get I2C data */
119 #define SIOCGIFFIB _IOWR('i', 92, struct ifreq) /* get IF fib */
[all …]
H A Dmpt_ioctl.h87 #define MPTIO_READ_CFG_HEADER _IOWR('M', 100, struct mpt_cfg_page_req)
88 #define MPTIO_READ_CFG_PAGE _IOWR('M', 101, struct mpt_cfg_page_req)
89 #define MPTIO_READ_EXT_CFG_HEADER _IOWR('M', 102, struct mpt_ext_cfg_page_req)
90 #define MPTIO_READ_EXT_CFG_PAGE _IOWR('M', 103, struct mpt_ext_cfg_page_req)
91 #define MPTIO_WRITE_CFG_PAGE _IOWR('M', 104, struct mpt_cfg_page_req)
92 #define MPTIO_RAID_ACTION _IOWR('M', 105, struct mpt_raid_action)
126 #define MPTIO_READ_CFG_HEADER32 _IOWR('M', 100, struct mpt_cfg_page_req32)
127 #define MPTIO_READ_CFG_PAGE32 _IOWR('M', 101, struct mpt_cfg_page_req32)
129 #define MPTIO_READ_EXT_CFG_PAGE32 _IOWR('M', 103, struct mpt_ext_cfg_page_req32)
130 #define MPTIO_WRITE_CFG_PAGE32 _IOWR('M', 104, struct mpt_cfg_page_req32)
[all …]
H A Dcpuctl.h55 #define CPUCTL_RDMSR _IOWR('c', 1, cpuctl_msr_args_t)
56 #define CPUCTL_WRMSR _IOWR('c', 2, cpuctl_msr_args_t)
57 #define CPUCTL_CPUID _IOWR('c', 3, cpuctl_cpuid_args_t)
58 #define CPUCTL_UPDATE _IOWR('c', 4, cpuctl_update_args_t)
59 #define CPUCTL_MSRSBIT _IOWR('c', 5, cpuctl_msr_args_t)
60 #define CPUCTL_MSRCBIT _IOWR('c', 6, cpuctl_msr_args_t)
61 #define CPUCTL_CPUID_COUNT _IOWR('c', 7, cpuctl_cpuid_count_args_t)
H A Dsoundcard.h109 #ifndef _IOWR
273 #define AIOSTOP _IOWR ('A', 15, int)
342 #define SNDCTL_TMR_TIMEBASE _IOWR('T', 1, int)
346 #define SNDCTL_TMR_TEMPO _IOWR('T', 5, int)
347 #define SNDCTL_TMR_SOURCE _IOWR('T', 6, int)
770 #define SNDCTL_MIDI_PRETIME _IOWR('m', 0, int)
773 #define MIOSPASSTHRU _IOWR('m', 3, int)
774 #define MIOGPASSTHRU _IOWR('m', 4, int)
783 #define SNDCTL_DSP_SPEED _IOWR('P', 2, int)
784 #define SNDCTL_DSP_STEREO _IOWR('P', 3, int)
[all …]
H A Dpciio.h159 #define PCIOCGETCONF _IOWR('p', 5, struct pci_conf_io)
160 #define PCIOCREAD _IOWR('p', 2, struct pci_io)
161 #define PCIOCWRITE _IOWR('p', 3, struct pci_io)
162 #define PCIOCATTACHED _IOWR('p', 4, struct pci_io)
163 #define PCIOCGETBAR _IOWR('p', 6, struct pci_bar_io)
164 #define PCIOCLISTVPD _IOWR('p', 7, struct pci_list_vpd_io)
165 #define PCIOCBARMMAP _IOWR('p', 8, struct pci_bar_mmap)
H A Dmdioctl.h81 #define MDIOCATTACH _IOWR('m', 0, struct md_ioctl) /* attach disk */
82 #define MDIOCDETACH _IOWR('m', 1, struct md_ioctl) /* detach disk */
83 #define MDIOCQUERY _IOWR('m', 2, struct md_ioctl) /* query status */
84 #define MDIOCRESIZE _IOWR('m', 4, struct md_ioctl) /* resize disk */
H A Dbacklight.h57 #define BACKLIGHTGETSTATUS _IOWR('G', 0, struct backlight_props)
58 #define BACKLIGHTUPDATESTATUS _IOWR('G', 1, struct backlight_props)
59 #define BACKLIGHTGETINFO _IOWR('G', 2, struct backlight_info)
H A Defiio.h47 #define EFIIOC_VAR_GET _IOWR('E', 4, struct efi_var_ioc)
48 #define EFIIOC_VAR_NEXT _IOWR('E', 5, struct efi_var_ioc)
49 #define EFIIOC_VAR_SET _IOWR('E', 6, struct efi_var_ioc)
H A Dgpio.h225 #define GPIOGETCONFIG _IOWR('G', 1, struct gpio_pin)
227 #define GPIOGET _IOWR('G', 3, struct gpio_req)
229 #define GPIOTOGGLE _IOWR('G', 5, struct gpio_req)
231 #define GPIOACCESS32 _IOWR('G', 7, struct gpio_access_32)
H A Dconsio.h107 #define CONS_GSAVER _IOWR('c', 6, ssaver_t)
173 #define CONS_MOUSECTL _IOWR('c', 10, mouse_info_t)
203 #define CONS_GETCURSORSHAPE _IOWR('c', 14, struct cshape)
263 #define CONS_GETINFO _IOWR('c', 73, vid_info_t)
272 #define CONS_ADPINFO _IOWR('c', 101, video_adapter_info_t)
275 #define CONS_MODEINFO _IOWR('c', 102, video_info_t)
278 #define CONS_FINDMODE _IOWR('c', 103, video_info_t)
299 #define CONS_SCRSHOT _IOWR('c', 105, scrshot_t)
313 #define CONS_GETTERM _IOWR('c', 112, term_info_t)
H A Dfilio.h64 #define FIOSEEKDATA _IOWR('f', 97, off_t) /* SEEK_DATA */
65 #define FIOSEEKHOLE _IOWR('f', 98, off_t) /* SEEK_HOLE */
72 #define FIOBMAP2 _IOWR('f', 99, struct fiobmap2_arg)
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_btsocket.h86 _IOWR('b', NGM_HCI_NODE_GET_STATE, \
98 _IOWR('b', NGM_HCI_NODE_GET_DEBUG, \
101 _IOWR('b', NGM_HCI_NODE_SET_DEBUG, \
109 _IOWR('b', NGM_HCI_NODE_GET_BUFFER, \
117 _IOWR('b', NGM_HCI_NODE_GET_BDADDR, \
125 _IOWR('b', NGM_HCI_NODE_GET_FEATURES, \
133 _IOWR('b', NGM_HCI_NODE_GET_STAT, \
159 _IOWR('b', NGM_HCI_NODE_GET_CON_LIST, \
201 _IOWR('b', NGM_HCI_NODE_LIST_NAMES, \
266 _IOWR('b', NGM_L2CAP_L2CA_PING, \
[all …]
/f-stack/tools/compat/include/net/
H A Dpfvar.h1079 #define DIOCADDRULE _IOWR('D', 4, struct pfioc_rule)
1080 #define DIOCGETRULES _IOWR('D', 6, struct pfioc_rule)
1081 #define DIOCGETRULE _IOWR('D', 7, struct pfioc_rule)
1084 #define DIOCGETSTATE _IOWR('D', 19, struct pfioc_state)
1086 #define DIOCGETSTATUS _IOWR('D', 21, struct pf_status)
1089 #define DIOCSETDEBUG _IOWR('D', 24, u_int32_t)
1093 #define DIOCSETTIMEOUT _IOWR('D', 29, struct pfioc_tm)
1094 #define DIOCGETTIMEOUT _IOWR('D', 30, struct pfioc_tm)
1139 #define DIOCXBEGIN _IOWR('D', 81, struct pfioc_trans)
1140 #define DIOCXCOMMIT _IOWR('D', 82, struct pfioc_trans)
[all …]
H A Dif_gre.h165 #define GREGADDRS _IOWR('i', 103, struct ifreq)
166 #define GREGADDRD _IOWR('i', 104, struct ifreq)
168 #define GREGPROTO _IOWR('i', 106, struct ifreq)
170 #define GREGKEY _IOWR('i', 107, struct ifreq)
172 #define GREGOPTS _IOWR('i', 109, struct ifreq)
174 #define GREGPORT _IOWR('i', 111, struct ifreq)
/f-stack/freebsd/amd64/include/
H A Dvmm_dev.h344 _IOWR('v', IOCNUM_RUN, struct vm_run)
356 _IOWR('v', IOCNUM_GET_MEMSEG, struct vm_memseg)
360 _IOWR('v', IOCNUM_MMAP_GETNEXT, struct vm_memmap)
364 _IOWR('v', IOCNUM_GET_REGISTER, struct vm_register)
377 _IOWR('v', IOCNUM_GET_KERNEMU_DEV, \
422 _IOWR('v', IOCNUM_VM_STATS, struct vm_stats)
436 _IOWR('v', IOCNUM_GET_GPA_PMAP, struct vm_gpa_pte)
438 _IOWR('v', IOCNUM_GLA2GPA, struct vm_gla2gpa)
452 _IOWR('v', IOCNUM_GET_INTINFO, struct vm_intinfo)
456 _IOWR('v', IOCNUM_RTC_READ, struct vm_rtc_data)
[all …]
/f-stack/freebsd/net/
H A Dpfvar.h1231 #define DIOCADDRULE _IOWR('D', 4, struct pfioc_rule)
1232 #define DIOCGETRULES _IOWR('D', 6, struct pfioc_rule)
1233 #define DIOCGETRULE _IOWR('D', 7, struct pfioc_rule)
1236 #define DIOCGETSTATE _IOWR('D', 19, struct pfioc_state)
1238 #define DIOCGETSTATUS _IOWR('D', 21, struct pf_status)
1241 #define DIOCSETDEBUG _IOWR('D', 24, u_int32_t)
1245 #define DIOCSETTIMEOUT _IOWR('D', 29, struct pfioc_tm)
1246 #define DIOCGETTIMEOUT _IOWR('D', 30, struct pfioc_tm)
1291 #define DIOCXBEGIN _IOWR('D', 81, struct pfioc_trans)
1292 #define DIOCXCOMMIT _IOWR('D', 82, struct pfioc_trans)
[all …]
H A Dif_gre.h165 #define GREGADDRS _IOWR('i', 103, struct ifreq)
166 #define GREGADDRD _IOWR('i', 104, struct ifreq)
168 #define GREGPROTO _IOWR('i', 106, struct ifreq)
170 #define GREGKEY _IOWR('i', 107, struct ifreq)
172 #define GREGOPTS _IOWR('i', 109, struct ifreq)
174 #define GREGPORT _IOWR('i', 111, struct ifreq)
H A Dnetmap_legacy.h208 #define _IOWR(_c, _n, _s) _IO(_c, _n) macro
251 #define NIOCGINFO _IOWR('i', 145, struct nmreq) /* return IF info */
252 #define NIOCREGIF _IOWR('i', 146, struct nmreq) /* interface register */
253 #define NIOCCONFIG _IOWR('i',150, struct nm_ifreq) /* for ext. modules */
/f-stack/freebsd/contrib/v4l/
H A Dvideodev2.h1675 #define VIDIOC_G_FMT _IOWR('V', 4, struct v4l2_format)
1676 #define VIDIOC_S_FMT _IOWR('V', 5, struct v4l2_format)
1682 #define VIDIOC_QBUF _IOWR('V', 15, struct v4l2_buffer)
1683 #define VIDIOC_DQBUF _IOWR('V', 17, struct v4l2_buffer)
1691 #define VIDIOC_ENUMINPUT _IOWR('V', 26, struct v4l2_input)
1692 #define VIDIOC_G_CTRL _IOWR('V', 27, struct v4l2_control)
1694 #define VIDIOC_G_TUNER _IOWR('V', 29, struct v4l2_tuner)
1701 #define VIDIOC_S_INPUT _IOWR('V', 39, int)
1703 #define VIDIOC_S_OUTPUT _IOWR('V', 47, int)
1712 #define VIDIOC_G_CROP _IOWR('V', 59, struct v4l2_crop)
[all …]
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_ioctl.h104 _IOWR(VCHIQ_IOC_MAGIC, 2, VCHIQ_CREATE_SERVICE_T)
109 _IOWR(VCHIQ_IOC_MAGIC, 5, VCHIQ_QUEUE_BULK_TRANSFER_T)
111 _IOWR(VCHIQ_IOC_MAGIC, 6, VCHIQ_QUEUE_BULK_TRANSFER_T)
113 _IOWR(VCHIQ_IOC_MAGIC, 7, VCHIQ_AWAIT_COMPLETION_T)
115 _IOWR(VCHIQ_IOC_MAGIC, 8, VCHIQ_DEQUEUE_MESSAGE_T)
118 _IOWR(VCHIQ_IOC_MAGIC, 10, VCHIQ_GET_CONFIG_T)
/f-stack/freebsd/net/altq/
H A Daltq_cdnr.h200 #define CDNR_ADD_FILTER _IOWR('Q', 10, struct cdnr_add_filter)
202 #define CDNR_GETSTATS _IOWR('Q', 12, struct cdnr_get_stats)
203 #define CDNR_ADD_ELEM _IOWR('Q', 30, struct cdnr_add_element)
205 #define CDNR_ADD_TBM _IOWR('Q', 32, struct cdnr_add_tbmeter)
207 #define CDNR_TBM_STATS _IOWR('Q', 34, struct cdnr_tbmeter_stats)
208 #define CDNR_ADD_TCM _IOWR('Q', 35, struct cdnr_add_trtcm)
209 #define CDNR_MOD_TCM _IOWR('Q', 36, struct cdnr_modify_trtcm)
210 #define CDNR_TCM_STATS _IOWR('Q', 37, struct cdnr_tcm_stats)
211 #define CDNR_ADD_TSW _IOWR('Q', 38, struct cdnr_add_tswtcm)
212 #define CDNR_MOD_TSW _IOWR('Q', 39, struct cdnr_modify_tswtcm)
/f-stack/tools/compat/include/netinet6/
H A Din6_var.h428 #define SIOCGIFADDR_IN6 _IOWR('i', 33, struct in6_ifreq)
450 #define SIOCGIFAFLAG_IN6 _IOWR('i', 73, struct in6_ifreq)
457 #define SIOCSNDFLUSH_IN6 _IOWR('i', 77, struct in6_ifreq)
459 #define SIOCSPFXFLUSH_IN6 _IOWR('i', 79, struct in6_ifreq)
460 #define SIOCSRTRFLUSH_IN6 _IOWR('i', 80, struct in6_ifreq)
463 #define SIOCGIFSTAT_IN6 _IOWR('i', 83, struct in6_ifreq)
464 #define SIOCGIFSTAT_ICMP6 _IOWR('i', 84, struct in6_ifreq)
472 #define SIOCGSCOPE6 _IOWR('i', 89, struct in6_ifreq)
473 #define SIOCGSCOPE6DEF _IOWR('i', 90, struct in6_ifreq)
484 #define SIOCGETSGCNT_IN6 _IOWR('u', 106, \
[all …]
/f-stack/freebsd/netinet6/
H A Din6_var.h428 #define SIOCGIFADDR_IN6 _IOWR('i', 33, struct in6_ifreq)
450 #define SIOCGIFAFLAG_IN6 _IOWR('i', 73, struct in6_ifreq)
457 #define SIOCSNDFLUSH_IN6 _IOWR('i', 77, struct in6_ifreq)
459 #define SIOCSPFXFLUSH_IN6 _IOWR('i', 79, struct in6_ifreq)
460 #define SIOCSRTRFLUSH_IN6 _IOWR('i', 80, struct in6_ifreq)
463 #define SIOCGIFSTAT_IN6 _IOWR('i', 83, struct in6_ifreq)
464 #define SIOCGIFSTAT_ICMP6 _IOWR('i', 84, struct in6_ifreq)
472 #define SIOCGSCOPE6 _IOWR('i', 89, struct in6_ifreq)
473 #define SIOCGSCOPE6DEF _IOWR('i', 90, struct in6_ifreq)
484 #define SIOCGETSGCNT_IN6 _IOWR('u', 106, \
[all …]
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_lookup.h11 # define SIOCLOOKUPADDTABLE _IOWR('r', 60, struct iplookupop)
12 # define SIOCLOOKUPDELTABLE _IOWR('r', 61, struct iplookupop)
13 # define SIOCLOOKUPSTAT _IOWR('r', 64, struct iplookupop)
15 # define SIOCLOOKUPFLUSH _IOWR('r', 65, struct iplookupflush)
16 # define SIOCLOOKUPADDNODE _IOWR('r', 67, struct iplookupop)
18 # define SIOCLOOKUPDELNODE _IOWR('r', 68, struct iplookupop)

1234