Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dwork_fork.c234 DEBUG_INSIST(-1 == c->req_read_pipe); in cleanup_after_child()
307 DEBUG_REQUIRE(-1 != c->req_read_pipe); in receive_blocking_req_internal()
310 rc = netread(c->req_read_pipe, &hdr, sizeof(hdr)); in receive_blocking_req_internal()
324 rc = netread(c->req_read_pipe, (char *)(req + 1), in receive_blocking_req_internal()
564 DEBUG_INSIST(-1 == c->req_read_pipe); in fork_blocking_child()
566 c->req_read_pipe = blocking_pipes[0]; in fork_blocking_child()
576 keep_fd = max(c->req_read_pipe, c->resp_write_pipe); in fork_blocking_child()
578 if (fd != c->req_read_pipe && in fork_blocking_child()
H A Dntp_worker.c198 c->req_read_pipe = -1; in queue_blocking_request()
/freebsd/contrib/ntp/include/
H A Dntp_worker.h68 int req_read_pipe; /* child */ member