TIOCCONS          233 compat/common/tty_43.c 		return (ttioctl(tp, TIOCCONS, data, flag, p));
TIOCCONS          888 compat/hpux/hpux_compat.c 		error = (*fp->f_ops->fo_ioctl)(fp, TIOCCONS, dt, p);
TIOCCONS          664 compat/linux/linux_termios.c 		SCARG(&ia, com) = TIOCCONS;
TIOCCONS          459 compat/sunos/sunos_ioctl.c 		error = (*ctl)(fp, TIOCCONS, (caddr_t)&on, p);
TIOCCONS          504 compat/ultrix/ultrix_ioctl.c 		error = (*ctl)(fp, TIOCCONS, (caddr_t)&on, p);
TIOCCONS          164 dev/cons.c     	if (cmd == TIOCCONS && constty != NULL) {
TIOCCONS          796 kern/tty.c     	case TIOCCONS: {		/* become virtual console */