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

  /src/sys/arch/amiga/dev/
ser.c 119 int serparam(struct tty *, struct termios *);
271 tp->t_param = serparam;
337 /* Make sure serparam() will do something. */
339 serparam(tp, &t);
763 serparam(struct tty *tp, struct termios *t) function in typeref:typename:int
  /src/sys/arch/atari/dev/
ser.c 226 static int serparam(struct tty *, struct termios *);
415 tp->t_param = serparam;
441 (void)serparam(tp, &t);
659 serparam(struct tty *tp, struct termios *t) function in typeref:typename:int
793 serstatus(sc, "serparam ");

Completed in 12 milliseconds