t_termios         537 bsp/drv/dev/base/tty.c 		if (copyout(&tp->t_termios, data,
t_termios         548 bsp/drv/dev/base/tty.c 		if (copyin(data, &tp->t_termios,
t_termios         617 bsp/drv/dev/base/tty.c 	memcpy(&tp->t_termios.c_cc, ttydefchars, sizeof(ttydefchars));
t_termios          61 bsp/drv/include/tty.h 	struct termios	t_termios;	/* termios state */
t_termios          75 bsp/drv/include/tty.h #define	t_iflag		t_termios.c_iflag
t_termios          76 bsp/drv/include/tty.h #define	t_oflag		t_termios.c_oflag
t_termios          77 bsp/drv/include/tty.h #define	t_cflag		t_termios.c_cflag
t_termios          78 bsp/drv/include/tty.h #define	t_lflag		t_termios.c_lflag
t_termios          79 bsp/drv/include/tty.h #define	t_cc		t_termios.c_cc
t_termios          80 bsp/drv/include/tty.h #define	t_ispeed	t_termios.c_ispeed
t_termios          81 bsp/drv/include/tty.h #define	t_ospeed	t_termios.c_ospeed