Symbol: _IOR
usr/src/boot/sys/sys/disk.h
102
#define DIOCGPROVIDERNAME _IOR('d', 138, char[MAXPATHLEN])
usr/src/boot/sys/sys/disk.h
108
#define DIOCGSTRIPESIZE _IOR('d', 139, off_t) /* Get stripe size in bytes */
usr/src/boot/sys/sys/disk.h
114
#define DIOCGSTRIPEOFFSET _IOR('d', 140, off_t) /* Get stripe offset in bytes */
usr/src/boot/sys/sys/disk.h
120
#define DIOCGPHYSPATH _IOR('d', 141, char[MAXPATHLEN])
usr/src/boot/sys/sys/disk.h
29
#define DIOCGSECTORSIZE _IOR('d', 128, u_int)
usr/src/boot/sys/sys/disk.h
36
#define DIOCGMEDIASIZE _IOR('d', 129, uint64_t) /* Get media size in bytes */
usr/src/boot/sys/sys/disk.h
42
#define DIOCGFWSECTORS _IOR('d', 130, u_int) /* Get firmware's sectorcount */
usr/src/boot/sys/sys/disk.h
49
#define DIOCGFWHEADS _IOR('d', 131, u_int) /* Get firmware's headcount */
usr/src/boot/sys/sys/disk.h
62
#define DIOCGFRONTSTUFF _IOR('d', 134, off_t)
usr/src/boot/sys/sys/disk.h
81
#define DIOCGIDENT _IOR('d', 137, char[DISK_IDENT_SIZE])
usr/src/uts/common/fs/zfs/sys/zfs_project.h
54
#define ZFS_IOC_FSGETXATTR _IOR('X', 31, zfsxattr_t)
usr/src/uts/common/inet/ipf/bpf-ipf.h
113
#define BIOCGBLEN _IOR(B,102, u_int)
usr/src/uts/common/inet/ipf/bpf-ipf.h
118
#define BIOCGDLT _IOR(B,106, u_int)
usr/src/uts/common/inet/ipf/bpf-ipf.h
119
#define BIOCGETIF _IOR(B,107, struct ifreq)
usr/src/uts/common/inet/ipf/bpf-ipf.h
122
#define BIOCGRTIMEOUT _IOR(B,110, struct timeval)
usr/src/uts/common/inet/ipf/bpf-ipf.h
123
#define BIOCGSTATS _IOR(B,111, struct bpf_stat)
usr/src/uts/common/inet/ipf/bpf-ipf.h
125
#define BIOCVERSION _IOR(B,113, struct bpf_version)
usr/src/uts/common/inet/ipf/bpf-ipf.h
129
#define BIOCGBLEN _IOR('B',102, u_int)
usr/src/uts/common/inet/ipf/bpf-ipf.h
134
#define BIOCGDLT _IOR('B',106, u_int)
usr/src/uts/common/inet/ipf/bpf-ipf.h
135
#define BIOCGETIF _IOR('B',107, struct ifreq)
usr/src/uts/common/inet/ipf/bpf-ipf.h
138
#define BIOCGRTIMEOUT _IOR('B',110, struct timeval)
usr/src/uts/common/inet/ipf/bpf-ipf.h
139
#define BIOCGSTATS _IOR('B',111, struct bpf_stat)
usr/src/uts/common/inet/ipf/bpf-ipf.h
141
#define BIOCVERSION _IOR('B',113, struct bpf_version)
usr/src/uts/common/inet/ipf/netinet/ip_fil.h
41
# define SIOCGETFF _IOR('r', 63, u_int)
usr/src/uts/common/inet/ipf/netinet/ip_fil.h
44
# define SIOCIPFFB _IOR('r', 66, int)
usr/src/uts/common/inet/ipf/netinet/ip_fil.h
47
# define SIOCSWAPA _IOR('r', 69, u_int)
usr/src/uts/common/inet/ipf/netinet/ip_fil.h
79
# define SIOCGETFF _IOR(r, 63, u_int)
usr/src/uts/common/inet/ipf/netinet/ip_fil.h
82
# define SIOCIPFFB _IOR(r, 66, int)
usr/src/uts/common/inet/ipf/netinet/ip_fil.h
85
# define SIOCSWAPA _IOR(r, 69, u_int)
usr/src/uts/common/io/bpf/net/bpf.h
126
#define BIOCGBLEN _IOR('B', 102, uint_t)
usr/src/uts/common/io/bpf/net/bpf.h
131
#define BIOCGDLT _IOR('B', 106, uint_t)
usr/src/uts/common/io/bpf/net/bpf.h
132
#define BIOCGETIF _IOR('B', 107, struct ifreq)
usr/src/uts/common/io/bpf/net/bpf.h
133
#define BIOCGETLIF _IOR('B', 107, struct lifreq)
usr/src/uts/common/io/bpf/net/bpf.h
136
#define BIOCGSTATS _IOR('B', 111, struct bpf_stat)
usr/src/uts/common/io/bpf/net/bpf.h
137
#define BIOCGSTATSOLD _IOR('B', 111, struct bpf_stat_old)
usr/src/uts/common/io/bpf/net/bpf.h
139
#define BIOCVERSION _IOR('B', 113, struct bpf_version)
usr/src/uts/common/io/bpf/net/bpf.h
142
#define BIOCGHDRCMPLT _IOR('B', 116, uint_t)
usr/src/uts/common/io/bpf/net/bpf.h
146
#define BIOCGSEESENT _IOR('B', 120, uint_t)
usr/src/uts/common/io/bpf/net/bpf.h
149
#define BIOCGRTIMEOUT _IOR('B', 123, struct timeval)
usr/src/uts/common/io/bpf/net/bpf.h
155
#define BIOCGRTIMEOUT32 _IOR('B', 123, struct timeval32)
usr/src/uts/common/io/chxge/glue.c
161
#define PE_READ_REG _IOR('i', 0xAB, 0x18)
usr/src/uts/common/io/chxge/glue.c
163
#define PE_READ_PCI _IOR('i', 0xAC, 0x18)
usr/src/uts/common/io/chxge/glue.c
165
#define PE_READ_INTR _IOR('i', 0xAD, 0x20)
usr/src/uts/common/io/chxge/glue.c
166
#define TOETOOL_GETTPI _IOR('i', 0xAE, 0xc)
usr/src/uts/common/sys/audioio.h
254
#define AUDIO_GETINFO _IOR('A', 1, audio_info_t)
usr/src/uts/common/sys/audioio.h
257
#define AUDIO_GETDEV _IOR('A', 4, audio_device_t)
usr/src/uts/common/sys/bpp_io.h
54
#define BPPIOC_GETPARMS _IOR('b', 2, struct bpp_transfer_parms)
usr/src/uts/common/sys/bpp_io.h
58
#define BPPIOC_GETOUTPINS _IOR('b', 4, struct bpp_pins)
usr/src/uts/common/sys/bpp_io.h
60
#define BPPIOC_GETERR _IOR('b', 5, struct bpp_error_status)
usr/src/uts/common/sys/filio.h
60
#define FIONREAD _IOR('f', 127, int) /* get # bytes to read */
usr/src/uts/common/sys/filio.h
64
#define FIOGETOWN _IOR('f', 123, int) /* get owner */
usr/src/uts/common/sys/ipmi.h
67
#define IPMICTL_GET_MY_ADDRESS_CMD _IOR(IPMI_IOC_MAGIC, 18, unsigned int)
usr/src/uts/common/sys/ipmi.h
69
#define IPMICTL_GET_MY_LUN_CMD _IOR(IPMI_IOC_MAGIC, 20, unsigned int)
usr/src/uts/common/sys/lom_io.h
161
#define LOMIOCPSUSTATE _IOR('a', 21, lom_psudata_t)
usr/src/uts/common/sys/lom_io.h
162
#define LOMIOCEVENTLOG _IOR('a', 22, lom_eventlog_t)
usr/src/uts/common/sys/lom_io.h
163
#define LOMIOCFANSTATE _IOR('a', 23, lom_fandata_t)
usr/src/uts/common/sys/lom_io.h
164
#define LOMIOCFLEDSTATE _IOR('a', 24, lom_fled_info_t)
usr/src/uts/common/sys/lom_io.h
165
#define LOMIOCINFO _IOR('a', 25, lom_info_t)
usr/src/uts/common/sys/lom_io.h
189
#define LOMIOCMREAD _IOR('a', 33, lom_mprog_t)
usr/src/uts/common/sys/lom_io.h
191
#define LOMIOCLEDSTATE _IOR('a', 34, lom_led_state_t)
usr/src/uts/common/sys/lom_io.h
46
#define TSIOCNBMON _IOR('a', 1, int)
usr/src/uts/common/sys/lom_io.h
48
#define TSIOCGETMASK _IOR('a', 3, int)
usr/src/uts/common/sys/lom_io.h
496
#define LOMIOCVOLTS _IOR('a', 41, lom_volts_t)
usr/src/uts/common/sys/lom_io.h
509
#define LOMIOCSTATS _IOR('a', 42, lom_sflags_t)
usr/src/uts/common/sys/lom_io.h
519
#define LOMIOCTEMP _IOR('a', 43, lom_temp_t)
usr/src/uts/common/sys/lom_io.h
534
#define LOMIOCCONS _IOR('a', 44, lom_cbuf_t)
usr/src/uts/common/sys/lom_io.h
56
#define TSIOCDOGSTATE _IOR('a', 6, ts_dogstate_t)
usr/src/uts/common/sys/lom_io.h
602
#define LOMIOCMREAD2 _IOR('a', 49, lom2_mprog_t)
usr/src/uts/common/sys/prnio.h
42
#define PRNIOC_GET_IFCAP _IOR(PRNIOC, 90, uint_t)
usr/src/uts/common/sys/prnio.h
43
#define PRNIOC_SET_IFCAP _IOR(PRNIOC, 91, uint_t)
usr/src/uts/common/sys/prnio.h
45
#define PRNIOC_GET_STATUS _IOR(PRNIOC, 93, uint_t)
usr/src/uts/common/sys/prnio.h
47
#define PRNIOC_GET_1284_STATUS _IOR(PRNIOC, 95, uchar_t)
usr/src/uts/common/sys/prnio.h
48
#define PRNIOC_GET_TIMEOUTS _IOR(PRNIOC, 96, struct prn_timeouts)
usr/src/uts/common/sys/ptyvar.h
127
#define TIOCISPACE _IOR('t', 128, int) /* space left in input queue */
usr/src/uts/common/sys/ptyvar.h
128
#define TIOCISIZE _IOR('t', 129, int) /* size of input queue */
usr/src/uts/common/sys/ptyvar.h
131
#define TIOCGSIZE _IOR('t', 38, struct ttysize) /* get tty size */
usr/src/uts/common/sys/sockio.h
123
#define SIOCGETNAME _IOR('s', 52, struct sockaddr) /* getsockname */
usr/src/uts/common/sys/sockio.h
124
#define SIOCGETPEER _IOR('s', 53, struct sockaddr) /* getpeername */
usr/src/uts/common/sys/sockio.h
142
#define SIOCGIFNUM _IOR('i', 87, int) /* get number of ifs */
usr/src/uts/common/sys/sockio.h
54
#define SIOCGHIWAT _IOR('s', 1, int) /* get high watermark */
usr/src/uts/common/sys/sockio.h
56
#define SIOCGLOWAT _IOR('s', 3, int) /* get low watermark */
usr/src/uts/common/sys/sockio.h
57
#define SIOCATMARK _IOR('s', 7, int) /* at oob mark? */
usr/src/uts/common/sys/sockio.h
59
#define SIOCGPGRP _IOR('s', 9, int) /* get process group */
usr/src/uts/common/sys/usb/clients/usbinput/usbwcm/usbwcm.h
87
#define EVTIOCGVERSION _IOR('E', 0x1, int)
usr/src/uts/common/sys/usb/clients/usbinput/usbwcm/usbwcm.h
88
#define EVTIOCGDEVID _IOR('E', 0x2, struct event_dev_id)
usr/src/uts/common/sys/usb/clients/usbinput/usbwcm/usbwcm.h
90
#define EVTIOCGABS(i) _IOR('E', 0x40 + (i), struct event_abs_axis)
usr/src/uts/common/sys/videodev2.h
1344
#define VIDIOC_QUERYCAP _IOR('V', 0, struct v4l2_capability)
usr/src/uts/common/sys/videodev2.h
1350
#define VIDIOC_G_MPEGCOMP _IOR('V', 6, struct v4l2_mpeg_compression)
usr/src/uts/common/sys/videodev2.h
1355
#define VIDIOC_G_FBUF _IOR('V', 10, struct v4l2_framebuffer)
usr/src/uts/common/sys/videodev2.h
1364
#define VIDIOC_G_STD _IOR('V', 23, v4l2_std_id)
usr/src/uts/common/sys/videodev2.h
1372
#define VIDIOC_G_AUDIO _IOR('V', 33, struct v4l2_audio)
usr/src/uts/common/sys/videodev2.h
1376
#define VIDIOC_G_INPUT _IOR('V', 38, int)
usr/src/uts/common/sys/videodev2.h
1378
#define VIDIOC_G_OUTPUT _IOR('V', 46, int)
usr/src/uts/common/sys/videodev2.h
1381
#define VIDIOC_G_AUDOUT _IOR('V', 49, struct v4l2_audioout)
usr/src/uts/common/sys/videodev2.h
1390
#define VIDIOC_G_JPEGCOMP _IOR('V', 61, struct v4l2_jpegcompression)
usr/src/uts/common/sys/videodev2.h
1392
#define VIDIOC_QUERYSTD _IOR('V', 63, v4l2_std_id)
usr/src/uts/common/sys/videodev2.h
1396
#define VIDIOC_G_PRIORITY _IOR('V', 67, enum v4l2_priority)
usr/src/uts/common/sys/videodev2.h
1399
#define VIDIOC_G_SLICED_VBI_CAP _IOR('V', 69, struct v4l2_sliced_vbi_cap)
usr/src/uts/common/sys/videodev2.h
1413
#define VIDIOC_CROPCAP_OLD _IOR('V', 58, struct v4l2_cropcap)
usr/src/uts/intel/sys/ecppio.h
39
#define ECPPIOC_GETREGS _IOR('p', 74, struct ecpp_regs)
usr/src/uts/intel/sys/ecppio.h
41
#define ECPPIOC_GETPORT _IOR('p', 78, uchar_t)
usr/src/uts/intel/sys/ecppio.h
43
#define ECPPIOC_GETDATA _IOR('p', 80, uchar_t)
usr/src/uts/intel/sys/ecppsys.h
35
#define ECPPIOC_GETPARMS _IOR('p', 71, struct ecpp_transfer_parms)
usr/src/uts/sun4u/lw8/io/ntwdt.c
522
#define NTWDTIOCPANIC _IOR('a', 0xb, uint32_t)
usr/src/uts/sun4u/lw8/sys/lw8.h
42
#define LOMIOCFLEDSTATE _IOR('a', 24, lom_fled_info_t)
usr/src/uts/sun4u/lw8/sys/lw8.h
43
#define LOMIOCINFO _IOR('a', 25, lom_info_t)
usr/src/uts/sun4u/lw8/sys/lw8.h
49
#define LOMIOCMREAD _IOR('a', 33, lom_mprog_t)
usr/src/uts/sun4u/mpxu/sys/lom_io.h
49
#define TSIOCDOGSTATE _IOR('a', 6, ts_dogstate_t)
usr/src/uts/sun4u/sys/envctrl.h
711
#define ENVCTRL_IOC_GETFAN (int)(_IOR('p', 81, struct envctrl_tda8444t_chip))
usr/src/uts/sun4u/sys/envctrl.h
712
#define ENVCTRL_IOC_GETTEMP (int)(_IOR('p', 82, struct envctrl_pcf8591_chip))
usr/src/uts/sun4u/sys/envctrl.h
713
#define ENVCTRL_IOC_GETFANFAIL (int)(_IOR('p', 83, struct envctrl_pcf8574_chip))
usr/src/uts/sun4u/sys/envctrl.h
716
#define ENVCTRL_IOC_GETDSKLED (int)(_IOR('p', 86, struct envctrl_pcf8574_chip))
usr/src/uts/sun4u/sys/envctrl.h
717
#define ENVCTRL_IOC_GETMODE (int)(_IOR('p', 87, uchar_t))
usr/src/uts/sun4u/sys/envctrl_gen.h
220
#define ENVCTRL_IOC_GETFAN (int)(_IOR('p', 81, struct envctrl_tda8444t_chip))
usr/src/uts/sun4u/sys/envctrl_gen.h
221
#define ENVCTRL_IOC_GETTEMP (int)(_IOR('p', 82, struct envctrl_pcf8591_chip))
usr/src/uts/sun4u/sys/envctrl_gen.h
222
#define ENVCTRL_IOC_GETFANFAIL (int)(_IOR('p', 83, struct envctrl_pcf8574_chip))
usr/src/uts/sun4u/sys/envctrl_gen.h
225
#define ENVCTRL_IOC_GETDSKLED (int)(_IOR('p', 86, struct envctrl_pcf8574_chip))
usr/src/uts/sun4u/sys/envctrl_gen.h
230
#define ENVCTRL_IOC_GETMODE (int)(_IOR('p', 87, uchar_t))
usr/src/uts/sun4u/sys/envctrl_gen.h
233
#define ENVCTRL_IOC_GETFAN2 (int)(_IOR('p', 90, struct envctrl_chip))
usr/src/uts/sun4u/sys/envctrl_gen.h
234
#define ENVCTRL_IOC_GETTEMP2 (int)(_IOR('p', 91, struct envctrl_chip))
usr/src/uts/sun4u/sys/envctrl_gen.h
236
#define ENVCTRL_IOC_GETFSP2 (int)(_IOR('p', 93, struct envctrl_chip))
usr/src/uts/sun4u/sys/envctrl_gen.h
238
#define ENVCTRL_IOC_GETDSKLED2 (int)(_IOR('p', 95, struct envctrl_chip))
usr/src/uts/sun4u/sys/envctrl_gen.h
240
#define ENVCTRL_IOC_GETRAW (int)(_IOR('p', 97, struct envctrl_chip))
usr/src/uts/sun4u/sys/envmon.h
71
#define ENVMONIOCSYSINFO _IOR('a', ENVMON_BASE + 0, envmon_sysinfo_t)
usr/src/uts/sun4u/sys/envmon.h
83
#define ENVMONIOCGETKEYSW _IOR('a', ENVMON_BASE + 12, envmon_keysw_pos_t)
usr/src/uts/sun4u/sys/envmon.h
88
_IOR('a', ENVMON_BASE + 15, envmon_chassis_t)
usr/src/uts/sun4v/sys/ntwdt.h
38
#define LOMIOCDOGSTATE _IOR('a', 6, lom_dogstate_t)