Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/syscons/
HDschistory.c50 #define SC_MAX_HISTORY_SIZE (1000 * MAXCONS * NSC)
57 #if (SC_HISTORY_SIZE * MAXCONS * NSC) > SC_MAX_HISTORY_SIZE
59 #define SC_MAX_HISTORY_SIZE (SC_HISTORY_SIZE * MAXCONS * NSC)
63 static int extra_history_size = SC_MAX_HISTORY_SIZE - SC_HISTORY_SIZE*MAXCONS;
HDsyscons.h43 #ifndef MAXCONS
44 #define MAXCONS 16 /* power of 2 */ macro
HDsyscons.c584 sc->dev[0] = make_dev(&sc_ops, sc_console_unit*MAXCONS, UID_ROOT, in sc_attach_unit()
586 sc_console_unit * MAXCONS)); in sc_attach_unit()
639 dev = make_dev(&sc_ops, vc + unit * MAXCONS, in sc_attach_unit()
641 makedev_unit_b32(tbuf, vc + unit * MAXCONS)); in sc_attach_unit()
694 else if ((vty < 0) || (vty >= MAXCONS*sc_max_unit())) in scdevtounit()
697 return vty/MAXCONS; in scdevtounit()
3313 sc->first_vty = unit*MAXCONS; in scinit()
3314 sc->vtys = MAXCONS; /* XXX: should be configurable */ in scinit()
3330 sc->dev[0] = make_dev(&sc_ops, unit*MAXCONS, UID_ROOT, in scinit()
3332 makedev_unit_b32(tbuf, unit * MAXCONS)); in scinit()
/dragonfly/sys/platform/pc64/conf/
HDoptions13 MAXCONS opt_syscons.h
/dragonfly/sys/config/
HDLINT64847 options MAXCONS=16 # number of virtual consoles