Searched refs:initialVT (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/
H A Dbsd_init.c50 static int initialVT = -1; variable in typeref:typename:int
241 if (initialVT != 1) {
361 if (ioctl(fd, VT_GETACTIVE, &initialVT) < 0)
362 initialVT = -1;
365 xf86Info.vtno = initialVT;
389 * All VTs are in use. If initialVT was found, use it.
391 if (initialVT != -1) {
392 xf86Info.vtno = initialVT;
478 if (ioctl(fd, VT_GETACTIVE, &initialVT) < 0)
479 initialVT
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
H A Dbsd_init.c47 static int initialVT = -1; variable in typeref:typename:int
258 if (initialVT != 1) {
393 if (ioctl(fd, VT_GETACTIVE, &initialVT) < 0)
394 initialVT = -1;
397 xf86Info.vtno = initialVT;
425 * All VTs are in use. If initialVT was found, use it.
429 if (initialVT != -1)
431 xf86Info.vtno = initialVT;
540 if (ioctl(fd, VT_GETACTIVE, &initialVT) < 0)
541 initialVT
[all...]

Completed in 5 milliseconds