Searched refs:VTB_MEMORY (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/syscons/ |
H A D | scvtb.c | 60 case VTB_MEMORY: in sc_vtb_init() 99 case VTB_MEMORY: in sc_vtb_destroy()
|
H A D | syscons.h | 152 #define VTB_MEMORY 1 macro
|
H A D | syscons.c | 3313 sc_vtb_init(&scp->vtb, VTB_MEMORY, scp->xsize, in scinit() 3572 sc_vtb_init(&new, VTB_MEMORY, scp->xsize, scp->ysize, NULL, wait); in sc_alloc_scr_buffer() 3658 sc_vtb_init(&scp->vtb, VTB_MEMORY, 0, 0, NULL, FALSE); in init_scp()
|