Home
last modified time | relevance | path

Searched refs:consoleDev (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/
H A Dsun_init.c58 static char consoleDev[PATH_MAX] = "/dev/fb"; variable
117 strlcpy(consoleDev, SOL_CONSOLE_DEV, sizeof(consoleDev)); in xf86OpenConsole()
143 strlcpy(consoleDev, xf86SolarisFbDev, sizeof(consoleDev)); in xf86OpenConsole()
168 snprintf(consoleDev, PATH_MAX, "/dev/vt/%d", xf86Info.vtno); in xf86OpenConsole()
180 if (((xf86Info.consoleFd = open(consoleDev, O_RDWR | O_NDELAY, 0)) < 0)) in xf86OpenConsole()
182 consoleDev, strerror(errno)); in xf86OpenConsole()
185 chown(consoleDev, getuid(), getgid()); in xf86OpenConsole()
227 consoleDev, strerror(errno)); in xf86OpenConsole()