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

  /src/sys/arch/sh3/dev/
sci.c 130 static int sciparam(struct tty *, struct termios *);
422 tp->t_param = sciparam;
488 sciparam(struct tty *tp, struct termios *t) function in typeref:typename:int
583 DPRINTF(("%s: sciparam\n", device_xname(sc->sc_dev)));
678 /* Make sure sciparam() will do something. */
680 (void) sciparam(tp, &t);
sci.c 130 static int sciparam(struct tty *, struct termios *);
422 tp->t_param = sciparam;
488 sciparam(struct tty *tp, struct termios *t) function in typeref:typename:int
583 DPRINTF(("%s: sciparam\n", device_xname(sc->sc_dev)));
678 /* Make sure sciparam() will do something. */
680 (void) sciparam(tp, &t);

Completed in 29 milliseconds