Searched refs:VT_MAXWINDOWS (Results 1 – 5 of 5) sorted by relevance
54 #ifndef VT_MAXWINDOWS56 #define VT_MAXWINDOWS MAXCONS macro58 #define VT_MAXWINDOWS 12 macro121 struct vt_window *vd_windows[VT_MAXWINDOWS]; /* (c) Windows. */
124 #define VT_UNIT(vw) ((vw)->vw_device->vd_unit * VT_MAXWINDOWS + \832 if (c >= F_SCR && c <= MIN(L_SCR, F_SCR + VT_MAXWINDOWS - 1)) { in vt_scrollmode_kbdevent() 920 if (c >= F_SCR && c <= MIN(L_SCR, F_SCR + VT_MAXWINDOWS - 1)) { in vt_processkey() 929 c = (vw->vw_number + 1) % VT_MAXWINDOWS; in vt_processkey() 935 c = (vw->vw_number + VT_MAXWINDOWS - 1) % VT_MAXWINDOWS; in vt_processkey() 2974 if ((win >= VT_MAXWINDOWS) || (win < 0)) in vtterm_ioctl() 2995 for (i = 0; i < VT_MAXWINDOWS; i++) { in vtterm_ioctl() 3013 if (idx > VT_MAXWINDOWS) in vtterm_ioctl() 3166 for (i = 0; i < VT_MAXWINDOWS; in vt_upgrade() [all...]
175 for (i = 0; i < VT_MAXWINDOWS; i++) { in vt_fini_logos()
776 VT_MAXWINDOWS opt_syscons.h
1539 options VT_MAXWINDOWS=16 # Number of virtual consoles