Home
last modified time | relevance | path

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

1234567

/netbsd/src/sys/sys/
Dsockio.h47 #define SIOCPEELOFF _IOWR('s', 10, int)
55 #define SIOCGIFADDR _IOWR('i', 33, struct ifreq) /* get ifnet address */
58 #define SIOCGIFDSTADDR _IOWR('i', 34, struct ifreq) /* get p-p address */
61 #define SIOCGIFFLAGS _IOWR('i', 17, struct ifreq) /* get ifnet flags */
63 #define SIOCGIFBRDADDR _IOWR('i', 35, struct ifreq) /* get broadcast addr */
66 #define SIOCGIFCONF _IOWR('i', 38, struct ifconf) /* get ifnet list */
68 #define SIOCGIFNETMASK _IOWR('i', 37, struct ifreq) /* get net addr mask */
71 #define SIOCGIFMETRIC _IOWR('i', 23, struct ifreq) /* get IF metric */
77 #define SIOCGIFALIAS _IOWR('i', 27, struct ifaliasreq)/* get IF alias */
78 #define SIOCGIFAFLAG_IN _IOWR('i', 39, struct ifreq) /* get addr flags */
[all …]
Dgpio.h113 #define GPIOSET _IOWR('G', 5, struct gpio_set)
114 #define GPIOUNSET _IOWR('G', 6, struct gpio_set)
115 #define GPIOREAD _IOWR('G', 7, struct gpio_req)
116 #define GPIOWRITE _IOWR('G', 8, struct gpio_req)
117 #define GPIOTOGGLE _IOWR('G', 9, struct gpio_req)
118 #define GPIOATTACH _IOWR('G', 10, struct gpio_attach)
142 #define GPIOPINREAD _IOWR('G', 1, struct gpio_pin_op)
143 #define GPIOPINWRITE _IOWR('G', 2, struct gpio_pin_op)
144 #define GPIOPINTOGGLE _IOWR('G', 3, struct gpio_pin_op)
145 #define GPIOPINCTL _IOWR('G', 4, struct gpio_pin_ctl)
[all …]
Dvideoio.h3313 #define VIDIOC_ENUM_FMT _IOWR('V', 2, struct v4l2_fmtdesc)
3314 #define VIDIOC_G_FMT _IOWR('V', 4, struct v4l2_format)
3315 #define VIDIOC_S_FMT _IOWR('V', 5, struct v4l2_format)
3316 #define VIDIOC_REQBUFS _IOWR('V', 8, struct v4l2_requestbuffers)
3317 #define VIDIOC_QUERYBUF _IOWR('V', 9, struct v4l2_buffer)
3321 #define VIDIOC_QBUF _IOWR('V', 15, struct v4l2_buffer)
3322 #define VIDIOC_EXPBUF _IOWR('V', 16, struct v4l2_exportbuffer)
3323 #define VIDIOC_DQBUF _IOWR('V', 17, struct v4l2_buffer)
3326 #define VIDIOC_G_PARM _IOWR('V', 21, struct v4l2_streamparm)
3327 #define VIDIOC_S_PARM _IOWR('V', 22, struct v4l2_streamparm)
[all …]
/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_ioctl.h88 #define DIOCRFORMAT32 _IOWR('d', 105, struct netbsd32_format_op)
89 #define DIOCWFORMAT32 _IOWR('d', 106, struct netbsd32_format_op)
101 #define KFILTER_BYFILTER32 _IOWR('k', 0, struct netbsd32_kfilter_mapping)
103 #define KFILTER_BYNAME32 _IOWR('k', 1, struct netbsd32_kfilter_mapping)
120 #define ATAIOCCOMMAND32 _IOWR('Q', 8, struct netbsd32_atareq)
137 #define BIOCGDLTLIST32 _IOWR('B',119, struct netbsd32_bpf_dltlist)
158 #define SIOCG8021132 _IOWR('i', 245, struct netbsd32_ieee80211req)
171 #define SIOCG80211NWKEY32 _IOWR('i', 233, struct netbsd32_ieee80211_nwkey)
174 #define POWER_EVENT_RECVDICT32 _IOWR('P', 1, struct netbsd32_plistref)
200 #define WSDISPLAYIO_GCURSOR32 _IOWR('W', 73, struct netbsd32_wsdisplay_cursor)
[all …]
/netbsd/src/external/gpl2/lvm2/dist/libdm/misc/
Ddm-ioctl.h251 #define DM_VERSION _IOWR(DM_IOCTL, DM_VERSION_CMD, struct dm_ioctl)
252 #define DM_REMOVE_ALL _IOWR(DM_IOCTL, DM_REMOVE_ALL_CMD, struct dm_ioctl)
253 #define DM_LIST_DEVICES _IOWR(DM_IOCTL, DM_LIST_DEVICES_CMD, struct dm_ioctl)
255 #define DM_DEV_CREATE _IOWR(DM_IOCTL, DM_DEV_CREATE_CMD, struct dm_ioctl)
256 #define DM_DEV_REMOVE _IOWR(DM_IOCTL, DM_DEV_REMOVE_CMD, struct dm_ioctl)
257 #define DM_DEV_RENAME _IOWR(DM_IOCTL, DM_DEV_RENAME_CMD, struct dm_ioctl)
258 #define DM_DEV_SUSPEND _IOWR(DM_IOCTL, DM_DEV_SUSPEND_CMD, struct dm_ioctl)
259 #define DM_DEV_STATUS _IOWR(DM_IOCTL, DM_DEV_STATUS_CMD, struct dm_ioctl)
260 #define DM_DEV_WAIT _IOWR(DM_IOCTL, DM_DEV_WAIT_CMD, struct dm_ioctl)
262 #define DM_TABLE_LOAD _IOWR(DM_IOCTL, DM_TABLE_LOAD_CMD, struct dm_ioctl)
[all …]
/netbsd/src/external/gpl2/lvm2/dist/include/
Ddm-ioctl.h251 #define DM_VERSION _IOWR(DM_IOCTL, DM_VERSION_CMD, struct dm_ioctl)
252 #define DM_REMOVE_ALL _IOWR(DM_IOCTL, DM_REMOVE_ALL_CMD, struct dm_ioctl)
253 #define DM_LIST_DEVICES _IOWR(DM_IOCTL, DM_LIST_DEVICES_CMD, struct dm_ioctl)
255 #define DM_DEV_CREATE _IOWR(DM_IOCTL, DM_DEV_CREATE_CMD, struct dm_ioctl)
256 #define DM_DEV_REMOVE _IOWR(DM_IOCTL, DM_DEV_REMOVE_CMD, struct dm_ioctl)
257 #define DM_DEV_RENAME _IOWR(DM_IOCTL, DM_DEV_RENAME_CMD, struct dm_ioctl)
258 #define DM_DEV_SUSPEND _IOWR(DM_IOCTL, DM_DEV_SUSPEND_CMD, struct dm_ioctl)
259 #define DM_DEV_STATUS _IOWR(DM_IOCTL, DM_DEV_STATUS_CMD, struct dm_ioctl)
260 #define DM_DEV_WAIT _IOWR(DM_IOCTL, DM_DEV_WAIT_CMD, struct dm_ioctl)
262 #define DM_TABLE_LOAD _IOWR(DM_IOCTL, DM_TABLE_LOAD_CMD, struct dm_ioctl)
[all …]
/netbsd/src/sys/dev/iscsi/
Discsi_ioctl.h425 #define ISCSI_GET_VERSION _IOWR(0, 1, iscsi_get_version_parameters_t)
426 #define ISCSI_LOGIN _IOWR(0, 2, iscsi_login_parameters_t)
427 #define ISCSI_LOGOUT _IOWR(0, 3, iscsi_logout_parameters_t)
428 #define ISCSI_ADD_CONNECTION _IOWR(0, 4, iscsi_login_parameters_t)
429 #define ISCSI_RESTORE_CONNECTION _IOWR(0, 5, iscsi_login_parameters_t)
430 #define ISCSI_REMOVE_CONNECTION _IOWR(0, 6, iscsi_remove_parameters_t)
431 #define ISCSI_CONNECTION_STATUS _IOWR(0, 7, iscsi_conn_status_parameters_t)
432 #define ISCSI_SEND_TARGETS _IOWR(0, 8, iscsi_send_targets_parameters_t)
433 #define ISCSI_SET_NODE_NAME _IOWR(0, 9, iscsi_set_node_name_parameters_t)
434 #define ISCSI_IO_COMMAND _IOWR(0, 10, iscsi_iocommand_parameters_t)
[all …]
/netbsd/src/sys/compat/sys/
Dsockio.h39 #define OOSIOCGIFADDR _IOWR('i', 13, struct oifreq) /* get ifnet address */
41 #define OOSIOCGIFDSTADDR _IOWR('i', 15, struct oifreq) /* get p-p address */
43 #define OSIOCGIFFLAGS _IOWR('i', 17, struct oifreq) /* get ifnet flags */
44 #define OOSIOCGIFBRDADDR _IOWR('i', 18, struct oifreq) /* get bcast addr */
46 #define OOSIOCGIFCONF _IOWR('i', 20, struct ifconf) /* get ifnet list */
47 #define OOSIOCGIFNETMASK _IOWR('i', 21, struct oifreq) /* get net addr mask */
49 #define OSIOCGIFCONF _IOWR('i', 36, struct ifconf) /* get ifnet list */
52 #define SIOCSIFMEDIA_43 _IOWR('i', 53, struct oifreq) /* set net media */
53 #define SIOCSIFMEDIA_80 _IOWR('i', 53, struct ifreq) /* set net media */
54 #define SIOCGIFMEDIA_80 _IOWR('i', 54, struct ifmediareq) /* set net media */
[all …]
/netbsd/src/sys/dev/raidframe/
Draidframeio.h79 #define RAIDFRAME_CHECK_RECON_STATUS _IOWR('r', 6, int) /* get reconstruction %
108 #define RAIDFRAME_GET_COMPONENT_LABEL _IOWR ('r', 19, RF_ComponentLabel_t)
116 #define RAIDFRAME_CHECK_PARITY _IOWR ('r', 25, int)
117 #define RAIDFRAME_CHECK_PARITYREWRITE_STATUS _IOWR ('r', 26, int)
118 #define RAIDFRAME_CHECK_COPYBACK_STATUS _IOWR ('r', 27, int)
119 #define RAIDFRAME_SET_AUTOCONFIG _IOWR ('r', 28, int)
120 #define RAIDFRAME_SET_ROOT _IOWR ('r', 29, int)
124 #define RAIDFRAME_CHECK_RECON_STATUS_EXT _IOWR('r', 32, RF_ProgressInfo_t)
125 #define RAIDFRAME_CHECK_PARITYREWRITE_STATUS_EXT _IOWR ('r', 33, RF_ProgressInfo_t)
126 #define RAIDFRAME_CHECK_COPYBACK_STATUS_EXT _IOWR ('r', 34, RF_ProgressInfo_t)
[all …]
Drf_compat80.h48 #define RAIDFRAME_GET_COMPONENT_LABEL80 _IOWR('r', 19, RF_ComponentLabel_t *)
49 #define RAIDFRAME_CHECK_RECON_STATUS_EXT80 _IOWR('r', 32, RF_ProgressInfo_t *)
50 #define RAIDFRAME_CHECK_PARITYREWRITE_STATUS_EXT80 _IOWR('r', 33, RF_ProgressInfo_t *)
51 #define RAIDFRAME_CHECK_COPYBACK_STATUS_EXT80 _IOWR('r', 34, RF_ProgressInfo_t *)
52 #define RAIDFRAME_GET_INFO80 _IOWR('r', 36, RF_DeviceConfig_t80 *)
/netbsd/src/sys/net/
Dif_sppp.h66 #define SPPPGETAUTHCFG _IOWR('i', 120, struct spppauthcfg)
74 #define SPPPGETLCPCFG _IOWR('i', 122, struct sppplcpcfg)
93 #define SPPPGETSTATUS _IOWR('i', 124, struct spppstatus)
101 #define SPPPGETSTATUSNCP _IOWR('i', 134, struct spppstatusncp)
115 #define SPPPGETIDLETO _IOWR('i', 125, struct spppidletimeout)
117 #define __SPPPGETIDLETO50 _IOWR('i', 125, struct spppidletimeout50)
126 #define SPPPGETAUTHFAILURES _IOWR('i', 127, struct spppauthfailurestats)
140 #define SPPPGETDNSOPTS _IOWR('i', 130, struct spppdnssettings)
148 #define SPPPGETDNSADDRS _IOWR('i', 131, struct spppdnsaddrs)
165 #define SPPPGETKEEPALIVE _IOWR('i', 133, struct spppkeepalivesettings)
[all …]
/netbsd/src/sys/compat/netinet6/
Din6_var.h61 #define OSIOCGDRLST_IN6 _IOWR('i', 74, struct in6_drlist)
62 #define OSIOCGPRLST_IN6 _IOWR('i', 75, struct in6_oprlist)
63 #define OSIOCGIFINFO_IN6 _IOWR('i', 76, struct in6_ondireq)
64 #define OSIOCSNDFLUSH_IN6 _IOWR('i', 77, struct in6_ifreq)
65 #define OSIOCSPFXFLUSH_IN6 _IOWR('i', 79, struct in6_ifreq)
66 #define OSIOCSRTRFLUSH_IN6 _IOWR('i', 80, struct in6_ifreq)
67 #define OSIOCGIFALIFETIME_IN6 _IOWR('i', 81, struct in6_ifreq)
68 #define OSIOCSDEFIFACE_IN6 _IOWR('i', 85, struct in6_ndifreq90)
69 #define OSIOCGDEFIFACE_IN6 _IOWR('i', 86, struct in6_ndifreq90)
70 #define OSIOCSIFINFO_FLAGS_90 _IOWR('i', 87, struct in6_ndireq90)
[all …]
/netbsd/src/external/gpl2/lvm2/dist/libdm/ioctl/
Dlibdm-compat.h87 #define DM_VERSION_V1 _IOWR(DM_IOCTL, DM_VERSION_CMD_V1, struct dm_ioctl)
88 #define DM_REMOVE_ALL_V1 _IOWR(DM_IOCTL, DM_REMOVE_ALL_CMD_V1, struct dm_ioctl)
90 #define DM_DEV_CREATE_V1 _IOWR(DM_IOCTL, DM_DEV_CREATE_CMD_V1, struct dm_ioctl)
91 #define DM_DEV_REMOVE_V1 _IOWR(DM_IOCTL, DM_DEV_REMOVE_CMD_V1, struct dm_ioctl)
92 #define DM_DEV_RELOAD_V1 _IOWR(DM_IOCTL, DM_DEV_RELOAD_CMD_V1, struct dm_ioctl)
93 #define DM_DEV_SUSPEND_V1 _IOWR(DM_IOCTL, DM_DEV_SUSPEND_CMD_V1, struct dm_ioctl)
94 #define DM_DEV_RENAME_V1 _IOWR(DM_IOCTL, DM_DEV_RENAME_CMD_V1, struct dm_ioctl)
95 #define DM_DEV_DEPS_V1 _IOWR(DM_IOCTL, DM_DEV_DEPS_CMD_V1, struct dm_ioctl)
96 #define DM_DEV_STATUS_V1 _IOWR(DM_IOCTL, DM_DEV_STATUS_CMD_V1, struct dm_ioctl)
98 #define DM_TARGET_STATUS_V1 _IOWR(DM_IOCTL, DM_TARGET_STATUS_CMD_V1, struct dm_ioctl)
[all …]
/netbsd/src/sys/external/bsd/ipf/netinet/
Dip_lookup.h14 # define SIOCLOOKUPADDTABLE _IOWR('r', 60, struct iplookupop)
15 # define SIOCLOOKUPDELTABLE _IOWR('r', 61, struct iplookupop)
16 # define SIOCLOOKUPSTAT _IOWR('r', 64, struct iplookupop)
18 # define SIOCLOOKUPFLUSH _IOWR('r', 65, struct iplookupflush)
19 # define SIOCLOOKUPADDNODE _IOWR('r', 67, struct iplookupop)
21 # define SIOCLOOKUPDELNODE _IOWR('r', 68, struct iplookupop)
24 # define SIOCLOOKUPADDTABLE _IOWR(r, 60, struct iplookupop)
25 # define SIOCLOOKUPDELTABLE _IOWR(r, 61, struct iplookupop)
26 # define SIOCLOOKUPSTAT _IOWR(r, 64, struct iplookupop)
28 # define SIOCLOOKUPFLUSH _IOWR(r, 65, struct iplookupflush)
[all …]
Dip_fil.h45 # define SIOCGETFS _IOWR('r', 64, struct ipfobj)
46 # define SIOCIPFFL _IOWR('r', 65, int)
55 # define SIOCFRZST _IOWR('r', 74, struct ipfobj)
56 # define SIOCZRLST _IOWR('r', 75, struct ipfobj)
57 # define SIOCAUTHW _IOWR('r', 76, struct ipfobj)
58 # define SIOCAUTHR _IOWR('r', 77, struct ipfobj)
59 # define SIOCSTAT1 _IOWR('r', 78, struct ipfobj)
60 # define SIOCSTLCK _IOWR('r', 79, u_int)
61 # define SIOCSTPUT _IOWR('r', 80, struct ipfobj)
62 # define SIOCSTGET _IOWR('r', 81, struct ipfobj)
[all …]
/netbsd/src/lib/libossaudio/
Dsoundcard.h48 #define SNDCTL_DSP_SPEED _IOWR('P', 2, int)
50 #define SNDCTL_DSP_STEREO _IOWR('P', 3, int)
51 #define SNDCTL_DSP_GETBLKSIZE _IOWR('P', 4, int)
52 #define SNDCTL_DSP_SETFMT _IOWR('P', 5, int)
75 #define SNDCTL_DSP_CHANNELS _IOWR('P', 6, int)
78 #define SOUND_PCM_WRITE_FILTER _IOWR('P', 7, int)
81 #define SNDCTL_DSP_SUBDIVIDE _IOWR('P', 9, int)
82 #define SNDCTL_DSP_SETFRAGMENT _IOWR('P', 10, int)
276 #define MIXER_WRITE_R(dev) _IOWR('M', dev, int)
384 #define SNDCTL_DSP_SET_RECSRC _IOWR ('P',38, int)
[all …]
/netbsd/src/external/bsd/ipf/dist/
Dip_lookup.h14 # define SIOCLOOKUPADDTABLE _IOWR('r', 60, struct iplookupop)
15 # define SIOCLOOKUPDELTABLE _IOWR('r', 61, struct iplookupop)
16 # define SIOCLOOKUPSTAT _IOWR('r', 64, struct iplookupop)
18 # define SIOCLOOKUPFLUSH _IOWR('r', 65, struct iplookupflush)
19 # define SIOCLOOKUPADDNODE _IOWR('r', 67, struct iplookupop)
21 # define SIOCLOOKUPDELNODE _IOWR('r', 68, struct iplookupop)
24 # define SIOCLOOKUPADDTABLE _IOWR(r, 60, struct iplookupop)
25 # define SIOCLOOKUPDELTABLE _IOWR(r, 61, struct iplookupop)
26 # define SIOCLOOKUPSTAT _IOWR(r, 64, struct iplookupop)
28 # define SIOCLOOKUPFLUSH _IOWR(r, 65, struct iplookupflush)
[all …]
/netbsd/src/sys/altq/
Daltq.h176 #define ALTQGTYPE _IOWR('q', 0, struct altqreq) /* get queue type */
187 #define ALTQCONFIG _IOWR('q', 6, struct altqreq) /* set config params */
188 #define ALTQADDCLASS _IOWR('q', 7, struct altqreq) /* add a class */
189 #define ALTQMODCLASS _IOWR('q', 8, struct altqreq) /* modify a class */
190 #define ALTQDELCLASS _IOWR('q', 9, struct altqreq) /* delete a class */
191 #define ALTQADDFILTER _IOWR('q', 10, struct altqreq) /* add a filter */
192 #define ALTQDELFILTER _IOWR('q', 11, struct altqreq) /* delete a filter */
193 #define ALTQGETSTATS _IOWR('q', 12, struct altqreq) /* get statistics */
194 #define ALTQGETCNTR _IOWR('q', 13, struct altqreq) /* get a pkt counter */
197 #define ALTQTBRGET _IOWR('q', 15, struct tbrreq) /* get tb regulator */
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)
/netbsd/src/sys/dev/
Dbiovar.h52 #define BIOCLOCATE _IOWR('B', 0, struct bio_locate)
63 #define BIOCINQ _IOWR('B', 32, struct bioc_inq)
72 #define BIOCDISK_NOVOL _IOWR('b', 38, struct bioc_disk)
73 #define BIOCDISK _IOWR('B', 33, struct bioc_disk)
115 #define OBIOCDISK _IOWR('B', 33, struct obioc_disk)
133 #define BIOCVOL _IOWR('B', 34, struct bioc_vol)
179 #define OBIOCVOL _IOWR('B', 34, struct obioc_vol)
195 #define BIOCALARM _IOWR('B', 35, struct bioc_alarm)
208 #define BIOCBLINK _IOWR('B', 36, struct bioc_blink)
220 #define BIOCSETSTATE _IOWR('B', 37, struct bioc_setstate)
[all …]
/netbsd/src/sys/dev/pci/
Dtwaio.h151 _IOWR('T', 202, TWA_IOCTL_NO_DATA_BUF)
153 #define TW_CL_IOCTL_GET_FIRST_EVENT _IOWR('T', 203, TWA_IOCTL_WITH_PAYLOAD)
154 #define TW_CL_IOCTL_GET_LAST_EVENT _IOWR('T', 204, TWA_IOCTL_WITH_PAYLOAD)
155 #define TW_CL_IOCTL_GET_NEXT_EVENT _IOWR('T', 205, TWA_IOCTL_WITH_PAYLOAD)
156 #define TW_CL_IOCTL_GET_PREVIOUS_EVENT _IOWR('T', 206, TWA_IOCTL_WITH_PAYLOAD)
157 #define TW_CL_IOCTL_GET_LOCK _IOWR('T', 207, TWA_IOCTL_WITH_PAYLOAD)
158 #define TW_CL_IOCTL_RELEASE_LOCK _IOWR('T', 208, TWA_IOCTL_WITH_PAYLOAD)
160 _IOWR('T', 209, TWA_IOCTL_WITH_PAYLOAD)
162 #define TWA_IOCTL_GET_UNITNAME _IOWR('T', 220, struct twa_unitname)
/netbsd/src/sys/dist/pf/net/
Dpfvar.h1506 #define DIOCADDRULE _IOWR('D', 4, struct pfioc_rule)
1507 #define DIOCGETRULES _IOWR('D', 6, struct pfioc_rule)
1508 #define DIOCGETRULE _IOWR('D', 7, struct pfioc_rule)
1509 #define DIOCSETLCK _IOWR('D', 8, uint32_t)
1511 #define DIOCCLRSTATES _IOWR('D', 18, struct pfioc_state_kill)
1512 #define DIOCGETSTATE _IOWR('D', 19, struct pfioc_state)
1513 #define DIOCSETSTATUSIF _IOWR('D', 20, struct pfioc_if)
1514 #define DIOCGETSTATUS _IOWR('D', 21, struct pf_status)
1516 #define DIOCNATLOOK _IOWR('D', 23, struct pfioc_natlook)
1517 #define DIOCSETDEBUG _IOWR('D', 24, u_int32_t)
[all …]
/netbsd/src/sys/dev/ieee1394/
Dfirewire.h431 #define FW_SSTBUF _IOWR('S', 86, struct fw_isobufreq)
432 #define FW_GSTBUF _IOWR('S', 87, struct fw_isobufreq)
433 #define FW_SRSTREAM _IOWR('S', 88, struct fw_isochreq)
434 #define FW_GRSTREAM _IOWR('S', 89, struct fw_isochreq)
435 #define FW_STSTREAM _IOWR('S', 90, struct fw_isochreq)
436 #define FW_GTSTREAM _IOWR('S', 91, struct fw_isochreq)
438 #define FW_ASYREQ _IOWR('S', 92, struct fw_asyreq)
440 #define FW_GDEVLST _IOWR('S', 2, struct fw_devlstreq)
441 #define FW_SBINDADDR _IOWR('S', 3, struct fw_asybindreq)
442 #define FW_CBINDADDR _IOWR('S', 4, struct fw_asybindreq)
[all …]
/netbsd/src/sys/netinet6/
Din6_var.h329 #define SIOCGIFADDR_IN6 _IOWR('i', 33, struct in6_ifreq)
340 #define SIOCGIFDSTADDR_IN6 _IOWR('i', 34, struct in6_ifreq)
341 #define SIOCGIFNETMASK_IN6 _IOWR('i', 37, struct in6_ifreq)
347 #define SIOCGIFPSRCADDR_IN6 _IOWR('i', 71, struct in6_ifreq)
348 #define SIOCGIFPDSTADDR_IN6 _IOWR('i', 72, struct in6_ifreq)
350 #define SIOCGIFAFLAG_IN6 _IOWR('i', 73, struct in6_ifreq)
358 #define SIOCGNBRINFO_IN6 _IOWR('i', 78, struct in6_nbrinfo)
366 #define SIOCSIFALIFETIME_IN6 _IOWR('i', 82, struct in6_ifreq)
368 #define SIOCGIFSTAT_IN6 _IOWR('i', 83, struct in6_ifreq)
369 #define SIOCGIFSTAT_ICMP6 _IOWR('i', 84, struct in6_ifreq)
[all …]
/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_ioctl.h242 #define CHELSIO_GETREG _IOWR('f', CH_GETREG, struct ch_reg)
244 #define CHELSIO_GET_MEM _IOWR('f', CH_GET_MEM, struct ch_mem_range)
245 #define CHELSIO_GET_SGE_CONTEXT _IOWR('f', CH_GET_SGE_CONTEXT, struct ch_cntxt)
246 #define CHELSIO_GET_SGE_DESC _IOWR('f', CH_GET_SGE_DESC, struct ch_desc)
247 #define CHELSIO_GET_QSET_PARAMS _IOWR('f', CH_GET_QSET_PARAMS, struct ch_qset_params)
249 #define CHELSIO_GET_QSET_NUM _IOWR('f', CH_GET_QSET_NUM, struct ch_reg)
257 #define CHELSIO_IFCONF_GETREGS _IOWR('f', CH_IFCONF_GETREGS, struct ifconf_regs)
258 #define SIOCGMIIREG _IOWR('f', CH_GETMIIREGS, struct mii_data)
259 #define SIOCSMIIREG _IOWR('f', CH_SETMIIREGS, struct mii_data)
260 #define CHELSIO_SET_HW_SCHED _IOWR('f', CH_SET_HW_SCHED, struct ch_hw_sched)

1234567