Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dcy.c43 static int cyparam(struct tty *, struct termios *);
307 tp->t_param = cyparam; in cyopen()
357 cyparam(tp, &tp->t_termios); in cyopen()
639 cyparam(struct tty *tp, struct termios *t) in cyparam() function