Home
last modified time | relevance | path

Searched refs:TIOCNXCL (Results 1 – 7 of 7) sorted by relevance

/trueos/usr.bin/tip/libacu/
HDv831.c147 ioctl(FD, TIOCNXCL, NULL); in v831_disconnect()
162 ioctl(FD, TIOCNXCL, NULL); in v831_abort()
/trueos/tools/tools/tionxcl/
HDtionxcl.c95 if (0 != ioctl(fd, TIOCNXCL, 0)) in main()
/trueos/sys/sys/
HDttycom.h64 #define TIOCNXCL _IO('t', 14) /* reset exclusive use of tty */ macro
/trueos/contrib/opie/
HDopielogin.c815 #ifdef TIOCNXCL
817 ioctl(0, TIOCNXCL, 0); /* set non-exclusive use of tty */
/trueos/usr.bin/tip/tip/
HDtip.c334 ioctl(FD, TIOCNXCL, 0); in unexcl()
/trueos/sys/kern/
HDtty.c519 case TIOCNXCL: in ttydev_ioctl()
1782 case TIOCNXCL: in tty_generic_ioctl()
/trueos/sys/compat/linux/
HDlinux_ioctl.c853 args->cmd = TIOCNXCL; in linux_ioctl_termio()