Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/libntp/
H A Dwork_fork.c236 DEBUG_INSIST(-1 == c->req_read_pipe); in cleanup_after_child()
309 DEBUG_REQUIRE(-1 != c->req_read_pipe); in receive_blocking_req_internal()
312 rc = netread(c->req_read_pipe, &hdr, sizeof(hdr)); in receive_blocking_req_internal()
326 rc = netread(c->req_read_pipe, (char *)(req + 1), in receive_blocking_req_internal()
585 DEBUG_INSIST(-1 == c->req_read_pipe); in fork_blocking_child()
587 c->req_read_pipe = blocking_pipes[0]; in fork_blocking_child()
601 keep_fd = max(c->req_read_pipe, c->resp_write_pipe); in fork_blocking_child()
603 if (fd != c->req_read_pipe && in fork_blocking_child()
H A Dntp_worker.c200 c->req_read_pipe = -1; in queue_blocking_request()
/netbsd-src/external/bsd/ntp/dist/include/
H A Dntp_worker.h70 int req_read_pipe; /* child */ member