Home
last modified time | relevance | path

Searched refs:VTB_ALLOCED (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/misc/syscons/
H A Dscvtb.c98 vtb->vtb_flags |= VTB_ALLOCED; in sc_vtb_init()
129 if ((vtb->vtb_flags & VTB_ALLOCED) && (p != NULL)) in sc_vtb_destroy()
H A Dsyscons.h153 #define VTB_ALLOCED (1 << 1) macro