Searched refs:TIOCEXCL (Results 1 – 8 of 8) sorted by relevance
30 #define TIOCEXCL 0x540C macro
28 #define TIOCEXCL 0x740d /* set exclusive use of tty */ macro
740 #ifdef TIOCEXCL741 {"TIOCEXCL", TIOCEXCL},
273 case TIOCEXCL: in term_ioctl()
866 #define VKI_TIOCEXCL TIOCEXCL
515 unsigned IOCTL_TIOCEXCL = TIOCEXCL;
61 _(TIOCEXCL, NONE, 0);
410 if (ioctl(tty_fd, TIOCEXCL, 0) < 0) { in tty_establish_ppp()