Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/tip/tip/
Dhunt.c103 ioctl(FD, TIOCEXCL, 0); in hunt()
/freebsd-12-stable/sys/sys/
Dttycom.h55 #define TIOCEXCL _IO('t', 13) /* set exclusive use of tty */ macro
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_solaris.cpp165 unsigned IOCTL_TIOCEXCL = TIOCEXCL;
Dsanitizer_platform_limits_freebsd.cpp230 unsigned IOCTL_TIOCEXCL = TIOCEXCL;
Dsanitizer_platform_limits_posix.cpp523 unsigned IOCTL_TIOCEXCL = TIOCEXCL;
Dsanitizer_common_interceptors_ioctl.inc64 _(TIOCEXCL, NONE, 0);
Dsanitizer_platform_limits_netbsd.cpp2303 unsigned IOCTL_TIOCEXCL = TIOCEXCL;
Dsanitizer_interceptors_ioctl_netbsd.inc1229 _(TIOCEXCL, NONE, 0);
/freebsd-12-stable/contrib/ntp/ntpd/
Drefclock_msfees.c462 #ifdef TIOCEXCL in msfees_start()
464 if (ioctl(fd232, TIOCEXCL, (char *)0) < 0) { in msfees_start()
/freebsd-12-stable/contrib/ntp/clockstuff/
Dchutest.c187 if (ioctl(s, TIOCEXCL, (char *)0) < 0) in openterm()
/freebsd-12-stable/sys/kern/
Dtty.c568 case TIOCEXCL: in ttydev_ioctl()
1936 case TIOCEXCL: in tty_generic_ioctl()
/freebsd-12-stable/usr.sbin/lpr/lpd/
Dprintjob.c1968 if (ioctl(pfd, TIOCEXCL, (char *)0) < 0) { in setty()
/freebsd-12-stable/sys/compat/linux/
Dlinux_ioctl.c843 args->cmd = TIOCEXCL; in linux_ioctl_termio()