Lines Matching refs:pipe_fds
369 int pipe_fds[2];
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[1])
3555 ctlfd = manager->pipe_fds[0];
3690 result = watch_fd(manager, manager->pipe_fds[0], SELECT_POKE_READ);
3718 result = watch_fd(manager, manager->pipe_fds[0], SELECT_POKE_READ);
3764 result = watch_fd(manager, manager->pipe_fds[0], SELECT_POKE_READ);
3822 (void)watch_fd(manager, manager->pipe_fds[0], SELECT_POKE_READ);
3823 manager->maxfd = manager->pipe_fds[0];
3837 result = unwatch_fd(manager, manager->pipe_fds[0], SELECT_POKE_READ);
3964 if (pipe(manager->pipe_fds) != 0) {
3975 RUNTIME_CHECK(make_nonblock(manager->pipe_fds[0]) == ISC_R_SUCCESS);
3977 RUNTIME_CHECK(make_nonblock(manager->pipe_fds[1]) == ISC_R_SUCCESS);
4016 (void)close(manager->pipe_fds[0]);
4017 (void)close(manager->pipe_fds[1]);
4145 (void)close(manager->pipe_fds[0]);
4146 (void)close(manager->pipe_fds[1]);