Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/vt/
H A Dvt_buf.c449 vb->vb_flags |= VBF_CURSOR; in vtbuf_init_early()
456 vb->vb_flags |= VBF_MTX_INIT; in vtbuf_init_early()
536 vb->vb_flags &= ~VBF_STATIC; in vtbuf_grow()
862 oflags = vb->vb_flags; in vtbuf_cursor_visibility()
864 vb->vb_flags |= VBF_CURSOR; in vtbuf_cursor_visibility()
866 vb->vb_flags &= ~VBF_CURSOR; in vtbuf_cursor_visibility()
867 nflags = vb->vb_flags; in vtbuf_cursor_visibility()
879 oflags = vb->vb_flags; in vtbuf_scroll_mode()
881 vb->vb_flags |= VBF_SCROLL; in vtbuf_scroll_mode()
883 vb->vb_flags &= ~VBF_SCROLL; in vtbuf_scroll_mode()
[all …]
H A Dvt.h198 int vb_flags; /* (b) Flags. */ member
H A Dvt_core.c250 .vb_flags = VBF_STATIC,