Searched refs:TIOCSETC (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/sys/ |
H A D | ioctl_compat.h | 79 #define TIOCSETC _IOW('t',17, struct tchars) /* set special characters */ macro
|
/freebsd/sys/kern/ |
H A D | tty_compat.c | 126 case TIOCSETC: { in ttsetcompat() 185 case TIOCSETC: in tty_ioctl_compat()
|
H A D | tty.c | 598 case TIOCSETC: in ttydev_ioctl()
|
/freebsd/contrib/tcsh/ |
H A D | sh.file.c | 138 (void) ioctl(SHIN, TIOCSETC, (ioctl_t) & tchars); in setup_tty() 151 (void) ioctl(SHIN, TIOCSETC, (ioctl_t) & tchars); in setup_tty()
|
H A D | mi.termios.c | 388 ioctl(filedes, TIOCSETC, (struct sgttyb *) &tcbuf) < 0 ?
|
H A D | ed.term.c | 735 RETRY(ioctl(fd, TIOCSETC, (ioctl_t) &td->d_tc)); in tty_setty()
|
/freebsd/contrib/telnet/telnet/ |
H A D | sys_bsd.c | 668 ioctl(tin, TIOCSETC, (char *)&tc); in TerminalNewMode()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 2137 unsigned IOCTL_TIOCSETC = TIOCSETC;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1052 _(TIOCSETC, READ, struct_tchars_sz);
|