Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/syscons/
H A Dschistory.c66 #define SC_MAX_HISTORY_SIZE (1000 * MAXCONS * MAXSC)
73 #if (SC_HISTORY_SIZE * MAXCONS * MAXSC) > SC_MAX_HISTORY_SIZE
75 #define SC_MAX_HISTORY_SIZE (SC_HISTORY_SIZE * MAXCONS * MAXSC)
80 = SC_MAX_HISTORY_SIZE - SC_HISTORY_SIZE*MAXCONS;
H A Dsyscons.h45 #ifndef MAXCONS
46 #define MAXCONS 16 macro
H A Dsyscons.c111 static struct tty *main_devs[MAXCONS];
658 sc->dev[vc] = sc_alloc_tty(vc, vc + unit * MAXCONS); in sc_attach_unit()
716 else if ((vty < 0) || (vty >= MAXCONS * sc_max_unit())) in scdevtounit()
719 return vty / MAXCONS; in scdevtounit()
3300 sc->first_vty = unit * MAXCONS; in scinit()
3301 sc->vtys = MAXCONS; /* XXX: should be configurable */ in scinit()
3321 sc->dev[0] = sc_alloc_tty(0, unit * MAXCONS); in scinit()
/freebsd-13.1/sys/dev/vt/
H A Dvt.h56 #ifdef MAXCONS
57 #define VT_MAXWINDOWS MAXCONS
/freebsd-13.1/sys/x86/conf/
H A DNOTES22 options MAXCONS=16 # number of virtual consoles
/freebsd-13.1/sys/conf/
H A Doptions747 MAXCONS opt_syscons.h