| /src/sys/dev/ic/ |
| z8530tty.c | 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. * 967 zsparam(struct tty *tp, struct termios *t) function in typeref:typename:int [all...] |
| z8530tty.c | 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. * 967 zsparam(struct tty *tp, struct termios *t) function in typeref:typename:int [all...] |
| /src/sys/arch/atari/dev/ |
| zs.c | 267 static int zsparam(struct tty *, struct termios *); 422 tp->t_param = zsparam; 444 (void)zsparam(tp, &tp->t_termios); 1088 zsparam(struct tty *tp, struct termios *t) function in typeref:typename:int
|
| zs.c | 267 static int zsparam(struct tty *, struct termios *); 422 tp->t_param = zsparam; 444 (void)zsparam(tp, &tp->t_termios); 1088 zsparam(struct tty *tp, struct termios *t) function in typeref:typename:int
|