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

/xnu-2422.115.4/bsd/sys/
H A Dttycom.h161 #define TIOCSCTTY _IO('t', 97) /* become controlling tty */ macro
/xnu-2422.115.4/bsd/kern/
H A Dtty_tty.c209 if (cmd == TIOCSCTTY) { /* don't allow controlling tty to be set */
H A Dtty.c1021 * EPERM TIOCSCTTY failed
1386 case TIOCSCTTY: /* become controlling tty */
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_vnops.c1358 if (error == 0 && com == TIOCSCTTY) {

Completed in 34 milliseconds