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

  /src/sys/arch/arm/ixp12x0/
ixp12x0_com.c 105 static int ixpcomparam(struct tty *, struct termios *);
211 tp->t_param = ixpcomparam;
258 ixpcomparam(struct tty *tp, struct termios *t) function in typeref:typename:int
555 /* Make sure ixpcomparam() will do something. */
557 (void) ixpcomparam(tp, &t);
ixp12x0_com.c 105 static int ixpcomparam(struct tty *, struct termios *);
211 tp->t_param = ixpcomparam;
258 ixpcomparam(struct tty *tp, struct termios *t) function in typeref:typename:int
555 /* Make sure ixpcomparam() will do something. */
557 (void) ixpcomparam(tp, &t);

Completed in 25 milliseconds