Searched refs:TIOCCONS (Results 1 – 5 of 5) sorted by relevance
96 if ((unsigned) cmd == TIOCCONS && constty) { in cnioctl()
132 if ((unsigned) cmd == TIOCCONS && constty) { in cnioctl()
159 #define TIOCCONS _IOW('t', 98, int) /* become virtual console */ macro
506 return ttioctl_locked(tp, TIOCCONS, data, flag, p); in ttcompat()
1107 case TIOCCONS: { /* become virtual console */ in ttioctl_locked()