Searched refs:MAXCONS (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/sys/dev/misc/syscons/ |
| HD | schistory.c | 50 #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;
|
| HD | syscons.h | 43 #ifndef MAXCONS 44 #define MAXCONS 16 /* power of 2 */ macro
|
| HD | syscons.c | 584 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/ |
| HD | options | 13 MAXCONS opt_syscons.h
|
| /dragonfly/sys/config/ |
| HD | LINT64 | 847 options MAXCONS=16 # number of virtual consoles
|