Searched defs:fdcons (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/fbconsole/sun-src/
H A Dfbconsole.c93 int fdcons; local
101 if ((fdcons = open("/dev/console", O_RDONLY)) == -1) {
107 if (ioctl(fdcons, SRIOCSREDIR, fds[0]) == -1) {

Completed in 12 milliseconds