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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
H A Dsun_init.c60 static char consoleDev[PATH_MAX] = "/dev/fb"; variable in typeref:typename:char[]
131 strlcpy(consoleDev, SOL_CONSOLE_DEV, sizeof(consoleDev));
159 strlcpy(consoleDev, xf86SolarisFbDev, sizeof(consoleDev));
183 snprintf(consoleDev, PATH_MAX, "/dev/vt/%d", xf86Info.vtno);
196 if (((xf86Info.consoleFd = open(consoleDev, O_RDWR | O_NDELAY, 0)) < 0))
198 consoleDev, strerror(errno));
201 chown(consoleDev, getuid(), getgid());
245 consoleDev, strerro
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/
H A Dsun_init.c58 static char consoleDev[PATH_MAX] = "/dev/fb"; variable in typeref:typename:char[]
117 strlcpy(consoleDev, SOL_CONSOLE_DEV, sizeof(consoleDev));
143 strlcpy(consoleDev, xf86SolarisFbDev, sizeof(consoleDev));
168 snprintf(consoleDev, PATH_MAX, "/dev/vt/%d", xf86Info.vtno);
180 if (((xf86Info.consoleFd = open(consoleDev, O_RDWR | O_NDELAY, 0)) < 0))
182 consoleDev, strerror(errno));
185 chown(consoleDev, getuid(), getgid());
227 consoleDev, strerro
[all...]

Completed in 4 milliseconds