Searched defs:cfgetospeed (Results 1 – 7 of 7) sorted by relevance
64 #define cfgetospeed(t) ((t)->c_cflag & CBAUD) macro145 #define cfgetospeed(t) ((t)->c_cflag & CBAUD) macro
80 speed_t cfgetospeed(const struct termios *t) in cfgetospeed() function
61 speed_t cfgetospeed(termios_p) in cfgetospeed() function
70 # define cfgetospeed(ptr) (ptr)->sg_ospeed macro93 # define cfgetospeed(ptr) ((ptr)->c_cflag&CBAUD) macro
121 cfgetospeed(const struct termios *t) in cfgetospeed() function
68 # define cfgetospeed(ptr) ((ptr)->c_cflag&CBAUD) macro
152 # define cfgetospeed(tp) ((tp)->c_cflag & CBAUD) macro