Lines Matching refs:termios
38 TYPE(struct termios); in termios_h()
39 STRUCT_MEMBER(struct termios, tcflag_t, c_iflag); in termios_h()
40 STRUCT_MEMBER(struct termios, tcflag_t, c_oflag); in termios_h()
41 STRUCT_MEMBER(struct termios, tcflag_t, c_cflag); in termios_h()
42 STRUCT_MEMBER(struct termios, tcflag_t, c_lflag); in termios_h()
43 STRUCT_MEMBER_ARRAY(struct termios, cc_t/*[]*/, c_cc); in termios_h()
156 FUNCTION(cfgetispeed, speed_t (*f)(const struct termios*)); in termios_h()
157 FUNCTION(cfgetospeed, speed_t (*f)(const struct termios*)); in termios_h()
158 FUNCTION(cfsetispeed, int (*f)(struct termios*, speed_t)); in termios_h()
159 FUNCTION(cfsetospeed, int (*f)(struct termios*, speed_t)); in termios_h()
163 FUNCTION(tcgetattr, int (*f)(int, struct termios*)); in termios_h()
166 FUNCTION(tcsetattr, int (*f)(int, int, const struct termios*)); in termios_h()