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/
Dcfgetispeed.c8 speed_t cfgetispeed(const struct termios *termios_p) { in cfgetispeed()
Dcfgetospeed.c8 speed_t cfgetospeed(const struct termios *termios_p) { in cfgetospeed()
Dtcgetattr.c8 int tcgetattr(int fd, struct termios* termios_p) { in tcgetattr()
Dcfsetispeed.c8 int cfsetispeed(struct termios *termios_p, speed_t speed) { in cfsetispeed()
Dcfsetospeed.c8 int cfsetospeed(struct termios *termios_p, speed_t speed) { in cfsetospeed()
Dcfsetspeed.c8 int cfsetspeed(struct termios *termios_p, speed_t speed) { in cfsetspeed()
Dtcsetattr.c8 int tcsetattr(int fd, int optional_actions, const struct termios* termios_p) { in tcsetattr()
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dmount_node_tty.cc287 Error MountNodeTty::Tcgetattr(struct termios* termios_p) { in Tcgetattr()
294 const struct termios *termios_p) { in Tcsetattr()
Dmount_node.cc162 Error MountNode::Tcgetattr(struct termios* termios_p) { in Tcgetattr()
167 const struct termios *termios_p) { in Tcsetattr()
Dmount_fuse.cc256 Error MountNodeFuse::Tcgetattr(struct termios* termios_p) { in Tcgetattr()
262 const struct termios* termios_p) { in Tcsetattr()
Dkernel_intercept.cc318 int ki_tcgetattr(int fd, struct termios* termios_p) { in ki_tcgetattr()
324 const struct termios *termios_p) { in ki_tcsetattr()
Dkernel_proxy.cc871 int KernelProxy::tcgetattr(int fd, struct termios* termios_p) { in tcgetattr()
889 const struct termios *termios_p) { in tcsetattr()
/external/qemu/
Dqemu-char.c901 static void cfmakeraw (struct termios *termios_p) in cfmakeraw()