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

  /src/sys/dev/usb/
ucom.c 229 static int ucomparam(struct tty *, struct termios *);
361 tp->t_param = ucomparam;
624 /* Make sure ucomparam() will do something. */
626 (void) ucomparam(tp, &t);
1103 ucomparam(struct tty *tp, struct termios *t) function in typeref:typename:int

Completed in 12 milliseconds