Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/vt/
H A Dvt_buf.c447 vb->vb_flags |= VBF_CURSOR; in vtbuf_init_early()
454 vb->vb_flags |= VBF_MTX_INIT; in vtbuf_init_early()
534 vb->vb_flags &= ~VBF_STATIC; in vtbuf_grow()
896 oflags = vb->vb_flags; in vtbuf_cursor_visibility()
898 vb->vb_flags |= VBF_CURSOR; in vtbuf_cursor_visibility()
900 vb->vb_flags &= ~VBF_CURSOR; in vtbuf_cursor_visibility()
901 nflags = vb->vb_flags; in vtbuf_cursor_visibility()
913 oflags = vb->vb_flags; in vtbuf_scroll_mode()
915 vb->vb_flags |= VBF_SCROLL; in vtbuf_scroll_mode()
917 vb->vb_flags &= ~VBF_SCROLL; in vtbuf_scroll_mode()
[all …]
H A Dvt.h208 int vb_flags; /* (b) Flags. */ member
H A Dvt_core.c248 .vb_flags = VBF_STATIC,