Home
last modified time | relevance | path

Searched defs:termios_p (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcfgetospeed.c41 cfgetospeed(const struct termios *termios_p) in cfgetospeed()
H A Dcfgetispeed.c41 cfgetispeed(const struct termios *termios_p) in cfgetispeed()
H A Dcfsetispeed.c41 cfsetispeed(struct termios *termios_p, speed_t speed) in cfsetispeed()
H A Dcfsetospeed.c41 cfsetospeed(struct termios *termios_p, speed_t speed) in cfsetospeed()
H A Dtcgetattr.c42 tcgetattr(int fildes, struct termios *termios_p) in tcgetattr()
H A Dtcsetattr.c43 tcsetattr(int fildes, int optional_actions, const struct termios *termios_p) in tcsetattr()