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

/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket.c369 int pipe_fds[2]; member in struct:isc_socketmgr
868 cc = write(mgr->pipe_fds[1], buf, sizeof(buf));
903 cc = read(mgr->pipe_fds[0], buf, sizeof(buf));
1825 if (manager->maxfd < manager->pipe_fds[0])
1826 manager->maxfd = manager->pipe_fds[0];
3361 if (events[i].ident == (uintptr_t)manager->pipe_fds[0]) {
3397 if (events[i].data.fd == manager->pipe_fds[0]) {
3444 if (events[i].fd == manager->pipe_fds[0]) {
3472 if (i == manager->pipe_fds[0] || i == manager->pipe_fds[
[all...]

Completed in 304 milliseconds