Searched refs:POLL_STDOUT (Results 1 – 1 of 1) sorted by relevance
90 #define POLL_STDOUT 3 macro805 pfd[POLL_STDOUT].fd = stdout_fd; in readwrite()806 pfd[POLL_STDOUT].events = 0; in readwrite()816 if (pfd[POLL_NETOUT].fd == -1 && pfd[POLL_STDOUT].fd == -1) { in readwrite()869 if (pfd[POLL_STDOUT].revents & POLLHUP) in readwrite()870 pfd[POLL_STDOUT].fd = -1; in readwrite()875 if (pfd[POLL_STDOUT].fd == -1) { in readwrite()921 pfd[POLL_STDOUT].events = POLLOUT; in readwrite()931 if (pfd[POLL_STDOUT].revents & POLLOUT && netinbufpos > 0) { in readwrite()932 ret = drainbuf(pfd[POLL_STDOUT].fd, netinbuf, in readwrite()[all …]