Searched refs:TIOCSETAF (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-nextstep.c | 68 return (ioctl(fd, TIOCSETAF, t)); in tcsetattr()
|
/freebsd/sys/sys/ |
H A D | ttycom.h | 60 #define TIOCSETAF _IOW('t', 22, struct termios) /* drn out, fls in, set */ macro
|
/freebsd/lib/libc/gen/ |
H A D | termios.c | 70 return (_ioctl(fd, TIOCSETAF, t)); in tcsetattr()
|
/freebsd/sys/kern/ |
H A D | tty.c | 582 case TIOCSETAF: in ttydev_ioctl() 613 if (cmd == TIOCSETA || cmd == TIOCSETAW || cmd == TIOCSETAF) { in ttydev_ioctl() 1725 case TIOCSETAF: { in tty_generic_ioctl() 1744 if (cmd == TIOCSETAW || cmd == TIOCSETAF) { in tty_generic_ioctl() 1748 if (cmd == TIOCSETAF) in tty_generic_ioctl()
|
H A D | tty_compat.c | 123 *com = (*com == TIOCSETP) ? TIOCSETAF : TIOCSETA; in ttsetcompat()
|
H A D | tty_pts.c | 312 case TIOCSETAF: in ptsdev_ioctl()
|
/freebsd/sys/compat/linux/ |
H A D | linux_ioctl.c | 708 error = (fo_ioctl(fp, TIOCSETAF, (caddr_t)&bios, td->td_ucred, in linux_ioctl_termio() 744 error = (fo_ioctl(fp, TIOCSETAF, (caddr_t)&bios, td->td_ucred, in linux_ioctl_termio()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 2310 unsigned IOCTL_TIOCSETAF = TIOCSETAF;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1235 _(TIOCSETAF, READ, 0);
|