Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/syscons/
H A Dschistory.c89 sc_alloc_history_buffer(scr_stat *scp, int lines, int prev_ysize, int wait) in sc_alloc_history_buffer() function
312 error = sc_alloc_history_buffer(scp, in sc_hist_ioctl()
H A Dscvidctl.c229 sc_alloc_history_buffer(scp, 0, prev_ysize, FALSE); in sc_set_text_mode()
406 sc_alloc_history_buffer(scp, 0, prev_ysize, FALSE); in sc_set_pixel_mode()
H A Dsyscons.h591 int sc_alloc_history_buffer(scr_stat *scp, int lines,
H A Dsyscons.c541 sc_alloc_history_buffer(scp, 0, 0, FALSE); in sc_set_vesa_mode()
693 sc_alloc_history_buffer(sc_console, 0, 0, FALSE); in scmeminit()
3552 sc_alloc_history_buffer(scp, 0, 0, TRUE); in alloc_scp()