Searched refs:SC_HISTORY_SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/syscons/
H A Dschistory.c68 #if !defined(SC_HISTORY_SIZE)
69 #define SC_HISTORY_SIZE (ROW * 4) macro
72 #if (SC_HISTORY_SIZE * MAXCONS * MAXSC) > SC_MAX_HISTORY_SIZE
74 #define SC_MAX_HISTORY_SIZE (SC_HISTORY_SIZE * MAXCONS * MAXSC)
79 = SC_MAX_HISTORY_SIZE - SC_HISTORY_SIZE*MAXCONS;
91 * SC_HISTORY_SIZE lines or scp->ysize lines, whichever
102 lines = SC_HISTORY_SIZE; /* use the default value */
115 min_lines = imax(SC_HISTORY_SIZE, prev_ysize);
121 min_lines = imax(SC_HISTORY_SIZE, scp->ysize);
200 min_lines = imax(SC_HISTORY_SIZE, prev_ysiz
[all...]
/freebsd-11-stable/sys/dev/vt/
H A Dvt.h208 #ifdef SC_HISTORY_SIZE
209 #define VBF_DEFAULT_HISTORY_SIZE SC_HISTORY_SIZE

Completed in 130 milliseconds