Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/syscons/
HDschistory.c72 sc_alloc_history_buffer(scr_stat *scp, int lines, int prev_ysize, int wait) in sc_alloc_history_buffer() function
327 error = sc_alloc_history_buffer(scp, in sc_hist_ioctl()
HDscvidctl.c163 sc_alloc_history_buffer(scp, new_ysize, prev_ysize, FALSE); in sc_set_text_mode()
397 sc_alloc_history_buffer(scp, new_ysize, prev_ysize, FALSE); in sc_set_pixel_mode()
947 sc_alloc_history_buffer(scp, new_ysize, prev_ysize, FALSE); in sc_update_render()
HDsyscons.h543 int sc_alloc_history_buffer(scr_stat *scp, int lines,
HDsyscons.c675 sc_alloc_history_buffer(sc_console, 0, 0, TRUE); in scmeminit()
3598 sc_alloc_history_buffer(scp, 0, 0, TRUE); in alloc_scp()