Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/sparc64/dev/
H A Dvcons.c65 int vconsparam(struct tty *, struct termios *);
193 tp->t_param = vconsparam; in vconsopen()
341 vconsparam(struct tty *tp, struct termios *t) in vconsparam() function