Home
last modified time | relevance | path

Searched refs:SC_HISTORY_SIZE (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/misc/syscons/
HDschistory.c53 #if !defined(SC_HISTORY_SIZE)
54 #define SC_HISTORY_SIZE (ROW * 10) macro
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;
88 lines = SC_HISTORY_SIZE; /* use the default value */ in sc_alloc_history_buffer()
101 min_lines = imax(SC_HISTORY_SIZE, prev_ysize); in sc_alloc_history_buffer()
107 min_lines = imax(SC_HISTORY_SIZE, scp->ysize); in sc_alloc_history_buffer()
201 min_lines = imax(SC_HISTORY_SIZE, prev_ysize); in sc_free_history_buffer()
/dragonfly/sys/platform/pc64/conf/
HDoptions20 SC_HISTORY_SIZE opt_syscons.h
/dragonfly/sys/config/
HDLINT64854 options SC_HISTORY_SIZE=200 # number of history buffer lines