Searched refs:tty0 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/ |
| H A D | lnx_init.c | 80 char *tty0[] = { "/dev/tty0", "/dev/vc/0", NULL }; local in function:xf86OpenConsole 98 while (tty0[i] != NULL) { 99 if ((fd = open(tty0[i],O_WRONLY,0)) >= 0) 106 "xf86OpenConsole: Cannot open /dev/tty0 (%s)\n",
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | lnx-keyboard.c | 416 const char *tty0[] = { "/dev/tty0", "/dev/vc/0", NULL }; local in function:kbdLinuxGetFreeVTNumber 418 for (i = 0; tty0[i]; i++) 419 if ((fd = open(tty0[i], O_WRONLY, 0)) >= 0) break; 421 FATAL1("kbdLinuxGetFreeVTNumber: Cannot open tty0 (%s)\n",
|
Completed in 3 milliseconds