Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dschistory.c64 #define SC_MAX_HISTORY_SIZE (1000 * MAXCONS * MAXSC)
71 #if (SC_HISTORY_SIZE * MAXCONS * MAXSC) > SC_MAX_HISTORY_SIZE
73 #define SC_MAX_HISTORY_SIZE (SC_HISTORY_SIZE * MAXCONS * MAXSC)
78 = SC_MAX_HISTORY_SIZE - SC_HISTORY_SIZE*MAXCONS;
H A Dsyscons.h43 #ifndef MAXCONS
44 #define MAXCONS 16 macro
H A Dsyscons.c109 static struct tty *main_devs[MAXCONS];
656 sc->dev[vc] = sc_alloc_tty(vc, vc + unit * MAXCONS); in sc_attach_unit()
714 else if ((vty < 0) || (vty >= MAXCONS * sc_max_unit())) in scdevtounit()
717 return vty / MAXCONS; in scdevtounit()
3302 sc->first_vty = unit * MAXCONS; in scinit()
3303 sc->vtys = MAXCONS; /* XXX: should be configurable */ in scinit()
3323 sc->dev[0] = sc_alloc_tty(0, unit * MAXCONS); in scinit()
/freebsd/sys/dev/vt/
H A Dvt.h55 #ifdef MAXCONS
56 #define VT_MAXWINDOWS MAXCONS
/freebsd/sys/x86/conf/
H A DNOTES204 options MAXCONS=16 # number of virtual consoles
/freebsd/sys/conf/
H A Doptions752 MAXCONS opt_syscons.h