_IO 242 include/sys/termios.h #define TIOCEXCL _IO('t', 13) /* set exclusive use of tty */ _IO 243 include/sys/termios.h #define TIOCNXCL _IO('t', 14) /* reset exclusive use of tty */ _IO 254 include/sys/termios.h #define TIOCSBRK _IO('t', 123) /* set break bit */ _IO 255 include/sys/termios.h #define TIOCCBRK _IO('t', 122) /* clear break bit */ _IO 256 include/sys/termios.h #define TIOCSDTR _IO('t', 121) /* set data terminal ready */ _IO 257 include/sys/termios.h #define TIOCCDTR _IO('t', 120) /* clear data terminal ready */ _IO 263 include/sys/termios.h #define TIOCNOTTY _IO('t', 113) /* void tty association */ _IO 265 include/sys/termios.h #define TIOCSTOP _IO('t', 111) /* stop output, like ^S */ _IO 266 include/sys/termios.h #define TIOCSTART _IO('t', 110) /* start output, like ^Q */ _IO 273 include/sys/termios.h #define UIOCCMD(n) _IO('u', n) /* usr cntl op "n" */ _IO 275 include/sys/termios.h #define TIOCSCTTY _IO('t', 97) /* become controlling tty */ _IO 276 include/sys/termios.h #define TIOCDRAIN _IO('t', 94) /* wait till output drained */