Searched refs:TIOCSETD (Results 1 – 16 of 16) sorted by relevance
/openbsd/sys/sys/ |
H A D | ttycom.h | 85 #define TIOCSETD _IOW('t', 27, int) /* set line discipline */ macro
|
/openbsd/usr.sbin/pppd/ |
H A D | sys-bsd.c | 256 if (ioctl(fd, TIOCSETD, &pppdisc) == -1) { in establish_ppp() 283 ioctl(loop_slave, TIOCSETD, &x); in establish_ppp() 326 if (ioctl(loop_slave, TIOCSETD, &x) == -1) { in restore_loop() 359 if (initdisc >= 0 && ioctl(fd, TIOCSETD, &initdisc) == -1) in disestablish_ppp() 537 if (ioctl(ppp_fd, TIOCSETD, &pppdisc) == -1) { in open_ppp_loopback()
|
/openbsd/gnu/usr.bin/perl/h2pl/eg/sys/ |
H A D | ioctl.pl | 10 $TIOCSETD = 0x80047401;
|
/openbsd/usr.sbin/lpr/lpd/ |
H A D | key.c | 246 if (ioctl(0, TIOCSETD, &tmp) < 0) in f_tty()
|
/openbsd/sbin/ldattach/ |
H A D | ldattach.c | 262 if (ioctl(fd, TIOCSETD, &ldisc) == -1) { in main()
|
/openbsd/gnu/usr.bin/perl/h2pl/ |
H A D | README | 40 eval 'sub TIOCSETD {&_IOW("t", 1, \'int\');}';
|
/openbsd/bin/stty/ |
H A D | key.c | 326 if (ioctl(ip->fd, TIOCSETD, &tmp) == -1) in f_tty()
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_solaris.cpp | 179 unsigned IOCTL_TIOCSETD = TIOCSETD;
|
H A D | sanitizer_platform_limits_freebsd.cpp | 256 unsigned IOCTL_TIOCSETD = TIOCSETD;
|
H A D | sanitizer_platform_limits_posix.cpp | 576 unsigned IOCTL_TIOCSETD = TIOCSETD;
|
H A D | sanitizer_common_interceptors_ioctl.inc | 77 _(TIOCSETD, READ, sizeof(int));
|
H A D | sanitizer_platform_limits_netbsd.cpp | 2312 unsigned IOCTL_TIOCSETD = TIOCSETD;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1237 _(TIOCSETD, READ, sizeof(int));
|
/openbsd/usr.sbin/lpd/ |
H A D | lp_stty.c | 276 if (ioctl(0, TIOCSETD, &tmp) == -1) in f_tty()
|
/openbsd/sys/kern/ |
H A D | tty.c | 738 case TIOCSETD: in ttioctl() 936 case TIOCSETD: { /* set line discipline */ in ttioctl()
|
H A D | tty_pty.c | 855 case TIOCSETD: in ptyioctl()
|