/src/sys/dev/dec/ |
dz.c | 176 static int dzparam(struct tty *, struct termios *); 388 tp->t_param = dzparam; 403 (void) dzparam(tp, &tp->t_termios); 574 dzparam(struct tty *tp, struct termios *t) function in typeref:typename:int 774 dzparam(tp, &tp->t_termios);
|
dz.c | 176 static int dzparam(struct tty *, struct termios *); 388 tp->t_param = dzparam; 403 (void) dzparam(tp, &tp->t_termios); 574 dzparam(struct tty *tp, struct termios *t) function in typeref:typename:int 774 dzparam(tp, &tp->t_termios);
|
/src/sys/arch/emips/ebus/ |
dz_ebus.c | 96 static int dzparam(struct tty *, struct termios *); 149 tp->t_param = dzparam; 164 (void)dzparam(tp, &tp->t_termios); 387 dzparam(struct tty *tp, struct termios *t) function in typeref:typename:int 416 printf("dzparam: c_ispeed %d ignored, keeping 38400\n",
|
dz_ebus.c | 96 static int dzparam(struct tty *, struct termios *); 149 tp->t_param = dzparam; 164 (void)dzparam(tp, &tp->t_termios); 387 dzparam(struct tty *tp, struct termios *t) function in typeref:typename:int 416 printf("dzparam: c_ispeed %d ignored, keeping 38400\n",
|