Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dz8530tty.c273 static int zsparam(struct tty *, struct termios *);
406 tp->t_param = zsparam; in zstty_attach()
451 (void) zsparam(tp, &t); in zstty_attach()
628 (void) zsparam(tp, &t); in zsopen()
967 zsparam(struct tty *tp, struct termios *t) in zsparam() function
/netbsd-src/sys/arch/atari/dev/
H A Dzs.c267 static int zsparam(struct tty *, struct termios *);
422 tp->t_param = zsparam; in zsopen()
444 (void)zsparam(tp, &tp->t_termios); in zsopen()
1088 zsparam(struct tty *tp, struct termios *t) in zsparam() function