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

/freebsd-11.0-release/contrib/ntp/libntp/
H A Dwork_fork.c204 if (-1 != c->req_write_pipe) {
205 close(c->req_write_pipe);
206 c->req_write_pipe = -1;
268 if (-1 == c->req_write_pipe) {
270 DEBUG_INSIST(-1 != c->req_write_pipe);
274 rc = netwrite(c->req_write_pipe, hdr, octets);
278 rc = netwrite(c->req_write_pipe, data, octets);
427 if (-1 != c->req_write_pipe && 0 == c->pid)
457 if (-1 == c->req_write_pipe) {
481 c->req_write_pipe
[all...]
H A Dntp_worker.c199 c->req_write_pipe = -1;
/freebsd-11.0-release/contrib/ntp/include/
H A Dntp_worker.h65 int req_write_pipe; /* parent */ member in struct:blocking_child_tag

Completed in 114 milliseconds