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

  /src/sys/dev/ofw/
ofcons.c 121 static int ofcons_param(struct tty *, struct termios *);
136 tp->t_param = ofcons_param;
147 ofcons_param(tp, &tp->t_termios);
244 ofcons_param(struct tty *tp, struct termios *t) function

Completed in 15 milliseconds