TIOCCONS
if (ioctl(ttyfd, TIOCCONS, &flag) == -1)
args->cmd = TIOCCONS;
case TIOCCONS:
return (tty_ioctl(tp, TIOCCONS, (caddr_t)&one, fflag, td));