Searched defs:termios_p (Results 1 – 5 of 5) sorted by relevance
37 cfgetospeed (const struct termios *termios_p) in cfgetospeed()47 cfgetispeed (const struct termios *termios_p) in cfgetispeed()55 cfsetospeed (struct termios *termios_p, speed_t speed) in cfsetospeed()
33 __tcgetattr (int fd, struct termios *termios_p) in __tcgetattr()
44 __tcsetattr (int fd, int optional_actions, const struct termios *termios_p) in __tcsetattr()
35 tcsetattr (int fd, int optional_actions, const struct termios *termios_p) in tcsetattr()
Completed in 5 milliseconds