Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dschistory.c86 sc_alloc_history_buffer(scr_stat *scp, int lines, int prev_ysize, int wait) in sc_alloc_history_buffer() function
308 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()
408 sc_alloc_history_buffer(scp, 0, prev_ysize, FALSE); in sc_set_pixel_mode()
H A Dsyscons.h578 int sc_alloc_history_buffer(scr_stat *scp, int lines,
H A Dsyscons.c547 sc_alloc_history_buffer(scp, 0, 0, FALSE); in sc_set_vesa_mode()
700 sc_alloc_history_buffer(sc_console, 0, 0, FALSE); in scmeminit()
3612 sc_alloc_history_buffer(scp, 0, 0, TRUE); in alloc_scp()