Searched refs:termios (Results 126 - 150 of 295) sorted by relevance

1234567891011>>

/freebsd-13-stable/usr.sbin/ppp/
H A Dasync.c38 #include <termios.h>
H A Dtcp.c43 #include <termios.h>
H A Dvjcomp.c42 #include <termios.h>
H A Dtty.c44 #include <termios.h>
103 struct termios ios; /* To be able to reset from raw mode */
437 struct termios ios;
484 struct termios tio;
536 struct termios ios;
680 struct termios ios;
/freebsd-13-stable/lib/libdpv/
H A Ddialog_util.c40 #include <termios.h>
88 struct termios t;
/freebsd-13-stable/contrib/telnet/telnet/
H A Dexterns.h56 # include <termios.h>
58 # define termio termios
/freebsd-13-stable/contrib/unbound/compat/
H A Dgetentropy_solaris.c37 #include <termios.h>
322 struct termios tios;
H A Dgetentropy_linux.c46 #include <termios.h>
399 struct termios tios;
H A Dgetentropy_osx.c39 #include <termios.h>
299 struct termios tios;
/freebsd-13-stable/sys/dev/nmdm/
H A Dnmdm.c301 bits_per_char(struct termios *t)
321 nmdm_param(struct tty *tp, struct termios *t)
/freebsd-13-stable/contrib/openpam/lib/libpam/
H A Dopenpam_ttyconv.c52 #include <termios.h>
88 struct termios tcattr;
/freebsd-13-stable/contrib/ntp/parseutil/
H A Dtestdcf.c44 #include <termios.h>
374 struct termios term;
/freebsd-13-stable/stand/userboot/test/
H A Dtest.c44 #include <termios.h>
50 struct termios term, oldterm;
/freebsd-13-stable/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.c54 #include <termios.h>
373 struct termios tio;
/freebsd-13-stable/usr.bin/morse/
H A Dmorse.c57 #include <termios.h>
294 static struct termios otty, ntty;
/freebsd-13-stable/sys/kern/
H A Dtty.c324 /* Set proper termios flags. */
616 struct termios *old = &tp->t_termios;
617 struct termios *new = (struct termios *)data;
618 struct termios *lock = TTY_CALLOUT(tp, dev) ?
870 *(struct termios*)data = *(struct termios*)dev->si_drv2;
877 *(struct termios*)dev->si_drv2 = *(struct termios*)data;
907 struct termios *
[all...]
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c48 struct termios old_tc = { 0 };
49 extern struct termios new_tc;
324 struct termios tmp_tc;
H A Dexterns.h368 extern struct termios new_tc;
/freebsd-13-stable/usr.sbin/bhyve/
H A Duart_emul.c50 #include <termios.h>
87 static struct termios tio_stdio_orig;
153 struct termios orig, new;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp54 #include <termios.h>
131 unsigned struct_termios_sz = sizeof(struct termios);
/freebsd-13-stable/sys/dev/usb/serial/
H A Dubser.c153 static int ubser_pre_param(struct ucom_softc *, struct termios *);
343 ubser_pre_param(struct ucom_softc *ucom, struct termios *t)
/freebsd-13-stable/contrib/tcsh/
H A Ded.term.h505 struct termios d_t;
/freebsd-13-stable/bin/stty/
H A Dkey.c259 struct termios def;
H A Dprint.c52 print(struct termios *tp, struct winsize *wp, int ldisc, enum FMT fmt)
/freebsd-13-stable/sys/contrib/openzfs/cmd/arcstat/
H A Darcstat.in298 import termios
300 data = fcntl.ioctl(sys.stdout.fileno(), termios.TIOCGWINSZ, '1234')

Completed in 178 milliseconds

1234567891011>>