Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dz8530tty.c212 int zsparam(struct tty *, struct termios *);
329 tp->t_param = zsparam; in zstty_attach()
377 (void)zsparam(tp, &t); in zstty_attach()
540 (void)zsparam(tp, &t); in zsopen()
890 zsparam(struct tty *tp, struct termios *t) in zsparam() function