Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/vt/
H A Dvt_core.c205 static struct vt_window vt_conswindow; variable
216 .vd_windows = { [VT_CONSWINDOW] = &vt_conswindow, },
217 .vd_curwindow = &vt_conswindow,
239 static struct vt_window vt_conswindow = { variable
265 TERMINAL_DECLARE_EARLY(vt_consterm, vt_termclass, &vt_conswindow);
1049 if (vd->vd_curwindow == &vt_conswindow) { in vt_allocate_keyboard()
1088 if (vd->vd_curwindow == &vt_conswindow) { in vt_allocate_keyboard()