Searched refs:fdcons (Results 1 - 1 of 1) sorted by relevance
/solaris-x11-s12/open-src/app/fbconsole/sun-src/ | ||
H A D | fbconsole.c | 93 int fdcons; local 101 if ((fdcons = open("/dev/console", O_RDONLY)) == -1) { 107 if (ioctl(fdcons, SRIOCSREDIR, fds[0]) == -1) { |
Completed in 9 milliseconds