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

  /src/sys/dev/marvell/
gtmpsc.c 116 STATIC int gtmpscparam(struct tty *, struct termios *);
339 tp->t_param = gtmpscparam;
570 /* Make sure gtmpscparam() will do something. */
572 (void) gtmpscparam(tp, &t);
799 gtmpscparam(struct tty *tp, struct termios *t) function in typeref:typename:STATIC int

Completed in 13 milliseconds