Searched refs:_IOR (Results 1 - 25 of 45) sorted by relevance

12

/illumos-gate/usr/src/boot/sys/sys/
H A Ddisk.h29 #define DIOCGSECTORSIZE _IOR('d', 128, u_int)
36 #define DIOCGMEDIASIZE _IOR('d', 129, off_t) /* Get media size in bytes */
42 #define DIOCGFWSECTORS _IOR('d', 130, u_int) /* Get firmware's sectorcount */
49 #define DIOCGFWHEADS _IOR('d', 131, u_int) /* Get firmware's headcount */
62 #define DIOCGFRONTSTUFF _IOR('d', 134, off_t)
81 #define DIOCGIDENT _IOR('d', 137, char[DISK_IDENT_SIZE])
102 #define DIOCGPROVIDERNAME _IOR('d', 138, char[MAXPATHLEN])
108 #define DIOCGSTRIPESIZE _IOR('d', 139, off_t) /* Get stripe size in bytes */
114 #define DIOCGSTRIPEOFFSET _IOR('d', 140, off_t) /* Get stripe offset in bytes */
120 #define DIOCGPHYSPATH _IOR('
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dfilio.h26 #define FIONREAD _IOR('f', 127, int) /* get # bytes to read */
30 #define FIOGETOWN _IOR('f', 123, int) /* get owner */
H A Dttycom.h49 #define TIOCGWINSZ _IOR('t', 104, struct winsize) /* get window size */
61 #define TIOCGSIZE _IOR('t',38,struct ttysize)/* get tty size */
69 #define TIOCGPGRP _IOR('t', 119, int) /* get pgrp of tty */
70 #define TIOCGETPGRP _IOR('t', 131, int) /* get pgrp of tty (posix) */
73 #define TIOCOUTQ _IOR('t', 115, int) /* output queue size */
88 #define TIOCMGET _IOR('t', 106, int) /* get all modem bits */
111 #define TIOCGSOFTCAR _IOR('t', 100, int) /* get soft carrier flag */
112 #define TIOCISPACE _IOR('t', 128, int) /* space left in input queue */
113 #define TIOCISIZE _IOR('t', 129, int) /* size of input queue */
H A Dmsio.h43 #define MSIOGETPARMS _IOR('m', 2, Ms_parms) /* get / set jitter, speed */
H A Dstropts.h78 #define I_NREAD _IOR('S',01,int)
84 #define I_GRDOPT _IOR('S',07,int)
87 #define I_GETSIG _IOR('S',012,int)
94 #define I_RECVFD _IOR('S',022,struct strrecvfd)
H A Dtermio.h54 #define TCGETA _IOR('T', 1, struct termio)
H A Dttold.h76 #define TIOCGETD _IOR('t', 0, int) /* get line discipline */
79 #define TIOCMODG _IOR('t', 3, int) /* get modem state - OBSOLETE */
81 #define TIOCGETP _IOR('t', 8,struct sgttyb)/* get parameters -- gtty */
88 #define TIOCGETC _IOR('t',18,struct tchars)/* get special characters */
140 #define TIOCLGET _IOR('t', 124, int) /* get local modes */
161 #define TIOCGLTC _IOR('t',116,struct ltchars)/* get local special chars */
177 #define _O_TIOCGSIZE _IOR('t',102,struct ttysize)/* get tty size */
183 #define TIOCGETX _IOR('t', 35, int) /* get extra modes for S5 compatibility */
H A Dsockio.h25 #define SIOCGHIWAT _IOR('s', 1, int) /* get high watermark */
27 #define SIOCGLOWAT _IOR('s', 3, int) /* get low watermark */
28 #define SIOCATMARK _IOR('s', 7, int) /* at oob mark? */
30 #define SIOCGPGRP _IOR('s', 9, int) /* get process group */
/illumos-gate/usr/src/uts/common/sys/
H A Dprnio.h44 #define PRNIOC_GET_IFCAP _IOR(PRNIOC, 90, uint_t)
45 #define PRNIOC_SET_IFCAP _IOR(PRNIOC, 91, uint_t)
47 #define PRNIOC_GET_STATUS _IOR(PRNIOC, 93, uint_t)
49 #define PRNIOC_GET_1284_STATUS _IOR(PRNIOC, 95, uchar_t)
50 #define PRNIOC_GET_TIMEOUTS _IOR(PRNIOC, 96, struct prn_timeouts)
H A Dlom_io.h48 #define TSIOCNBMON _IOR('a', 1, int)
50 #define TSIOCGETMASK _IOR('a', 3, int)
58 #define TSIOCDOGSTATE _IOR('a', 6, ts_dogstate_t)
163 #define LOMIOCPSUSTATE _IOR('a', 21, lom_psudata_t)
164 #define LOMIOCEVENTLOG _IOR('a', 22, lom_eventlog_t)
165 #define LOMIOCFANSTATE _IOR('a', 23, lom_fandata_t)
166 #define LOMIOCFLEDSTATE _IOR('a', 24, lom_fled_info_t)
167 #define LOMIOCINFO _IOR('a', 25, lom_info_t)
191 #define LOMIOCMREAD _IOR('a', 33, lom_mprog_t)
193 #define LOMIOCLEDSTATE _IOR('
[all...]
H A Dfilio.h60 #define FIONREAD _IOR('f', 127, int) /* get # bytes to read */
64 #define FIOGETOWN _IOR('f', 123, int) /* get owner */
H A Dbpp_io.h56 #define BPPIOC_GETPARMS _IOR('b', 2, struct bpp_transfer_parms)
60 #define BPPIOC_GETOUTPINS _IOR('b', 4, struct bpp_pins)
62 #define BPPIOC_GETERR _IOR('b', 5, struct bpp_error_status)
H A Decppio.h41 #define ECPPIOC_GETREGS _IOR('p', 74, struct ecpp_regs)
43 #define ECPPIOC_GETPORT _IOR('p', 78, uchar_t)
45 #define ECPPIOC_GETDATA _IOR('p', 80, uchar_t)
H A Dptyvar.h129 #define TIOCISPACE _IOR('t', 128, int) /* space left in input queue */
130 #define TIOCISIZE _IOR('t', 129, int) /* size of input queue */
133 #define TIOCGSIZE _IOR('t', 38, struct ttysize) /* get tty size */
/illumos-gate/usr/src/lib/libbc/inc/include/sun/
H A Ddkio.h334 #define DKIOCGGEOM _IOR('d', 2, struct dk_geom) /* Get geometry */
336 #define DKIOCGPART _IOR('d', 4, struct dk_map) /* Get partition info */
338 #define DKIOCINFO _IOR('d', 8, struct dk_info) /* Get info */
339 #define DKIOCGCONF _IOR('d', 126, struct dk_conf) /* Get conf info */
341 #define DKIOCGTYPE _IOR('d', 124, struct dk_type) /* Get drive info */
343 #define DKIOCGAPART _IOR('d', 122, struct dk_allmap) /* Get all partitions */
347 #define DKIOCGLOG _IOR('d', 118, struct dk_loghdr) /* Get error log */
348 #define DKIOCGDIAG _IOR('d', 116, struct dk_diag) /* Get diagnostics */
350 #define FDKIOGCHAR _IOR('d', 114, struct fdk_char) /* GetCharacteristics */
353 #define FDKGETCHANGE _IOR('
[all...]
/illumos-gate/usr/src/uts/common/sys/agp/
H A Dagptarget_io.h20 #define CHIP_DETECT _IOR(AGPTARGETIOC_BASE, 30, int)
21 #define I8XX_GET_PREALLOC_SIZE _IOR(AGPTARGETIOC_BASE, 31, size_t)
22 #define AGP_TARGET_GETINFO _IOR(AGPTARGETIOC_BASE, 32, i_agp_info_t)
H A Dagpamd64gart_io.h22 #define AMD64_GET_INFO _IOR(AGPAMD64GARTIOC_BASE, 50, amdgart_info_t)
H A Dagpmaster_io.h46 #define DEVICE_DETECT _IOR(AGPMASTERIOC_BASE, 10, int)
47 #define I8XX_GET_INFO _IOR(AGPMASTERIOC_BASE, 11, igd_info_t)
52 #define AGP_MASTER_GETINFO _IOR(AGPMASTERIOC_BASE, 20, agp_info_t)
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dtermio.h54 #define TCGETA _IOR('T', 1, struct termio)
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dntwdt.h38 #define LOMIOCDOGSTATE _IOR('a', 6, lom_dogstate_t)
/illumos-gate/usr/src/uts/sun4u/sys/
H A Denvctrl_gen.h220 #define ENVCTRL_IOC_GETFAN (int)(_IOR('p', 81, struct envctrl_tda8444t_chip))
221 #define ENVCTRL_IOC_GETTEMP (int)(_IOR('p', 82, struct envctrl_pcf8591_chip))
222 #define ENVCTRL_IOC_GETFANFAIL (int)(_IOR('p', 83, struct envctrl_pcf8574_chip))
225 #define ENVCTRL_IOC_GETDSKLED (int)(_IOR('p', 86, struct envctrl_pcf8574_chip))
230 #define ENVCTRL_IOC_GETMODE (int)(_IOR('p', 87, uchar_t))
233 #define ENVCTRL_IOC_GETFAN2 (int)(_IOR('p', 90, struct envctrl_chip))
234 #define ENVCTRL_IOC_GETTEMP2 (int)(_IOR('p', 91, struct envctrl_chip))
236 #define ENVCTRL_IOC_GETFSP2 (int)(_IOR('p', 93, struct envctrl_chip))
238 #define ENVCTRL_IOC_GETDSKLED2 (int)(_IOR('p', 95, struct envctrl_chip))
240 #define ENVCTRL_IOC_GETRAW (int)(_IOR('
[all...]
/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/
H A Dnetract_gen.h74 #define ENVC_IOC_GETMODE (int)(_IOR('p', 87, uchar_t))
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dbpf-ipf.h113 #define BIOCGBLEN _IOR(B,102, u_int)
118 #define BIOCGDLT _IOR(B,106, u_int)
119 #define BIOCGETIF _IOR(B,107, struct ifreq)
122 #define BIOCGRTIMEOUT _IOR(B,110, struct timeval)
123 #define BIOCGSTATS _IOR(B,111, struct bpf_stat)
125 #define BIOCVERSION _IOR(B,113, struct bpf_version)
129 #define BIOCGBLEN _IOR('B',102, u_int)
134 #define BIOCGDLT _IOR('B',106, u_int)
135 #define BIOCGETIF _IOR('B',107, struct ifreq)
138 #define BIOCGRTIMEOUT _IOR('
[all...]
/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpf.h126 #define BIOCGBLEN _IOR('B', 102, uint_t)
131 #define BIOCGDLT _IOR('B', 106, uint_t)
132 #define BIOCGETIF _IOR('B', 107, struct ifreq)
133 #define BIOCGETLIF _IOR('B', 107, struct lifreq)
136 #define BIOCGSTATS _IOR('B', 111, struct bpf_stat)
137 #define BIOCGSTATSOLD _IOR('B', 111, struct bpf_stat_old)
139 #define BIOCVERSION _IOR('B', 113, struct bpf_version)
142 #define BIOCGHDRCMPLT _IOR('B', 116, uint_t)
146 #define BIOCGSEESENT _IOR('B', 120, uint_t)
149 #define BIOCGRTIMEOUT _IOR('
[all...]
/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dlw8.h42 #define LOMIOCFLEDSTATE _IOR('a', 24, lom_fled_info_t)
43 #define LOMIOCINFO _IOR('a', 25, lom_info_t)
49 #define LOMIOCMREAD _IOR('a', 33, lom_mprog_t)

Completed in 99 milliseconds

12