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

  /src/sys/arch/evbarm/dev/
plcom.c 158 int plcomparam (struct tty *, struct termios *);
581 tp->t_param = plcomparam;
925 /* Make sure plcomparam() will do something. */
927 (void) plcomparam(tp, &t);
1402 plcomparam(struct tty *tp, struct termios *t) function in typeref:typename:int
1606 plcomstatus(sc, "plcomparam ");

Completed in 13 milliseconds