Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/syscons/
HDscvtb.c81 vtb->vtb_flags = 0; in sc_vtb_init()
97 vtb->vtb_flags |= VTB_VALID; in sc_vtb_init()
98 vtb->vtb_flags |= VTB_ALLOCED; in sc_vtb_init()
102 vtb->vtb_flags |= VTB_VALID; in sc_vtb_init()
107 vtb->vtb_flags |= VTB_VALID; in sc_vtb_init()
129 if ((vtb->vtb_flags & VTB_ALLOCED) && (p != NULL)) in sc_vtb_destroy()
135 vtb->vtb_flags = 0; in sc_vtb_destroy()
HDschistory.c126 if (history->vtb_flags & VTB_VALID) { in sc_alloc_history_buffer()
HDsyscons.h151 int vtb_flags; member
HDsyscons.c3558 if (!discard && (old.vtb_flags & VTB_VALID)) { in sc_alloc_scr_buffer()