Lines Matching refs:_IO
223 #define TARGET_FIOCLEX _IO('f', 1)
224 #define TARGET_FIONCLEX _IO('f', 2)
241 #define TARGET_TCSBRK _IO('t', 29)
242 #define TARGET_TCXONC _IO('t', 30)
243 #define TARGET_TCFLSH _IO('t', 31)
247 #define TARGET_TIOCSTART _IO('t', 110) /* start output, like ^Q */
248 #define TARGET_TIOCSTOP _IO('t', 111) /* stop output, like ^S */
254 #define TARGET_TIOCEXCL _IO('T', 12)
255 #define TARGET_TIOCNXCL _IO('T', 13)
256 #define TARGET_TIOCSCTTY _IO('T', 14)
278 #define TARGET_TIOCCONS _IO('T', 29)
292 #define TARGET_TIOCNOTTY _IO('T', 34)
296 #define TARGET_TIOCSBRK _IO('T', 39) /* BSD compatibility */
297 #define TARGET_TIOCCBRK _IO('T', 40) /* BSD compatibility */
309 #define TARGET_TIOCVHANGUP _IO('T', 0x37)
313 #define TARGET_TIOCGPTPEER _IO('T', 0x41) /* Safely open the slave */
315 #define TARGET_TIOCSERCONFIG _IO('T', 83)
329 #define TARGET_TIOCMIWAIT _IO('T', 92) /* wait for a change on serial input line(s) */