Searched refs:vtname (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bsd/ |
| H A D | bsd_init.c | 349 char vtname[12]; in xf86OpenSyscons() local 417 snprintf(vtname, sizeof(vtname), "/dev/ttyv%01x", in xf86OpenSyscons() 419 if ((fd = open(vtname, SYSCONS_CONSOLE_MODE, 0)) < 0) { in xf86OpenSyscons() 421 vtname, strerror(errno)); in xf86OpenSyscons() 456 char vtname[12], *vtprefix; in xf86OpenPcvt() local 506 snprintf(vtname, sizeof(vtname), "%s%01x", vtprefix, in xf86OpenPcvt() 508 if ((fd = open(vtname, PCVT_CONSOLE_MODE, 0)) < 0) { in xf86OpenPcvt() 510 vtname, strerror(errno)); in xf86OpenPcvt() 512 snprintf(vtname, sizeof(vtname), "%s%01x", vtprefix, in xf86OpenPcvt() 514 if ((fd = open(vtname, PCVT_CONSOLE_MODE, 0)) < 0) { in xf86OpenPcvt() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/ |
| H A D | lnx_init.c | 52 static char vtname[11]; variable 206 snprintf(vtname, sizeof(vtname), vcs[i], xf86Info.vtno); /* /dev/tty1-64 */ in xf86OpenConsole() 207 if ((xf86Info.consoleFd = open(vtname, O_RDWR | O_NDELAY, 0)) >= 0) in xf86OpenConsole()
|