Searched refs:TIOCSETP (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/telnet/libtelnet/ |
H A D | read_password.c | 99 if (ioctl(0,TIOCSETP,(char *)&tty_state) == -1) 132 if (ioctl(0,TIOCSETP,(char *)&tty_state))
|
/freebsd/sys/kern/ |
H A D | tty_compat.c | 99 case TIOCSETP: in ttsetcompat() 123 *com = (*com == TIOCSETP) ? TIOCSETAF : TIOCSETA; in ttsetcompat() 183 case TIOCSETP: in tty_ioctl_compat()
|
H A D | tty.c | 601 case TIOCSETP: in ttydev_ioctl()
|
/freebsd/sys/sys/ |
H A D | ioctl_compat.h | 77 #define TIOCSETP _IOW('t', 9, struct sgttyb) /* set parameters */ macro
|
/freebsd/share/doc/psd/21.ipc/ |
H A D | spell.ok | 105 TIOCSETP
|
/freebsd/contrib/tcsh/ |
H A D | mi.termios.c | 387 return ioctl(filedes, TIOCSETP, &sgbuf) < 0 &&
|
H A D | sh.file.c | 146 (void) ioctl(SHIN, TIOCSETP, (ioctl_t) & sgtty); in setup_tty()
|
/freebsd/contrib/ee/ |
H A D | new_curse.c | 2387 value = ioctl(0, TIOCSETP, &Terminal); 2659 value = ioctl(0, TIOCSETP, &Terminal); /* set characteristics */ in echo() 2673 value = ioctl(0, TIOCSETP, &Terminal); /* set characteristics */ in noecho() 2701 value = ioctl(0, TIOCSETP, &Terminal); /* set characteristics */ in raw() 2719 value = ioctl(0, TIOCSETP, &Terminal); /* set characteristics */ in noraw() 2808 value = ioctl(0, TIOCSETP, &Saved_tty); /* set characteristics */ in resetty()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_leitch.c | 341 if (ioctl(fd232, TIOCSETP, &ttyb) < 0) { in leitch_start()
|
H A D | ntp_refclock.c | 1204 if (ioctl(fd, TIOCSETP, (char *)ttyp) < 0) { in refclock_setup() 1206 msyslog(LOG_ERR, "refclock_setup TIOCSETP: %m"); in refclock_setup()
|
/freebsd/crypto/openssl/crypto/ui/ |
H A D | ui_openssl.c | 127 # define TTY_set(tty,data) ioctl(tty,TIOCSETP,data)
|
/freebsd/contrib/ntp/clockstuff/ |
H A D | chutest.c | 197 if (ioctl(s, TIOCSETP, (char *)&ttyb) < 0) in openterm()
|
/freebsd/crypto/heimdal/appl/telnet/ |
H A D | README.ORIG | 336 For non-termio systems, TIOCSETP was being used to
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 2135 unsigned IOCTL_TIOCSETP = TIOCSETP;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1050 _(TIOCSETP, READ, struct_sgttyb_sz);
|