Home
last modified time | relevance | path

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

/src/sys/dev/syscons/
H A Dschistory.c96 int cur_lines; /* current buffer size */ in sc_alloc_history_buffer() local
113 cur_lines = sc_vtb_rows(history); in sc_alloc_history_buffer()
115 if (cur_lines > min_lines) in sc_alloc_history_buffer()
116 delta = cur_lines - min_lines; in sc_alloc_history_buffer()
190 int cur_lines; /* current buffer size */ in sc_free_history_buffer() local
198 cur_lines = sc_vtb_rows(history); in sc_free_history_buffer()
200 extra_history_size += (cur_lines > min_lines) ? in sc_free_history_buffer()
201 cur_lines - min_lines : 0; in sc_free_history_buffer()