Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/syscons/
H A Dscvtb.c90 case VTB_MEMORY: in sc_vtb_init()
127 case VTB_MEMORY: in sc_vtb_destroy()
H A Dsyscons.h156 #define VTB_MEMORY 1 macro
H A Dsyscons.c3319 sc_vtb_init(&scp->vtb, VTB_MEMORY, scp->xsize, scp->ysize, in scinit()
3557 sc_vtb_init(&new, VTB_MEMORY, scp->xsize, scp->ysize, NULL, wait); in sc_alloc_scr_buffer()
3681 sc_vtb_init(&scp->vtb, VTB_MEMORY, 0, 0, NULL, FALSE); in init_scp()