HomeSort by: relevance | last modified time | path
    Searched defs:xf86OpenConsole (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/stub/
stub_init.c 8 xf86OpenConsole(void)
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/hurd/
hurd_init.c 59 xf86OpenConsole()
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/hurd/
hurd_init.c 60 xf86OpenConsole()
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/
sun_init.c 86 xf86OpenConsole(void)
100 FatalError("xf86OpenConsole: Server must be suid root\n");
108 xf86ErrorF("xf86OpenConsole: Cannot open /dev/vt/0 (%s)\n",
114 xf86ErrorF("xf86OpenConsole: VT_ENABLED failed (%s)\n",
133 ("xf86OpenConsole: Cannot determine current VT\n");
153 FatalError("xf86OpenConsole: Cannot determine current VT\n");
168 FatalError("xf86OpenConsole: Cannot find a free VT\n");
186 FatalError("xf86OpenConsole: Cannot open %s (%s)\n",
200 switch_to(xf86Info.vtno, "xf86OpenConsole");
206 "xf86OpenConsole: VT_SET_CONSUSER failed\n")
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
lnx_init.c 74 xf86OpenConsole(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: VT_GETSTATE failed: %s\n"
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
sun_init.c 67 xf86OpenConsole(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: Cannot open %s (%s)\n"
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
lnx_init.c 173 xf86OpenConsole(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: KDSETMODE KD_GRAPHICS failed %s\n"
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/
bsd_init.c 153 xf86OpenConsole()
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: KDSETMODE KD_GRAPHICS failed")
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
bsd_init.c 153 xf86OpenConsole()
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: KDENABIO failed (%s)"
    [all...]

Completed in 45 milliseconds