Searched refs:mtty_param (Results 1 – 4 of 4) sorted by relevance
212 int mtty_param(struct tty *, struct termios *);
849 tp->t_param = mtty_param;922 (void)mtty_param(tp, &tp->t_termios);1275 mtty_param(tp, t) in mtty_param() function
227 int mtty_param(struct tty *, struct termios *);
818 tp->t_param = mtty_param; in mtty_attach()890 (void)mtty_param(tp, &tp->t_termios); in mttyopen()1231 mtty_param(struct tty *tp, struct termios *t) in mtty_param() function