Searched defs:termios_p (Results 1 – 13 of 13) sorted by relevance
16 speed_t cfgetospeed(const struct termios *termios_p) { in cfgetospeed()
16 speed_t cfgetispeed(const struct termios *termios_p) { in cfgetispeed()
16 int cfsetspeed(struct termios *termios_p, speed_t speed) { in cfsetspeed()
16 int cfsetospeed(struct termios *termios_p, speed_t speed) { in cfsetospeed()
17 int tcgetattr(int fd, struct termios* termios_p) { in tcgetattr()
15 int cfsetispeed(struct termios *termios_p, speed_t speed) { in cfsetispeed()
16 int tcsetattr(int fd, int optional_actions, const struct termios* termios_p) { in tcsetattr()
310 Error TtyNode::Tcgetattr(struct termios* termios_p) { in Tcgetattr()317 const struct termios* termios_p) { in Tcsetattr()
171 Error Node::Tcgetattr(struct termios* termios_p) { in Tcgetattr()175 Error Node::Tcsetattr(int optional_actions, const struct termios* termios_p) { in Tcsetattr()
387 int ki_tcgetattr(int fd, struct termios* termios_p) { in ki_tcgetattr()394 const struct termios* termios_p) { in ki_tcsetattr()
942 int KernelProxy::tcgetattr(int fd, struct termios* termios_p) { in tcgetattr()961 const struct termios* termios_p) { in tcsetattr()
251 Error FuseFsNode::Tcgetattr(struct termios* termios_p) { in Tcgetattr()257 const struct termios* termios_p) { in Tcsetattr()
901 static void cfmakeraw (struct termios *termios_p) in cfmakeraw()