Searched refs:gftty_param (Results 1 – 1 of 1) sorted by relevance
121 static int gftty_param(struct tty *, struct termios *);218 tp->t_param = gftty_param; in gftty_attach()460 tp->t_param = gftty_param; in gftty_open()749 gftty_param(struct tty *tp, struct termios *t) in gftty_param() function