Home
last modified time | relevance | path

Searched refs:scparam (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/misc/syscons/
HDsyscons.c173 static int scparam(struct tty *tp, struct termios *t);
731 tp->t_param = scparam; in scopen()
750 scparam(tp, &tp->t_termios); in scopen()
949 scparam(struct tty *tp, struct termios *t) in scparam() function