Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/syscons/
H A Dscvidctl.c223 sc_alloc_scr_buffer(scp, TRUE, TRUE); in sc_set_text_mode()
400 sc_alloc_scr_buffer(scp, TRUE, TRUE); in sc_set_pixel_mode()
H A Dsyscons.h571 void sc_alloc_scr_buffer(scr_stat *scp, int wait, int discard);
H A Dsyscons.c543 sc_alloc_scr_buffer(scp, FALSE, FALSE); in sc_set_vesa_mode()
694 sc_alloc_scr_buffer(sc_console, FALSE, FALSE); in scmeminit()
3564 sc_alloc_scr_buffer(scr_stat *scp, int wait, int discard) in sc_alloc_scr_buffer() function
3601 sc_alloc_scr_buffer(scp, TRUE, TRUE); in alloc_scp()