Searched refs:first_vty (Results 1 – 2 of 2) sorted by relevance
1273 for (i = sc->first_vty; i < sc->first_vty + sc->vtys; i++) { in sctty_ioctl()1308 if ((i < sc->first_vty) || (i >= sc->first_vty + sc->vtys)) in sctty_ioctl()2794 if ((next_scr < sc->first_vty) || in sc_switch_scr()2795 (next_scr >= sc->first_vty + sc->vtys) || sc->switch_in_progress) { in sc_switch_scr()3169 for (i = sc->first_vty; i < sc->first_vty + sc->vtys; ++i) { in sc_change_cursor_shape()3302 sc->first_vty = unit * MAXCONS; in scinit()3312 init_scp(sc, sc->first_vty, scp); in scinit()3324 scp = alloc_scp(sc, sc->first_vty); in scinit()4010 for (i = (this_scr - sc->first_vty + 1) % in scgetc()4012 sc->first_vty + i != this_scr; in scgetc()[all …]
91 #define SC_DEV(sc, vty) ((sc)->dev[(vty) - (sc)->first_vty])216 int first_vty; member