Searched refs:TIOCNXCL (Results 1 – 8 of 8) sorted by relevance
31 #define TIOCNXCL 0x540D macro
29 #define TIOCNXCL 0x740e /* reset exclusive use of tty */ macro
821 #ifdef TIOCNXCL822 {"TIOCNXCL", TIOCNXCL},
274 case TIOCNXCL: in term_ioctl()
867 #define VKI_TIOCNXCL TIOCNXCL
524 unsigned IOCTL_TIOCNXCL = TIOCNXCL;
70 _(TIOCNXCL, NONE, 0);
574 if (ioctl(tty_fd, TIOCNXCL, 0) < 0) { in tty_disestablish_ppp()