Home
last modified time | relevance | path

Searched refs:TIOCCONS (Results 1 – 5 of 5) sorted by relevance

/xnu-8796.121.2/bsd/dev/arm/
H A Dcons.c96 if ((unsigned) cmd == TIOCCONS && constty) { in cnioctl()
/xnu-8796.121.2/bsd/dev/i386/
H A Dcons.c132 if ((unsigned) cmd == TIOCCONS && constty) { in cnioctl()
/xnu-8796.121.2/bsd/sys/
H A Dttycom.h159 #define TIOCCONS _IOW('t', 98, int) /* become virtual console */ macro
/xnu-8796.121.2/bsd/kern/
H A Dtty_compat.c506 return ttioctl_locked(tp, TIOCCONS, data, flag, p); in ttcompat()
H A Dtty.c1107 case TIOCCONS: { /* become virtual console */ in ttioctl_locked()