Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/
H A Dttycom.h160 #define TIOCSCTTY _IO('t', 97) /* become controlling tty */ macro
/xnu-11215.1.10/bsd/kern/
H A Dtty_tty.c209 if (cmd == TIOCSCTTY) { /* don't allow controlling tty to be set */ in cttyioctl()
H A Dtty.c1454 case TIOCSCTTY: /* become controlling tty */ in ttioctl_locked()
/xnu-11215.1.10/bsd/vfs/
H A Dvfs_vnops.c1760 if (error == 0 && com == TIOCSCTTY) { in vn_ioctl()
H A Dvfs_syscalls.c4859 (void)(*fp->fp_glob->fg_ops->fo_ioctl)(fp, (int)TIOCSCTTY, in open1()