Home
last modified time | relevance | path

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

/dragonfly/sys/dev/serial/sio/
H A Dsio.c163 static int comparam (struct tty *tp, struct termios *t);
334 error = comparam(tp, &tp->t_termios); in sysctl_machdep_comdefaultrate()
1338 tp->t_param = comparam; in sioopen()
1347 error = comparam(tp, &tp->t_termios); in sioopen()
2253 comparam(struct tty *tp, struct termios *t) in comparam() function