Searched defs:cfgetispeed (Results 1 – 11 of 11) sorted by relevance
43 cfgetispeed(const struct termios *termios_p) in cfgetispeed() function
74 cfgetispeed(struct termios *termios_p) in cfgetispeed() function
77 # define cfgetispeed(tp) ((tp)->c_cflag & CBAUD) macro
56 # define cfgetispeed(tp) ((tp)->c_cflag & CBAUD) macro
77 #define cfgetispeed(ptr) (ptr)->sg_ispeed macro