Searched refs:PCVT_CONSOLE_MODE (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/
H A Dbsd_init.c74 #define PCVT_CONSOLE_MODE O_RDWR|O_NDELAY macro
460 fd = open(PCVT_CONSOLE_DEV, PCVT_CONSOLE_MODE, 0);
463 fd = open(WSCONS_PCVT_COMPAT_CONSOLE_DEV, PCVT_CONSOLE_MODE, 0);
503 if ((fd = open(vtname, PCVT_CONSOLE_MODE, 0)) < 0) {
509 if ((fd = open(vtname, PCVT_CONSOLE_MODE, 0)) < 0) {
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
H A Dbsd_init.c72 #define PCVT_CONSOLE_MODE O_RDWR|O_NDELAY macro
518 fd = open(PCVT_CONSOLE_DEV, PCVT_CONSOLE_MODE, 0);
522 fd = open(WSCONS_PCVT_COMPAT_CONSOLE_DEV, PCVT_CONSOLE_MODE, 0);
579 if ((fd = open(vtname, PCVT_CONSOLE_MODE, 0)) < 0)
585 if ((fd = open(vtname, PCVT_CONSOLE_MODE, 0)) < 0) {

Completed in 6 milliseconds