Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/misc/syscons/
H A Dscvidctl.c157 sc_alloc_scr_buffer(scp, TRUE, TRUE); in sc_set_text_mode()
391 sc_alloc_scr_buffer(scp, TRUE, TRUE); in sc_set_pixel_mode()
941 sc_alloc_scr_buffer(scp, TRUE, TRUE); in sc_update_render()
H A Dsyscons.h535 void sc_alloc_scr_buffer(scr_stat *scp, int wait, int discard);
H A Dsyscons.c667 sc_alloc_scr_buffer(sc_console, TRUE, FALSE); in scmeminit()
3550 sc_alloc_scr_buffer(scr_stat *scp, int wait, int discard) in sc_alloc_scr_buffer() function
3589 sc_alloc_scr_buffer(scp, TRUE, TRUE); in alloc_scp()