Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libbc/libc/gen/common/
H A Dposix_tty.c42 cfgetospeed(struct termios *termios_p) in cfgetospeed() argument
53 cfsetospeed(struct termios *termios_p, speed_t speed) in cfsetospeed() argument
74 cfgetispeed(struct termios *termios_p) in cfgetispeed() argument
86 cfsetispeed(struct termios * termios_p,speed_t speed) cfsetispeed() argument
106 tcgetattr(int fd,struct termios * termios_p) tcgetattr() argument
115 tcsetattr(int fd,int option,struct termios * termios_p) tcsetattr() argument
[all...]
/titanic_51/usr/src/lib/libc/port/gen/
H A Dcfgetispeed.c43 cfgetispeed(const struct termios *termios_p) in cfgetispeed() argument
H A Dcfgetospeed.c43 cfgetospeed(const struct termios *termios_p) in cfgetospeed() argument
H A Dtcgetattr.c44 tcgetattr(int fildes, struct termios *termios_p) in tcgetattr() argument
H A Dcfsetispeed.c43 cfsetispeed(struct termios *termios_p, speed_t speed) in cfsetispeed() argument
H A Dcfsetospeed.c43 cfsetospeed(struct termios *termios_p, speed_t speed) in cfsetospeed() argument
H A Dtcsetattr.c45 tcsetattr(int fildes, int optional_actions, const struct termios *termios_p) in tcsetattr() argument