Home | History | Annotate | Download | only in vki

Lines Matching full:tty

145 #define VKI_SIGTTIN		26	/* Background read from tty (POSIX).  */
146 #define VKI_SIGTTOU 27 /* Background write to tty (POSIX). */
578 #define VKI_TIOCEXCL 0x740d /* set exclusive use of tty */
579 #define VKI_TIOCNXCL 0x740e /* reset exclusive use of tty */
597 #define VKI_TIOCNOTTY 0x5471 /* void tty association */
609 #define VKI_TIOCSPGRP _VKI_IOW('t', 118, int) /* set pgrp of tty */
610 #define VKI_TIOCGPGRP _VKI_IOR('t', 119, int) /* get pgrp of tty */
627 #define VKI_TIOCSCTTY 0x5480 /* become controlling tty */