Lines Matching +full:0 +full:x00800000

24 #define TARGET_VINTR 	0
150 #define TARGET_ISIG 0x00000080
151 #define TARGET_ICANON 0x00000100
152 #define TARGET_XCASE 0x00004000
153 #define TARGET_ECHO 0x00000008
154 #define TARGET_ECHOE 0x00000002
155 #define TARGET_ECHOK 0x00000004
156 #define TARGET_ECHONL 0x00000010
157 #define TARGET_NOFLSH 0x80000000
158 #define TARGET_TOSTOP 0x00400000
159 #define TARGET_ECHOCTL 0x00000040
160 #define TARGET_ECHOPRT 0x00000020
161 #define TARGET_ECHOKE 0x00000001
162 #define TARGET_FLUSHO 0x00800000
163 #define TARGET_PENDIN 0x20000000
164 #define TARGET_IEXTEN 0x00000400
165 #define TARGET_EXTPROC 0x10000000
202 #define TARGET_TIOCEXCL 0x540C
203 #define TARGET_TIOCNXCL 0x540D
204 #define TARGET_TIOCSCTTY 0x540E
206 #define TARGET_TIOCSTI 0x5412
207 #define TARGET_TIOCMGET 0x5415
208 #define TARGET_TIOCMBIS 0x5416
209 #define TARGET_TIOCMBIC 0x5417
210 #define TARGET_TIOCMSET 0x5418
212 #define TARGET_TIOCGSOFTCAR 0x5419
213 #define TARGET_TIOCSSOFTCAR 0x541A
214 #define TARGET_TIOCLINUX 0x541C
215 #define TARGET_TIOCCONS 0x541D
216 #define TARGET_TIOCGSERIAL 0x541E
217 #define TARGET_TIOCSSERIAL 0x541F
218 #define TARGET_TIOCPKT 0x5420
220 #define TARGET_TIOCNOTTY 0x5422
221 #define TARGET_TIOCSETD 0x5423
222 #define TARGET_TIOCGETD 0x5424
223 #define TARGET_TCSBRKP 0x5425 /* Needed for POSIX tcsendbreak() */
224 #define TARGET_TIOCTTYGSTRUCT 0x5426 /* For debugging only */
225 #define TARGET_TIOCSBRK 0x5427 /* BSD compatibility */
226 #define TARGET_TIOCCBRK 0x5428 /* BSD compatibility */
227 #define TARGET_TIOCGSID 0x5429 /* Return the session ID of FD */
228 #define TARGET_TIOCGPTN TARGET_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
229 #define TARGET_TIOCSPTLCK TARGET_IOW('T',0x31, int) /* Lock/unlock Pty */
230 #define TARGET_TIOCGPTPEER TARGET_IO('T', 0x41) /* Safely open the slave */
232 #define TARGET_TIOCSERCONFIG 0x5453
233 #define TARGET_TIOCSERGWILD 0x5454
234 #define TARGET_TIOCSERSWILD 0x5455
235 #define TARGET_TIOCGLCKTRMIOS 0x5456
236 #define TARGET_TIOCSLCKTRMIOS 0x5457
237 #define TARGET_TIOCSERGSTRUCT 0x5458 /* For debugging only */
238 #define TARGET_TIOCSERGETLSR 0x5459 /* Get line status register */
240 # define TARGET_TIOCSER_TEMT 0x01 /* Transmitter physically empty */
241 #define TARGET_TIOCSERGETMULTI 0x545A /* Get multiport config */
242 #define TARGET_TIOCSERSETMULTI 0x545B /* Set multiport config */
244 #define TARGET_TIOCMIWAIT 0x545C /* wait for a change on serial input line(s) */
245 #define TARGET_TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */