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

  /src/sys/dev/ic/
com.c 158 int comparam(struct tty *, struct termios *);
795 tp->t_param = comparam;
1140 /* Make sure comparam() will do something. */
1142 (void) comparam(tp, &t);
1548 comparam(struct tty *tp, struct termios *t) function in typeref:typename:int
1744 comstatus(sc, "comparam ");
com.c 158 int comparam(struct tty *, struct termios *);
795 tp->t_param = comparam;
1140 /* Make sure comparam() will do something. */
1142 (void) comparam(tp, &t);
1548 comparam(struct tty *tp, struct termios *t) function in typeref:typename:int
1744 comstatus(sc, "comparam ");
com.c 158 int comparam(struct tty *, struct termios *);
795 tp->t_param = comparam;
1140 /* Make sure comparam() will do something. */
1142 (void) comparam(tp, &t);
1548 comparam(struct tty *tp, struct termios *t) function in typeref:typename:int
1744 comstatus(sc, "comparam ");

Completed in 39 milliseconds