Lines Matching refs:_IO
176 #define _IO(g, n) _IOC (IOC_VOID, (g), (n), 0) macro
214 #define TIOCEXCL _IO('t', 13) /* set exclusive use of tty */
215 #define TIOCNXCL _IO('t', 14) /* reset exclusive use of tty */
226 #define TIOCSBRK _IO('t', 123) /* set break bit */
227 #define TIOCCBRK _IO('t', 122) /* clear break bit */
228 #define TIOCSDTR _IO('t', 121) /* set data terminal ready */
229 #define TIOCCDTR _IO('t', 120) /* clear data terminal ready */
235 #define TIOCNOTTY _IO('t', 113) /* void tty association */
245 #define TIOCSTOP _IO('t', 111) /* stop output, like ^S */
246 #define TIOCSTART _IO('t', 110) /* start output, like ^Q */
255 #define UIOCCMD(n) _IO('u', n) /* usr cntl op "n" */
257 #define TIOCSCTTY _IO('t', 97) /* become controlling tty */
259 #define TIOCSIG _IO('t', 95) /* pty: generate signal */
260 #define TIOCDRAIN _IO('t', 94) /* wait till output drained */
267 #define FIOCLEX _IO('f', 1) /* set close on exec on fd */
268 #define FIONCLEX _IO('f', 2) /* remove close on exec */
334 #define TIOCHPCL _IO('t', 2) /* hang up on last close */
408 #define OTIOCCONS _IO('t', 98) /* for hp300 -- sans int arg */