Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/syscons/
H A Dschistory.c70 #if !defined(SC_HISTORY_SIZE)
71 #define SC_HISTORY_SIZE (ROW * 4) macro
74 #if (SC_HISTORY_SIZE * MAXCONS * MAXSC) > SC_MAX_HISTORY_SIZE
76 #define SC_MAX_HISTORY_SIZE (SC_HISTORY_SIZE * MAXCONS * MAXSC)
81 = SC_MAX_HISTORY_SIZE - SC_HISTORY_SIZE*MAXCONS;
104 lines = SC_HISTORY_SIZE; /* use the default value */ in sc_alloc_history_buffer()
117 min_lines = imax(SC_HISTORY_SIZE, prev_ysize); in sc_alloc_history_buffer()
123 min_lines = imax(SC_HISTORY_SIZE, scp->ysize); in sc_alloc_history_buffer()
202 min_lines = imax(SC_HISTORY_SIZE, prev_ysize); in sc_free_history_buffer()
/freebsd-12.1/sys/dev/vt/
H A Dvt.h214 #ifdef SC_HISTORY_SIZE
215 #define VBF_DEFAULT_HISTORY_SIZE SC_HISTORY_SIZE
/freebsd-12.1/sys/conf/
H A Doptions782 SC_HISTORY_SIZE opt_syscons.h
H A DNOTES1495 options SC_HISTORY_SIZE=200 # number of history buffer lines