Home
last modified time | relevance | path

Searched refs:termios (Results 1 – 16 of 16) sorted by relevance

/f-stack/freebsd/sys/
H A Dttycom.h60 #define TIOCGETA _IOR('t', 19, struct termios) /* get termios struct */
61 #define TIOCSETA _IOW('t', 20, struct termios) /* set termios struct */
62 #define TIOCSETAW _IOW('t', 21, struct termios) /* drain output, set */
63 #define TIOCSETAF _IOW('t', 22, struct termios) /* drn out, fls in, set */
H A Dtty.h112 struct termios t_termios; /* (t) I/O processing flags. */
119 struct termios t_termios_init_in; /* tty%s.init. */
120 struct termios t_termios_lock_in; /* tty%s.lock. */
121 struct termios t_termios_init_out; /* cua%s.init. */
122 struct termios t_termios_lock_out; /* cua%s.lock. */
H A Dttydevsw.h53 typedef int tsw_param_t(struct tty *tp, struct termios *t);
155 ttydevsw_param(struct tty *tp, struct termios *t) in ttydevsw_param()
H A D_termios.h220 struct termios { struct
/f-stack/tools/libutil/
H A Dpty.c50 openpty(int *amaster, int *aslave, char *name, struct termios *termp, in openpty()
91 forkpty(int *amaster, char *name, struct termios *termp, struct winsize *winp) in forkpty()
H A Dlibutil.h91 struct termios;
104 struct termios *_termp, struct winsize *_winp);
124 struct termios *_termp, struct winsize *_winp);
/f-stack/freebsd/kern/
H A Dtty_compat.c54 static void ttcompatsetflags(struct tty *tp, struct termios *t);
55 static void ttcompatsetlflags(struct tty *tp, struct termios *t);
100 ttsetcompat(struct tty *tp, u_long *com, caddr_t data, struct termios *term) in ttsetcompat()
194 struct termios term; in tty_ioctl_compat()
336 ttcompatsetflags(struct tty *tp, struct termios *t) in ttcompatsetflags()
413 ttcompatsetlflags(struct tty *tp, struct termios *t) in ttcompatsetlflags()
H A Dtty.c614 struct termios *old = &tp->t_termios; in ttydev_ioctl()
615 struct termios *new = (struct termios *)data; in ttydev_ioctl()
616 struct termios *lock = TTY_CALLOUT(tp, dev) ? in ttydev_ioctl()
868 *(struct termios*)data = *(struct termios*)dev->si_drv2; in ttyil_ioctl()
875 *(struct termios*)dev->si_drv2 = *(struct termios*)data; in ttyil_ioctl()
905 struct termios *t = &tp->t_termios_init_in; in tty_init_termios()
921 struct termios *ti = &tp->t_termios_init_in; in tty_init_console()
922 struct termios *to = &tp->t_termios_init_out; in tty_init_console()
1700 *(struct termios*)data = tp->t_termios; in tty_generic_ioctl()
1705 struct termios *t = data; in tty_generic_ioctl()
[all …]
H A Dtty_pts.c316 *(struct termios*)data = tp->t_termios; in ptsdev_ioctl()
/f-stack/dpdk/lib/librte_cmdline/
H A Dcmdline.h38 struct termios oldterm;
H A Dcmdline_os_unix.c14 struct termios term; in terminal_adjust()
/f-stack/freebsd/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c194 struct termios OriginalTermAttributes;
242 struct termios LocalTermAttributes; in OsEnterLineEditMode()
265 sizeof (struct termios)); in OsEnterLineEditMode()
/f-stack/freebsd/contrib/openzfs/cmd/arcstat/
H A Darcstat.in298 import termios
300 data = fcntl.ioctl(sys.stdout.fileno(), termios.TIOCGWINSZ, '1234')
/f-stack/app/redis-5.0.5/deps/linenoise/
H A Dlinenoise.c127 static struct termios orig_termios; /* In order to restore at exit.*/
219 struct termios raw; in enableRawMode()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c272 struct termios old_term, new_term; in libzfs_getpassphrase()
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt4797 AcpiExec/Unix-OSL: Use <termios.h> instead of <termio.h>. This is the