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

/freebsd-12-stable/sys/dev/syscons/
H A Dsyscons.c177 #define VTY_WCHAN(sc, vty) (&SC_DEV(sc, vty))
844 cur_tty = SC_DEV(sc, sc->cur_scp->index);
1255 tp = SC_DEV(sc, i);
2009 tp = SC_DEV(scp->sc, scp->index);
2764 tp = SC_DEV(sc, cur_scp->index);
2782 tp = SC_DEV(sc, next_scr);
2799 sc->new_scp = sc_get_stat(SC_DEV(sc, next_scr));
3128 if ((tp = SC_DEV(sc, i)) == NULL)
3833 tp = SC_DEV(sc, scp->index);
3928 struct tty *tp = SC_DEV(s
[all...]
H A Dsyscons.h101 #define SC_DEV(sc, vty) ((sc)->dev[(vty) - (sc)->first_vty]) macro

Completed in 111 milliseconds