Searched refs:vtys (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/dev/syscons/
H A Dsyscons.c527 SC_DRIVER_NAME, unit, adapter_name(sc->adp), sc->vtys, sc->config);
550 for (vc = 0; vc < sc->vtys; vc++) {
558 * in scinit(). The other vtys will have these structs when
1138 for (i = sc->first_vty; i < sc->first_vty + sc->vtys; i++) {
1173 if ((i < sc->first_vty) || (i >= sc->first_vty + sc->vtys))
2422 if ((next_scr < sc->first_vty) || (next_scr >= sc->first_vty + sc->vtys)
2794 for (i = sc->first_vty; i < sc->first_vty + sc->vtys; ++i) {
2900 sc->vtys = MAXCONS; /* XXX: should be configurable */
2929 sc->dev = malloc(sizeof(struct tty *)*sc->vtys, M_DEVBUF,
3584 for (i = (this_scr - sc->first_vty + 1)%sc->vtys;
[all...]
H A Dscmouse.c305 /* delete cut markings in all vtys */
306 for (i = 0; i < sc->vtys; ++i) {
320 for (i = 0; i < sc->vtys; ++i) {
H A Dsyscons.h222 int vtys; member in struct:sc_softc

Completed in 96 milliseconds