Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
HDterminal.h39 #undef TIOCSETP
40 #define TIOCSETP TCSETAF macro
HDremote-utils.c103 ioctl (remote_desc, TIOCSETP, &sg); in remote_open()
/freebsd-11-stable/contrib/gdb/gdb/
HDterminal.h67 #undef TIOCSETP
68 #define TIOCSETP TCSETAF macro
HDser-unix.c313 return (ioctl (scb->fd, TIOCSETP, &state.sgttyb)); in hardwire_drain_output()
/freebsd-11-stable/contrib/telnet/libtelnet/
HDread_password.c103 if (ioctl(0,TIOCSETP,(char *)&tty_state) == -1)
136 if (ioctl(0,TIOCSETP,(char *)&tty_state))
/freebsd-11-stable/contrib/top/
HDscreen.c254 (void) ioctl(STDOUT, TIOCSETP, &new_settings); in init_screen()
348 (void) ioctl(STDOUT, TIOCSETP, &old_settings); in end_screen()
370 (void) ioctl(STDOUT, TIOCSETP, &new_settings); in reinit_screen()
/freebsd-11-stable/sys/kern/
HDtty_compat.c103 case TIOCSETP: in ttsetcompat()
127 *com = (*com == TIOCSETP) ? TIOCSETAF : TIOCSETA; in ttsetcompat()
187 case TIOCSETP: in tty_ioctl_compat()
HDtty.c573 case TIOCSETP: in ttydev_ioctl()
/freebsd-11-stable/sys/sys/
HDioctl_compat.h78 #define TIOCSETP _IOW('t', 9, struct sgttyb) /* set parameters */ macro
/freebsd-11-stable/share/doc/psd/21.ipc/
HDspell.ok105 TIOCSETP
/freebsd-11-stable/contrib/tcsh/
HDmi.termios.c387 return ioctl(filedes, TIOCSETP, &sgbuf) < 0 &&
HDsh.file.c146 (void) ioctl(SHIN, TIOCSETP, (ioctl_t) & sgtty); in setup_tty()
/freebsd-11-stable/crypto/openssl/crypto/des/
HDread_pwd.c168 # define TTY_set(tty,data) ioctl(tty,TIOCSETP,data)
/freebsd-11-stable/contrib/ee/
HDnew_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-11-stable/crypto/openssl/crypto/ui/
HDui_openssl.c242 # define TTY_set(tty,data) ioctl(tty,TIOCSETP,data)
/freebsd-11-stable/contrib/ntp/ntpd/
HDrefclock_leitch.c341 if (ioctl(fd232, TIOCSETP, &ttyb) < 0) { in leitch_start()
HDntp_refclock.c1125 if (ioctl(fd, TIOCSETP, (char *)ttyp) < 0) { in refclock_setup()
/freebsd-11-stable/contrib/ntp/clockstuff/
HDchutest.c197 if (ioctl(s, TIOCSETP, (char *)&ttyb) < 0) in openterm()
/freebsd-11-stable/crypto/heimdal/appl/telnet/
HDREADME.ORIG336 For non-termio systems, TIOCSETP was being used to
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_netbsd.cpp1850 unsigned IOCTL_TIOCSETP = TIOCSETP;
HDsanitizer_interceptors_ioctl_netbsd.inc1053 _(TIOCSETP, READ, struct_sgttyb_sz);