Searched refs:SC_DEV (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/dev/syscons/ |
| H A D | syscons.c | 182 #define VTY_WCHAN(sc, vty) (&SC_DEV(sc, vty)) 848 cur_tty = SC_DEV(sc, sc->cur_scp->index); in sckbdevent() 1276 tp = SC_DEV(sc, i); in sctty_ioctl() 2030 tp = SC_DEV(scp->sc, scp->index); in sc_cnputc() 2805 tp = SC_DEV(sc, cur_scp->index); in sc_switch_scr() 2821 tp = SC_DEV(sc, next_scr); in sc_switch_scr() 3168 if ((tp = SC_DEV(sc, i)) == NULL) in sc_change_cursor_shape() 3905 tp = SC_DEV(sc, scp->index); in scgetc() 4013 SC_DEV(sc, sc->first_vty + i); in scgetc() 4030 SC_DEV(sc, sc->first_vty + i); in scgetc() [all …]
|
| H A D | syscons.h | 93 #define SC_DEV(sc, vty) ((sc)->dev[(vty) - (sc)->first_vty]) macro
|