Home | History | Annotate | Download | only in ic

Lines Matching defs:zsparam

273 static int	zsparam(struct tty *, struct termios *);
406 tp->t_param = zsparam;
430 /* Call zsparam similar to open. */
443 * We defer the actual write of the register to zsparam(),
445 * the time zsparam() reads the initial rr0 state.
449 /* Make sure zsparam will see changes. */
451 (void) zsparam(tp, &t);
608 * We defer the actual write of the register to zsparam(),
610 * the time zsparam() reads the initial rr0 state.
625 /* Make sure zsparam will see changes. */
628 (void) zsparam(tp, &t);
632 * Note: zsparam has done: cflag, ispeed, ospeed
967 zsparam(struct tty *tp, struct termios *t)
1143 * in zsparam() and when PPS (pulse per second timing) state changes.