Searched refs:TIOCEXCL (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/usr.bin/tip/tip/ |
| D | hunt.c | 103 ioctl(FD, TIOCEXCL, 0); in hunt()
|
| /freebsd-12-stable/sys/sys/ |
| D | ttycom.h | 55 #define TIOCEXCL _IO('t', 13) /* set exclusive use of tty */ macro
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_platform_limits_solaris.cpp | 165 unsigned IOCTL_TIOCEXCL = TIOCEXCL;
|
| D | sanitizer_platform_limits_freebsd.cpp | 230 unsigned IOCTL_TIOCEXCL = TIOCEXCL;
|
| D | sanitizer_platform_limits_posix.cpp | 523 unsigned IOCTL_TIOCEXCL = TIOCEXCL;
|
| D | sanitizer_common_interceptors_ioctl.inc | 64 _(TIOCEXCL, NONE, 0);
|
| D | sanitizer_platform_limits_netbsd.cpp | 2303 unsigned IOCTL_TIOCEXCL = TIOCEXCL;
|
| D | sanitizer_interceptors_ioctl_netbsd.inc | 1229 _(TIOCEXCL, NONE, 0);
|
| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | refclock_msfees.c | 462 #ifdef TIOCEXCL in msfees_start() 464 if (ioctl(fd232, TIOCEXCL, (char *)0) < 0) { in msfees_start()
|
| /freebsd-12-stable/contrib/ntp/clockstuff/ |
| D | chutest.c | 187 if (ioctl(s, TIOCEXCL, (char *)0) < 0) in openterm()
|
| /freebsd-12-stable/sys/kern/ |
| D | tty.c | 568 case TIOCEXCL: in ttydev_ioctl() 1936 case TIOCEXCL: in tty_generic_ioctl()
|
| /freebsd-12-stable/usr.sbin/lpr/lpd/ |
| D | printjob.c | 1968 if (ioctl(pfd, TIOCEXCL, (char *)0) < 0) { in setty()
|
| /freebsd-12-stable/sys/compat/linux/ |
| D | linux_ioctl.c | 843 args->cmd = TIOCEXCL; in linux_ioctl_termio()
|