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

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dio_test.cpp194 int pfd[2]; local
196 ATF_REQUIRE(::pipe(pfd) != -1);
197 file_handle rend(pfd[0]);
198 file_handle wend(pfd[1]);
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket.c669 struct pollfd pfd;
672 memset(&pfd, 0, sizeof(pfd));
674 pfd.events = POLLIN;
676 pfd.events = POLLOUT;
677 pfd.fd = fd;
678 pfd.revents = 0;
680 if (write(manager->devpoll_fd, &pfd, sizeof(pfd)) == -1)

Completed in 21 milliseconds