Searched refs:termios (Results 1 – 16 of 16) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | ttycom.h | 60 #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 D | tty.h | 112 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 D | ttydevsw.h | 53 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.h | 220 struct termios { struct
|
| /f-stack/tools/libutil/ |
| H A D | pty.c | 50 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 D | libutil.h | 91 struct termios; 104 struct termios *_termp, struct winsize *_winp); 124 struct termios *_termp, struct winsize *_winp);
|
| /f-stack/freebsd/kern/ |
| H A D | tty_compat.c | 54 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 D | tty.c | 614 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 D | tty_pts.c | 316 *(struct termios*)data = tp->t_termios; in ptsdev_ioctl()
|
| /f-stack/dpdk/lib/librte_cmdline/ |
| H A D | cmdline.h | 38 struct termios oldterm;
|
| H A D | cmdline_os_unix.c | 14 struct termios term; in terminal_adjust()
|
| /f-stack/freebsd/contrib/dev/acpica/os_specific/service_layers/ |
| H A D | osunixxf.c | 194 struct termios OriginalTermAttributes; 242 struct termios LocalTermAttributes; in OsEnterLineEditMode() 265 sizeof (struct termios)); in OsEnterLineEditMode()
|
| /f-stack/freebsd/contrib/openzfs/cmd/arcstat/ |
| H A D | arcstat.in | 298 import termios 300 data = fcntl.ioctl(sys.stdout.fileno(), termios.TIOCGWINSZ, '1234')
|
| /f-stack/app/redis-5.0.5/deps/linenoise/ |
| H A D | linenoise.c | 127 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 D | libzfs_crypto.c | 272 struct termios old_term, new_term; in libzfs_getpassphrase()
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 4797 AcpiExec/Unix-OSL: Use <termios.h> instead of <termio.h>. This is the
|