Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dscvidctl.c223 sc_alloc_scr_buffer(scp, TRUE, TRUE); in sc_set_text_mode()
402 sc_alloc_scr_buffer(scp, TRUE, TRUE); in sc_set_pixel_mode()
H A Dsyscons.h569 void sc_alloc_scr_buffer(scr_stat *scp, int wait, int discard);
H A Dsyscons.c541 sc_alloc_scr_buffer(scp, FALSE, FALSE); in sc_set_vesa_mode()
692 sc_alloc_scr_buffer(sc_console, FALSE, FALSE); in scmeminit()
3566 sc_alloc_scr_buffer(scr_stat *scp, int wait, int discard) in sc_alloc_scr_buffer() function
3603 sc_alloc_scr_buffer(scp, TRUE, TRUE); in alloc_scp()