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