HomeSort by: relevance | last modified time | path
    Searched defs:dzparam (Results 1 - 2 of 2) sorted by relevancy

  /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);
  /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",

Completed in 13 milliseconds