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

/solaris-x11-s11/open-src/app/fbconsole/sun-src/
H A Dfbconsole.c92 int fds[2]; local
95 if (pipe(fds) == -1) {
107 if (ioctl(fdcons, SRIOCSREDIR, fds[0]) == -1) {
112 return fds[1];
352 struct pollfd fds[2]; local
359 fds[CONSOLE_FD].fd = console;
360 fds[CONSOLE_FD].events = POLLIN;
362 fds[XSERVER_FD].fd = ConnectionNumber(dpy);
363 fds[XSERVER_FD].events = POLLIN;
367 while (poll(fds, fdcoun
[all...]

Completed in 10 milliseconds