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

/freebsd-13-stable/sys/dev/syscons/
H A Dsyscons.c238 static struct tty *sc_alloc_tty(int, int);
428 sc_alloc_tty(int index, int devnum) function
658 sc->dev[vc] = sc_alloc_tty(vc, vc + unit * MAXCONS);
3321 sc->dev[0] = sc_alloc_tty(0, unit * MAXCONS);

Completed in 99 milliseconds