Home
last modified time | relevance | path

Searched refs:gftty_param (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/goldfish/
H A Dgftty.c121 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