Lines Matching +full:0 +full:x00001000

64 #define VINTR    0
93 #define IGNBRK 0x00000001
94 #define BRKINT 0x00000002
95 #define IGNPAR 0x00000004
96 #define PARMRK 0x00000008
97 #define INPCK 0x00000010
98 #define ISTRIP 0x00000020
99 #define INLCR 0x00000040
100 #define IGNCR 0x00000080
101 #define ICRNL 0x00000100
102 #define IUCLC 0x00000200
103 #define IXON 0x00000400
104 #define IXANY 0x00000800
105 #define IXOFF 0x00001000
106 #define IMAXBEL 0x00002000
107 #define IUTF8 0x00004000
110 #define OPOST 0x00000001
111 #define OLCUC 0x00000002
112 #define ONLCR 0x00000004
113 #define OCRNL 0x00000008
114 #define ONOCR 0x00000010
115 #define ONLRET 0x00000020
116 #define OFILL 0x00000040
117 #define OFDEL 0x00000080
118 #define NLDLY 0x00000100
119 #define NL0 0x00000000
120 #define NL1 0x00000100
121 #define CRDLY 0x00000600
122 #define CR0 0x00000000
123 #define CR1 0x00000200
124 #define CR2 0x00000400
125 #define CR3 0x00000600
126 #define TABDLY 0x00001800
127 #define TAB0 0x00000000
128 #define TAB1 0x00000800
129 #define TAB2 0x00001000
130 #define TAB3 0x00001800
131 #define XTABS 0x00001800
132 #define BSDLY 0x00002000
133 #define BS0 0x00000000
134 #define BS1 0x00002000
135 #define VTDLY 0x00004000
136 #define VT0 0x00000000
137 #define VT1 0x00004000
138 #define FFDLY 0x00008000
139 #define FF0 0x00000000
140 #define FF1 0x00008000
141 #define PAGEOUT 0x00010000 /* SUNOS specific */
142 #define WRAP 0x00020000 /* SUNOS specific */
145 #define CBAUD 0x0000100f
146 #define B0 0x00000000 /* hang up */
147 #define B50 0x00000001
148 #define B75 0x00000002
149 #define B110 0x00000003
150 #define B134 0x00000004
151 #define B150 0x00000005
152 #define B200 0x00000006
153 #define B300 0x00000007
154 #define B600 0x00000008
155 #define B1200 0x00000009
156 #define B1800 0x0000000a
157 #define B2400 0x0000000b
158 #define B4800 0x0000000c
159 #define B9600 0x0000000d
160 #define B19200 0x0000000e
161 #define B38400 0x0000000f
164 #define CSIZE 0x00000030
165 #define CS5 0x00000000
166 #define CS6 0x00000010
167 #define CS7 0x00000020
168 #define CS8 0x00000030
169 #define CSTOPB 0x00000040
170 #define CREAD 0x00000080
171 #define PARENB 0x00000100
172 #define PARODD 0x00000200
173 #define HUPCL 0x00000400
174 #define CLOCAL 0x00000800
175 #define CBAUDEX 0x00001000
177 #define BOTHER 0x00001000
178 #define B57600 0x00001001
179 #define B115200 0x00001002
180 #define B230400 0x00001003
181 #define B460800 0x00001004
183 #define B76800 0x00001005
185 #define B153600 0x00001006
186 #define B307200 0x00001007
187 #define B614400 0x00001008
188 #define B921600 0x00001009
190 #define B500000 0x0000100a
191 #define B576000 0x0000100b
192 #define B1000000 0x0000100c
193 #define B1152000 0x0000100d
194 #define B1500000 0x0000100e
195 #define B2000000 0x0000100f
197 so far. Later on we'd have to use say 0x10000x and
199 #define B2500000 0x00001010
200 #define B3000000 0x00001011
201 #define B3500000 0x00001012
202 #define B4000000 0x00001013 */
203 #define CIBAUD 0x100f0000 /* input baud rate (not used) */
204 #define CMSPAR 0x40000000 /* mark or space (stick) parity */
205 #define CRTSCTS 0x80000000 /* flow control */
210 #define ISIG 0x00000001
211 #define ICANON 0x00000002
212 #define XCASE 0x00000004
213 #define ECHO 0x00000008
214 #define ECHOE 0x00000010
215 #define ECHOK 0x00000020
216 #define ECHONL 0x00000040
217 #define NOFLSH 0x00000080
218 #define TOSTOP 0x00000100
219 #define ECHOCTL 0x00000200
220 #define ECHOPRT 0x00000400
221 #define ECHOKE 0x00000800
222 #define DEFECHO 0x00001000 /* SUNOS thing, what is it? */
223 #define FLUSHO 0x00002000
224 #define PENDIN 0x00004000
225 #define IEXTEN 0x00008000
226 #define EXTPROC 0x00010000
229 #define TIOCM_LE 0x001
230 #define TIOCM_DTR 0x002
231 #define TIOCM_RTS 0x004
232 #define TIOCM_ST 0x008
233 #define TIOCM_SR 0x010
234 #define TIOCM_CTS 0x020
235 #define TIOCM_CAR 0x040
236 #define TIOCM_RNG 0x080
237 #define TIOCM_DSR 0x100
240 #define TIOCM_OUT1 0x2000
241 #define TIOCM_OUT2 0x4000
242 #define TIOCM_LOOP 0x8000
245 #define TIOCSER_TEMT 0x01 /* Transmitter physically empty */
249 #define TCOOFF 0
255 #define TCIFLUSH 0
260 #define TCSANOW 0