| /src/usr.bin/tip/ |
| hunt.c | 94 (void)ioctl(FD, TIOCEXCL, 0);
|
| /src/sys/sys/ |
| ttycom.h | 101 #define TIOCEXCL _IO('t', 13) /* set exclusive use of tty */
|
| /src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/ |
| pty.c | 43 #if defined(sun) && defined(LOCKPTY) && !defined(TIOCEXCL) 126 (void) ioctl(f, TIOCEXCL, (char *) 0);
|
| /src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/ |
| pty.c | 43 #if defined(sun) && defined(LOCKPTY) && !defined(TIOCEXCL) 126 (void) ioctl(f, TIOCEXCL, (char *) 0);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/ |
| ttycom.d | 51 enum uint TIOCEXCL = _IO('t', 13); // set exclusive use of tty 135 enum uint TIOCEXCL = _IO('t', 13); // set exclusive use of tty 236 enum uint TIOCEXCL = _IO('t', 13); // set exclusive use of tty
|
| ioctl.d | 185 enum TIOCEXCL = 0x540C;
|
| /src/sys/compat/linux/common/ |
| linux_termios.c | 295 SCARG(&ia, com) = TIOCEXCL;
|
| /src/sys/compat/linux32/common/ |
| linux32_termios.c | 303 SCARG(&ia, com) = TIOCEXCL;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_platform_limits_solaris.cc | 165 unsigned IOCTL_TIOCEXCL = TIOCEXCL;
|
| sanitizer_platform_limits_freebsd.cc | 222 unsigned IOCTL_TIOCEXCL = TIOCEXCL;
|
| sanitizer_common_interceptors_ioctl.inc | 65 _(TIOCEXCL, NONE, 0);
|
| sanitizer_platform_limits_posix.cc | 507 unsigned IOCTL_TIOCEXCL = TIOCEXCL;
|
| sanitizer_platform_limits_netbsd.cc | 2141 unsigned IOCTL_TIOCEXCL = TIOCEXCL;
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_platform_limits_solaris.cpp | 166 unsigned IOCTL_TIOCEXCL = TIOCEXCL;
|
| sanitizer_platform_limits_freebsd.cpp | 251 unsigned IOCTL_TIOCEXCL = TIOCEXCL;
|
| sanitizer_common_interceptors_ioctl.inc | 64 _(TIOCEXCL, NONE, 0);
|
| sanitizer_platform_limits_posix.cpp | 572 unsigned IOCTL_TIOCEXCL = TIOCEXCL;
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_platform_limits_solaris.cpp | 166 unsigned IOCTL_TIOCEXCL = TIOCEXCL;
|
| sanitizer_platform_limits_freebsd.cpp | 239 unsigned IOCTL_TIOCEXCL = TIOCEXCL;
|
| sanitizer_common_interceptors_ioctl.inc | 64 _(TIOCEXCL, NONE, 0);
|
| sanitizer_platform_limits_posix.cpp | 530 unsigned IOCTL_TIOCEXCL = TIOCEXCL;
|
| /src/sys/dev/sbus/ |
| bpp.c | 450 case TIOCEXCL:
|
| /src/external/bsd/ntp/dist/clockstuff/ |
| chutest.c | 189 if (ioctl(s, TIOCEXCL, (char *)0) < 0) 190 error("ioctl(TIOCEXCL)", "", "");
|
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_msfees.c | 464 #ifdef TIOCEXCL 466 if (ioctl(fd232, TIOCEXCL, (char *)0) < 0) { 467 msyslog(LOG_ERR, "ees clock: ioctl(%s, TIOCEXCL): %m", eesdev);
|
| /src/usr.sbin/lpr/lpd/ |
| printjob.c | 1539 if (ioctl(i.fd, TIOCEXCL, (char *)0) < 0) { 1540 syslog(LOG_ERR, "%s: ioctl(TIOCEXCL): %m", printer);
|