Searched refs:vtys (Results 1 – 3 of 3) sorted by relevance
631 unit, adapter_name(sc->adp), sc->vtys, sc->config); in sc_attach_unit()654 for (vc = 0; vc < sc->vtys; vc++) { in sc_attach_unit()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()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()3303 sc->vtys = MAXCONS; /* XXX: should be configurable */ in scinit()3321 sc->dev = malloc(sizeof(struct tty *) * sc->vtys, in scinit()4011 sc->vtys; in scgetc()4013 i = (i + 1) % sc->vtys) { in scgetc()[all …]
307 for (i = 0; i < sc->vtys; ++i) { in sc_remove_all_cutmarkings()321 for (i = 0; i < sc->vtys; ++i) { in sc_remove_all_mouse()
217 int vtys; member