Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpd/
H A Dntpd.c220 int daemon_pipe[2] = { -1, -1 }; variable
1002 if ( !nofork && pipe(daemon_pipe)) {
1034 detach_from_terminal(daemon_pipe, wait_sync, logfilename);
1444 if (daemon_pipe[1] != -1 && 0 == wait_sync) {
1445 if (2 != write(daemon_pipe[1], "R\n", 2)) {
1448 close(daemon_pipe[1]);
1449 daemon_pipe[1] = -1;
H A Dntp_loopfilter.c1036 if (daemon_pipe[1] != -1) { in rstclock()
1037 if (2 != write(daemon_pipe[1], "S\n", 2)) { in rstclock()
1040 close(daemon_pipe[1]); in rstclock()
1041 daemon_pipe[1] = -1; in rstclock()
/src/contrib/ntp/include/
H A Dntpd.h616 extern int daemon_pipe[2]; /* startup monitoring */