Home
last modified time | relevance | path

Searched refs:TIOCEXCL (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.bin/tip/
H A Dhunt.c86 ioctl(FD, TIOCEXCL, 0); in hunt()
/dragonfly/sys/sys/
H A Dttycom.h74 #define TIOCEXCL _IO('t', 13) /* set exclusive use of tty */ macro
/dragonfly/sys/kern/
H A Dtty.c871 case TIOCEXCL: in ttioctl()
948 case TIOCEXCL: /* set exclusive use of tty */ in ttioctl()
/dragonfly/usr.sbin/lpr/lpd/
H A Dprintjob.c1821 if (ioctl(pfd, TIOCEXCL, NULL) < 0) { in setty()