termios            89 chrome/browser/extensions/api/serial/serial_connection_posix.cc                       struct termios* config,
termios           118 chrome/browser/extensions/api/serial/serial_connection_posix.cc   struct termios config;
termios           184 chrome/browser/extensions/api/serial/serial_connection_posix.cc   struct termios config;
termios           246 chrome/browser/extensions/api/serial/serial_connection_posix.cc   struct termios config;
termios            14 cloud_print/gcp20/prototype/conio_posix.cc   static termios oldt, newt;
termios           284 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.cc Error TtyNode::Tcgetattr(struct termios* termios_p) {
termios           291 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.cc                          const struct termios* termios_p) {
termios            37 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.h   virtual Error Tcgetattr(struct termios* termios_p);
termios            39 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.h                           const struct termios* termios_p);
termios            51 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.h   struct termios termios_;
termios           249 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc Error FuseFsNode::Tcgetattr(struct termios* termios_p) {
termios           255 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc                             const struct termios* termios_p) {
termios            53 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h   virtual Error Tcgetattr(struct termios* termios_p);
termios            55 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h                           const struct termios* termios_p);
termios           128 native_client_sdk/src/libraries/nacl_io/include/sys/termios.h speed_t cfgetispeed(const struct termios *termios_p);
termios           129 native_client_sdk/src/libraries/nacl_io/include/sys/termios.h speed_t cfgetospeed(const struct termios *termios_p);
termios           130 native_client_sdk/src/libraries/nacl_io/include/sys/termios.h int cfsetispeed(struct termios *termios_p, speed_t speed);
termios           131 native_client_sdk/src/libraries/nacl_io/include/sys/termios.h int cfsetospeed(struct termios *termios_p, speed_t speed);
termios           132 native_client_sdk/src/libraries/nacl_io/include/sys/termios.h int cfsetspeed(struct termios *termios_p, speed_t speed);
termios           137 native_client_sdk/src/libraries/nacl_io/include/sys/termios.h int tcgetattr(int fd, struct termios *termios_p);
termios           139 native_client_sdk/src/libraries/nacl_io/include/sys/termios.h int tcsetattr(int fd, int optional_actions, const struct termios *termios_p);
termios           364 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc int ki_tcgetattr(int fd, struct termios* termios_p) {
termios           370 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc                  const struct termios *termios_p) {
termios           123 native_client_sdk/src/libraries/nacl_io/kernel_intercept.h int ki_tcgetattr(int fd, struct termios* termios_p);
termios           125 native_client_sdk/src/libraries/nacl_io/kernel_intercept.h                  const struct termios *termios_p);
termios           903 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc int KernelProxy::tcgetattr(int fd, struct termios* termios_p) {
termios           921 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc                            const struct termios *termios_p) {
termios           149 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h   virtual int tcgetattr(int fd, struct termios* termios_p);
termios           151 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h                            const struct termios *termios_p);
termios           158 native_client_sdk/src/libraries/nacl_io/node.cc Error Node::Tcgetattr(struct termios* termios_p) { return EINVAL; }
termios           160 native_client_sdk/src/libraries/nacl_io/node.cc Error Node::Tcsetattr(int optional_actions, const struct termios* termios_p) {
termios            88 native_client_sdk/src/libraries/nacl_io/node.h   virtual Error Tcgetattr(struct termios* termios_p);
termios            90 native_client_sdk/src/libraries/nacl_io/node.h                           const struct termios* termios_p);
termios            31 native_client_sdk/src/libraries/nacl_io/ostermios.h int tcgetattr(int fd,struct termios *termios_p);
termios            32 native_client_sdk/src/libraries/nacl_io/ostermios.h int tcsetattr(int fd,int optional_actions,const struct termios *termios_p);
termios            16 native_client_sdk/src/libraries/nacl_io/syscalls/cfgetispeed.c speed_t cfgetispeed(const struct termios *termios_p) {
termios            16 native_client_sdk/src/libraries/nacl_io/syscalls/cfgetospeed.c speed_t cfgetospeed(const struct termios *termios_p) {
termios            15 native_client_sdk/src/libraries/nacl_io/syscalls/cfsetispeed.c int cfsetispeed(struct termios *termios_p, speed_t speed) {
termios            16 native_client_sdk/src/libraries/nacl_io/syscalls/cfsetospeed.c int cfsetospeed(struct termios *termios_p, speed_t speed) {
termios            16 native_client_sdk/src/libraries/nacl_io/syscalls/cfsetspeed.c int cfsetspeed(struct termios *termios_p, speed_t speed) {
termios            17 native_client_sdk/src/libraries/nacl_io/syscalls/tcgetattr.c int tcgetattr(int fd, struct termios* termios_p) {
termios            16 native_client_sdk/src/libraries/nacl_io/syscalls/tcsetattr.c int tcsetattr(int fd, int optional_actions, const struct termios* termios_p) {
termios           499 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc   struct termios term;
termios           505 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc   struct termios term;
termios            62 native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h   MOCK_METHOD2(tcgetattr, int(int, struct termios*));
termios            63 native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h   MOCK_METHOD3(tcsetattr, int(int, int, const struct termios*));
termios           219 native_client_sdk/src/tests/nacl_io_test/tty_test.cc   struct termios tattr;
termios            33 remoting/host/setup/start_host.cc   termios term;
termios            99 third_party/talloc/libreplace/getpass.c static struct termios t;