Searched refs:SC_DEV (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/syscons/ |
H A D | syscons.c | 180 #define VTY_WCHAN(sc, vty) (&SC_DEV(sc, vty)) 846 cur_tty = SC_DEV(sc, sc->cur_scp->index); in sckbdevent() 1274 tp = SC_DEV(sc, i); in sctty_ioctl() 2032 tp = SC_DEV(scp->sc, scp->index); in sc_cnputc() 2807 tp = SC_DEV(sc, cur_scp->index); in sc_switch_scr() 2823 tp = SC_DEV(sc, next_scr); in sc_switch_scr() 2841 sc->new_scp = sc_get_stat(SC_DEV(sc, next_scr)); in sc_switch_scr() 3170 if ((tp = SC_DEV(sc, i)) == NULL) in sc_change_cursor_shape() 3907 tp = SC_DEV(sc, scp->index); in scgetc() 4015 SC_DEV(sc, sc->first_vty + i); in scgetc() [all …]
|
H A D | syscons.h | 91 #define SC_DEV(sc, vty) ((sc)->dev[(vty) - (sc)->first_vty]) macro
|