HomeSort by: relevance | last modified time | path
    Searched refs:ShareVTs (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
lnx_init.c 43 static Bool ShareVTs = FALSE;
109 if (ShareVTs)
184 if (!ShareVTs)
240 if (!ShareVTs && VTSwitch)
254 if (ShareVTs) {
317 if (!strcmp(argv[i], "-sharevts"))
319 ShareVTs = TRUE;
342 ErrorF("-sharevts share VTs with another X server\n");
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Privstr.h 63 Bool ShareVTs;
xf86Globals.c 108 .ShareVTs = FALSE,
xf86Init.c 1176 if (!strcmp(argv[i], "-sharevts")) {
1177 xf86Info.ShareVTs = TRUE;
1258 ErrorF("-sharevts share VTs with another X server\n");
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
bsd_init.c 48 static Bool ShareVTs = FALSE;
269 if (!ShareVTs) {
307 } else { /* ShareVTs */
323 if (!ShareVTs) if (xf86Info.consType == SYSCONS || xf86Info.consType == PCVT)
396 if (ShareVTs)
660 if (ShareVTs) return;
729 if (!strcmp(argv[i], "-sharevts"))
731 ShareVTs = TRUE;
754 ErrorF("-sharevts share VTs with another X server\n");
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/
bsd_init.c 250 if (!xf86Info.ShareVTs) {
286 else { /* xf86Info.ShareVTs */
301 if (!xf86Info.ShareVTs &&
364 if (xf86Info.ShareVTs)
581 if (xf86Info.ShareVTs)
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
lnx_init.c 117 if (xf86Info.ShareVTs) {
227 if (!xf86Info.ShareVTs) {
288 if (!xf86Info.ShareVTs && xf86Info.autoVTSwitch) {
305 if (xf86Info.ShareVTs) {
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/
sun_init.c 161 else if (xf86Info.ShareVTs) {
193 if (xf86Info.ShareVTs)
239 if (vtEnabled && !xf86Info.ShareVTs) {

Completed in 8 milliseconds