Home
last modified time | relevance | path

Searched refs:MAXCONS (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/syscons/
Dschistory.c67 #define SC_MAX_HISTORY_SIZE (1000 * MAXCONS * MAXSC)
74 #if (SC_HISTORY_SIZE * MAXCONS * MAXSC) > SC_MAX_HISTORY_SIZE
76 #define SC_MAX_HISTORY_SIZE (SC_HISTORY_SIZE * MAXCONS * MAXSC)
81 = SC_MAX_HISTORY_SIZE - SC_HISTORY_SIZE*MAXCONS;
Dsyscons.h45 #ifndef MAXCONS
46 #define MAXCONS 16 macro
Dsyscons.c112 static struct tty *main_devs[MAXCONS];
649 sc->dev[vc] = sc_alloc_tty(vc, vc + unit * MAXCONS); in sc_attach_unit()
707 else if ((vty < 0) || (vty >= MAXCONS*sc_max_unit())) in scdevtounit()
710 return vty/MAXCONS; in scdevtounit()
3242 sc->first_vty = unit*MAXCONS; in scinit()
3243 sc->vtys = MAXCONS; /* XXX: should be configurable */ in scinit()
3263 sc->dev[0] = sc_alloc_tty(0, unit * MAXCONS); in scinit()
/freebsd-12-stable/sys/dev/vt/
Dvt.h56 #ifdef MAXCONS
57 #define VT_MAXWINDOWS MAXCONS
/freebsd-12-stable/sys/conf/
Doptions776 MAXCONS opt_syscons.h
DNOTES1492 options MAXCONS=16 # number of virtual consoles