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

  /src/sys/dev/goldfish/
gftty.c 120 static int gftty_param_locked(struct tty *, struct termios *);
467 (void) gftty_param_locked(tp, &t);
723 * gftty_param_locked --
727 gftty_param_locked(struct tty *tp, struct termios *t) function in typeref:typename:int
749 rv = gftty_param_locked(tp, t);

Completed in 47 milliseconds