Searched refs:sc_alloc_history_buffer (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/syscons/ |
H A D | schistory.c | 86 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 D | scvidctl.c | 229 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 D | syscons.h | 578 int sc_alloc_history_buffer(scr_stat *scp, int lines,
|
H A D | syscons.c | 547 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()
|