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

/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dwork_fork.c210 if (-1 != c->req_write_pipe) {
211 close(c->req_write_pipe);
212 c->req_write_pipe = -1;
274 if (-1 == c->req_write_pipe) {
276 DEBUG_INSIST(-1 != c->req_write_pipe);
280 rc = netwrite(c->req_write_pipe, hdr, octets);
284 rc = netwrite(c->req_write_pipe, data, octets);
433 if (-1 != c->req_write_pipe && 0 == c->pid)
489 if (-1 == c->req_write_pipe) {
513 c->req_write_pipe
[all...]
H A Dntp_worker.c201 c->req_write_pipe = -1;
/netbsd-current/external/bsd/ntp/dist/include/
H A Dntp_worker.h67 int req_write_pipe; /* parent */ member in struct:blocking_child_tag

Completed in 216 milliseconds