Searched refs:xf86OpenConsole (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/stub/
H A Dstub_init.c8 xf86OpenConsole(void) function in typeref:typename:void
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/hurd/
H A Dhurd_init.c59 xf86OpenConsole() function in typeref:typename:void
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/hurd/
H A Dhurd_init.c60 xf86OpenConsole() function in typeref:typename:void
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/
H A Dxf86_OSproc.h176 extern _X_EXPORT void xf86OpenConsole(void);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/
H A Dxf86_OSproc.h200 extern _X_EXPORT void xf86OpenConsole(void);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
H A Dlnx_init.c74 xf86OpenConsole(void) function in typeref:typename:void
87 FatalError("xf86OpenConsole:"
106 "xf86OpenConsole: Cannot open /dev/tty0 (%s)\n",
113 FatalError("xf86OpenConsole: Cannot find the current"
119 FatalError("xf86OpenConsole: Cannot find a free VT: "
122 FatalError("xf86OpenConsole: Cannot find a free VT\n");
140 xf86Msg(X_WARNING, "xf86OpenConsole: setpgid failed: %s\n",
145 xf86Msg(X_WARNING, "xf86OpenConsole: setsid failed: %s\n",
158 FatalError("xf86OpenConsole: Cannot open virtual console"
167 xf86Msg(X_WARNING,"xf86OpenConsole
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
H A Dsun_init.c67 xf86OpenConsole(void) function in typeref:typename:void
81 FatalError("xf86OpenConsole: Server must be suid root\n");
92 "xf86OpenConsole: cannot open /dev/zero (%s)\n",
100 "xf86OpenConsole: failed to protect page 0 (%s)\n",
114 xf86ErrorF("xf86OpenConsole: Cannot open /dev/vt/0 (%s)\n",
122 xf86ErrorF("xf86OpenConsole: VT_ENABLED failed (%s)\n",
143 FatalError("xf86OpenConsole: Cannot determine current VT\n");
164 FatalError("xf86OpenConsole: Cannot determine current VT\n");
178 FatalError("xf86OpenConsole: Cannot find a free VT\n");
197 FatalError("xf86OpenConsole
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/
H A Dsun_init.c81 xf86OpenConsole(void) function in typeref:typename:void
95 FatalError("xf86OpenConsole: Server must be suid root\n");
103 xf86ErrorF("xf86OpenConsole: Cannot open /dev/vt/0 (%s)\n",
109 xf86ErrorF("xf86OpenConsole: VT_ENABLED failed (%s)\n",
128 ("xf86OpenConsole: Cannot determine current VT\n");
148 FatalError("xf86OpenConsole: Cannot determine current VT\n");
163 FatalError("xf86OpenConsole: Cannot find a free VT\n");
181 FatalError("xf86OpenConsole: Cannot open %s (%s)\n",
195 switch_to(xf86Info.vtno, "xf86OpenConsole");
201 "xf86OpenConsole
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/
H A Dbsd_init.c153 xf86OpenConsole() function in typeref:typename:void
198 "xf86OpenConsole", cons_drivers, CHECK_DRIVER_MSG);
207 "xf86OpenConsole", strerror(errno),
216 "xf86OpenConsole: couldn't open /dev/console (%s)\n",
244 xf86Msg(X_WARNING, "xf86OpenConsole: VT_ACTIVATE failed\n");
257 xf86Msg(X_WARNING, "xf86OpenConsole: VT_ACTIVATE failed\n");
264 "xf86OpenConsole: VT_WAITACTIVE failed\n");
274 FatalError("xf86OpenConsole: VT_SETMODE VT_PROCESS failed");
278 FatalError("xf86OpenConsole: KDENABIO failed (%s)",
283 FatalError("xf86OpenConsole
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
H A Dlnx_init.c173 xf86OpenConsole(void) function in typeref:typename:void
195 xf86Msg(X_WARNING, "xf86OpenConsole: setpgid failed: %s\n",
200 xf86Msg(X_WARNING, "xf86OpenConsole: setsid failed: %s\n",
213 FatalError("xf86OpenConsole: Cannot open virtual console"
222 xf86Msg(X_WARNING, "xf86OpenConsole: VT_GETSTATE failed: %s\n",
233 if (!switch_to(xf86Info.vtno, "xf86OpenConsole"))
234 FatalError("xf86OpenConsole: Switching VT failed\n");
238 FatalError("xf86OpenConsole: VT_GETMODE failed %s\n",
250 ("xf86OpenConsole: VT_SETMODE VT_PROCESS failed: %s\n",
255 FatalError("xf86OpenConsole
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
H A Dbsd_init.c153 xf86OpenConsole() function in typeref:typename:void
170 FatalError("xf86OpenConsole: Server must be suid root");
209 "xf86OpenConsole", cons_drivers, CHECK_DRIVER_MSG);
224 "xf86OpenConsole", strerror(errno),
234 "xf86OpenConsole: couldn't open /dev/console (%s)\n",
263 "xf86OpenConsole: VT_ACTIVATE failed\n");
277 xf86Msg(X_WARNING, "xf86OpenConsole: VT_ACTIVATE failed\n");
283 xf86Msg(X_WARNING, "xf86OpenConsole: VT_WAITACTIVE failed\n");
294 FatalError("xf86OpenConsole: VT_SETMODE VT_PROCESS failed");
299 FatalError("xf86OpenConsole
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Init.c482 xf86OpenConsole();
670 xf86OpenConsole();
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Init.c436 xf86OpenConsole();
571 xf86OpenConsole();

Completed in 10 milliseconds