TIOCEXCL
case TIOCEXCL:
case TIOCEXCL: /* set exclusive use of tty */
ioctl(FD, TIOCEXCL, 0);
if (ioctl(pfd, TIOCEXCL, NULL) < 0) {