Searched refs:sc_alloc_tty (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.c225 static struct tty *sc_alloc_tty(int, int);
407 sc_alloc_tty(int index, int devnum) function
637 sc->dev[vc] = sc_alloc_tty(vc, vc + unit * MAXCONS);
3200 sc->dev[0] = sc_alloc_tty(0, unit * MAXCONS);

Completed in 74 milliseconds