Searched defs:termios_p (Results 1 – 13 of 13) sorted by relevance
8 speed_t cfgetispeed(const struct termios *termios_p) { in cfgetispeed()
8 speed_t cfgetospeed(const struct termios *termios_p) { in cfgetospeed()
8 int tcgetattr(int fd, struct termios* termios_p) { in tcgetattr()
8 int cfsetispeed(struct termios *termios_p, speed_t speed) { in cfsetispeed()
8 int cfsetospeed(struct termios *termios_p, speed_t speed) { in cfsetospeed()
8 int cfsetspeed(struct termios *termios_p, speed_t speed) { in cfsetspeed()
8 int tcsetattr(int fd, int optional_actions, const struct termios* termios_p) { in tcsetattr()
287 Error MountNodeTty::Tcgetattr(struct termios* termios_p) { in Tcgetattr()294 const struct termios *termios_p) { in Tcsetattr()
162 Error MountNode::Tcgetattr(struct termios* termios_p) { in Tcgetattr()167 const struct termios *termios_p) { in Tcsetattr()
256 Error MountNodeFuse::Tcgetattr(struct termios* termios_p) { in Tcgetattr()262 const struct termios* termios_p) { in Tcsetattr()
318 int ki_tcgetattr(int fd, struct termios* termios_p) { in ki_tcgetattr()324 const struct termios *termios_p) { in ki_tcsetattr()
871 int KernelProxy::tcgetattr(int fd, struct termios* termios_p) { in tcgetattr()889 const struct termios *termios_p) { in tcsetattr()
901 static void cfmakeraw (struct termios *termios_p) in cfmakeraw()