Home
last modified time | relevance | path

Searched defs:termios_p (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
Dcfgetospeed.c16 speed_t cfgetospeed(const struct termios *termios_p) { in cfgetospeed()
Dcfgetispeed.c16 speed_t cfgetispeed(const struct termios *termios_p) { in cfgetispeed()
Dcfsetspeed.c16 int cfsetspeed(struct termios *termios_p, speed_t speed) { in cfsetspeed()
Dcfsetospeed.c16 int cfsetospeed(struct termios *termios_p, speed_t speed) { in cfsetospeed()
Dtcgetattr.c17 int tcgetattr(int fd, struct termios* termios_p) { in tcgetattr()
Dcfsetispeed.c15 int cfsetispeed(struct termios *termios_p, speed_t speed) { in cfsetispeed()
Dtcsetattr.c16 int tcsetattr(int fd, int optional_actions, const struct termios* termios_p) { in tcsetattr()
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
Dtty_node.cc310 Error TtyNode::Tcgetattr(struct termios* termios_p) { in Tcgetattr()
317 const struct termios* termios_p) { in Tcsetattr()
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dnode.cc171 Error Node::Tcgetattr(struct termios* termios_p) { in Tcgetattr()
175 Error Node::Tcsetattr(int optional_actions, const struct termios* termios_p) { in Tcsetattr()
Dkernel_intercept.cc387 int ki_tcgetattr(int fd, struct termios* termios_p) { in ki_tcgetattr()
394 const struct termios* termios_p) { in ki_tcsetattr()
Dkernel_proxy.cc942 int KernelProxy::tcgetattr(int fd, struct termios* termios_p) { in tcgetattr()
961 const struct termios* termios_p) { in tcsetattr()
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
Dfuse_fs.cc251 Error FuseFsNode::Tcgetattr(struct termios* termios_p) { in Tcgetattr()
257 const struct termios* termios_p) { in Tcsetattr()
/external/qemu/
Dqemu-char.c901 static void cfmakeraw (struct termios *termios_p) in cfmakeraw()