Searched refs:TIOCCONS (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/dev/i386/
H A Dcons.c127 * XXX it did; use of the console device, a TIOCCONS would always
131 if ((unsigned) cmd == TIOCCONS && constty) {
/xnu-2422.115.4/bsd/sys/
H A Dttycom.h160 #define TIOCCONS _IOW('t', 98, int) /* become virtual console */ macro
/xnu-2422.115.4/bsd/kern/
H A Dtty_compat.c473 return (ttioctl_locked(tp, TIOCCONS, data, flag, p));
H A Dtty.c1156 case TIOCCONS: { /* become virtual console */

Completed in 86 milliseconds