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

  /src/sys/dev/ic/
com.c 167 int comparam(struct tty *, struct termios *);
854 tp->t_param = comparam;
1235 /* Make sure comparam() will do something. */
1237 (void) comparam(tp, &t);
1645 comparam(struct tty *tp, struct termios *t) function
1855 comstatus(sc, "comparam ");

Completed in 23 milliseconds