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

/freebsd-10.1-release/contrib/ntp/libntp/
H A Dwork_fork.c172 DEBUG_INSIST(-1 == c->req_read_pipe);
250 DEBUG_REQUIRE(-1 != c->req_read_pipe);
255 rc = read(c->req_read_pipe, &hdr, sizeof(hdr));
273 rc = read(c->req_read_pipe, (char *)req + sizeof(*req),
509 DEBUG_INSIST(-1 == c->req_read_pipe);
511 c->req_read_pipe = blocking_pipes[0];
521 keep_fd = max(c->req_read_pipe, c->resp_write_pipe);
523 if (fd != c->req_read_pipe &&
H A Dntp_worker.c198 c->req_read_pipe = -1;
/freebsd-10.1-release/contrib/ntp/include/
H A Dntp_worker.h68 int req_read_pipe; /* child */ member in struct:blocking_child_tag

Completed in 120 milliseconds