Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ofw/
H A Dofcons.c121 static int ofcons_param(struct tty *, struct termios *);
136 tp->t_param = ofcons_param; in ofcons_open()
147 ofcons_param(tp, &tp->t_termios); in ofcons_open()
244 ofcons_param(struct tty *tp, struct termios *t) in ofcons_param() function