Home
last modified time | relevance | path

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

/freebsd/sys/dev/syscons/
H A Dscvtb.c51 vtb->vtb_flags = 0; in sc_vtb_init()
70 vtb->vtb_flags |= VTB_ALLOCED; in sc_vtb_init()
75 vtb->vtb_flags |= VTB_VALID; in sc_vtb_init()
79 vtb->vtb_flags |= VTB_VALID; in sc_vtb_init()
101 if ((vtb->vtb_flags & VTB_ALLOCED) && (p != 0)) in sc_vtb_destroy()
107 vtb->vtb_flags = 0; in sc_vtb_destroy()
H A Dsyscons.h147 int vtb_flags; member
H A Dsyscons.c3573 if (!discard && (old.vtb_flags & VTB_VALID)) { in sc_alloc_scr_buffer()