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

/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntpd.c234 int daemon_pipe[2] = { -1, -1 }; variable
1006 if ( !nofork && pipe(daemon_pipe)) {
1038 detach_from_terminal(daemon_pipe, wait_sync, logfilename);
1450 if (daemon_pipe[1] != -1) {
1451 write(daemon_pipe[1], "R\n", 2);
H A Dntp_proto.c2949 if (daemon_pipe[1] != -1) {
2950 write(daemon_pipe[1], "S\n", 2);
2951 close(daemon_pipe[1]);
2952 daemon_pipe[1] = -1;
/freebsd-13-stable/contrib/ntp/include/
H A Dntpd.h571 extern int daemon_pipe[2]; /* startup monitoring */

Completed in 116 milliseconds