Home
last modified time | relevance | path

Searched refs:TIOCSETP (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/telnet/libtelnet/
H A Dread_password.c99 if (ioctl(0,TIOCSETP,(char *)&tty_state) == -1)
132 if (ioctl(0,TIOCSETP,(char *)&tty_state))
/freebsd/sys/kern/
H A Dtty_compat.c99 case TIOCSETP: in ttsetcompat()
123 *com = (*com == TIOCSETP) ? TIOCSETAF : TIOCSETA; in ttsetcompat()
183 case TIOCSETP: in tty_ioctl_compat()
H A Dtty.c601 case TIOCSETP: in ttydev_ioctl()
/freebsd/sys/sys/
H A Dioctl_compat.h77 #define TIOCSETP _IOW('t', 9, struct sgttyb) /* set parameters */ macro
/freebsd/share/doc/psd/21.ipc/
H A Dspell.ok105 TIOCSETP
/freebsd/contrib/tcsh/
H A Dmi.termios.c387 return ioctl(filedes, TIOCSETP, &sgbuf) < 0 &&
H A Dsh.file.c146 (void) ioctl(SHIN, TIOCSETP, (ioctl_t) & sgtty); in setup_tty()
/freebsd/contrib/ee/
H A Dnew_curse.c2387 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 Drefclock_leitch.c341 if (ioctl(fd232, TIOCSETP, &ttyb) < 0) { in leitch_start()
H A Dntp_refclock.c1204 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 Dui_openssl.c127 # define TTY_set(tty,data) ioctl(tty,TIOCSETP,data)
/freebsd/contrib/ntp/clockstuff/
H A Dchutest.c197 if (ioctl(s, TIOCSETP, (char *)&ttyb) < 0) in openterm()
/freebsd/crypto/heimdal/appl/telnet/
H A DREADME.ORIG336 For non-termio systems, TIOCSETP was being used to
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2135 unsigned IOCTL_TIOCSETP = TIOCSETP;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1050 _(TIOCSETP, READ, struct_sgttyb_sz);