Searched refs:TIOCEXCL (Results 1 – 15 of 15) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/ |
H A D | unixcomm.c | 261 #ifdef TIOCEXCL in Unix_OpenSerial() 262 if (ioctl(serpfd, TIOCEXCL) < 0) { in Unix_OpenSerial()
|
/openbsd/sys/sys/ |
H A D | ttycom.h | 75 #define TIOCEXCL _IO('t', 13) /* set exclusive use of tty */ macro
|
/openbsd/gnu/usr.bin/perl/h2pl/eg/sys/ |
H A D | ioctl.pl | 28 $TIOCEXCL = 0x2000740D;
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_solaris.cpp | 166 unsigned IOCTL_TIOCEXCL = TIOCEXCL;
|
H A D | sanitizer_platform_limits_freebsd.cpp | 243 unsigned IOCTL_TIOCEXCL = TIOCEXCL;
|
H A D | sanitizer_platform_limits_posix.cpp | 563 unsigned IOCTL_TIOCEXCL = TIOCEXCL;
|
H A D | sanitizer_common_interceptors_ioctl.inc | 64 _(TIOCEXCL, NONE, 0);
|
H A D | sanitizer_platform_limits_netbsd.cpp | 2304 unsigned IOCTL_TIOCEXCL = TIOCEXCL;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1229 _(TIOCEXCL, NONE, 0);
|
/openbsd/usr.sbin/lpd/ |
H A D | lp_stty.c | 497 if (ioctl(i.fd, TIOCEXCL, (char *)0) == -1) in lp_stty()
|
/openbsd/usr.bin/cu/ |
H A D | cu.c | 198 if (ioctl(line_fd, TIOCEXCL) != 0) in main()
|
/openbsd/usr.sbin/lpr/lpd/ |
H A D | printjob.c | 1525 if (ioctl(i.fd, TIOCEXCL, (char *)0) < 0) { in setty()
|
/openbsd/sys/kern/ |
H A D | kern_pledge.c | 1285 case TIOCEXCL: /* cu */ in pledge_ioctl()
|
H A D | tty.c | 772 case TIOCEXCL: /* set exclusive use of tty */ in ttioctl()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ChangeLog-2000 | 7221 * rdi-share/unixcomm.c: If the TIOCEXCL flags exists set serial line
|