OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tty0
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
lnx_init.c
80
char *
tty0
[] = { "/dev/
tty0
", "/dev/vc/0", NULL };
local
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/
lnx-keyboard.c
416
const char *
tty0
[] = { "/dev/
tty0
", "/dev/vc/0", NULL };
local
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 20 milliseconds
Indexes created Tue Jul 14 00:26:25 UTC 2026