Home
last modified time | relevance | path

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

/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xfree86/os-support/linux/
H A Dlnx_init.c50 static int activeVT = -1; variable
225 activeVT = vts.v_active; in xf86OpenConsole()
341 if (activeVT >= 0) { in xf86CloseConsole()
342 switch_to(activeVT, "xf86CloseConsole"); in xf86CloseConsole()
343 activeVT = -1; in xf86CloseConsole()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/hw/xfree86/os-support/linux/
H A Dlnx_init.c50 static int activeVT = -1; variable
225 activeVT = vts.v_active; in xf86OpenConsole()
341 if (activeVT >= 0) { in xf86CloseConsole()
342 switch_to(activeVT, "xf86CloseConsole"); in xf86CloseConsole()
343 activeVT = -1; in xf86CloseConsole()
/dports/x11-servers/xephyr/xorg-server-1.20.13/hw/xfree86/os-support/linux/
H A Dlnx_init.c50 static int activeVT = -1; variable
225 activeVT = vts.v_active; in xf86OpenConsole()
341 if (activeVT >= 0) { in xf86CloseConsole()
342 switch_to(activeVT, "xf86CloseConsole"); in xf86CloseConsole()
343 activeVT = -1; in xf86CloseConsole()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xfree86/os-support/linux/
H A Dlnx_init.c50 static int activeVT = -1; variable
225 activeVT = vts.v_active; in xf86OpenConsole()
343 if (activeVT >= 0) { in xf86CloseConsole()
350 switch_to(activeVT, "xf86CloseConsole"); in xf86CloseConsole()
353 activeVT = -1; in xf86CloseConsole()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/hw/xfree86/os-support/linux/
H A Dlnx_init.c50 static int activeVT = -1; variable
225 activeVT = vts.v_active; in xf86OpenConsole()
341 if (activeVT >= 0) { in xf86CloseConsole()
342 switch_to(activeVT, "xf86CloseConsole"); in xf86CloseConsole()
343 activeVT = -1; in xf86CloseConsole()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xfree86/os-support/linux/
H A Dlnx_init.c50 static int activeVT = -1; variable
225 activeVT = vts.v_active; in xf86OpenConsole()
341 if (activeVT >= 0) { in xf86CloseConsole()
342 switch_to(activeVT, "xf86CloseConsole"); in xf86CloseConsole()
343 activeVT = -1; in xf86CloseConsole()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xfree86/os-support/linux/
H A Dlnx_init.c50 static int activeVT = -1; variable
225 activeVT = vts.v_active; in xf86OpenConsole()
341 if (activeVT >= 0) { in xf86CloseConsole()
342 switch_to(activeVT, "xf86CloseConsole"); in xf86CloseConsole()
343 activeVT = -1; in xf86CloseConsole()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xfree86/os-support/linux/
H A Dlnx_init.c50 static int activeVT = -1; variable
225 activeVT = vts.v_active; in xf86OpenConsole()
341 if (activeVT >= 0) { in xf86CloseConsole()
342 switch_to(activeVT, "xf86CloseConsole"); in xf86CloseConsole()
343 activeVT = -1; in xf86CloseConsole()
/dports/x11-servers/xarcan/xarcan-0.6.0/hw/xfree86/os-support/linux/
H A Dlnx_init.c50 static int activeVT = -1; variable
225 activeVT = vts.v_active; in xf86OpenConsole()
343 if (activeVT >= 0) { in xf86CloseConsole()
350 switch_to(activeVT, "xf86CloseConsole"); in xf86CloseConsole()
353 activeVT = -1; in xf86CloseConsole()
/dports/devel/sdl12/SDL-1.2.15/src/video/wscons/
H A DSDL_wsconsvideo.c159 int activeVT; in WSCONS_VideoInit() local
160 if (ioctl(STDIN_FILENO, VT_GETACTIVE, &activeVT) == -1) { in WSCONS_VideoInit()
165 SDL_snprintf(devnamebuf, sizeof(devnamebuf), WSCONSDEV_FORMAT, activeVT - 1); in WSCONS_VideoInit()