Searched defs:termios_p (Results 1 – 6 of 6) sorted by relevance
41 cfgetispeed(const struct termios *termios_p) in cfgetispeed()
41 cfgetospeed(const struct termios *termios_p) in cfgetospeed()
41 cfsetispeed(struct termios *termios_p, speed_t speed) in cfsetispeed()
41 cfsetospeed(struct termios *termios_p, speed_t speed) in cfsetospeed()
42 tcgetattr(int fildes, struct termios *termios_p) in tcgetattr()
43 tcsetattr(int fildes, int optional_actions, const struct termios *termios_p) in tcsetattr()