Searched refs:sc_alloc_scr_buffer (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/syscons/ |
H A D | scvidctl.c | 223 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 D | syscons.h | 569 void sc_alloc_scr_buffer(scr_stat *scp, int wait, int discard);
|
H A D | syscons.c | 541 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()
|