Searched refs:prev_ysize (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/syscons/
H A Dschistory.c87 sc_alloc_history_buffer(scr_stat *scp, int lines, int prev_ysize, int wait) argument
115 min_lines = imax(SC_HISTORY_SIZE, prev_ysize);
188 sc_free_history_buffer(scr_stat *scp, int prev_ysize) argument
200 min_lines = imax(SC_HISTORY_SIZE, prev_ysize);
H A Dscvidctl.c142 int prev_ysize; local
203 prev_ysize = scp->ysize;
228 sc_alloc_history_buffer(scp, 0, prev_ysize, FALSE);
315 int prev_ysize;
387 prev_ysize = scp->ysize;
405 sc_alloc_history_buffer(scp, 0, prev_ysize, FALSE);
H A Dsyscons.h596 int prev_ysize, int wait);
597 void sc_free_history_buffer(scr_stat *scp, int prev_ysize);

Completed in 114 milliseconds