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

/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dwork_fork.c230 if (-1 != c->resp_read_pipe) {
231 (*addremove_io_fd)(c->resp_read_pipe, c->ispipe, TRUE);
232 close(c->resp_read_pipe);
233 c->resp_read_pipe = -1;
382 DEBUG_REQUIRE(c->resp_read_pipe != -1);
385 rc = netread(c->resp_read_pipe, &hdr, sizeof(hdr));
401 rc = netread(c->resp_read_pipe, (char *)(resp + 1),
514 c->resp_read_pipe = move_fd(blocking_pipes[2]);
560 (*addremove_io_fd)(c->resp_read_pipe, is_pipe, FALSE);
563 rc = netread(c->resp_read_pipe,
[all...]
H A Dwork_thread.c458 rc = read(c->resp_read_pipe, scratch, sizeof(scratch));
574 c->resp_read_pipe = move_fd(pipe_ends[0]);
577 flags = fcntl(c->resp_read_pipe, F_GETFL, 0);
582 rc = fcntl(c->resp_read_pipe, F_SETFL, O_NONBLOCK | flags);
588 (*addremove_io_fd)(c->resp_read_pipe, c->ispipe, FALSE);
914 DEBUG_INSIST(-1 != c->resp_read_pipe);
916 (*addremove_io_fd)(c->resp_read_pipe, c->ispipe, TRUE);
918 close(c->resp_read_pipe);
920 c->resp_read_pipe = -1;
H A Dntp_worker.c204 c->resp_read_pipe = -1;
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_worker.h68 int resp_read_pipe; member in struct:blocking_child_tag
120 int resp_read_pipe; /* parent */ member in struct:blocking_child_tag
/netbsd-current/external/bsd/ntp/dist/sntp/
H A Dmain.c971 if (fd == c->resp_read_pipe)
1026 * worker_resp_cb() is invoked when resp_read_pipe is readable.
1039 DEBUG_INSIST(fd == c->resp_read_pipe);
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_io.c3902 if (NULL == c || -1 == c->resp_read_pipe)
3904 if (FD_ISSET(c->resp_read_pipe, pfds)) {

Completed in 288 milliseconds